home *** CD-ROM | disk | FTP | other *** search
/ Inside Macintosh / Inside Macintosh CD-ROM_1995 (CD).toast / Books / Imaging With QuickDraw / Imaging With QuickDraw next >
Text File  |  1994-08-11  |  16MB  |  30,483 lines

  1. INSIDE MACINTOSHImaging With QuickDraw    Apple Computer, Inc.© 1994 Apple Computer, Inc.All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, mechanical, electronic, photocopying, recording, or otherwise, without prior written permission of Apple Computer, Inc. Printed in the United States of America.No licenses, express or implied, are granted with respect to any of the technology described in this book. Apple retains all intellectual property rights associated with the technology described in this book. This book is intended to assist application developers to develop applications only for Apple Macintosh computers.Every effort has been made to ensure that the information in this manual is accurate. Apple is not responsible for printing or clerical errors.Apple Computer, Inc.20525 Mariani AvenueCupertino, CA 95014408-996-1010Apple, the Apple logo, APDA, AppleLink, AppleTalk, ImageWriter, LaserWriter, Macintosh, MPW, PowerBook, and StyleWriter are trademarks of Apple Computer, Inc., registered in the United States and other countries.ColorSync, Finder, Geneva, QuickDraw, QuickTime, ResEdit, System 7, and TrueType are trademarks of Apple Computer, Inc.Adobe Illustrator, Adobe Photoshop, and PostScript are trademarks of Adobe Systems Incorporated, which may be registered in certain jurisdictions.America Online is a service mark of Quantum Computer Services, Inc.Classic is a registered trademark licensed to Apple Computer, Inc.CompuServe is a registered service mark of CompuServe, Inc.FrameMaker is a registered trademark of Frame Technology Corporation.Helvetica and Palatino are registered trademarks of Linotype Company.Internet is a trademark of Digital Equipment Corporation.ITC Zapf Dingbats is a registered trademark of International Typeface Corporation.MacPaint is a registered trademark of Claris Corporation.NuBus is a trademark of Texas Instruments.Motorola is a registered trademark of Motorola Corporation.Optrotech is a trademark of Orbotech Corporation.Simultaneously published in the United States and Canada.LIMITED WARRANTY ON MEDIA AND REPLACEMENTALL IMPLIED WARRANTIES ON THIS MANUAL, INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE LIMITED IN DURATION TO NINETY (90) DAYS FROM THE DATE OF THE ORIGINAL RETAIL PURCHASE OF THIS PRODUCT.Even though Apple has reviewed this manual, APPLE MAKES NO WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH RESPECT TO THIS MANUAL, ITS QUALITY, ACCURACY, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. AS A RESULT, THIS MANUAL IS SOLD “AS IS,” AND YOU, THE PURCHASER, ARE ASSUMING THE ENTIRE RISK AS TO ITS QUALITY AND ACCURACY.IN NO EVENT WILL APPLE BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY DEFECT OR INACCURACY IN THIS MANUAL, even if advised of the possibility of such damages.THE WARRANTY AND REMEDIES SET FORTH ABOVE ARE EXCLUSIVE AND IN LIEU OF ALL OTHERS, ORAL OR WRITTEN, EXPRESS OR IMPLIED. No Apple dealer, agent, or employee is authorized to make any modification, extension, or addition to this warranty.Some states do not allow the exclusion or limitation of implied warranties or liability for incidental or consequential damages, so the above limitation or exclusion may not apply to you. This warranty gives you specific legal rights, and you may also have other rights which vary from state to state.ISBN 0-201-63242-X1 2 3 4 5 6 7 8 9-CRW-9897969594First Printing, March 1994The paper used in this book meets the EPA standards for recycled fiber.Library of Congress Cataloging-in-Publication DataInside Macintosh. Imaging with QuickDraw/Apple Computer, Inc.    p.cm.Includes index.ISBN 0-201-63242-X1. Macintosh (Computer)—Programming.2. Computer graphics.3. QuickDraw.I. Title: Imaging with QuickDraw.QA76.8.M3I461994006.6’765—dc20    93-50183CIPContentsFigures, Tables, and ListingsxiiiPreface    About This BookxxiFormat of a Typical ChapterxxiiConventions Used in This BookxxiiiSpecial FontsxxiiiTypes of NotesxxiiiEmpty StringsxxivAssembly-Language InformationxxivThe Development EnvironmentxxivChapter 1    Introduction to QuickDraw1-1Drawing Environments1-4QuickDraw’s Coordinate Plane1-6Images1-10Colors1-17Indexed Colors1-19Direct Colors1-20Multiple Screens1-21From Memory Bits to Onscreen Pixels1-24From Memory Bits to Printers1-26Other Graphics Managers1-28Chapter 2    Basic QuickDraw2-1About Basic QuickDraw2-3The Mathematical Foundations of QuickDraw2-4The Coordinate Plane2-4Points2-4Rectangles2-5Regions2-7The Black-and-White Drawing Environment: Basic Graphics Ports2-7Bitmaps2-9The Graphics Port Drawing Area2-11Graphics Port Bit Patterns2-13The Graphics Pen2-13Text in a Graphics Port2-13The Limited Colors of a Basic Graphics Port2-14Other Fields2-14Using Basic QuickDraw2-14Initializing Basic QuickDraw2-16Creating Basic Graphics Ports2-16Setting the Graphics Port2-18Switching Between Global and Local Coordinate Systems2-19Scrolling the Pixels in the Port Rectangle2-20Basic QuickDraw Reference2-26Data Structures2-26Routines2-36Initializing QuickDraw2-36Opening and Closing Basic Graphics Ports2-37Saving and Restoring Graphics Ports2-41Managing Bitmaps, Port Rectangles, and Clipping Regions2-43Manipulating Points in Graphics Ports2-51Summary of Basic QuickDraw2-56Pascal Summary2-56Data Types2-56Routines2-57C Summary2-58Data Types2-58Functions2-60Assembly-Language Summary2-61Data Structures2-61Global Variables2-62Result Codes2-62Chapter 3    QuickDraw Drawing3-1About QuickDraw Drawing3-3The Graphics Pen3-4Bit Patterns3-5Boolean Transfer Modes With 1-Bit Pixels3-8Lines and Shapes3-11Defining Lines and Shapes3-11Framing Shapes3-12Painting and Filling Shapes3-12Erasing Shapes3-12Inverting Shapes3-13Other Graphic Entities3-13The Eight Basic QuickDraw Colors3-14Drawing With QuickDraw3-16Drawing Lines3-17Drawing Rectangles3-22Drawing Ovals, Arcs, and Wedges3-25Drawing Regions and Polygons3-27Performing Calculations and Other Manipulations of Shapes3-31Copying Bits Between Graphics Ports3-32Customizing QuickDraw’s Low-Level Routines3-35QuickDraw Drawing Reference3-36Data Structures3-36Routines3-41Managing the Graphics Pen3-41Changing the Background Bit Pattern3-48Drawing Lines3-49Creating and Managing Rectangles3-52Drawing Rectangles3-58Drawing Rounded Rectangles3-63Drawing Ovals3-68Drawing Arcs and Wedges3-71Creating and Managing Polygons3-78Drawing Polygons3-81Creating and Managing Regions3-85Drawing Regions3-100Scaling and Mapping Points, Rectangles, Polygons, and Regions3-104Calculating Black-and-White Fills3-108Copying Images3-112Drawing With the Eight-Color System3-122Determining Whether QuickDraw Has Finished Drawing3-125Getting Pattern Resources3-126Customizing QuickDraw Operations3-129Resources3-140The Pattern Resource3-140The Pattern List Resource3-141Summary of QuickDraw Drawing3-142Pascal Summary3-142Constants3-142Data Types3-144Routines3-145C Summary3-149Constants3-149Data Types3-151Functions3-152Assembly-Language Summary3-157Data Structures3-157Global Variables3-158Chapter 4    Color QuickDraw4-1About Color QuickDraw4-4RGB Colors4-4The Color Drawing Environment: Color Graphics Ports4-5Pixel Maps4-9Pixel Patterns4-12Color QuickDraw’s Translation of RGB Colors to Pixel Values4-13Colors on Grayscale Screens4-17Using Color QuickDraw4-18Initializing Color QuickDraw4-19Creating Color Graphics Ports4-20Drawing With Different Foreground Colors4-21Drawing With Pixel Patterns4-23Copying Pixels Between Color Graphics Ports4-26Boolean Transfer Modes With Color Pixels4-32Dithering4-37Arithmetic Transfer Modes4-38Highlighting4-41Color QuickDraw Reference4-44Data Structures4-45Color QuickDraw Routines4-63Opening and Closing Color Graphics Ports4-63Managing a Color Graphics Pen4-67Changing the Background Pixel Pattern4-68Drawing With Color QuickDraw Colors4-70Determining Current Colors and Best Intermediate Colors4-79Calculating Color Fills4-82Creating, Setting, and Disposing of Pixel Maps4-85Creating and Disposing of Pixel Patterns4-87Creating and Disposing of Color Tables4-91Retrieving Color QuickDraw Result Codes4-94Customizing Color QuickDraw Operations4-96Reporting Data Structure Changes to QuickDraw4-97Application-Defined Routine4-101Resources4-102The Pixel Pattern Resource4-103The Color Table Resource4-104The Color Icon Resource4-105Summary of Color QuickDraw4-107Pascal Summary4-107Constants4-107Data Types4-109Color QuickDraw Routines4-113Application-Defined Routine4-115C Summary4-115Constants4-115Data Types4-118Color QuickDraw Functions4-122Application-Defined Function4-124Assembly-Language Summary4-124Data Structures4-124Result Codes4-128Chapter 5    Graphics Devices5-1About Graphics Devices5-3Using Graphics Devices5-6Optimizing Your Images for Different Graphics Devices5-8Zooming Windows on Multiscreen Systems5-9Setting a Device’s Pixel Depth5-13Exceptional Cases When Working With Color Devices5-13Graphics Devices Reference5-14Data Structures5-15Routines for Graphics Devices5-19Creating, Setting, and Disposing of GDevice Records5-19Getting the Available Graphics Devices5-25Determining the Characteristics of a Video Device5-29Changing the Pixel Depth for a Video Device5-33Application-Defined Routine5-35Resource5-37The Screen Resource5-37Summary of Graphics Devices5-38Pascal Summary5-38Constants5-38Data Types5-39Routines for Graphics Devices5-40Application-Defined Routine5-40C Summary5-41Constants5-41Data Types5-41Functions for Graphics Devices5-43Application-Defined Function5-44Assembly-Language Summary5-44Data Structure5-44Global Variables5-44Chapter 6    Offscreen Graphics Worlds6-1About Offscreen Graphics Worlds6-3Using Offscreen Graphics Worlds6-4Creating an Offscreen Graphics World6-5Setting the Graphics Port for an Offscreen Graphics World6-8Drawing Into an Offscreen Graphics World6-8Copying an Offscreen Image Into a Window6-9Updating an Offscreen Graphics World6-9Creating a Mask and a Source Image in Offscreen Graphics Worlds6-10Offscreen Graphics Worlds Reference6-12Data Structures6-12Routines6-16Creating, Altering, and Disposing of Offscreen Graphics Worlds6-16Saving and Restoring Graphics Ports and Offscreen Graphics Worlds6-27Managing an Offscreen Graphics World’s Pixel Image6-30Summary of Offscreen Graphics Worlds6-40Pascal Summary6-40Constants6-40Data Types6-41Routines6-42C Summary6-43Constants6-43Data Types6-44Functions6-45Assembly-Language Summary6-46Result Codes6-46Chapter 7    Pictures7-1About Pictures7-4Picture Formats7-5Opcodes: Drawing Commands and Picture Comments7-6Color Pictures in Basic Graphics Ports7-6'PICT' Files, 'PICT' Resources, and the 'PICT' Scrap Format7-7The Picture Utilities7-8Using Pictures7-8Creating and Drawing Pictures7-10Opening and Drawing Pictures7-13Drawing a Picture Stored in a 'PICT' File7-13Drawing a Picture Stored in the Scrap7-17Defining a Destination Rectangle7-18Drawing a Picture Stored in a 'PICT' Resource7-20Saving Pictures7-21Gathering Picture Information7-24Pictures Reference7-26Data Structures7-27QuickDraw and Picture Utilities Routines7-36Creating and Disposing of Pictures7-36Drawing Pictures7-43Collecting Picture Information7-46Application-Defined Routines7-61Resources7-67The Picture Resource7-67The Color-Picking Method Resource7-68Summary of Pictures and the Picture Utilities7-69Pascal Summary7-69Constants7-69Data Types7-69Routines7-72Application-Defined Routines7-73C Summary7-73Constants7-73Data Types7-74Functions7-76Application-Defined Functions7-77Assembly-Language Summary7-78Data Structures7-78Trap Macros7-80Result Codes7-80Chapter 8    Cursor Utilities8-1About the Cursor8-3Using the Cursor Utilities8-5Initializing the Cursor8-6Changing the Appearance of the Cursor8-7Creating an Animated Cursor8-13Cursor Utilities Reference8-16Data Structures8-16Routines8-21Initializing Cursors8-21Changing Black-and-White Cursors8-24Changing Color Cursors8-25Hiding and Showing Cursors8-28Displaying Animated Cursors8-31Resources8-33The Cursor Resource8-33The Color Cursor Resource8-34The Animated Cursor Resource8-36Summary of Cursor Utilities8-38Pascal Summary8-38Constants8-38Data Types8-38Routines8-39C Summary8-40Constants8-40Data Types8-41Functions8-42Assembly-Language Summary8-43Data Structures8-43Global Variables8-43Chapter 9    Printing Manager9-1About the Printing Manager9-3The Printing Graphics Port9-4Getting Printing Preferences From the User9-5QuickDraw and PostScript Printer Drivers9-8Page and Paper Rectangles9-10Printer Resolution9-11The TPrint Record and the Printing Loop9-11Print Status Dialog Boxes9-13Using the Printing Manager9-15Creating and Using a TPrint Record9-17Printing a Document9-18Printing From the Finder9-25Providing Names of Documents Being Printed9-27Printing Hints9-27Getting and Setting Printer Information9-28Determining and Setting the Resolution of the Current Printer9-30Determining Page Orientation9-32Enhancing Draft-Quality Printing9-33Altering the Style or Job Dialog Box9-35Writing an Idle Procedure9-38Handling Printing Errors9-41Printing Manager Reference9-43Data Structures9-44Printing Manager Routines9-57Opening and Closing the Printing Manager9-57Initializing and Validating TPrint Records9-58Displaying and Customizing the Print Dialog Boxes9-61Printing a Document9-66Optimizing Printing9-72Handling Printing Errors9-75Low-Level Routines9-78Application-Defined Routines9-84Summary of the Printing Manager9-87Pascal Summary9-87Constants9-87Data Types9-88Printing Manager Routines9-92Application-Defined Routines9-93C Summary9-94Constants9-94Data Types9-95Printing Manager Functions9-99Application-Defined Functions9-101Assembly-Language Summary9-101Data Structures9-101Trap Macros9-103Global Variable9-103Result Codes9-104Appendix A    Picture OpcodesA-1Version and Header OpcodesA-3Picture Opcode Data TypesA-4Opcodes in PicturesA-5A Sample Extended Version 2 PictureA-22A Sample Version 2 PictureA-24A Sample Version 1 PictureA-25Appendix B    Using Picture Comments for PrintingB-1About Picture CommentsB-3Maintaining Device IndependenceB-8Synchronizing QuickDraw and PostScript Printer DriversB-10Using Text Picture CommentsB-11Disabling and Reenabling Line LayoutB-11Delimiting StringsB-16Rotating TextB-17Using Graphics Picture CommentsB-22Drawing PolygonsB-23Rotating GraphicsB-29Using Line-Drawing Picture CommentsB-33Drawing Dashed LinesB-33Using Fractional Line WidthsB-35Using PostScript Picture CommentsB-38Calling PostScript Routines DirectlyB-38Optimizing PostScript PrintingB-39Picture Comments to AvoidB-40Including Constants and Data Types for Picture CommentsB-42GlossaryGL-1IndexIN-1Figures, Tables, and Listings    Color PlatesColor plates are immediately preceding the title page.Color Plate 1    The colors of the default color tablesColor Plate 2    Using CopyBits to colorize an imageColor Plate 3    Examples of the CopyMask procedureColor Plate 4    Using a maskChapter 1    Introduction to QuickDraw1-1Figure 1-1    A grayscale image representing bits in memory1-6Figure 1-2    The QuickDraw global coordinate plane1-7Figure 1-3    A window’s local and global coordinate systems1-8Figure 1-4    The coordinate plane1-8Figure 1-5    Points and pixels1-9Figure 1-6    Drawing a line1-10Figure 1-7    Lines drawn with different bit patterns and pen sizes1-12Figure 1-8    A rectangle1-12Figure 1-9    An oval1-13Figure 1-10    An arc and a wedge1-14Figure 1-11    A rounded rectangle1-15Figure 1-12    A polygon1-15Figure 1-13    Two regions1-16Figure 1-14    A simple QuickDraw picture1-16Figure 1-15    Filling and framing various shapes1-17Figure 1-16    A two-screen system1-21Figure 1-17    The GDevice record and pixel map for a 4-bit video card1-22Figure 1-18    The indexed-pixel path1-24Figure 1-19    The direct-pixel path1-25Figure 1-20    The job dialog box for a StyleWriter printer1-26Figure 1-21    The job dialog box for a LaserWriter printer1-27Chapter 2    Basic QuickDraw2-1Figure 2-1    The GrafPort record and the BitMap record2-8Figure 2-2    A bit image2-9Figure 2-3    Relationship of the boundary rectangle and the port rectangle to the global coordinate system2-10Figure 2-4    Comparing the boundary rectangle, port rectangle, visible region, and clipping region2-12Figure 2-5    Moving a document relative to its window2-21Figure 2-6    Updating the contents of a scrolled window2-24Figure 2-7    Restoring the window origin of the port rectangle to a horizontal coordinate of 0 and a vertical coordinate of 02-25Figure 2-8    Scrolling the image in a rectangle by using the ScrollRect procedure2-44Table 2-1    QuickDraw global variables2-36Table 2-2    Initial values of a basic graphics port2-38Listing 2-1    Initializing QuickDraw2-16Listing 2-2    Using the Window Manager to create a basic graphics port2-17Listing 2-3    Saving and restoring a graphics port2-18Listing 2-4    Changing global coordinates to local coordinates2-19Listing 2-5    Using ScrollRect to scroll the bits displayed in the window2-22Chapter 3    QuickDraw Drawing3-1Figure 3-1    A graphics pen3-4Figure 3-2    A bit pattern3-5Figure 3-3    Windows filled with the predefined bit patterns3-7Figure 3-4    Examples of Boolean transfer modes3-10Figure 3-5    Using the LineTo procedure3-17Figure 3-6    Drawing lines3-18Figure 3-7    Using the LineTo and Line procedures3-19Figure 3-8    Resizing the pen3-19Figure 3-9    Changing the pen pattern3-21Figure 3-10    Two ways to specify a rectangle3-22Figure 3-11    Drawing rectangles3-22Figure 3-12    Painting and filling rectangles3-23Figure 3-13    Drawing ovals3-25Figure 3-14    Drawing an arc and a wedge3-26Figure 3-15    A shape created by a region3-28Figure 3-16    Filling a clipping region3-30Figure 3-17    Shrinking images between graphics ports3-33Figure 3-18    Forty-five degree angles as returned by the PtToAngle procedure3-57Figure 3-19    Oval width and height in rounded rectangles3-63Figure 3-20    Using angles to define the radii for arcs and wedges3-72Figure 3-21    Using PaintArc to paint a 45° angle3-74Figure 3-22    Framing and painting polygons3-82Figure 3-23    Using ScalePt and MapPt3-105Figure 3-24    A source image and its resulting mask produced by the SeedFill procedure3-109Figure 3-25    Parameters for the SeedFill and CalcMask procedures3-110Figure 3-26    A source image and the resulting mask produced by the CalcMask procedure3-111Figure 3-27    Using CopyBits to stretch an image3-113Figure 3-28    Standard patterns3-128Figure 3-29    Format of a compiled pattern ('PAT ') resource3-140Figure 3-30    Format of a compiled pattern list ('PAT#') resource3-141Table 3-1    Effect of Boolean transfer modes on 1-bit pixels3-9Table 3-2    The global variables for five predefined bit patterns3-20Table 3-3    QuickDraw routines for calculating and manipulating rectangles3-31Table 3-4    QuickDraw routines for calculating and manipulating regions3-32Listing 3-1    Drawing lines with the LineTo and Line procedures3-18Listing 3-2    Using the PenSize procedure3-20Listing 3-3    Using the PenPat procedure to change the pattern of the graphics pen3-21Listing 3-4    Using the FrameRect procedure to draw rectangles3-23Listing 3-5    Using the PaintRect and FillRect procedures3-24Listing 3-6    Using the FrameOval procedure to draw ovals3-25Listing 3-7    Using the FrameArc and PaintArc procedures3-26Listing 3-8    Creating and drawing a region3-28Listing 3-9    Creating a clipping region and filling it with a pattern3-29Listing 3-10    Creating a triangular polygon3-30Listing 3-11    Using the CopyBits procedure to copy between two windows3-33Chapter 4    Color QuickDraw4-1Figure 4-1    The color graphics port4-7Figure 4-2    The pixel map4-10Figure 4-3    Translating a 48-bit RGBColor record to an 8-bit pixel value on an indexed device4-14Figure 4-4    Translating an 8-bit pixel value on an indexed device to a 48-bit RGBColor record4-15Figure 4-5    Translating a 48-bit RGBColor record to a 32-bit pixel value on a direct device4-15Figure 4-6    Translating a 48-bit RGBColor record to a 16-bit pixel value on a direct device4-16Figure 4-7    Translating a 32-bit pixel value to a 48-bit RGBColor record4-16Figure 4-8    Translating a 16-bit pixel value to a 48-bit RGBColor record4-17Figure 4-9    Drawing with two different foreground colors (on a grayscale screen)4-23Figure 4-10    Using ResEdit to create a pixel pattern resource4-24Figure 4-11    Painting and filling rectangles with pixel patterns4-25Figure 4-12    Copying pixel images with the CopyBits procedure4-27Figure 4-13    Copying pixel images with the CopyMask procedure4-29Figure 4-14    Copying pixel images with the CopyDeepMask procedure4-31Figure 4-15    Difference between highlighting and inverting4-42Figure 4-16    Format of a compiled pixel pattern ('ppat') resource4-103Figure 4-17    Format of a compiled color table ('clut') resource4-104Figure 4-18    Format of a compiled color icon ('cicn') resource4-106Table 4-1    Boolean source modes with colored pixels4-33Table 4-2    Arithmetic modes in a 1-bit environment4-41Table 4-3    Initial values in the CGrafPort record4-64Table 4-4    The colors defined by the global variable QDColors4-71Table 4-5    The default color tables for grayscale graphics devices4-92Table 4-6    The default color tables for color graphics devices4-93Listing 4-1    Using the Window Manager to create a color graphics port4-20Listing 4-2    Changing the foreground color4-22Listing 4-3    Rez input for a pixel pattern resource4-24Listing 4-4    Using pixel patterns to paint and fill4-25Listing 4-5    Using CopyBits to produce coloration effects4-35Listing 4-6    Setting the highlight bit4-42Listing 4-7    Using highlighting for text4-43Chapter 5    Graphics Devices5-1Figure 5-1    The GDevice record5-5Listing 5-1    Using the DeviceLoop procedure5-8Listing 5-2    Drawing into different screens5-9Listing 5-3    Zooming a window5-10Chapter 6    Offscreen Graphics Worlds6-1Listing 6-1    Using a single offscreen graphics world and the CopyBits procedure6-5Listing 6-2    Using two offscreen graphics worlds and the CopyMask procedure6-10Chapter 7    Pictures7-1Figure 7-1    A picture of a party hat7-4Figure 7-2    The Picture record7-5Figure 7-3    A simple picture7-12Figure 7-4    Structure of a compiled picture ('PICT') resource7-68Table 7-1    Routine selectors for an application-defined color-picking method7-61Listing 7-1    Creating and drawing a picture7-11Listing 7-2    Opening and drawing a picture from disk7-13Listing 7-3    Replacing QuickDraw’s standard low-level picture-reading routine7-15Listing 7-4    Determining whether a graphics port is color or basic7-16Listing 7-5    A custom low-level procedure for spooling a picture from disk7-16Listing 7-6    Pasting in a picture from the scrap7-17Listing 7-7    Adjusting the destination rectangle for a picture7-18Listing 7-8    Drawing a picture stored in a resource file7-20Listing 7-9    Saving a picture as a 'PICT' file7-21Listing 7-10    Replacing QuickDraw’s standard low-level picture-writing routine7-22Listing 7-11    A custom low-level routine for spooling a picture to disk7-23Listing 7-12    Looking for color profile comments in a picture7-25Chapter 8    Cursor Utilities8-1Figure 8-1    Hot spots in cursors8-4Figure 8-2    The standard arrow cursor8-8Figure 8-3    The I-beam, crosshairs, plus sign, and wristwatch cursors8-8Figure 8-4    A window and its arrow and I-beam regions8-9Figure 8-5    Changing the cursor from the I-beam cursor to the arrow cursor8-10Figure 8-6    The 'CURS' resources for an animated globe cursor8-13Figure 8-7    An 'acur' resource for an animated cursor8-14Figure 8-8    Format of a compiled cursor ('CURS') resource8-34Figure 8-9    Format of a compiled color cursor ('crsr') resource8-35Figure 8-10    Format of a compiled animated cursor ('acur') resource8-37Table 8-1    Cursor appearance8-17Listing 8-1    Initializing the Cursor Utilities8-6Listing 8-2    Changing the cursor8-10Listing 8-3    Animating a cursor with the RotateCursor procedure8-15Listing 8-4    Animating a cursor with the SpinCursor procedure8-15Chapter 9    Printing Manager9-1Figure 9-1    A standard File menu for an application9-5Figure 9-2    The style dialog box for a StyleWriter printer9-6Figure 9-3    The style dialog box for a LaserWriter printer9-7Figure 9-4    The job dialog box for a StyleWriter printer9-7Figure 9-5    The job dialog box for a LaserWriter printer9-8Figure 9-6    Page and paper rectangles9-10Figure 9-7    A TPrint record9-12Figure 9-8    The print status dialog box for a LaserWriter printer driver printing in the background9-13Figure 9-9    A status dialog box with the LaserWriter printer driver’s print status dialog box9-14Figure 9-10    How the PrJobMerge procedure works9-26Figure 9-11    Sample resolutions for a PostScript printer and a QuickDraw printer9-30Figure 9-12    A print job dialog box with additional checkboxes9-35Table 9-1    Values for the lParam1 parameter when using the iPrDevCtl control constant9-83Listing 9-1    Reading a document’s TPrint record9-17Listing 9-2    A sample printing loop9-20Listing 9-3    Checking whether the current printer driver supports the PrGeneral procedure9-29Listing 9-4    Using the getRslDataOp and setRslOp opcodes with the PrGeneral procedure9-31Listing 9-5    Using the getRotnOp opcode with the PrGeneral procedure to determine page orientation9-33Listing 9-6    Using the draftBitsOp opcode with the PrGeneral procedure for enhanced draft-quality printing9-34Listing 9-7    Installing an initialization function to alter the print job dialog box9-37Listing 9-8    Adding items to a print job dialog box9-37Listing 9-9    An idle procedure9-40Appendix A    Picture OpcodesA-1Figure A-1    A pictureA-23Table A-1        Data types for picture opcodesA-4Table A-2    Opcodes for extended version 2 and version 2 picturesA-5Table A-3    Opcodes for version 1 picturesA-18Listing A-1    Data for the BkPixPat, PnPixPat, and FillPixPat opcodesA-17Listing A-2    Data for the BitsRect and PackBitsRect opcodesA-17Listing A-3    Data for the BitsRgn and PackBitsRgn opcodesA-18Listing A-4    Creating and drawing an extended version 2 pictureA-22Listing A-5    A decompiled extended version 2 pictureA-23Listing A-6    A decompiled version 2 pictureA-24Listing A-7    A decompiled version 1 pictureA-25Appendix B    Using Picture Comments for PrintingB-1Figure B-1    The line layout error between a bitmapped font and a PostScript fontB-12Figure B-2    Major and minor glyphsB-13Figure B-3    Distributing layout error to the major glyphsB-13Figure B-4    Distributing layout error among major and minor glyphsB-14Figure B-5    Using the LineLayoutOff and LineLayoutOn picture commentsB-15Figure B-6    Variations in text alignmentB-18Figure B-7    Types of polygonsB-23Figure B-8    QuickDraw and PostScript polygonsB-29Figure B-9    Changing the pen width using the SetLineWidth picture commentB-36Table B-1    Names, values, and data sizes for picture commentsB-5Table B-2    Low-level QuickDraw routines disabled by the PostScriptBegin commentB-9Listing B-1    Synchronizing QuickDraw and the PostScript driverB-10Listing B-2    Flushing the buffer for a PostScript printer driverB-11Listing B-3    Disabling line layout by using the LineLayoutOff and StringBegin picture commentsB-17Listing B-4    Displaying rotated text using picture commentsB-21Listing B-5    Creating polygonsB-26Listing B-6    Drawing polygonsB-27Listing B-7    Using picture comments to rotate graphicsB-31Listing B-8    Using the RotateCenter, RotateBegin, and RotateEnd picture commentsB-32Listing B-9    Using the DashedLine picture commentB-34Listing B-10    Using the SetLineWidth picture commentB-37Listing B-11    Sending PostScript code directly to the printerB-39About This BookThis book, Inside Macintosh: Imaging With QuickDraw, describes how to create images, display them in black and white or color, and print them using QuickDraw—the imaging engine available on all Macintosh computers. The chapters in this book and the information they contain are summarized here.n    “Introduction to QuickDraw” introduces you to the terms, concepts, and capabilities of QuickDraw.n    “Basic QuickDraw” describes how to create and manage the basic graphics port—the drawing environment in which your application can create graphics and text in either black and white or eight basic colors.n    “QuickDraw Drawing” explains the routines and data structures—common to both basic QuickDraw and Color QuickDraw—that your application can use to draw lines, rectangles, rounded rectangles, ovals, arcs, wedges, polygons, and regions, and to copy images from one graphics port to another. This chapter also describes the routines that you can use to perform calculations and other manipulations of these shapes—including comparing them and finding their unions and intersections.n    “Color QuickDraw” describes the version of QuickDraw that provides a range of color and grayscale capabilities to your application. You should read this chapter if your application needs to use shades of gray or more colors than the eight predefined colors provided by basic QuickDraw.n    “Graphics Devices” describes how Color QuickDraw manages video devices so that your application can draw to a window’s graphics port without regard to the capabilities of the screen—even if the window spans more than one screen.n    “Offscreen Graphics Worlds” describes how you can improve your application’s appearance and performance by constructing images in offscreen graphics worlds before drawing them onscreen.n    “Pictures” describes how to create and draw QuickDraw pictures, which are sequences of saved drawing commands that your application can share among documents, even among documents created by other applications.n    “Cursor Utilities” describes how to create and use cursors, including color and animated cursors, for indicating the relative mouse location onscreen and for indicating when your application is performing a lengthy task.n    “Printing Manager” describes how your application can print by creating a printing graphics port and drawing into it using QuickDraw routines. This chapter also explains how to implement the user interface that helps users when they wish to print.n    Appendix A, “Picture Opcodes,” describes opcodes used by the DrawPicture procedure to determine what object to draw or what mode to change for subsequent drawing. Your application generally should not read or write picture opcodes directly but should instead use the QuickDraw routines described in the chapter “Pictures” for generating and processing the opcodes. Picture opcodes are listed in this appendix for your application’s debugging purposes.n    Appendix B, “Using Picture Comments for Printing,” describes how your application can use picture comments to instruct printer drivers to perform graphics operations that QuickDraw does not support.Most applications draw in windows, which are rectangular areas that are usually subsets of the screen. Each window represents its own QuickDraw graphics port. When you create a window, the Window Manager uses QuickDraw to create a graphics port in which the window’s contents are displayed. This book describes how to draw inside a window. See the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials for a complete description of creating and managing the windows inside which your application draws.In addition to the features described in this book, QuickDraw also provides extensive text support. However, most of that support is not described in this book; for information on handling text in your application, see instead Inside Macintosh: Text.If you are new to programming for the Macintosh computer, you should also read Inside Macintosh: Overview for an introduction to general concepts of Macintosh programming.Format of a Typical ChapterThe chapters in this book follow a standard structure. For example, the chapter “Color QuickDraw” contains these sections:n    “About Color QuickDraw.” This section introduces the drawing environment provided by Color QuickDraw, the data structure with which your application specifies colors to Color QuickDraw, and the manner in which Color QuickDraw translates the colors that your application specifies into colors on the user’s screen.n    “Using Color QuickDraw.” Using code samples and step-by-step instructions, this section describes how to use Color QuickDraw to accomplish the basic tasks necessary for drawing in color.n    “Color QuickDraw Reference.” This section provides a complete reference to the data structures, routines, and resources that your application can use to draw with Color QuickDraw. Each routine description also follows a standard format, which presents the routine declaration followed by a description of every parameter of the routine. Some routine descriptions also give additional descriptive information, such as assembly-language information or result codes.n    “Summary of Color QuickDraw.” This section provides the Pascal and C interfaces for the constants, data structures, routines, and result codes associated with Color QuickDraw drawing. It also includes relevant assembly-language interface information.Conventions Used in This BookInside Macintosh uses various conventions to present information. Words that require special treatment appear in specific fonts or font styles. Certain information uses special formats so that you can scan it quickly.Special FontsAll code listings, reserved words, and names of actual data structures, fields, constants, parameters, and routines are shown in Courier (this is Courier).Words that appear in boldface are key terms or concepts and are defined in the glossary.Types of NotesThere are several types of notes used in this book.NoteA note like this contains information that is interesting but possibly not essential to an understanding of the main text. (An example appears on page 2-3 in the chapter “Basic QuickDraw.”)uIMPORTANTA note like this contains information that is essential for an understanding of the main text. (An example appears on page 2-4 in the chapter “Basic QuickDraw.”)ssWARNINGWarnings like this indicate potential problems that you should be aware of as you design your application. Failure to heed these warnings could result in system crashes or loss of data. (An example appears on page 2-31 in the chapter “Basic QuickDraw.”)sEmpty StringsThis book occasionally instructs you to provide an empty string in routine parameters and resources. How you specify an empty string depends on what language and development environment you are using. In Rez input files and in C code, for example, you specify an empty string by using two double quotation marks (""), and in Pascal you specify an empty string by using two single quotation marks ('').Assembly-Language InformationInside Macintosh provides information about the trap macro and routine selector for specific routines like this:Trap macro    Selector    _QDExtensions    $00E0010    In “Assembly-Language Summary” at the end of a chapter, Inside Macintosh presents information about the fields of data structures in this format:0    baseAddr    long    bitmap base address    4    rowBytes    word    row bytes (must be even)    6    bounds    8 bytes    boundary rectangle    The left column indicates the byte offset of the field from the beginning of the data structure. The second column shows the field name as defined in the MPW assembly-language interface files; the third column indicates the size of that field. The fourth column provides a brief description of the use of the field. For a complete description of each field, see “Data Structures” in the main text of the chapter.The Development EnvironmentThe system software routines described in this book are available using Pascal, C, or assembly-language interfaces. How you access these routines depends on the development environment you are using. When showing system software routines, this book uses the Pascal interface available with the Macintosh Programmer’s Workshop (MPW). All code listings in this book are shown in Pascal (except for listings that describe resources, which are shown in Rez-input format). They show methods of using various routines and illustrate techniques for accomplishing particular tasks. All code listings have been compiled and, in many cases, tested. However, Apple Computer, Inc., does not intend for you to use these code samples in your application. You can find the location of code listings in the list of figures, tables, and listings. If you know the name of a particular routine (such as MyDrawLines) shown in a code listing, you can find the page on which the routine occurs by looking under the entry “sample routines” in the index of this book.To make the code listings in this book more readable, they show only limited error handling. You need to develop your own techniques for handling errors. APDA is Apple’s worldwide source for over three hundred development tools, technical resources, training products, and information for anyone interested in developing applications on Apple platforms. Customers receive the quarterly APDA Tools Catalog featuring all current versions of Apple and the most popular third-party development tools. Ordering is easy; there are no membership fees, and application forms are not required for most products. APDA offers convenient payment and shipping options, including site licensing.To order products or to request a complimentary copy of the APDA Tools Catalog, contactAPDAApple Computer, Inc.P.O. Box 319Buffalo, NY 14207-0319Telephone    800-282-2732 (United States)800-637-0029 (Canada)716-871-6555 (International)    Fax    716-871-6511    AppleLink    APDA    America Online    APDA    CompuServe    76666,2405    Internet    APDA@applelink.apple.com    If you provide commercial products and services, call 408-974-4897 for information on the developer support programs available from Apple.For any additional technical information, contactMacintosh Developer Technical SupportApple Computer, Inc.20525 Mariani Avenue, M/S 75-3TCupertino, CA 95014-6299Listing 1-0Table 1-0Introduction to QuickDrawContentsDrawing Environments1-4QuickDraw’s Coordinate Plane1-6Images1-10Colors1-17Indexed Colors1-19Direct Colors1-20Multiple Screens1-21From Memory Bits to Onscreen Pixels1-24From Memory Bits to Printers1-26Other Graphics Managers1-28Introduction to QuickDrawThis chapter introduces you to the terms, concepts, and capabilities of QuickDraw, a collection of system software routines that your application can use to perform most image-manipulation operations on Macintosh computers. This chapter also introduces you to the Printing Manager, which your application can use to print the images you create with QuickDraw.Imaging entails the construction and display of graphical information. Such graphical information can consist of shapes, pictures, and text, and can be displayed on such output devices as screens and printers. You should read this chapter if you are new to Macintosh programming. The topics introduced in this chapter are explained in detail in the rest of the chapters of this book. However, for information on QuickDraw’s text-handling facilities, you should instead see Inside Macintosh: Text. Macintosh system software not only provides enormous imaging flexibility, it also handles much of the programming overhead that such flexibility requires. For example, Color QuickDraw automatically handles multiple screens of differing sizes and capabilities, so that most applications don’t need to determine where the user has placed a window or what equipment the user has set up.This rest of this chapter introducesn    basic QuickDraw, the imaging engine for all Macintosh computersn    Color QuickDraw, the color imaging system with which your application can display hundreds, thousands, even millions of colors on grayscale and color screensn    the Printing Manager, the collection of system software routines that allows your application to communicate with printer drivers to print on any variety of printern    other imaging managers associated with QuickDrawQuickDraw is the part of the Macintosh Toolbox that performs graphics operations on the user’s screen. All Macintosh applications use QuickDraw indirectly whenever they call other Toolbox managers to create and manage the basic user interface elements (such as windows, controls, and menus, as described in Inside Macintosh: Macintosh Toolbox Essentials). As the Macintosh has evolved toward greater graphics capabilities, QuickDraw has grown along with it. Each new generation of QuickDraw has maintained compatibility with those that preceded it, while adding new capabilities and expanding the range of possible display devices. This evolutionary approach has helped to ensure that existing applications, written for earlier Macintosh models, continue to work as more powerful computers are developed. The development of QuickDraw has progressed along these three main evolutionary stages: n    Basic QuickDraw, which was designed for the earliest Macintosh models with their built-in black-and-white screens. System 7 added new capabilities to basic QuickDraw, including support for offscreen graphics worlds and the extended version 2 picture format. Basic QuickDraw is still used in more recent black-and-white Macintosh systems such as the Macintosh Classic® and PowerBook 100 computers. n    The original version of Color QuickDraw, which was introduced with the first Macintosh II systems. This first generation of Color QuickDraw could support up to 256 colors. n    The current version of Color QuickDraw, which was originally introduced as 32-Bit Color QuickDraw and is now part of System 7. This version has been expanded to support up to millions of colors. Applications that use only basic QuickDraw routines are compatible with all Macintosh systems. However, applications that use routines specific to Color QuickDraw cannot run on computers supporting only basic QuickDraw. Drawing EnvironmentsThe Macintosh computer was the first to popularize the bitmapped screen, as opposed to the character-oriented screen—common to terminals and early personal computers—on which only a single, built-in character set could be displayed. On a bitmapped screen every pixel can be manipulated. Pixels are the dots that make up a visible image on the screen. Drawing on the Macintosh screen consists of manipulating memory bits that QuickDraw translates into an analogous manipulation of pixels. This allows your application to create shapes and characters in differing sizes and differing styles. Such flexibility gives your application and its users many of the capabilities of a design studio and a print shop. Your application performs all graphics operations in graphics ports. A graphics port is a drawing environment—defined by a GrafPort record for a basic graphics port or a CGrafPort record for a color graphics port—that contains the information QuickDraw needs to transmit drawing operations from bits in memory to onscreen pixels.A basic graphics port is the drawing environment provided by basic QuickDraw; a basic graphics port contains the information that basic QuickDraw uses to create and manipulate onscreen either black-and-white images or color images that employ a basic eight-color system.A color graphics port is the sophisticated color drawing environment provided by Color QuickDraw; a color graphics port contains the information that Color QuickDraw uses to create and manipulate grayscale and color images onscreen.While your application can draw directly into basic and color graphics ports, you can improve your application’s appearance and performance by constructing images in offscreen graphics worlds and then copying them to onscreen graphics ports. An offscreen graphics world is a sophisticated environment for preparing complex color, grayscale, or black-and-white images before displaying them on the screen. Defined in a private data structure referred to by a pointer of type GWorldPtr, an offscreen graphics world also contains a graphics port of its own.Your application can print the images it prepares in graphics ports by drawing into a printing graphics port using QuickDraw drawing routines. A printing graphics port is the printing environment defined by a TPrPort record, which contains a graphics port plus additional information used by the printer driver and system software.The visible image for a graphics port is contained in either a bitmap or a pixel map. A bitmap is defined by a data structure of type BitMap, and it represents the positions and states of a corresponding set of pixels, which can be either black and white or the eight predefined colors provided by basic QuickDraw. A bitmap is contained within a basic graphics port. A pixel map is defined by a data structure of type PixMap, and it represents the positions and states of a corresponding set of color pixels. A handle to a pixel map is contained within a color graphics port. Because your application can typically deal with graphics ports instead of hardware devices, QuickDraw helps your application achieve device independence. A graphics port does the following:n    It specifies the bitmap or pixel map that points to the area of memory in which your drawing operations take place. The bitmap or pixel map contains information about how that memory should be arranged to map bits to the screen.n    It contains a metaphorical graphics pen with which to perform drawing operations. You can set this pen to different sizes, patterns, and colors.n    It holds information about text: if your application or its user writes characters, they will be styled and sized according to information in your application’s graphics port.The fields of a graphics port are maintained by QuickDraw, and you should never write directly into those fields. However, QuickDraw provides routines for changing the fields of a graphics port: you can point to an image in a different area of memory, reshape and resize the pen, change the pen’s pattern and color, and switch fonts. You can, and often must, read the fields of a graphics port.Figure 1-1 illustrates how an onscreen image represents bits in memory. In this figure, an application uses the Window Manager function GetNewCWindow to create a new window on a grayscale screen; GetNewCWindow automatically uses Color QuickDraw to create the graphics port for the empty window. The application uses Color QuickDraw procedures to fill the graphics port’s pixel map with an image and to draw the image onscreen.Figure 1-1    A grayscale image representing bits in memoryQuickDraw’s Coordinate PlaneYour application typically uses Window Manager routines to create graphics ports in the form of windows. Your application can draw into a window without regard to its location on the screen—even if the window spans more than one screen. This is possible because QuickDraw maintains a global coordinate system for a computer’s entire potential drawing space and a different local coordinate system for every window displayed in this space.The Macintosh screen (or screens) on which QuickDraw displays your images represents a small part of a large global coordinate plane. Coordinates in the global coordinate system reflect the entire potential drawing space on this plane. The (0,0) origin point of the global coordinate plane is assigned to the upper-left corner of the main screen—that is, the one with the menu bar—while coordinate values increase to the right and (unlike a Cartesian plane) down. Any pixel on the screen can be specified by a vertical coordinate (ordinarily labeled v) and a horizontal coordinate (ordinarily labeled h). Figure 1-2 illustrates the QuickDraw global coordinate plane.Figure 1-2    The QuickDraw global coordinate planeNoteThe orientation of the vertical axis, while convenient for computer graphics, differs from mathematical convention. Also, the coordinate plane is bounded by the limits of QuickDraw coordinates, which range from –32768 to 32767.uWindows are rectangular areas that are subsets of the global coordinate plane. Each window represents its own QuickDraw graphics port. When you create a window, the Window Manager uses QuickDraw to create a graphics port in which the window’s contents are displayed. (See the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials for a complete description of creating and managing windows.)When your application creates a new graphics port, QuickDraw defines a boundary rectangle, which, by default, is the entire main screen; this rectangle links the local coordinate system of a graphics port to QuickDraw’s global coordinate system and defines the area of the pixel image or bit image into which QuickDraw can draw. A boundary rectangle is stored in the pixel map for a color graphics port or in the bitmap for a basic graphics port.The graphics port includes a field called portRect, which defines a rectangle to be used for drawing. In a graphics port that represents a window, the portRect rectangle—or simply, the port rectangle—represents the window’s content region.When you use the Window Manager to place a window on the screen, you specify the location of its port rectangle in global coordinates. However, within the port rectangle, the drawing area is described using a local coordinate system. You draw into a window in local coordinates, without regard to the window’s location on the screen. Figure 1-3 illustrates the local and global coordinate systems for a sample window that is 180 pixels high by 300 pixels wide, placed with its window origin 90 pixels down and 60 pixels to the right of the upper-left corner of the main screen.Figure 1-3    A window’s local and global coordinate systemsIt is helpful to conceptualize the global coordinate plane as a two-dimensional grid—one with integer coordinates ranging from –32768 to 32767—as illustrated in Figure 1-4.Figure 1-4    The coordinate planeThe intersection of a horizontal and a vertical grid line marks a point on the coordinate plane. Notice that, because all coordinates are limited to simple integers, the QuickDraw plane is finite, although very large: there are over four billion points on the grid, many more than there are dots on any screen. When using QuickDraw, you associate small parts of the grid with areas on the screen.Note also the distinction between points on the coordinate grid and pixels, the dots that make up a visible image on the screen. Figure 1-5 illustrates the relationship between the two: the pixel is down and to the right of the point by which it is addressed. Figure 1-5    Points and pixelsAs the grid lines are infinitely thin, so a point is infinitely small. Pixels, by contrast, lie between the lines of the coordinate grid, not at their intersections. This gives them a definite physical extent, so that they can be seen on the screen. After your application creates a window, the user can move or resize it within the global coordinate system. However, to draw images into the window, your application needs only to specify pixels within the local coordinate system for that window.Your application uses a cursor to allow the user to select all or part of the content of a window. A cursor is a 16-by-16 pixel image that appears on the screen. Called the pointer in Macintosh user manuals, the user controls the cursor with the mouse. Basic QuickDraw supplies a predefined cursor for your application: the arrow cursor, which is familiar to all Macintosh users. Your application can also use other cursors. For example, when the user moves the cursor to any text in your application, your application should change the arrow cursor to an I-beam cursor and, when performing a lengthy process that precludes the user from interacting with your application, your application should change the cursor to a wristwatch cursor or an animated cursor. One point in the cursor’s image is designated as the hot spot, which in turn points to a location on the screen. The hot spot is the portion of the cursor that must be positioned over a screen object before mouse clicks can have an effect on that object. For example, when the user presses the mouse button, the Event Manager function WaitNextEvent reports the location of the cursor’s hot spot in global coordinates. Your application can use the basic QuickDraw procedure GlobalToLocal to convert the global coordinates of that point to local coordinates for the window. ImagesQuickDraw provides a plethora of routines for drawing different kinds of images. These routines typically require that you start at a particular location in a graphics port and then move the graphics pen. The graphics pen is a metaphorical device for performing drawing operations onscreen. Your application can set this pen to different sizes, patterns, and colors.You specify where to begin drawing by placing the pen at some location in the window’s local coordinate system, and then specifying an act of drawing, usually from there to another location. Take, for example, the following two lines of code:MoveTo(20,10);LineTo(50,30);The MoveTo procedure places the graphics pen at a point with a horizontal coordinate of 20 and a vertical coordinate of 10 in the local coordinate system of the graphics port, and the LineTo procedure draws a line from there to a point with a horizontal coordinate of 50 and a vertical coordinate of 30, as shown in Figure 1-6. Figure 1-6    Drawing a lineWhenever you draw into a graphics port, the characteristics of its graphics pen determine how the drawing looks. These characteristics are n    pen location, specified in a graphics port’s local coordinatesn    pen size, specified by a width and height in pixelsn    pen pattern, which defines, in effect, the ink that the pen draws with, ranging from solid black to intricate, multicolor patternsn    pattern mode, also called transfer mode, which specifies how the pen pattern interacts with white or any existing drawing that the pattern overlaysn    pen visibility, specified by an integer indicating whether drawing operations will actually appear—for example, for 0 or negative values, the pen draws with “invisible” inkThe pen’s initial settings are a size of 1 pixel by 1 pixel, a solid black pattern, a pattern mode in which the black writes over everything, and visible ink. A pattern is an image that can be repeated indefinitely to form a repeating design, such as stripes, when drawing lines and shapes or when filling areas on the screen. There are two type of patterns: bit patterns and pixel patterns. A bit pattern is an 8-by-8 pixel image drawn by default in black and white, although any two colors can be used on a color screen. A pixel pattern can use additional colors and can be of any width and height that’s a power of 2. By starting at a particular position and moving the graphics pen, you can use QuickDraw procedures to define and directly draw a number of graphic shapes using the size and pattern of the graphics pen. Several procedures and the shapes they produce are listed here.Procedure    Resulting shape    LineTo    Line    DrawChar    Character    FrameRect    Rectangle    FrameOval    Oval    FrameRoundRect    Rounded rectangle    FrameArc    Arc    A line is defined by two points: the current location of the graphics pen and its destination. The pen hangs below and to the right of the defining points, as shown in Figure 1-7, where two lines are drawn with different bit patterns and pen sizes.Figure 1-7    Lines drawn with different bit patterns and pen sizesA rectangle can be defined by two points—its upper-left and its lower-right corners, as shown in Figure 1-8, or by four boundaries—its upper, left, lower, and right sides. Rectangles are used to define active areas on the screen, to assign coordinate systems to graphical entities, and to specify the locations and sizes for various graphics operations.Figure 1-8    A rectangleQuickDraw also provides routines that allow you to perform a variety of mathematical calculations on rectangles—changing their sizes, shifting them around, and so on. NotePurely speaking, rectangles and points are mathematical entities that have no direct representation on the screen. The borders of the rectangle are infinitely thin, lying along the lines of the coordinate grid. To give a rectangle a shape that can be drawn on the screen, you must use one of QuickDraw’s drawing routines, such as FrameRect and PaintRect.uYou use rectangles known as bounding rectangles to define the outmost limits of other shapes, such as ovals and rounded rectangles. The lines of bounding rectangles completely enclose the shapes they bound; in other words, no pixels from these shapes lie outside the infinitely thin lines of the bounding rectangles.An oval is a circular or elliptical shape defined by the bounding rectangle that encloses it. If the bounding rectangle is square (that is, has equal width and height), then the oval is a circle, as shown in Figure 1-9.Figure 1-9    An ovalAn arc is a portion of the circumference of an oval bounded by a pair of radii joining at the oval’s center; an arc does not include the bounding radii or any part of the oval’s interior. A wedge is a pie-shaped segment of an oval, bounded by a pair of radii joining at the oval’s center; a wedge does include part of the oval’s interior. Arcs and wedges are defined by the bounding rectangle that encloses the oval, along with a pair of angles marking the positions of the bounding radii, as shown in Figure 1-10.Figure 1-10    An arc and a wedgeA rounded rectangle is a rectangle with rounded corners. The figure is defined by the rectangle itself, along with the width and height of the ovals forming the corners (called the diameters of curvature), as shown in Figure 1-11. The corner width and corner height are limited to the width and height of the rectangle itself; if they are larger, the rounded rectangle becomes an oval.Figure 1-11    A rounded rectangleThree types of graphic objects—polygons, regions, and pictures—require you to call several routines to create and draw them. You begin by calling a routine that collects drawing commands into a definition for the object. You use a series of drawing routines to define the object. Then you use a routine that signals the end of the object definition. Finally, you use a routine that draws your newly defined object.A polygon is defined by any sequence of points representing the polygon’s vertices, connected by straight lines from one point to the next. You define a polygon by drawing the lines with QuickDraw line-drawing operations: you move to the first vertex point in the sequence, draw a line from there to the second vertex, from there to the third, and so on. When you finish, QuickDraw automatically completes the figure with a closing line from the last vertex back to the first. Figure 1-12 shows an example of a polygon.Figure 1-12    A polygonA region is an arbitrary area or set of areas, the outline of which is one or more closed loops. One of QuickDraw’s most powerful capabilities is the ability to work with regions of arbitrary size, shape, and complexity. You define a region by drawing its boundary with QuickDraw operations. The boundary can be any set of lines and shapes (even including other regions) forming one or more closed loops. A region can be concave or convex, can consist of one connected area or many separate ones, and can even have holes in the middle. In Figure 1-13 the region on the left has a hole and the one on the right consists of two unconnected areas. Figure 1-13    Two regionsYour application can record a sequence of QuickDraw drawing operations in a picture and play its image back later. Pictures provide a form of graphic data exchange: one program can draw something that was defined in another program, with great flexibility and without having to know any details about what’s being drawn. Figure 1-14 shows an example of a picture containing a rectangle, an oval, and a rectangle.Figure 1-14    A simple QuickDraw pictureAs you see in Figure 1-14, QuickDraw shapes may be drawn using various pen patterns. Painting a shape fills both its outline and its interior with the current pen pattern. Filling a shape fills both its outline and its interior with any specified pattern (not necessarily the current pen pattern). The three figures in the top row of Figure 1-15 are filled. Figure 1-15    Filling and framing various shapesFraming a shape draws just its outline, using the current pen size, pen pattern, and pattern mode. The interior of the shape is unaffected, allowing previously existingpixels to “show through.” The three figures in the bottom row of Figure 1-15 are framed. Erasing a shape fills both its outline and its interior with the current background pattern (typically solid white on a black-and-white monitor or a solid background color on a color monitor). Inverting a shape reverses the colors of all pixels within its boundary—for example, all white pixels become black, and all black pixels become white. With color pixels, the results of inverting are less predictable. ColorsThe earliest Macintosh models all used basic QuickDraw to draw to built-in screens with known characteristics. The Macintosh II computer introduced Color QuickDraw, which supports a variety of screens of differing sizes and color capabilities. With Color QuickDraw, users can choose from a wide range of screen options, from simple 12-inch black-and-white screens to full-page grayscale monitors to large two-page displays capable of presenting millions of colors. Users can even connect two or more separate screens to the same computer and simultaneously view different portions of the system’s global coordinate plane.A pixel, which is short for picture element, is the smallest dot that QuickDraw can draw. On a black-and-white monitor, a pixel is a single-color phosphor dot that displays in two states—black and white. On a color screen, three phosphor dots (red, green, and blue) compose each color pixel. A pair of fields in a graphics port, fgColor and bkColor, specify a foreground and background color. The foreground color is the color used for bit patterns and for the graphics pen when drawing. By default, the foreground color is black. The background color is the color of the pixels in the bitmap or pixel map wherever no drawing has taken place. By default, the background color is white. However, when there is a color screen your application can draw with a color other than black by changing the foreground color, and your application can draw into a background other than white by changing the background color. For example, by changing the foreground color to red and the background color to blue before drawing a rectangle, your application can draw a red rectangle against a blue background.On a color screen, you can draw in color even when you are using a basic graphics port. Although basic QuickDraw graphics routines were designed for black-and-white drawing, they also support an eight-color system that basic QuickDraw predefines for display on color screens and color printers. Because Color QuickDraw also supports this eight-color system, it is compatible across all Macintosh platforms.The basic QuickDraw color values consist of 1 bit for normal black-and-white drawing (black on white), 1 bit for inverted black-and-white drawing (white on black), 3 bits for the additive primary colors (red, green, blue) used in video display, and 4 bits for the subtractive primary colors (cyan, magenta, yellow, black) used in printing. Basic QuickDraw defines a set of constants for those standard colors: CONST  blackColor                    = 33;  whiteColor                    = 30;  redColor                    = 205;  greenColor                      = 341;  blueColor                      = 409;  cyanColor                      = 273;  magentaColor                    = 137;  yellowColor                     = 69;These are the only colors available in basic QuickDraw (or with Color QuickDraw drawing into a basic graphics port). In Color QuickDraw, however, a color pixel represents up to 48 bits in memory. On a grayscale screen, a white phosphor dot whose intensity can vary is a pixel that usually represents 1, 2, 4, or 8 bits in memory.To remove (for most applications) the burden of worrying about screen capabilities, Color QuickDraw is device-independent. Your application can use an RGBColor record, a data structure of type RGBColor, to specify a color by its red, green, and blue components, with each component defined as a 16-bit integer. Color QuickDraw compares the resulting 48-bit value with the colors actually available on a video device—such as a plug-in video card or a built-in video interface—at execution time and then chooses the closest match.What the user finally sees depends on the characteristics of the actual video device and screen. Screens may display color or black and white; the video devices that control them may have indexed colors that support pixels of 1-bit, 2-bit, 4-bit, or 8-bit depths, or direct colors that support pixels of 16-bit or 32-bit depths. Color QuickDraw automatically determines which method is used by the video device and matches your requested color with the closest available color.Indexed ColorsSome video devices use indexed colors to support a maximum of 256 colors at any one time. The indexed color system was created when the Macintosh II computer was introduced, at a time when memory was scarce and moving megabyte images around was impractical. With indexed color, the maximum value of a pixel in a PixMap record is limited to a single byte. Each pixel’s byte can specify one of 256 (28) different values. Video devices implementing indexed color contain a data structure called a color lookup table (or, more commonly, a CLUT). The CLUT, in turn, contains entries for all possible color values.For example, an indexed video device supporting 2 bits per pixel provides indexes into a table of four colors; if two colors are black and white, however, only two other hues can be shown.An indexed video device supporting 4 bits per pixel can provide indexes into a table of 16 colors, a number sufficient for many straightforward graphics, such as those used in charts, presentations, or games.An indexed video device supporting a byte (8 bits) for each pixel allows 256 colors to be displayed, which for many images is enough to produce near-photographic quality. The problem is that the colors needed for one near-photographic image may not be appropriate for another. The prevailing shades of browns necessary for displaying a painting by Rembrandt aren’t appropriate for the prevailing shades of blues in a Monet painting. Because most indexed video devices use a variable CLUT (rather than a fixed one), you can display a Rembrandt painting with one set of 256 colors, then use system software to reload the CLUT with a different set of 256 colors for a Monet painting. If your application needs this sort of control on indexed video devices, you can use the Palette Manager (as described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging) to arrange palettes—that is, sets of colors—for particular images and for video devices of differing color capabilities.NoteSome Macintosh computers, such as grayscale PowerBook computers, have a fixed CLUT, which your application cannot change.uIf your application uses a 48-bit RGBColor record to specify a color, the Color Manager examines the colors available in the CLUT on the video device. If the video device supports 8 bits per pixel, for example, it contains a CLUT with 256 entries. Comparing these entries to the RGBColor record you specify, the Color Manager determines which color in the CLUT is closest, and the Color Manager gives Color QuickDraw the index to this color. Color QuickDraw then draws with this color.Direct ColorsVideo devices that implement direct color eliminate the competition for limited table spaces and remove the need for color table matching. By using direct color, video devices may support a maximum of thousands or millions of colors. When you specify a 48-bit RGBColor record, Color QuickDraw truncates the least significant bits of its red, green, and blue components to either 16 bits (5 bits each for red, green, and blue, with 1 bit unused) or 32 bits (8 bits each for red, green, and blue, with 8 bits unused). Using 16 bits, direct video devices can display over 32,000 colors; using 32 bits, direct video devices can display as many as 16 million different colors.Using direct color not only removes much of the complexity of the CLUT mechanism for video device developers, but it also allows the display of thousands or millions of colors simultaneously, resulting in near-photographic realism.Multiple ScreensA video device is a piece of hardware, such as a plug-in video card or a built-in video interface, that controls a screen. To use more than one screen, a user may have more than one video device installed on his or her computer.In a drawing environment with multiple screens, the one with the menu bar is the main screen. Color QuickDraw maps the (0,0) origin point of the global coordinate plane to the main screen’s upper-left corner, and other screens are positioned adjacent to it. In Figure 1-16, a full-page screen sits next to the main screen. Remember that each window—even a window that overlaps two screens—has its own local coordinate system with a (0,0) point at its upper-left corner.Figure 1-16    A two-screen systemColor QuickDraw stores state information for a video device in a GDevice record. (Color QuickDraw creates GDevice records—basic QuickDraw does not, nor does basic QuickDraw support multiple screens.) When a computer supporting Color QuickDraw starts up, it allocates and initializes a handle to a GDevice record for each video device it finds. The firmware in the ROM for each video device supplies information about whether the device uses indexed or direct colors, how much video RAM is available, and so on. Some of this information is stored in the GDevice record, where it is available to the entire graphics system.As illustrated in Figure 1-17, when your application opens a color window, the CGrafPort record for the window contains a handle to a PixMap record contained in the main screen’s GDevice record. The PixMap record for your window thereby contains the correct pixel specifications for the main screen. Color QuickDraw internally calculates the changes required for drawing to any other screens.Figure 1-17    The GDevice record and pixel map for a 4-bit video cardWhen a multiscreen system starts up, one of the screens is the startup screen, the screen on which the “happy Macintosh” appears. By default, the main screen is the startup screen. However, by using the Monitors control panel, the user can specify a different startup screen.During the startup of a multiscreen environment, system software calls the Window Manager procedure InitWindows to create a region that is the union of all the active screens (minus the menu bar and the rounded corners on the outermost screens). The Window Manager saves this region, called the gray region, as the global variable GrayRgn. The gray region describes and defines the desktop: the area in which the user can drag windows. Users can drag windows from one screen to another and even across multiple screens. Color QuickDraw calculates the global coordinates of the rectangle into which it must draw and issues the drawing command to each video device that the rectangle intersects.For many applications, Color QuickDraw provides a device-independent interface; your application can draw images in a color graphics port for a window, and Color QuickDraw automatically manages the screen display—even if the user has multiple screens. Your application generally never needs to create GDevice records. However, you may find it useful for your application to examine GDevice records to determine the capabilities of the user’s screens. When zooming a window, for example, your application can use GDevice records to determine which screen contains the largest area of a window, and then determine the ideal window size for that screen. You may also wish to use the DeviceLoop procedure to optimize your application’s drawing for screens with different capabilities. The DeviceLoop procedure searches for video devices that intersect your graphics port’s drawing region, and it informs your application of each video device it finds. The DeviceLoop procedure provides your application with information about the pixel depth and other attributes of the video device on which drawing is currently taking place. Your application can then choose what drawing technique to use for the current device. When highlighting, for example, your application might invert black and white when drawing onto a 1-bit video device but use magenta as the highlight color on a color screen. From Memory Bits to Onscreen PixelsTracing the path from data in memory to a pixel on one of several connected screens traverses the major elements of QuickDraw and recapitulates much of the discussion in this chapter.In Figure 1-18, the user of an indexed color system selects a color for some object from an application (1). Using a 48-bit RGBColor record to specify the color, the application calls a Color QuickDraw routine to draw the object in that color (2). Color QuickDraw uses the Color Manager to determine what color in the video device’s CLUT comes closest to the requested color (3).Figure 1-18    The indexed-pixel pathAt startup, the video device’s declaration ROM supplies information for the creation of the GDevice record that describes the characteristics of the device. The resulting GDevice record contains a ColorTable record that is kept synchronized with the card’s CLUT. The Color Manager examines that GDevice record to find what colors are currently available (4) and to decide which color comes closest to the one requested by the application. The Color Manager gets the index value for the best match and returns that value to Color QuickDraw (5), which puts the index value into those places in video RAM that store the object (6). The video device continuously displays video RAM by taking the index values, converting them to colors according to CLUT entries at those indexes (7), and sending them to digital-to-analog converters (8) that produce a signal for the screen (9).For video devices that support direct color, the Color Manager’s selection algorithm isn’t needed. When an application specifies a color in an RGBColor record, Color QuickDraw uses the most significant 5 or 8 bits of each of the 16-bit red, green, and blue components of the specified color.Figure 1-19 illustrates a user choosing a color for some object (1). Using a 48-bit RGBColor record to specify the color, the application uses a Color QuickDraw routine to draw the object in that color (2). Color QuickDraw knows from the GDevice record (3) that the screen is controlled by a direct device in which pixels are 32 bits deep, which means that 8 bits are used for each of the red, green, and blue components of the requested color. Color QuickDraw passes the high 8 bits from each 16-bit component of the 48-bit RGBColor record to the video device (4), which stores the resulting 24-bit value in video RAM for the object. The video device continuously displays video RAM by sending the three 8-bit red, green, and blue values for the color to digital-to-analog converters (5) that produce a signal for the screen (6).Figure 1-19    The direct-pixel pathFrom Memory Bits to PrintersAvailable on all Macintosh computers, the Printing Manager is a collection of system software routines that your application can use to print to any type of connected printer by using the same QuickDraw routines for printing that your application uses for screen display. You can use the Printing Manager to print documents, to display and alter printing-related dialog boxes, and to handle printing errors. The Printing Manager takes much of the work out of coming up with a single way to handle all possible printer environments.Your application uses the Printing Manager procedure PrOpen to open the current printer. (The current printer is the printer that the user last selected from the Chooser.) Before printing, your application should display the job dialog box, which solicits printing information from the user, such as the number of copies to print, the print quality, and the range of pages to print. Your application can use the PrJobDialog procedure to display a job dialog box. The PrJobDialog procedure handles all user interaction in the standard dialog items until the user clicks the Print or Cancel button. Figure 1-20 shows an example of a job dialog box. Your application prints the document in the active window if the user clicks the Print button.Figure 1-20    The job dialog box for a StyleWriter printerEach printer has its own job dialog box. Thus, a style dialog box for one printer may differ slightly from that of another printer. Figure 1-21 shows a sample job dialog box for a LaserWriter printer.Figure 1-21    The job dialog box for a LaserWriter printerA TPrint record stores information about the choices made by the user in the print job dialog box. Your application can also customize the job dialog box to ask for additional information.When the user clicks the Print button in the job dialog box, your application then uses the Printing Manager function PrOpenDoc to open a printing graphics port, which consists of a graphics port (either a GrafPort or CGrafPort record) plus additional information. To set up the printing graphics port to print a page, your application should call the PrOpenPage procedure. Your application then prints by using the QuickDraw routines described in this book to draw into the printing graphics port. The Printing Manager uses a printer driver to do the actual printing. A printer driver does any necessary translating of QuickDraw drawing routines and sends the translated instructions and data to the printer. Each type of printer has its own printer driver, which is stored in a resource file in the Extensions folder inside the System Folder. Because your application does not communicate with any of the multitude of available printer drivers but instead uses the Printing Manager to handle this communication, the Printing Manager gives your application device-independent control over the printing process.When your application has finished drawing into the page set up for the printing graphics port, your application closes the page by using the PrClosePage procedure. For every page that the user selects to be printed in a document, your application uses PrOpenPage and PrClosePage. When your application has finished printing, your application closes the printing graphics port by using the PrCloseDoc procedure; your application should then close the Printing Manager by using the PrClose procedure.There are two main types of printer drivers for Macintosh computers: QuickDraw printer drivers and PostScript™ printer drivers. Using QuickDraw drawing operations, QuickDraw printer drivers render images on the Macintosh computer and then send the rendered images to the printer in the form of bitmaps or pixel maps. PostScript printer drivers, on the other hand, convert QuickDraw drawing operations into equivalent PostScript drawing operations, as necessary. PostScript printers have their own rendering capabilities. PostScript printer drivers typically send drawing operations to the printer, which itself renders images on the page.For most applications, sending QuickDraw’s picture-drawing routines to the printer driver is sufficient: the driver either uses QuickDraw or converts the drawing routines to PostScript. For some applications, such as page-layout programs, this may not be sufficient; such applications may rely on printer drivers to provide several features that are not available, or are difficult to achieve, using QuickDraw. Using picture comments, your application can instruct printer drivers to perform operations that QuickDraw does not support. Created with the QuickDraw procedure PicComment, picture comments are data or commands for special processing that can be included in the code an application sends to a printer driver. A number of picture comments have been given special definitions in printer drivers. The drivers for PostScript printers and even some QuickDraw printers support features unavailable with QuickDraw. When a printer driver encounters one of these comments, it converts it to its own printing code. Other picture comments signal the driver that PostScript code is enclosed, so your application can even include PostScript code directly in the definition of a picture.Other Graphics ManagersIn addition to the QuickDraw routines described in this book, several other collections of system software routines are available to assist you in drawing and printing images. Your application can use QuickDraw’s text-handling routines to measure and draw text ranging in complexity from a single glyph to a line of justified text containing multiple languages and styles. In addition to measuring and drawing text, QuickDraw’s text-handling routines also help you to determine which characters to highlight and where to mark the insertion point. These routines are described in the chapter “QuickDraw Text” in Inside Macintosh: Text. To provide more sophisticated color support on indexed graphics devices, your application can use the Palette Manager. The Palette Manager allows your application to specify sets of colors that it needs on a window-by-window basis. An indexed device supporting a byte for each pixel allows 256 colors to be displayed. On a video device that uses a variable CLUT, your application can use the Palette Manager to display tens of thousands of palettes—that is, sets of colors—consisting of 256 colors each, so that your application has up to 16 million colors at its disposal (although only 256 different colors can appear at once). For example, your application can use the Palette Manager to load the CLUT with a set of prevailingly brown colors to display a Rembrandt painting, then reload the CLUT with a set of prevailingly blue colors for a Monet painting. For information about the Palette Manager, see Inside Macintosh: Advanced Color Imaging.To solicit color choices from users, your application can use the Color Picker Utilities. The Color Picker Utilities provide your application with a standard dialog box for soliciting a color choice from users. The Color Picker Utilities also provide routines that allow your application to convert between colors specified in RGBColor records and colors specified for other color models, such as the CMYK model used by many color printers. Most applications use the Color Picker Utilities only for soliciting color choices. To learn how to use the Color Picker Utilities, see Inside Macintosh: Advanced Color Imaging.As color devices for input and output proliferate, so do the problems of moving images between them with good results. Different device types use different color models, which produce different gamuts, or ranges of colors. Screens, for example, typically display colors as combinations of red, green, and blue—combinations that your application specifies with RGBColor records when using Color QuickDraw. Screens by different manufacturers may be capable of displaying different intensities of red, green and blue, so that even though the screens work with RGB colors, their gamuts may be different. Color printers typically use a CMYK color model to work with varying intensities of cyan, magenta, yellow, and black. Print technologies vary drastically, and the gamut that an ink jet color printer can display may be quite different from one based on another technology. A single printer may be able to produce different gamuts depending on the paper or ink in use at the time of printing. Two devices with differing color gamuts cannot reproduce each other’s colors exactly, but shifting the colors of one device may improve the visual match. To match colors between screens and input and output devices such as scanners and printers, Macintosh system software provides a set of routines and algorithms called the ColorSync Utilities. Developers writing device drivers use the ColorSync Utilities to support color matching between devices. You can use the ColorSync Utilities in your application to communicate with a driver and present users with color-matching information—such as a device’s color capabilities. For an image that your application prepares, for example, your application can present a print preview dialog box that signifies those colors within the image that the printer cannot accurately reproduce. Your application can also allow users to choose whether and how to match colors in the image with those available on the printer. The ColorSync Utilities are described in Inside Macintosh: Advanced Color Imaging.The Color Manager assists Color QuickDraw in mapping your application’s color requests to the actual colors available. Most applications never need to call the Color Manager directly. However, for completeness, the routines and data structures of the Color Manager are described in Inside Macintosh: Advanced Color Imaging.Apple has also developed a new, object-based graphics architecture called QuickDraw GX. This new architecture provides applications with sophisticated color publishing capabilities. Your application can use QuickDraw GX instead of QuickDraw to create and draw objects on the screen. Rather than provide a set of drawing commands, as QuickDraw does, QuickDraw GX is built around graphics objects that your application can use as needed. Your application can also use QuickDraw GX for drawing text. QuickDraw GX provides many sophisticated font and line layout capabilities, such as ligatures, style variations, kerning, and resolution-independent type manipulation. For printing, QuickDraw GX offers flexible new capabilities to users and an architecture that streamlines development time for developers who write printing drivers. Even if your application uses QuickDraw and the Font Manager instead of QuickDraw GX to create images and text, your application can use the printing capabilities of QuickDraw GX. See the Inside Macintosh: QuickDraw GX suite of books for information about programming with QuickDraw GX imaging technology.Listing 2-0Table 2-0Basic QuickDrawContentsAbout Basic QuickDraw2-3The Mathematical Foundations of QuickDraw2-4The Coordinate Plane2-4Points2-4Rectangles2-5Regions2-7The Black-and-White Drawing Environment: Basic Graphics Ports2-7Bitmaps2-9The Graphics Port Drawing Area2-11Graphics Port Bit Patterns2-13The Graphics Pen2-13Text in a Graphics Port2-13The Limited Colors of a Basic Graphics Port2-14Other Fields2-14Using Basic QuickDraw2-14Initializing Basic QuickDraw2-16Creating Basic Graphics Ports2-16Setting the Graphics Port2-18Switching Between Global and Local Coordinate Systems2-19Scrolling the Pixels in the Port Rectangle2-20Basic QuickDraw Reference2-26Data Structures2-26Routines2-36Initializing QuickDraw2-36Opening and Closing Basic Graphics Ports2-37Saving and Restoring Graphics Ports2-41Managing Bitmaps, Port Rectangles, and Clipping Regions2-43Manipulating Points in Graphics Ports2-51Summary of Basic QuickDraw2-56Pascal Summary2-56Data Types2-56Routines2-57C Summary2-58Data Types2-58Functions2-60Assembly-Language Summary2-61Data Structures2-61Global Variables2-62Result Codes2-62Basic QuickDrawThis chapter describes how to initialize basic QuickDraw and how to create and manage a basic graphics port—the drawing environment in which your application can create graphics and text in either black and white or eight basic colors. Many of the routines described in this chapter also operate in color graphics ports, and are noted as such. This chapter also describes the mathematical foundation of both basic QuickDraw and Color QuickDraw.Read this chapter to learn how to set up a drawing environment for your application on all models of Macintosh computers. The chapter “Color QuickDraw” in this book describes additional data structures and routines necessary for preparing the more sophisticated color drawing environments that are supported on the more powerful Macintosh computers.If your application ever draws to the screen, it uses basic QuickDraw—either directly, as when it draws shapes or patterns into a window, or indirectly, as when it uses another Macintosh Toolbox manager (such as the Window Manager or Menu Manager) to implement elements of the standard Macintosh user interface. If your application does not use color, or uses only a few colors, you may find that all the tools you need for preparing a graphics environment are provided by basic QuickDraw. Once you prepare a basic drawing environment as described in this chapter, you can begin drawing into it as described in the next chapter, “QuickDraw Drawing.”About Basic QuickDrawBasic QuickDraw, designed for the earliest Macintosh models with their built-in black-and-white screens, is a collection of system software routines that your application can use to manipulate images on all Macintosh computers. NoteAll Macintosh computers support basic QuickDraw. Only those computers based on the Motorola 68000 processor, such as the Macintosh Classic and PowerBook 100 computers, provide no support for Color QuickDraw.uBasic QuickDraw performs its operations in a graphics port based on a data structure of types GrafPort. (Color QuickDraw, described in the chapter “Color QuickDraw,” can work with data structures of type GrafPort or CGrafPort, the latter offering extensive color and grayscale facilities.)As described in the chapter “Introduction to QuickDraw,” each graphics port has its own local coordinate system. All fields in a graphics port are expressed in these coordinates, and all calculations and actions that QuickDraw performs use the local coordinate system of the current graphics port. The mathematical constructs of this coordinate system are described next. The Mathematical Foundations of QuickDrawQuickDraw defines some mathematical constructs that are widely used in its procedures, functions, and data types: the coordinate plane, the point, the rectangle, and the region. Points are defined in terms of the coordinate plane. Points in turn are used to define a rectangle. Rectangles assign coordinates to boundaries and images, and rectangles frame graphic objects such as regions and ovals. Regions define arbitrary areas on the coordinate plane.For example, each graphics port has its own local coordinate system on the coordinate plane; the location of the graphics pen used for drawing into a graphics port is expressed as a point; a commonly used rectangle is the port rectangle, which in a graphics port for a window represents the window’s content area; and a commonly used region in QuickDraw is the visible region, which in a graphics port for a window represents the portion of the window that’s actually visible on the screen—that is, the part that’s not covered by other windows.The Coordinate PlaneAs described in the chapter “Introduction to QuickDraw,” all information about location or movement is specified to QuickDraw in terms of coordinates on a plane. The plane is a two-dimensional grid whose coordinates range from –32768 to 32767. On a user’s computer, there is one global coordinate system that represents all potential QuickDraw drawing space. The origin of the global coordinate system—that is, the point with a horizontal coordinate of 0 and a vertical coordinate of 0—is at the upper-left corner of the user’s main screen. Each graphics port on that user’s computer has its own local coordinate system, which is defined relative to the port rectangle of the graphics port. Typically, the upper-left corner of a port rectangle is assigned a local horizontal coordinate of 0 and a local vertical coordinate of 0, although you can use the SetOrigin procedure to change the coordinates of this corner.IMPORTANTQuickDraw stores points and rectangles in its own data structures of types Point and Rect. In these structures, the vertical coordinate (v) appears first, followed by the horizontal coordinate (h). However, in parameters to all QuickDraw routines, you specify the horizontal coordinate first and the vertical coordinate second.sSo that the user can select onscreen objects across this coordinate plane, QuickDraw predefines several cursors, described in the chapter “Cursor Utilities” in this book, that the user manipulates with the mouse.PointsA point is located by the combination of a vertical coordinate and a horizontal coordinate. Points themselves are dimensionless; if a visible pixel is located at a point, the pixel hangs down and to the right of the point. You can store the coordinates of a point into a variable of type Point, which QuickDraw defines as a record of two integers.TYPE VHSelect =                        (v,h); Point = RECORD     CASE Integer OF            0: (v:              Integer:                {vertical coordinate}                 h:          Integer);                {horizontal coordinate}            1: (vh:  ARRAY[VHSelect] OF Integer);END;The third field of this record lets you access the vertical and horizontal coordinates of a point either individually or as an array. For example, the following code fragment illustrates how to assign values to the coordinates of points:VAR     westPt, eastPt: Point;westPt.v := 40; westPt.h := 60;eastPt.vh[v] := 90; eastPt.vh[h] := 110;“Manipulating Points in Graphics Ports” beginning on page 2-51 describes several QuickDraw routines you can use to change and calculate points.RectanglesAny two points can define the upper-left and lower-right corners of a rectangle. Just as points are infinitely small, the borders of the rectangle are infinitely thin.The data type for rectangles is Rect, and the data structure consists of either four integers or two points:TYPE Rect = RECORD     CASE Integer OF                                        {cases: four sides or two points}        0:    (top:                Integer;                {upper boundary of rectangle}             left:                Integer;                {left boundary of rectangle}             bottom:                Integer;                {lower boundary of rectangle}             right:                Integer);                {right boundary of rectangle}        1:    (topLeft:                Point;                {upper-left corner of rectangle}             botRight:                Point);                {lower-right corner of rectangle}END;You can access a variable of type Rect either as four boundary coordinates or as two diagonally opposite corner points. All of the following coordinates to the rectangle named shipRect are permissible:VAR    shipRect: Rect;{specify rectangle with boundary coordinates}shipRect.top := 20; shipRect.left := 20; shipRect.bottom := 70;     shipRect.right := 70;{specify rectangle with upper-left and bottom-right points}shipRect.topLeft := (20,20); shipRect.botRight := (70,70);{specify individual coordinates for rectangle's upper-left }{ and bottom-right points}shipRect.topLeft.v := 20; shipRect.topLeft.h :=20;     shipRect.botRight.v := 70; shipRect.botRight.h :70;{specify individual coordinates for rectangle's upper-left }{ and bottom-right points, where the points are arrays}shipRect.topLeft.vh[v] := 20; shipRect.topLeft.vh[h] := 20;    shipRect.botRight.vh[v] := 70; shipRect.botRight.vh[h] := 70;As described in the chapter “QuickDraw Drawing” in this book, many calculations and graphics operations can be performed on rectangles.NoteIf the bottom coordinate of a rectangle is equal to or less than the top, or the right coordinate is equal to or less than the left, the rectangle is an empty rectangle, one that contains no data.uRegionsThe data structure for a region consists of two fixed-length fields followed by a variable-length field:TYPE Region =        RECORD        rgnSize:  Integer;    {size in bytes}        rgnBBox:  Rect;                        {enclosing rectangle}        {more data if region is not rectangular}    END;The rgnSize field contains the size, in bytes, of the region. The maximum size is 32 KB when using basic QuickDraw (and 64 KB when using Color QuickDraw). The rgnBBox field is a rectangle that completely encloses the region.The simplest region is a rectangle. In this case, the rgnBBox field defines the entire region, and there’s no optional region data. For rectangular regions (or empty regions), the rgnSize field contains 10. The data for more complex regions is stored in a proprietary format.As described in the chapter “QuickDraw Drawing” in this book, you can gather an arbitrary set of spatially coherent points into a region and rapidly perform complex manipulations and calculations on them.The Black-and-White Drawing Environment: Basic Graphics PortsA graphics port is a complete drawing environment that defines where and how graphics operations take place. You can have many graphics ports open at once; each one has its own local coordinate system, drawing pattern, background pattern, pen size and location, font and font style, and bitmap or pixel map (for a color graphics port). You can quickly switch from one graphics port to another. As described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials, the Window Manager incorporates a graphics port in each window record it creates. Similarly, the Printing Manager (described in the chapter “Printing Manager” in this book) incorporates a graphics port in each print record it creates. You can also use the NewGWorld function to create graphics ports that are not in a window, and hence not visible on a screen. As described in the chapter “Offscreen Graphics Worlds” in this book, such offscreen graphics worlds are useful for preparing images for display; when the image is ready, you can quickly copy it to an onscreen graphics port.There are two kinds of graphics ports: the black-and-white, basic graphics port based on the data structure of type GrafPort, and the color graphics port based on the data structure of type CGrafPort (used only with Color QuickDraw). The basic graphics port is discussed here; the color graphics port is discussed in the chapter “Color QuickDraw.” (Using the basic eight-color system described in the chapter “QuickDraw Drawing,” you can also use a basic graphics port to display eight predefined colors.)The GrafPort record is diagrammed in Figure 2-1. Some aspects of its contents are discussed after the figure; see page 2-30 for a complete description of the record fields. Your application should not directly set any fields of a GrafPort record; instead you should use QuickDraw routines to manipulate them.Figure 2-1    The GrafPort record and the BitMap recordBitmapsThe portBits field of a GrafPort record contains the bitmap, a data structure of type BitMap that defines a black-and-white physical bit image in terms of the QuickDraw coordinate plane. The structure of a bitmap is illustrated in Figure 2-1.The baseAddr field of the BitMap record contains a pointer to the beginning of the bit image. (There can be several bitmaps pointing to the same bit image, each imposing its own coordinate system on it.) A bit image is a collection of bits in memory that form a grid. To visualize the relationship between the bits in memory and the bits in an image, take a sequence of words in memory and lay them end to end so that bit 15 of the lowest-numbered word is on the left and bit 0 of the highest-numbered word is on the far right. Then take this line of bits and divide it, on word boundaries, into a number of equal-size rows. Stack these rows vertically so that the first row is on the top and the last row is on the bottom. The result is a matrix like the one shown in Figure 2-2—rows and columns of bits, with each row containing the same number of bytes. A bit image can be any length that’s a multiple of the row’s width in bytes.Figure 2-2    A bit imageThe screen itself is one large visible bit image. On a Macintosh Classic, for example, the screen is a 342-by-512 bit image, with a row width of 64 bytes. These 21,888 bytes of memory are displayed as a matrix of 175,104 pixels on the screen; each bit corresponds to one screen pixel. If a bit’s value is 0, its screen pixel is white; if the bit’s value is 1, it is black. (Color QuickDraw can work with images that store more than 1 bit for each screen pixel. Such images are called pixel images; they are described in the chapter “Color QuickDraw” in this book.)The rowBytes field of the bitmap contains the width of a row of the image in bytes. A bitmap must always begin on a word boundary and contain an integral number of words in each row. The value of the rowBytes field must be less than $4000.The bounds field is the bitmap’s boundary rectangle, which serves two purposes. First, it links the local coordinate system of a graphics port to QuickDraw’s global coordinate system. Second, it defines the area of an image into which QuickDraw can draw. The coordinates of the upper-left corner of the boundary rectangle define the distance from the origin of the graphics port’s local coordinate system to the origin of QuickDraw’s global coordinate system. In this way, the boundary rectangle links the local coordinate system of a graphics port to QuickDraw’s global coordinate system. For example, by subtracting the vertical and horizontal coordinates of the upper-left corner of the boundary rectangle from any other point local to the graphics port, you convert that point into global coordinates. By comparing the origin of a window to the origin of the main screen, Figure 2-3 illustrates the relationship of the boundary rectangle’s local coordinate system to QuickDraw’s global coordinate system.Figure 2-3    Relationship of the boundary rectangle and the port rectangle to the global coordinate systemThe origin of the local coordinate system is defined by the upper-left corner of the port rectangle for the graphics port. (The port rectangle, as described in “The Graphics Port Drawing Area” on page 2-11, is specified in the portRect field of the GrafPort record.) In a graphics port for a window, this point is called the window origin, and it marks the upper-left corner of a window’s content region. As shown in Figure 2-3, this point usually has horizontal and vertical coordinates of 0 in the local coordinate system. The origin for the global coordinate system has horizontal and vertical coordinates of 0 in the global coordinate system, and, as shown in Figure 2-3, this point lies at the upper-left corner of the main screen. By default, QuickDraw assigns the entire main screen as the boundary rectangle for a bitmap. Therefore, the local coordinates of the upper-left corner of the boundary rectangle reflect the distance from the window origin to the screen origin. In Figure 2-3, for example, the upper-left corner of the boundary rectangle has a horizontal coordinate of –60 and a vertical coordinate of –90 in the local coordinate system because the window origin has a horizontal coordinate of 60 and a vertical coordinate of 90 in the global coordinate system. The boundary rectangle defines the area of an image into which QuickDraw can draw. The upper-left corner of the boundary rectangle is aligned around the first bit in the bit image. The width of the boundary rectangle determines how many bits of one row are logically owned by the bitmap. This width must not exceed the number of bits in each row of the bit image (although the width may be smaller than the number of bits in each row). The height of the boundary rectangle determines how many rows of the bit image are logically owned by the bitmap. The number of rows enclosed by the boundary rectangle must not exceed the number of rows in the bit image (although the number of rows enclosed by the boundary rectangle may be fewer than those in the bit image).Normally, the boundary rectangle exactly encloses the bit image. If the rectangle is smaller than either dimension of the image, the rightmost bits in each row, or the last rows in the image, or both, are not considered part of the bitmap. All drawing that QuickDraw does in a bitmap is clipped to the edges of the boundary rectangle—bits (and their corresponding pixels) that lie outside the rectangle are unaffected by drawing operations. The bitmap may be changed to point to a different bit image in memory. All graphics routines work in exactly the same way regardless of whether their effects are visible on the screen. Your application can, for example, prepare an image to be printed on a printer without ever displaying the image on the screen (as described in the chapter “Printing Manager” in this book), or it can prepare an image in an offscreen graphics world before transferring it to the screen (as described in the chapter “Offscreen Graphics Worlds” in this book). The Graphics Port Drawing AreaSeveral fields in the GrafPort record define your application’s drawing area. The portRect field denotes the port rectangle that defines a subset of the bitmap to be used for drawing. All drawing done by your application occurs inside the port rectangle. As explained in the previous section, the boundary rectangle defines the local coordinate system used by the port rectangle. The port rectangle usually falls within the bitmap’s boundary rectangle, but it’s not required to do so.The visRgn field designates the visible region of the graphics port. The visible region is the region of the graphics port that’s actually visible on the screen. The visible region is manipulated by the Window Manager. For example, if the user moves one window in front of another, the Window Manager logically removes the area of overlap from the visible region of the window in back. When you draw into the back window, whatever’s being drawn is clipped to the visible region so that it doesn’t run over onto the front window. The clipRgn field specifies the graphics port’s clipping region, which you can use to limit drawing to any region within the port rectangle. The initial clipping region of a graphics port is an arbitrarily large rectangle: one that covers the entire QuickDraw coordinate plane. You can set the clipping region to any arbitrary region, to aid you in drawing inside the graphics port. If, for example, you want to draw a half-circle on the screen, you can set the clipping region to half of the square that would enclose the whole circle, and then draw the whole circle. Only the half within the clipping region is actually drawn in the graphics port. All drawing in a graphics port occurs in the intersection of the graphics port’s boundary rectangle and its port rectangle, and, within that intersection, all drawing is cropped to the graphics port’s visible region and its clipping region. No drawing occurs outside the intersection of the port rectangle, the visible region, and the clipping region. Figure 2-4 illustrates several of the previously described fields of the GrafPort record.Figure 2-4    Comparing the boundary rectangle, port rectangle, visible region, and clipping regionAs shown in this figure, QuickDraw assigns the entire screen as the boundary rectangle for window A. This boundary rectangle shares the same local coordinate system as the port rectangle for window A. Although not shown in this figure, the upper-left corner—that is, the window origin—of this port rectangle has a horizontal coordinate of 0 and a vertical coordinate of 0, whereas the upper-left corner for window A’s boundary rectangle has a horizontal coordinate of –40 and a vertical coordinate of –40.In this figure, to avoid drawing over scroll bars when drawing into window B, the application that created that window has defined a clipping region that excludes the scroll bars.Graphics Port Bit PatternsThe bkPat and fillPat fields of a GrafPort record contain patterns used by certain QuickDraw routines. The bkPat field contains the background pattern that’s used when an area is erased or when bits are scrolled out of it. When asked to fill an area with a specified pattern, QuickDraw stores the given pattern in the fillPat field and then calls a low-level drawing routine that gets the pattern from that field. Bit patterns—which are usually black and white, although any two colors can be used on a color screen—are described in the chapter “QuickDraw Drawing” in this book; patterns with colors at any pixel depth, called pixel patterns, are described in the chapter “Color QuickDraw” in this book.The Graphics PenThe pnLoc, pnSize, pnMode, pnPat, and pnVis fields of a graphics port deal with the graphics pen. Each graphics port has one and only one such pen, which is used for drawing lines, shapes, and text. The pen has four characteristics: a location, a size (height and width), a drawing mode, and a drawing pattern. The routines for determining and changing these four characteristics are described in the chapter “QuickDraw Drawing.”Text in a Graphics PortThe txFont, txFace, txMode, txSize, and spExtra fields of a graphics port determine how text is drawn—the typeface, font style, and font size of characters and how they are placed in the bit image. QuickDraw can draw characters as quickly and easily as it draws lines and shapes, and in many prepared typefaces. The characters may be drawn in any size and font style (that is, with stylistic variations such as bold, italic, and underline). Text is drawn with the base line positioned at the pen location.For information on using text in your application, including how to use the QuickDraw routines that manipulate text characteristics stored in a graphics port, see Inside Macintosh: Text.The Limited Colors of a Basic Graphics PortThe fgColor, bkColor, and colrBit fields contain values for drawing in the eight-color system available with basic QuickDraw. Although limited to eight predefined colors, this system has the advantage of being compatible across all Macintosh platforms. The fgColor field contains the graphics port’s foreground color, and bkColor contains its background color. The colrBit field tells the color imaging software which plane of the color picture to draw into. These colors are recorded when drawing into a QuickDraw picture (described in the chapter “Pictures” in this book)—for example, drawing a line with a red foreground color stores a red line in the picture—but these colors cannot be stored in a bitmap. The basic graphics port’s color drawing capabilities are discussed in the chapter “QuickDraw Drawing.”Other FieldsThe patStretch field is used during printing to expand patterns if necessary. Your application should not change the value of this field.The picSave, rgnSave, and polySave fields reflect the states of picture, region, and polygon definitions, respectively. To define a region, for example, you open it, call routines that draw it, and then close it. The chapter “QuickDraw Drawing” describes in detail how to use pictures, regions, and polygons to draw into a graphics port.Finally, the grafProcs field may point to a special data structure that your application can store into if you want to customize QuickDraw drawing routines or use QuickDraw in other specialized ways, as described in the chapter “QuickDraw Drawing.”Using Basic QuickDrawTo create a basic QuickDraw drawing environment, you generallyn    initialize QuickDrawn    create one or more graphics ports—typically, by using the Window Manager or the NewGWorld functionn    set a current graphics port whenever your application has multiple graphics ports into which it can drawn    use the coordinate system—local or global—appropriate for the QuickDraw or Macintosh Toolbox routine you wish to use nextn    move the document’s bit image in relation to the port rectangle of the graphics port when scrolling through a document in a windowThese tasks are explained in greater detail in the rest of this chapter. After performing these tasks, your application can draw into the current graphics port, as described in the next chapter, “QuickDraw Drawing.” System 7 added new features to basic QuickDraw that were not available in earlier versions of system software. In particular, System 7 added n    the capability to work with the offscreen graphics worlds described in the chapter “Offscreen Graphics Worlds” n    support for the OpenCPicture function to create—and the ability to display—the extended version 2 pictures described in the chapter “Pictures” n    additional capabilities to the CopyBits procedure as described in the chapter “QuickDraw Drawing” n    support for the Color QuickDraw routines RGBForeColor, RGBBackColor, GetForeColor, and GetBackColor (which are described in the chapter “Color QuickDraw”) n    support for the DeviceLoop procedure (described in the chapter “Graphics Devices” in this book), which provides your application with information about the current device’s pixel depth and other attributes n    support for the Picture Utilities, as described in the chapter “Pictures” in this book (however, when collecting color information on a computer running only basic QuickDraw, the Picture Utilities return NIL instead of handles to Palette and ColorTable records)Before using these capabilities, you should make sure they are available by using the Gestalt function with the gestaltSystemVersion selector. Test the low-order word in the response parameter; if the value is $0700 or greater, then the System 7 features of basic QuickDraw are supported.You can test whether a computer supports only basic QuickDraw with no Color QuickDraw support by using the Gestalt function with the selector gestaltQuickDrawVersion. The Gestalt function returns a 4-byte value in its response parameter; the low-order word contains QuickDraw version data. If Gestalt returns the value represented by the constant gestaltOriginalQD, then Color QuickDraw is not supported.The Gestalt function is described in the chapter “Gestalt Manager” of Inside Macintosh: Operating System Utilities.Initializing Basic QuickDrawCall the InitGraf procedure to initialize QuickDraw at the beginning of your program, before initializing any other parts of the Toolbox, as shown in the application-defined procedure DoInit in Listing 2-1. The InitGraf procedure initializes both basic QuickDraw and, on computers that suppport it, Color QuickDraw.Listing 2-1    Initializing QuickDrawPROCEDURE DoInit;BEGIN     DoSetUpHeap;                            {perform Memory Manager initialization here} InitGraf(@thePort);     {initialize QuickDraw} InitFonts;                               {initialize Font Manager} InitWindows;                            {initialize Window Manager & other Toolbox }                            { managers here}                            {perform all other initializations here} InitCursor;                                  {set cursor to an arrow instead of a clock}END; {of DoInit}When your application starts up, the Finder sets the cursor to a wristwatch; this indicates that a lengthy operation is in progress. See the chapter “Cursor Utilities” in this book for information about changing the cursor when appropriate.Creating Basic Graphics PortsAll graphics operations are performed in graphics ports. Before a basic graphics port can be used, it must be allocated and initialized with the OpenPort procedure. Normally, you don’t call OpenPort yourself. In most cases your application draws into a window you’ve created with the GetNewWindow or NewWindow function (or, for color windows, GetNewCWindow or NewCWindow), or it draws into an offscreen graphics world created with the NewGWorld function. These Window Manager functions (described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials) and the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book) call OpenPort to create a basic graphics port. See the description of the OpenPort procedure on page 2-38 for a table of initial values for a basic graphics port.Listing 2-2 shows a simplified application-defined procedure called DoNew that uses the Window Manager function GetNewWindow to create a basic graphics port for computers that do not support color. The GetNewWindow function returns a window pointer, which is defined to be a pointer to graphics port. Listing 2-2    Using the Window Manager to create a basic graphics portPROCEDURE DoNew (VAR window: WindowPtr);VAR    windStorage:                    Ptr;        {memory for window record}BEGIN    window := NIL;    {allocate memory for window record from previously allocated block}    windStorage := MyPtrAllocationProc;    IF windStorage <> NIL THEN                                    {memory allocation succeeded}    BEGIN        IF gColorQDAvailable THEN                                 {use Gestalt to determine color availability}            window := GetNewCWindow(rDocWindow, windStorage, WindowPtr(-1))        ELSE                {create a basic graphics port for a black-and-white screen}            window := GetNewWindow(rDocWindow, windStorage, WindowPtr(-1));    END;    IF (window <> NIL) and (myData <> NIL) THEN         SetPort(window);END;You can allow GetNewWindow to allocate the memory for your window record and its associated basic graphics port. You can maintain more control over memory use, however, by allocating the memory yourself from a block allocated for such purposes during your own initialization routine, and then passing the pointer to GetNewWindow, as shown in Listing 2-2. When you call the CloseWindow or DisposeWindow procedure to close or dispose of a window, the Window Manager disposes of the graphics port’s regions by calling the ClosePort procedure. If you use the CloseWindow procedure, you also dispose of the window record containing the graphics port by calling the Memory Manager procedure DisposePtr.For detailed information about managing windows, see the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials. For detailed information about managing memory, see Inside Macintosh: Memory.Setting the Graphics PortBefore drawing into the window, Listing 2-2 calls the SetPort procedure to make the window the current graphics port. If your application draws into more than one graphics port, you can call SetPort to set the graphics port into which you want to draw. At times you may need to preserve the current graphics port. As shown in Listing 2-3, you can do this by calling the GetPort procedure to save the current graphics port, SetPort to set the graphics port you want to draw in, and then SetPort again when you need to restore the previous graphics port. (The procedures also work with color graphics ports.)Listing 2-3    Saving and restoring a graphics portPROCEDURE DrawInPort (thePort: GrafPtr);VAR    origPort: GrafPtr;BEGIN    GetPort(origPort);                                {save the original port}    SetPort(thePort);                                {set a new port}    DoDrawWindow(thePort);                                {draw into the new port}    SetPort(origPort);                                {restore the original port}END;In this example, the application calling DrawInPort may need to temporarily turn an inactive window into the current graphics port for updating purposes. After drawing into the inactive window, DrawInPort makes the user’s active window the current graphics port again.NoteWhen your application runs in Color QuickDraw or uses offscreen graphics worlds, it should use the GetGWorld procedure instead of GetPort, and it should use the SetGWorld procedure instead of SetPort. These procedures save and restore the current graphics port for basic and color graphics ports as well as offscreen graphics worlds. See the chapter “Offscreen Graphics Worlds” in this book for more information.uSwitching Between Global and Local Coordinate SystemsEach graphics port has its own local coordinate system. Some Toolbox routines return or expect points that are expressed in the global coordinate system, while others use local coordinates. Sometimes you need to use the GlobalToLocal procedure to convert global coordinates to local coordinates, and sometimes you need the LocalToGlobal procedure for the reverse operation. For example, when the Event Manager function WaitNextEvent reports an event, it gives the cursor location (also called the mouse location) in global coordinates; but when you call the Control Manager function FindControl to find out whether the user clicked a control in one of your windows, you pass the cursor location in local coordinates, as shown in Listing 2-4. (The Event Manager and the Control Manager are described in Inside Macintosh: Macintosh Toolbox Essentials.)Listing 2-4    Changing global coordinates to local coordinatesPROCEDURE DoControlClick (window: WindowPtr; event: EventRecord);VARmouse:                Point;control:                ControlHandle;part:                Integer;windowType:                Integer;BEGIN        SetPort(window);        mouse := event.where;                                {save the cursor location}        GlobalToLocal(mouse);                                {convert to local coordinates}        part := FindControl(mouse, window, control);        CASE part OF            inButton:                {mouse-down in OK button}                DoOKButton(mouse, control);                inCheckBox:                {mouse-down in checkbox}                DoCheckBox(mouse, control);            OTHERWISE            ;        END;         {of CASE for control part codes}END; {of DoControlClick}Scrolling the Pixels in the Port RectangleIf your application scrolls a document in a window, your application can use the ScrollRect procedure to shift the pixels currently displayed for that document, and then it can use the SetOrigin procedure to adjust the window’s local coordinate system for drawing a new portion of the document inside the update region of the window. Scrolling a document in response to the user’s manipulation of a scroll bar requires you to use the Control Manager, the Window Manager, and the File Manager in addition to QuickDraw. The chapter “Control Manager” in Inside Macintosh: Macintosh Toolbox Essentials provides a thorough explanation of how to scroll through documents. An overview of the necessary tasks is provided here.A window record contains a graphics port in its first field, and the Window Manager uses the port rectangle of the graphics port as the content area of the window. This allows you to use the QuickDraw routines ScrollRect and SetOrigin—which normally operate on the port rectangle of a graphics port—to manipulate the content area of the window.The left side of Figure 2-5 illustrates a case where the user has just opened an existing document, and the application displays the top of the document. In this example, the document consists of 35 lines of monospaced text, and the line height throughout is 10 pixels. Therefore, the document is 350 pixels long. The application stores the document in a document record of its own creation. This document record assigns its own coordinate system to the document. When the user first opens the document, the upper-left point of the graphics port’s port rectangle (the window origin) is identical to the upper-left point of the document record’s own coordinate system: both have a horizontal coordinate of 0 and a vertical coordinate of 0.In this example, the content area—that is, the port rectangle—of the window displays 15 lines of text, which amount to 150 pixels.Imagine that the user drags the scroll box part way down the vertical scroll bar. Because the user wishes to scroll down, the application must move the document up so that more of the bottom of the document shows. Moving a document up in response to a user request to scroll down requires a scrolling distance with a negative value. (Likewise, moving a document down in response to a user request to scroll up requires a scrolling distance with a positive value.)Using the Control Manager functions FindControl, TrackControl, and GetControlValue, the application in this example determines that it must move the document up by 100 pixels—that is, by a scrolling distance of –100 pixels. The application uses the QuickDraw procedure ScrollRect to shift the pixels currently displayed in the port rectangle of the window by a distance of –100 pixels. This moves the portion of the document displayed in the window upward by 100 pixels (that is, by 10 lines); 5 lines that were previously displayed at the bottom of the window now appear at the top of the window, and the application adds the rest of the window to an update region for later updating.Figure 2-5    Moving a document relative to its windowThe ScrollRect procedure doesn’t change the coordinate system of the graphics port for the window; instead it moves the pixels in a specified rectangle (in this case, the port rectangle) to new coordinates that are still in the graphics port’s local coordinate system. For purposes of updating the window, you can think of this as changing the coordinates used by the application’s document record, as illustrated in the right side of Figure 2-5.The ScrollRect procedure takes four parameters: a rectangle to scroll, a horizontal distance to scroll, a vertical distance to scroll, and a region handle. Typically, when specifying the rectangle to scroll, your application passes a value representing the port rectangle (that is, the window’s content region) minus the scroll bar regions, as shown in Listing 2-5.Listing 2-5    Using ScrollRect to scroll the bits displayed in the windowPROCEDURE DoGraphicsScroll (window: WindowPtr;                                     hDistance,vDistance: Integer);VAR    myScrollRect: Rect;    updateRegion: RgnHandle;BEGIN    {initially, use the window's portRect as the rectangle to scroll:}    myScrollRect := window^.portRect;    {subtract vertical and horizontal scroll bars from rectangle}    myScrollRect.right := myScrollRect.right - 15;    myScrollRect.bottom := myScrollRect.bottom - 15;    updateRegion := NewRgn;                                    {always initialize the update region}    ScrollRect(myScrollRect, hDistance, vDistance, updateRegion);    InvalRgn(updateRegion);    DisposeRgn(updateRegion);END; {of DoGraphicsScroll}The pixels that ScrollRect shifts outside of the rectangle specified by the myScrollRect variable are not drawn on the screen, and the bits they represent are not saved—it is your application’s responsibility to keep track of this data.The ScrollRect procedure shifts the image displayed inside the port rectangle by a distance of hDistance pixels horizontally and vDistance pixels vertically; when the DoGraphicsScroll procedure passes positive values in these parameters, ScrollRect shifts the pixels in myScrollRect to the right and down, respectively. This is appropriate when the user intends to scroll left or up because, when the application finishes updating the window, the user sees more of the left and top of the document, respectively. (Remember: to scroll up or left, move the pixels down or right, both of which are in the positive direction.)When DoGraphicsScroll passes negative values in these parameters, ScrollRect shifts the pixels in myScrollRect to the left or up. This is appropriate when the user intends to scroll right or down because, when the application finishes updating the window, the user sees more of the right and the bottom of the document. (Remember: to scroll down or right, move the bit image up or left, both of which are in the negative direction.)In Figure 2-5, the application determines a vertical scrolling distance of –100, which it passes in the vDistance parameter as shown here:ScrollRect(myScrollRect, 0, –100, updateRegion);If, however, the user were to move the scroll box back to the beginning of the document at this point, the application would determine that it has a distance of 100 pixels to scroll up, and it would therefore pass a positive value of 100 in the vDistance parameter.By creating an update region for the window, ScrollRect forces an update event. After using ScrollRect to move the bit image that already exists in the window, the application must use its own window-updating code to draw pixels in the update region of the window. (See the chapter “QuickDraw Drawing” in this book for information about drawing into a window.)As previously explained, ScrollRect in effect changes the coordinates of the application’s document record relative to the local coordinates of the port rectangle. In terms of the graphics port’s local coordinate system, the upper-left corner of the document now has a vertical coordinate of –100, as shown on the right side of Figure 2-5 on page 2-21. To facilitate updating the window, the application uses the SetOrigin procedure to change the window origin of the port rectangle so that the application can treat the upper-left corner of the document as again having a local horizontal coordinate of 0 and a local vertical coordinate of 0.The SetOrigin procedure takes two parameters: the first is a new horizontal coordinate for the upper-left corner of the port rectangle, and the second is a new vertical coordinate for the upper-left corner of the port rectangle. Any time you are ready to update a window (for example, after scrolling it), you can use the Control Manager function GetControlValue to determine the current setting of the horizontal scroll bar, and you can pass this value to SetOrigin as the new horizontal coordinate for the window origin. Then use GetControlValue to determine the current setting of the vertical scroll bar. Pass this value to SetOrigin as the new vertical coordinate for the window origin. Using SetOrigin in this fashion lets you treat the upper-left corner of the document as always having a horizontal coordinate of 0 and a vertical coordinate of 0 when you update (that is, redraw) the document within a window.For example, after the user manipulates the vertical scroll bar to move (either up or down) to a location 100 pixels from the top of the document, the application makes the following call:SetOrigin(0, 100);Although the scrolling distance in Figure 2-5 is –100, which is relative, the current setting for the scroll bar on the right side of the figure is now at 100. The left side of Figure 2-6 shows how the application uses the SetOrigin procedure to move the window origin so that the upper-left corner of the document now has a horizontal coordinate of 0 and a vertical coordinate of 0 in the graphics port’s local coordinate system. This restores the coordinates that the application originally assigned to the document in its document record and makes it easier for the application to draw in the update region of the window.Figure 2-6    Updating the contents of a scrolled windowAfter restoring the document’s original coordinates, the application updates the window, as shown on the right side of Figure 2-6. The application draws lines 16 through 24, which it stores in its own document record as beginning at a vertical coordinate of 160 and ending at a vertical coordinate of 250.To review what has happened up to this point: the user has dragged the scroll box down the vertical scroll bar; the application determines that this amounts to a scroll distance of –100 pixels; the application passes this distance to ScrollRect, which shifts the document displayed in the window upward by 100 pixels and creates an update region for the rest of the window; the application passes the vertical scroll bar’s current setting (100 pixels) in a parameter to SetOrigin so that the upper-left corner of the document has a horizontal coordinate of 0 and a vertical coordinate of 0 in the local coordinate system of the graphics port; and, finally, the application draws the text in the update region of the window.However, the window origin of the port rectangle cannot be left at the point with a horizontal value of 0 and a vertical value of 100; instead, the application must use SetOrigin to reset it to a horizontal coordinate of 0 and a vertical coordinate of 0 after performing its own drawing, because the Window Manager and Control Manager always assume the window’s upper-left point has a horizontal coordinate of 0 and a vertical coordinate of 0 when they draw in a window. Figure 2-7 shows how the application uses SetOrigin to set the upper-left corner of the port rectangle back to a horizontal coordinate of 0 and a vertical coordinate of 0 at the conclusion of its window-updating routine.Figure 2-7    Restoring the window origin of the port rectangle to a horizontal coordinate of 0 and a vertical coordinate of 0This example illustrates how to use SetOrigin to offset the port rectangle’s coordinate system so that you can treat objects in a document as fixed in the document’s own coordinate space. Alternatively, it’s possible to leave the coordinate system for the graphics port fixed and instead offset the items in a document by the amount equal to the scroll bar settings. The OffsetRect and OffsetRgn procedures (which are described in the chapter “QuickDraw Drawing”), the SubPt procedure (described on page 2-53), and the AddPt procedure (described on page 2-52) are useful if you pursue this approach. However, it is recommended that you use SetOrigin instead.IMPORTANTIMPORTANTFor optimal performance and future compatibility, you should use the SetOrigin procedure when reconciling document coordinate space with the local coordinate system of your graphics port.s The SetOrigin procedure does not move the window’s clipping region. If you use clipping regions in your windows, use the GetClip procedure (described on page 2-47) to store your clipping region immediately after your first call to SetOrigin. Before calling your own window-drawing routine, use the ClipRect procedure (described on page 2-49) to define a new clipping region—to avoid drawing over your scroll bars, for example. (Listing 3-9 on page 3-29 in the chapter “QuickDraw Drawing” illustrates how to do this.) After calling your own window-drawing routine, use the SetClip procedure (described on page 2-48) to restore the original clipping region. You can then call SetOrigin again to restore the window origin to a horizontal coordinate of 0 and a vertical coordinate of 0 with your original clipping region intact. Basic QuickDraw ReferenceThis section describes the data structures and routines that are specific to basic QuickDraw. “Data Structures” shows the data structures for a point, rectangle, region, bitmap, and basic graphics port. “Routines” describes basic QuickDraw routines for initializing QuickDraw; opening and closing basic graphics ports; saving and restoring graphics ports; managing bitmaps, port rectangles, and clipping regions; and manipulating points in graphics ports.Data StructuresThis section describes the data structures that represent a point, rectangle, region, bitmap, and basic graphics port.You use the point (a data structure of type Point) to specify a location on the QuickDraw coordinate plane; two points are sufficient to define a rectangle. The rectangle (a data structure of type Rect) in turn assigns coordinates to boundaries and images; rectangles also bound graphic objects such as regions and ovals.The region (a data structure of type Region) defines an arbitrary area, such as the visible and clipping regions of a window’s graphics port. The bitmap (a data structure of type BitMap) defines a physical bit image in terms of the QuickDraw coordinate plane.The basic graphics port is a data structure (of type GrafPort) upon which your application builds windows.PointYou use a point, which is a data structure of type Point, to specify a location on the QuickDraw coordinate plane. For example, the window origin is specified by the point in the upper-left corner of the port rectangle of a graphics port.TYPE VHSelect = (v,h); Point = RECORD     CASE Integer OF        0: (v:              Integer:                {vertical coordinate}             h:          Integer);                {horizontal coordinate}        1: (vh:            ARRAY[VHSelect] OF Integer);END;Field descriptionsv    The vertical coordinate of the point.h    The horizontal coordinate of the point.vh    A variant definition in which v and h are array elements.Note that while the vertical coordinate (v) appears first in this data structure, followed by the horizontal coordinate (h), the parameters to all QuickDraw routines expect the horizontal coordinate first and the vertical coordinate second.QuickDraw routines for calculating and changing points are described in “Manipulating Points in Graphics Ports” beginning on page 2-51.RectYou can use a rectangle, which is a data structure of type Rect, to define areas on the screen and to specify the locations and sizes for various graphics operations. For example, a port rectangle represents the area of a graphics port (described on page 2-30) available for drawing. The Rect data type can be defined by two points or four integers. The two points define the upper-left and lower-right corners of a rectangle; the four integers define the vertical and horizontal coordinates of the two points. TYPE Rect = RECORD     CASE Integer OF                                    {cases: 4 boundaries or 2 corners}        0:    (top:                Integer;                {upper boundary of rectangle}             left:                Integer;                {left boundary of rectangle}             bottom:                 Integer;                {lower boundary of rectangle}             right:                Integer);                {right boundary of rectangle}        1:    (topLeft:                Point;                {upper-left corner of rectangle}             botRight:                Point);                {lower-right corner of rectangle}END;Field descriptionstop    The vertical coordinate of the upper-left point of the rectangle.left    The horizontal coordinate of the upper-left point of the rectangle.bottom    The vertical coordinate of the lower-right point of the rectangle.right    The horizontal coordinate of the lower-right point of the rectangle.topLeft    The upper-left corner of the rectangle.botRight    The lower-right corner of the rectangle.Note that while the vertical coordinate appears first in this data structure, followed by the horizontal coordinate, the parameters to all QuickDraw routines expect the horizontal coordinate first and the vertical coordinate second.See the chapter “QuickDraw Drawing” for descriptions of the QuickDraw routines you can use for calculating and manipulating rectangles for drawing purposes.RegionYou can use a region, which is a data structure of type Region, to define an arbitrary area or set of areas on the QuickDraw coordinate plane. For example, when scrolling through a window, your application must initialize an update region and pass its handle to the ScrollRect procedure (which is described on page 2-43).The data structure for a region consists of two fixed-length fields followed by a variable-length field.TYPE RgnHandle =                         ^RgnPtr;RgnPtr =                         ^Region;Region = RECORD    rgnSize:  Integer;                            {size in bytes}    rgnBBox:  Rect;                            {enclosing rectangle}    {more data if region is not rectangular}END;Field descriptionsrgnSize    The region’s size in bytes.rgnBBox    The rectangle that bounds the region.The maximum size of a region is 32 KB when using basic QuickDraw, 64 KB when using Color QuickDraw. The simplest region is a rectangle. In this case, the rgnBBox field defines the entire region, and there’s no optional region data. For rectangular regions (or empty regions), the rgnSize field contains 10.Region data is stored in a proprietary format.See the chapter “QuickDraw Drawing” for descriptions of the QuickDraw routines you can use for calculating and manipulating regions for drawing purposes.BitMapA bitmap, which is a data structure of type BitMap, defines a bit image in terms of the QuickDraw coordinate plane. (A bit image is a collection of bits in memory that form a grid; Figure 2-2 on page 2-9 illustrates a bit image.)A bitmap has three parts: a pointer to a bit image, the row width of that image, and a boundary rectangle that links the local coordinate system of a graphics port to QuickDraw’s global coordinate system and defines the area of the bit image into which QuickDraw can draw.TYPE BitMap =    RECORD    baseAddr:                Ptr;            {pointer to bit image}    rowBytes:                Integer;            {row width}    bounds:                Rect;            {boundary rectangle}END;Field descriptionsField descriptionsbaseAddr    A pointer to the beginning of the bit image.rowBytes    The offset in bytes from one row of the image to the next. The value of the rowBytes field must be less than $4000.bounds    The bitmap’s boundary rectangle; by default, the entire main screen.The width of the boundary rectangle determines how many bits of one row are logically owned by the bitmap. (Figure 2-3 on page 2-10 illustrates a boundary rectangle.) This width must not exceed the number of bits in each row of the bit image. The height of the boundary rectangle determines how many rows of the image are logically owned by the bitmap. The number of rows enclosed by the boundary rectangle must not exceed the number of rows in the bit image.The boundary rectangle defines the local coordinate system used by the port rectangle for a graphics port (described next). The upper-left corner (which for a window is called the window origin) of the port rectangle usually has a vertical coordinate of 0 and a horizontal coordinate of 0, although you can use the SetOrigin procedure (described on page 2-45) to change the coordinates of the window origin. GrafPortA basic graphics port, which is a data structure of type GrafPort, defines a complete drawing environment that determines where and how black-and-white graphics operations take place. (Using the basic eight-color system described in the chapter “QuickDraw Drawing,” you can also use a basic graphics port to display eight predefined colors.) All graphics operations are performed in graphics ports. Before a basic graphics port can be used, it must be allocated and initialized with the OpenPort procedure. Normally, you don’t call OpenPort yourself. In most cases your application draws into a window you’ve created with the GetNewWindow or NewWindow function (or, for color windows, GetNewCWindow or NewCWindow), or it draws into an offscreen graphics world created with the NewGWorld function. These Window Manager functions (described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials) and the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book) call OpenPort to create a basic graphics port. See the description of the OpenPort procedure on page 2-38 for a table of initial graphics port values.You can have many graphics ports open at once; each one has its own local coordinate system, pen pattern, background pattern, pen size and location, font and font style, and bitmap in which drawing takes place. Using the SetPort procedure (described on page 2-42), you can instantly switch from one port to another.Several fields in the GrafPort record define your application’s drawing area: all drawing in a graphics port occurs in the intersection of the graphics port’s boundary rectangle and its port rectangle, and, within that intersection, all drawing is cropped to the graphics port’s visible region and its clipping region.TYPE GrafPtr =                    ^GrafPort;GrafPort =RECORD    device:                Integer;                {device-specific information}    portBits:                BitMap;                {bitmap}    portRect:                Rect;                {port rectangle}    visRgn:                RgnHandle;                {visible region}    clipRgn:                RgnHandle;                {clipping region}    bkPat:                Pattern;                {background pattern}    fillPat:                Pattern;                {fill pattern}    pnLoc:                Point;                {pen location}    pnSize:                Point;                {pen size}    pnMode:                Integer;                {pattern mode}    pnPat:                Pattern;                {pen pattern}    pnVis:                Integer;                {pen visibility}    txFont:                Integer;                {font number for text}    txFace:                Style;                {text's font style}    txMode:                Integer;                {source mode for text}    txSize:                Integer;                {font size for text}    spExtra:                Fixed;                {extra space}    fgColor:                LongInt;                {foreground color}    bkColor:                LongInt;                {background color}    colrBit:                Integer;                {color bit}    patStretch: Integer;                                {used internally}    picSave:                Handle;                {picture being saved, used internally}    rgnSave:                Handle;                {region being saved, used internally}    polySave:                Handle;                {polygon being saved, used internally}    grafProcs:                QDProcsPtr;                {low-level drawing routines}END;WindowPtr = GrafPtr;sWARNINGYou can read the fields of a GrafPort record directly, but you should not store values directly into them. Use the QuickDraw routines described in this book to alter the fields of a graphics port.sField descriptionsField descriptionsdevice    Device-specific information that’s used by the Font Manager to achieve the best possible results when drawing text in the graphics port. There may be physical differences in the same logical font for different output devices, to ensure the highest-quality printing on the device being used. For best results on the screen, the default value of the device field is 0. portBits    The bitmap (described on page 2-29) that describes the boundary rectangle for the graphics port and contains a pointer to the bit image used by the graphics port. portRect    The port rectangle that defines a subset of the bitmap to be used for drawing. All drawing done by the application occurs inside the port rectangle. (In a window’s graphics port, the port rectangle is also called the content region.) The port rectangle uses the local coordinate system defined by the boundary rectangle in the portBits field of the BitMap record. The upper-left corner (which for a window is called the window origin) of the port rectangle usually has a vertical coordinate of 0 and a horizontal coordinate of 0, although you can use the SetOrigin procedure (described on page 2-45) to change the coordinates of the window origin. The port rectangle usually falls within the boundary rectangle, but it’s not required to do so.visRgn    The region of the graphics port that’s actually visible on the screen—that is, the part of the window that’s not covered by other windows. By default, the visible region is equivalent to the port rectangle. The visible region has no effect on offscreen images.clipRgn    The graphics port’s clipping region, an arbitrary region that you can use to limit drawing to any region within the port rectangle. The default clipping region is set arbitrarily large; using the ClipRect procedure (described on page 2-49), you have full control over its setting. Unlike the visible region, the clipping region affects the image even if it isn’t displayed on the screen.bkPat     The background bit pattern that’s used by procedures such as ScrollRect (described on page 2-43) and EraseRect (described in the chapter “QuickDraw Drawing”) for filling scrolled or erased areas. Your application can use the BackPat procedure (described in the chapter “QuickDraw Drawing”) to change the background bit pattern. This pattern, like all other patterns drawn in the graphics port, is always aligned with the port’s coordinate system. The upper-left corner of the pattern is aligned with the upper-left corner of the port rectangle, so that adjacent areas of the same pattern blend into a continuous, coordinated pattern. Bit patterns are described in the chapter “QuickDraw Drawing.”fillPat    The bit pattern that’s used when you use a procedure such as FillRect to fill an area. Bit patterns are described in the chapter “QuickDraw Drawing.”pnLoc    The point where QuickDraw will begin drawing the next line, shape, or character. It can be anywhere on the coordinate plane; there are no restrictions on the movement or placement of the pen. The location of the graphics pen is a point in the graphics port’s coordinate system, not a pixel in a bit image. The upper-left corner of the pen is at the pen location; the graphics pen hangs below and to the right of this point. You can use the Move, MoveTo, Line, and LineTo procedures (described in the chapter “QuickDraw Drawing”) to move the location of the graphics pen. pnSize    The vertical and horizontal dimensions of the graphics pen. By default, the pen is 1 pixel high by 1 pixel wide; the height and width can range from 0 by 0 to 32,767 by 32,767. If either the pen width or the pen height is 0, the pen does not draw. Heights or widths of less than 0 are undefined. You can use the PenSize procedure (described in the chapter “QuickDraw Drawing”) to change the value in this field.pnMode    The pattern mode—that is, a Boolean operation that determines the how QuickDraw transfers the pen pattern to the bitmap during drawing operations. When the graphics pen draws into a bitmap, QuickDraw first determines what bits in the bit image are affected and then finds their corresponding bits in the pen pattern. QuickDraw then does a bit-by-bit comparison based on the pattern mode, which specifies one of eight Boolean transfer operations to perform. QuickDraw stores the resulting bit in its proper place in the bit image. Pattern modes for a basic graphics port are described in the chapter “QuickDraw Drawing.” pnPat    A bit pattern that’s used like the ink in the pen. As described in the chapter “QuickDraw Drawing,” basic QuickDraw uses this pattern when you use the Line and LineTo procedures to draw lines with the pen, framing procedures such as FrameRect to draw shape outlines with the pen, or painting procedures such as PaintRect to paint shapes with the pen.pnVis    The graphics pen’s visibility—that is, whether it draws on the screen. The graphics pen is described in detail in the chapter “QuickDraw Drawing.”txFont    A font number that identifies the font to be used in the graphics port. The font number 0 represents the system font. (A font is defined as a collection of images that represent the individual characters of the font. A font can consist of up to 255 distinct characters, yet not all characters need to be defined in a single font. In addition, each font contains a missing symbol to be drawn in case of a request to draw a character that’s missing from the font.) Fonts are described in detail in Inside Macintosh: Text.txFace    The font style of the text, with values from the set defined by the Style data type, which includes such styles as bold, italic, and shaded. You can apply stylistic variations either alone or in combination. Font styles are described in detail in Inside Macintosh: Text.txMode    One of three Boolean source modes that determines the way characters are placed in the bit image. This mode functions much like a pattern mode specified in the pnMode field: when drawing a character, QuickDraw determines which bits in the bit image are affected, does a bit-by-bit comparison based on the mode, and stores the resulting bits into the bit image. Only three source modes—srcOr, srcXor, and srcBic—should be used for drawing text. See the chapter “QuickDraw Text” in Inside Macintosh: Text for more information about QuickDraw’s text-handling capabilities. txSize    The text size in pixels. The Font Manager uses this information to provide the bitmaps for text drawing. (The Font Manager is described in detail in the chapter “Font Manager” in Inside Macintosh: Text.) The value in this field can be represented by    point size ¥ device resolution / 72 dpi    where point is a typographical term meaning approximately 1/72 inch.spExtra    A fixed-point number equal to the average number of pixels by which each space character should be widened to fill out the line. The spExtra field is useful when a line of characters is to be aligned with both the left and the right margins (sometimes called full justification). fgColor    The color of the “ink” that QuickDraw uses to draw with. By default, this color is black. You can use the ForeColor procedure, as described in the chapter “QuickDraw Drawing,” to specify any color from the eight-color system to be the foreground color in a basic graphics port. This color is recorded when drawing into a QuickDraw picture (described in the chapter “Pictures” in this book)—for example, drawing a line with a red foreground color stores a red line in the picture—but this color cannot be stored in a bitmap. When running in System 7, your application should use the GetForeColor procedure (described in the chapter “Color QuickDraw”) to determine the foreground color instead of checking the value of this field.bkColor    The color of the pixels in the bitmap into which QuickDraw draws. By default, this color is white. You can use the BackColor procedure, as described in the chapter “QuickDraw Drawing,” to specify any color from the eight-color system to be the background color in a basic graphics port. This color is recorded when drawing into a QuickDraw picture, but this color cannot be stored in a bitmap. When running in System 7, your application should use the GetBackColor procedure (described in the chapter “Color QuickDraw”) to determine the background color instead of checking the value of this field.colrBit    The plane of the color picture to draw into when printing. As in the preceding two fields, this color cannot be stored in a bitmap.patStretch    A value used during output to a printer to expand patterns if necessary. Your application should not change this value.picSave    The state of the picture definition. If no picture is open, this field contains NIL; otherwise it contains a handle to information related to the picture definition. Your application shouldn’t be concerned about exactly what information the handle leads to; you may, however, save the current value of this field, set the field to NIL to disable the picture definition, and later restore it to the saved value to resume defining the picture. Pictures are described in the chapter “Pictures” in this book.rgnSave    The state of the region definition. If no region is open, this field contains NIL; otherwise it contains a handle to information related to the region definition. Your application shouldn’t be concerned about exactly what information the handle leads to; you may, however, save the current value of this field, set the field to NIL to disable the region definition, and later restore it to the saved value to resume defining the region.polySave    The state of the polygon definition. If no polygon is open, this field contains NIL; otherwise it contains a handle to information related to the polygon definition. Your application shouldn’t be concerned about exactly what information the handle leads to; you may, however, save the current value of this field, set the field to NIL to disable the polygon definition, and later restore it to the saved value to resume defining the polygon.grafProcs    An optional pointer to a special data structure that your application can store into if you want to customize QuickDraw drawing routines or use QuickDraw in other advanced, highly specialized ways. See the chapter “QuickDraw Drawing” for more information. All QuickDraw operations refer to a graphics port by a pointer defined by the data type GrafPtr. (For historical reasons, a graphics port is one of the few objects in the Macintosh system software that’s referred to by a pointer rather than a handle.) All Window Manager routines that accept a window pointer also accept a pointer to a graphics port.Your application should never need to directly change the fields of a GrafPort record. If you find it absolutely necessary for your application to do so, immediately use the PortChanged procedure to notify QuickDraw that your application has changed the GrafPort record. The PortChanged procedure is described in the chapter “Color QuickDraw” in this book.RoutinesThis section describes the routines for initializing basic (as well as Color) QuickDraw, opening and closing graphics ports, saving and restoring graphics ports, managing port rectangles and clipping regions, and manipulating points in graphics ports.Initializing QuickDrawUse the InitGraf procedure to initialize QuickDraw at the beginning of your program, before initializing any other Toolbox managers, such as the Menu Manager and Window Manager.InitGrafUse the InitGraf procedure to initialize QuickDraw.PROCEDURE InitGraf (globalPtr: Ptr);globalPtr     A pointer to the global variable thePort, which from Pascal can be passed as @thePort.DESCRIPTIONUse the InitGraf procedure before initializing any other Toolbox managers, such as the Menu Manager and Window Manager. The InitGraf procedure initializes the global variables listed in Table 2-1 (as well as some private global variables for QuickDraw’s own internal use). The InitGraf procedure also initializes Color QuickDraw on computers with Color QuickDraw capabilities.Table 2-1    QuickDraw global variables(continued)Variable    Type    Initial setting    thePort    GrafPtr    NIL    white    Pattern    All-white pattern    black    Pattern    All-black pattern    gray    Pattern    50% gray pattern    ltGray    Pattern    25% gray pattern    dkGray    Pattern    75% gray pattern    arrow    Cursor    Standard arrow cursor    screenBits    BitMap    Entire main screen    randSeed    LongInt    1    ASSEMBLY-LANGUAGE INFORMATIONThe QuickDraw global variables are stored in reverse order, from high to low memory as listed in Table 2-1, and require the number of bytes specified by the global constant grafSize. Most development systems preallocate space for these global variables immediately below the location pointed to by register A5. Since thePort is 4 bytes, you would pass the globalPtr parameter as follows:PEA        -4(A5)_InitGrafThe InitGraf procedure stores this pointer to thePort in the location pointed to by A5.This value is used as a base address when accessing the other QuickDraw global variables, which are accessed using negative offsets (the offsets have the same names as the Pascal global variables). For example:MOVE.L            (A5),A0                        ;point to first QuickDraw globalMOVE.L            randSeed(A0),A1                        ;get global variable randSeedSPECIAL CONSIDERATIONSThe InitGraf procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 2-1 on page 2-16 illustrates the use of InitGraf.To initialize the cursor, call the InitCursor procedure, which is described in the chapter “Cursor Utilities.”Opening and Closing Basic Graphics PortsAll graphics operations are performed in graphics ports. Before a basic graphics port can be used, it must be allocated and initialized with the OpenPort procedure. Normally, your application does not call this procedure directly. Instead, your application creates a basic graphics port by using the GetNewWindow or NewWindow function (described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials) or the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book). These functions call OpenPort, which in turn calls the InitPort procedure.To dispose of a graphics port when you are finished using a window, you normally use the DisposeWindow procedure (if you let the Window Manager allocate memory for the window) or the CloseWindow procedure (if you allocated memory for the window). You use the DisposeGWorld procedure to dispose of a graphics port when you are finished with an offscreen graphics world. These routines automatically call the ClosePort procedure. If you use the CloseWindow procedure, you also dispose of the window record containing the graphics port by calling the Memory Manager procedure DisposePtr. OpenPortThe OpenPort procedure allocates space for and initializes a basic graphics port. The Window Manager calls OpenPort for each black-and-white window it creates, and the NewGWorld procedure calls OpenPort for every offscreen graphics world containing a basic graphics port that it creates.PROCEDURE OpenPort (port: GrafPtr);port     A pointer to a GrafPort record.DESCRIPTIONThe OpenPort procedure allocates space for visible and clipping regions for the graphics port specified in the port parameter, initializes the fields of the port’s GrafPort record as indicated in Table 2-2, and makes that graphics port the current port (by calling SetPort). The Window Manager calls OpenPort when you create a black-and-white window; you normally won’t call it yourself. You can create the graphics port pointer with the Memory Manager’s NewPtr procedure.Table 2-2    Initial values of a basic graphics port(continued)Variable    Type    Initial setting    device    Integer    0 (the screen)    portBits    BitMap    screenBits (global variable for main screen)    portRect    Rect    screenBits.bounds    visRgn    RgnHandle    Handle to a rectangular region coincident with screenBits.bounds    clipRgn    RgnHandle    Handle to the rectangular region (–32768,–32768,32767,32767)    bkPat    Pattern    White    fillPat    Pattern    Black    pnLoc    Point    (0,0)    pnSize    Point    (1,1)    pnMode    Integer    patCopy pattern mode    pnPat    Pattern    Black    pnVis    Integer    0 (visible)    txFont    Integer    0 (system font)    txFace    Style    Plain    txMode    Integer    srcOr source mode    txSize    Integer    0 (system font size)    spExtra    Fixed    0    fgColor    LongInt    blackColor    bkColor    LongInt    whiteColor    colrBit    Integer    0    patStretch    Integer    0    picSave    Handle    NIL    rgnSave    Handle    NIL    polySave    Handle    NIL    grafProcs    QDProcsPtr    NIL     SPECIAL CONSIDERATIONSThe OpenPort procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe GrafPort record is described beginning on page 2-30. Listing 2-2 on page 2-17 illustrates how to use the Window Manager function GetNewWindow to create a basic graphics port. The OpenCPort procedure (described in the chapter “Color QuickDraw”) creates a color graphics port.InitPortYou should never need to use the InitPort procedure. The OpenPort procedure calls the InitPort procedure, which reinitializes the fields of a basic graphics port and makes it the current port.PROCEDURE InitPort (port: GrafPtr);port     A pointer to a GrafPort record.DESCRIPTIONThe InitPort procedure reinitializes the fields of a GrafPort record that was opened with the OpenPort procedure, and makes it the current graphics port. The InitPort procedure sets the values of the port’s fields to those listed in the OpenPort procedure description. The InitPort procedure does not allocate space for the visible or clipping regions.SEE ALSOThe InitCPort procedure (described in the chapter “Color QuickDraw”) initializes a color graphics port.ClosePortThe ClosePort procedure closes a basic graphics port. The Window Manager calls this procedure when you close or dispose of a window, and the DisposeGWorld procedure calls it when you dispose of an offscreen graphics world containing a basic graphics port.PROCEDURE ClosePort (port: GrafPtr);port     A pointer to a GrafPort record.DESCRIPTIONThe ClosePort procedure releases the memory occupied by the given graphics port’s visRgn and clipRgn fields. When you’re completely through with a basic graphics port, you can use this procedure and then dispose of the graphics port with the Memory Manager procedure DisposePtr (if it was allocated with NewPtr). When you call the DisposeWindow procedure to close or dispose of a window, it calls ClosePort and DisposePtr for you. When you use the CloseWindow procedure, it calls ClosePort, but you must call DisposePtr.SPECIAL CONSIDERATIONSIf ClosePort isn’t called before a basic graphics port is disposed of, the memory used by the visible region and the clipping region will be unrecoverable.The ClosePort procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe CloseCPort procedure (described in the chapter “Color QuickDraw”) closes a color graphics port. The DisposeGWorld procedure is described in the chapter “Offscreen Graphics Worlds” in this book. The DisposeWindow and CloseWindow procedures are described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials. The DisposePtr procedure is described in the chapter “Memory Manager” in Inside Macintosh: Memory.Saving and Restoring Graphics PortsIf your application draws into more than one graphics port (basic or color), you can use the SetPort procedure to set the graphics port into which you want to draw. At times you may need to preserve the current graphics port. You can do this by using the GetPort procedure to save the current graphics port (basic or color), using SetPort to set the graphics port you want to draw in, and then using SetPort again when you need to restore the previous graphics port.NoteWhen your application runs in Color QuickDraw or uses offscreen graphics worlds, it should use the GetGWorld procedure instead of GetPort, and it should use the SetGWorld procedure instead of SetPort. These procedures save and restore the current graphics port for basic and color graphics ports as well as offscreen graphics worlds. See the chapter “Offscreen Graphics Worlds” for more information.uGetPortTo save the current graphics port (basic or color), you can use the GetPort procedure.PROCEDURE GetPort (VAR port: GrafPtr); port     A pointer to a GrafPort record. If the current graphics port is a color graphics port, GetPort coerces its CGrafPort record into a GrafPort record.DESCRIPTIONThe GetPort procedure returns a pointer to the current graphics port in the port parameter. The current graphics port is also available through the global variable thePort, but you may prefer to use GetPort for better readability of your code. For example, your program could include GetPort(savePort) before setting a new graphics port, followed by SetPort(savePort) to restore the previous port.SEE ALSOListing 2-3 on page 2-18 illustrates how to use GetPort to save the graphics port for the active window and SetPort to make an inactive window the current graphics port; then how to use SetPort again to restore the active window as the current graphics port. The basic graphics port is described on page 2-30. The SetPort procedure is described next.When your application runs in Color QuickDraw or uses offscreen graphics worlds, it should use the GetGWorld procedure instead of GetPort. The GetGWorld procedure saves the current graphics port for basic and color graphics ports as well as offscreen graphics worlds. See the chapter “Offscreen Graphics Worlds” for more information. SetPortTo change the current graphics port (basic or color), you can use the SetPort procedure.PROCEDURE SetPort (port: GrafPtr); port     A pointer to a GrafPort record. Typically, you pass a pointer to a GrafPort record that you previously saved with the GetPort procedure (described in the previous section).DESCRIPTIONThe SetPort procedure sets the current graphics port (pointed to by the global variable thePort) to be that specified by the port parameter. All QuickDraw drawing routines affect the bitmap of, and use the local coordinate system of, the current graphics port. Each graphics port has its own graphics pen and text characteristics, which remain unchanged when the graphics port isn’t selected as the current graphics port.SEE ALSOListing 2-3 on page 2-18 illustrates how to use GetPort to save the graphics port for the active window and SetPort to make an inactive window the current graphics port; then how to use SetPort again to restore the active window as the current graphics port. The basic graphics port is described on page 2-30. The GetPort procedure is described on page 2-41.When your application runs in Color QuickDraw or uses offscreen graphics worlds, it should use the SetGWorld procedure instead of SetPort. The SetGWorld procedure restores the current graphics port for basic and color graphics ports as well as offscreen graphics worlds. See the chapter “Offscreen Graphics Worlds” for more information. Managing Bitmaps, Port Rectangles, and Clipping RegionsYou can use the ScrollRect, SetOrigin, GetClip, SetClip, and ClipRect procedures to assist you when scrolling and drawing into a window. The ScrollRect procedure scrolls the pixels of a specified portion of a basic graphics port’s bitmap (or a color graphics port’s pixel map). The SetOrigin procedure lets you shift the coordinate plane of the current graphics port (basic or color). The ClipRect, GetClip, and SetClip procedures let you create, save, and set clipping regions in a graphics port (basic or color).You can convert bitmaps (or, for color graphics ports, pixel maps) to regions using the BitMapToRegion function.The PortSize and MovePortTo procedures are normally called only by Window Manager routines that manipulate the port rectangle of a window. These routines are described here for completeness.You can use the SetPortBits procedure to set the bitmap for the current graphics port. This procedure was created for initial versions of QuickDraw to allow you to perform drawing and calculations on a buffer other than the screen. However, instead of using SetPortBits, you should use the offscreen graphics capabilities described in the chapter “Offscreen Graphics Worlds” in this book.ScrollRectTo scroll the pixels of a specified portion of a basic graphics port’s bitmap (or a color graphics port’s pixel map), use the ScrollRect procedure.PROCEDURE ScrollRect (r: Rect; dh,dv: Integer;                              updateRgn: RgnHandle);r    The rectangle defining the area to be scrolled.dh    The horizontal distance to be scrolled.dv    The vertical distance to be scrolled.updateRgn    A handle to the region of the window that needs to be updated.DESCRIPTIONThe ScrollRect procedure shifts pixels that are inside the specified rectangle of the current graphics port. No other pixels or the bits they represent are affected. The pixels are shifted a distance of dh horizontally and dv vertically. The positive directions are to the right and down. The pixels that are shifted out of the specified rectangle are not displayed, and the bits they represent are not saved. It is up to your application to save this data. The empty area created by the scrolling is filled with the graphics port’s background pattern, and the update region is changed to this filled area, as shown in Figure 2-8. Figure 2-8    Scrolling the image in a rectangle by using the ScrollRect procedureThe ScrollRect procedure doesn’t change the local coordinate system of the graphics port; it simply moves the rectangle specified in the r parameter to different coordinates. Notice that ScrollRect doesn’t move the graphics pen or the clipping region. However, because the document has moved, they’re in different positions relative to the document.By creating an update region for the window, ScrollRect forces an update event. After using ScrollRect, your application should use its own window-updating code to draw into the update region of the window.SPECIAL CONSIDERATIONSThe ScrollRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO“Scrolling the Pixels in the Port Rectangle” beginning on page 2-20 provides a general discussion of the use of ScrollRect, and Listing 2-5 on page 2-22 illustrates how to use ScrollRect to scroll through a document in a window.SetOriginTo change the coordinates of the window origin of the port rectangle of the current graphics port (basic or color), use the SetOrigin procedure.PROCEDURE SetOrigin (h,v: Integer);h    The horizontal coordinate of the upper-left corner of the port rectangle.    v    The vertical coordinate of the upper-left corner of the port rectangle.DESCRIPTIONThe SetOrigin procedure changes the coordinates of the upper-left corner of the current graphics port’s port rectangle to the values supplied by the h and v parameters. All other points in the current graphics port’s local coordinate system are calculated from this point. All subsequent drawing and calculation routines use the new coordinate system.The SetOrigin procedure does not affect the screen; it does, however, affect where subsequent drawing inside the graphics port appears. The SetOrigin procedure does not offset the coordinates of the clipping region or the graphics pen, which therefore change position on the screen (unlike the boundary rectangle, port rectangle, and visible region, which don’t change position onscreen).Because SetOrigin does not move the window’s clipping region, use the GetClip procedure to store your clipping region immediately after your first call to SetOrigin—if you use clipping regions in your windows. Before calling your own window-drawing routine, use the ClipRect procedure to define a new clipping region—to avoid drawing over your scroll bars, for example. After calling your own window-drawing routine, use the SetClip procedure to restore the original clipping region. You can then call SetOrigin again to restore the window origin to a horizontal coordinate of 0 and a vertical coordinate of 0 with your original clipping region intact. All other routines in the Macintosh Toolbox and Operating System preserve the local coordinate system of the current graphics port. The SetOrigin procedure is useful for readjusting the coordinate system after a scrolling operation. NoteThe Window Manager and Control Manager always assume the window’s upper-left point has a horizontal coordinate of 0 and a vertical coordinate of 0 when they draw in a window. Therefore, if you use SetOrigin to change the window origin, be sure to use SetOrigin again to return the window origin to a horizontal coordinate of 0 and a vertical coordinate of 0 before using any Window Manager or Control Manager routines.uSEE ALSO“Scrolling the Pixels in the Port Rectangle” beginning on page 2-20 provides a general discussion of the use of SetOrigin, and Listing 2-5 on page 2-22 illustrates how to use SetOrigin when scrolling through a document in a window.PortSizeThe PortSize procedure is normally called only by the Window Manager; it changes the size of the port rectangle of the current graphics port (basic or color).PROCEDURE PortSize (width,height: Integer);width    The width of the reset port rectangle.height    The height of the reset port rectangle.DESCRIPTIONThe PortSize procedure changes the size of the current graphics port’s port rectangle. The upper-left corner of the port rectangle remains at its same location; the width and height of the port rectangle are set to the given width and height. In other words, PortSize moves the lower-right corner of the port rectangle to a position relative to the upper-left corner.The PortSize procedure doesn’t change the clipping or visible region of the graphics port, nor does it affect the local coordinate system of the graphics port; it changes only the width and height of the port rectangle. Remember that all drawing occurs only in the intersection of the boundary rectangle and the port rectangle, after being cropped to the visible region and the clipping region.MovePortToThe MovePortTo procedure is normally called only by the Window Manager; it changes the position of the port rectangle of the current graphics port (basic or color).PROCEDURE MovePortTo (leftGlobal,topGlobal: Integer);leftGlobal    The horizontal distance to move the port rectangle.topGlobal    The vertical distance to move the port rectangle.DESCRIPTIONThe MovePortTo procedure changes the position of the current graphics port’s port rectangle: the leftGlobal and topGlobal parameters set the distance between the upper-left corner of the boundary rectangle and the upper-left corner of the new port rectangle.This does not affect the screen; it merely changes the location at which subsequent drawing inside the graphics port appears. Like the PortSize procedure, MovePortTo doesn’t change the clipping or visible region, nor does it affect the local coordinate system of the graphics port.GetClipTo save the clipping region of the current graphics port (basic or color), use the GetClip procedure. PROCEDURE GetClip (rgn: RgnHandle);rgn    A handle to the region to be clipped to match the clipping region of the current graphics port.DESCRIPTIONThe GetClip procedure changes the region specified in the rgn parameter to one that’s equivalent to the clipping region of the current graphics port. The GetClip procedure doesn’t change the region handle. You can use the GetClip and SetClip procedures to preserve the current clipping region: use GetClip to save the current port’s clipping region, and use SetClip to restore it. If, for example, you want to draw a half-circle on the screen, you can set the clipping region to half of the square that would enclose the whole circle, and then draw the whole circle. Only the half within the clipping region is actually drawn in the graphics port.SPECIAL CONSIDERATIONSThe GetClip procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SetClipTo change the clipping region of the current graphics port (basic or color) to a region you specify, use the SetClip procedure. PROCEDURE SetClip (rgn: RgnHandle);rgn    A handle to the region to be set as the current port’s clipping region.DESCRIPTIONThe SetClip procedure changes the clipping region of the current graphics port to the region specified in the rgn parameter. The SetClip procedure doesn’t change the region handle, but instead affects the clipping region itself. Since SetClip copies the specified region into the current graphics port’s clipping region, any subsequent changes you make to the region specified in the rgn parameter do not affect the clipping region of the graphics port.The initial clipping region of a graphics port is an arbitrarily large rectangle. You can set the clipping region to any arbitrary region, to aid you in drawing inside the graphics port—for example, to avoid drawing over scroll bars when drawing into a window, you could define a clipping region that excludes the scroll bars. You can use the GetClip and SetClip procedures to preserve the current clipping region: use GetClip to save the current port’s clipping region, and use SetClip to restore it.All other system software routines preserve the current clipping region.SPECIAL CONSIDERATIONSThe SetClip procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOFigure 2-4 on page 2-12 illustrates a clipping region that has been set to exclude the scroll bars of a window. ClipRectTo change the clipping region of the current graphics port (basic or color), use the ClipRect procedure. PROCEDURE ClipRect (r: rect);r    A rectangle to define the boundary of the new clipping region for the current graphics port.DESCRIPTIONThe ClipRect procedure changes the clipping region of the current graphics port to a region that’s equivalent to the rectangle specified in the r parameter. ClipRect doesn’t change the region handle, but it affects the clipping region itself. Since ClipRect makes a copy of the given rectangle, any subsequent changes you make to that rectangle do not affect the clipping region of the port.SPECIAL CONSIDERATIONSThe ClipRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOFigure 2-4 on page 2-12 illustrates a clipping region that has been set to exclude the scroll bars of a window. BitMapToRegionYou can use the BitMapToRegion function to convert a bitmap or pixel map to a region. FUNCTION BitMapToRegion (region: RgnHandle; bMap: BitMap): OSErr;region    A handle to a region to hold the converted BitMap or PixMap record.bMap    A BitMap or PixMap record.DESCRIPTIONThe BitMapToRegion function converts a given BitMap or PixMap record to a region. You would generally use this region later for drawing operations. The region parameter must be a valid region handle created with the NewRgn function (described in the chapter “QuickDraw Drawing”). The old region contents are lost. The bMap parameter may be either a BitMap or PixMap record. If you pass a PixMap record, its pixel depth must be 1. RESULT CODESpixmapTooDeepErr    –148    Pixel map is deeper than 1 bit per pixel    rgnTooBigErr    –500    Bitmap would convert to a region greater than 64 KB    SetPortBitsAlthough you should never need to do so, you can set the bitmap for the current basic graphics port by using the SetPortBits procedure.PROCEDURE SetPortBits (bm: BitMap); bm     A BitMap record.DESCRIPTIONThe SetPortBits procedure sets the portBits field of the current graphics port to any previously defined bitmap. Be sure to prepare all fields of the BitMap record before you call SetPortBits.SPECIAL CONSIDERATIONSThe SetPortBits procedure, created in early versions of QuickDraw, allows you to perform all normal drawing and calculations on a buffer other than the screen—for example, copying a small offscreen image onto the screen with the CopyBits procedure. However, instead of using SetPortBits, you should use the more powerful offscreen graphics capabilities described in the chapter “Offscreen Graphics Worlds.” Manipulating Points in Graphics PortsEach graphics port (basic or color) has its own local coordinate system. Some Toolbox routines return or expect points that are expressed in the global coordinate system, while others use local coordinates. For example, when the Event Manager function WaitNextEvent reports an event, it gives the cursor location (also called the mouse location) in global coordinates; but when you call the Control Manager function FindControl to find out whether the user clicked a control in one of your windows, you pass the cursor location in local coordinates. You can use the GlobalToLocal procedure to convert global coordinates to local coordinates, and you can use the LocalToGlobal procedure for the reverse.You can also use the SetPt procedure to create a point, the EqualPt function to compare two points, and the AddPt procedure, SubPt procedure, and DeltaPoint function to shift points. To determine whether the pixel associated with a point is black or white, use the GetPixel function.GlobalToLocalTo convert the coordinates of a point from global coordinates to the local coordinates of the current graphics port (basic or color), use the GlobalToLocal procedure.PROCEDURE GlobalToLocal (VAR pt: Point);pt    The point whose global coordinates are to be converted to local coordinates.DESCRIPTIONThe GlobalToLocal procedure takes a point expressed in global coordinates (where the upper-left corner of the main screen has coordinates [0,0]) and converts it into the local coordinates of the current graphics port.SEE ALSOListing 2-4 on page 2-19 illustrates how to use GlobalToLocal to convert a point in an event reported by the Event Manager function WaitNextEvent to local coordinates as required by the Control Manager function FindControl.LocalToGlobalTo convert a point’s coordinates from the local coordinates of the current graphics port (basic or color) to global coordinates, use the LocalToGlobal procedure.PROCEDURE LocalToGlobal (VAR pt: Point);pt    The point whose local coordinates are to be converted to global coordinates.DESCRIPTIONThe LocalToGlobal procedure converts the given point from the current graphics port’s local coordinate system into the global coordinate system (where the upper-left corner of the main screen has coordinates [0,0]). This global point can then be compared to other global points, or it can be changed into the local coordinates of another graphics port.Because a rectangle is defined by two points, you can convert a rectangle into global coordinates with two calls to LocalToGlobal. In conjunction with LocalToGlobal, you can use the OffsetRect, OffsetRgn, or OffsetPoly procedures (which are described in the chapter “QuickDraw Drawing”) to convert a rectangle, region, or polygon into global coordinates.AddPtTo add the coordinates of two points, use the AddPt procedure.PROCEDURE AddPt (srcPt: Point; VAR dstPt: Point);srcPt    A point, the coordinates of which are to be added to the point in the dstPt parameter.dstPt    On input: a point, the coordinates of which are to be added to the point in the srcPt parameter. Upon completion: the result of adding the coordinates of the points in the srcPt and dstPt parameters.DESCRIPTIONThe AddPt procedure adds the coordinates of the point specified in the srcPt parameter to the coordinates of the point specified in the dstPt parameter, and returns the result in the dstPt parameter.SubPtTo subtract the coordinates of one point from another, you can use the SubPt procedure.PROCEDURE SubPt (srcPt: Point; VAR dstPt: Point);srcPt    A point, the coordinates of which are to be subtracted from those specified in the dstPt parameter.dstPt    On input: a point, from whose coordinates are to be subtracted those specified in the srcPt parameter. Upon completion: the result of subtracting the coordinates of the points in the srcPt parameter from the coordinates of the points in the dstPt parameter.DESCRIPTIONThe SubPt procedure subtracts the coordinates of the point specified in the srcPt parameter from the coordinates of the point specified in the dstPt parameter, and returns the result in the dstPt parameter.To get the results of coordinate subtraction returned as a function result, you can instead use the DeltaPoint function. Note, however, that the parameters in these two routines are reversed.DeltaPointTo subtract the coordinates of one point from another, you can use the DeltaPoint function.FUNCTION DeltaPoint (ptA: Point; ptB: Point): LongInt;ptA    A point, from whose coordinates are to be subtracted those specified in the ptB parameter.ptB    A point, the coordinates of which are to be subtracted from those specified in the ptA parameter.DESCRIPTIONThe DeltaPoint function subtracts the coordinates of the point specified in the ptB parameter from the coordinates of the point specified in the ptA parameter, and returns the result as its function result.To get the results of coordinate subtraction, you can instead use the SubPt procedure. Note, however, that the parameters in these two routines are reversed.SetPtTo assign two coordinates to a point, use the SetPt procedure.PROCEDURE SetPt (VAR pt: Point; h,v: Integer);pt    The point to be given new coordinates.h    The horizontal value of the new coordinates.v    The vertical value of the new coordinates.DESCRIPTIONThe SetPt procedure assigns the horizontal coordinate specified in the h parameter and the vertical coordinate specified in the v parameter to the point returned in the pt parameter.EqualPtTo determine whether the coordinates of two given points are equal, use the EqualPt function. FUNCTION EqualPt (pt1,pt2: Point): Boolean;pt1,pt2    The two points to be compared.DESCRIPTIONThe EqualPt function compares the points specified in the pt1 and pt2 parameters and returns TRUE if their coordinates are equal or FALSE if they are not.GetPixelTo determine whether the pixel associated with a point is black or white, use the GetPixel function.FUNCTION GetPixel (h,v: Integer): Boolean;h    The horizontal coordinate of the point for the pixel to be tested.v    The vertical coordinate of the point for the pixel to be tested.DESCRIPTIONThe GetPixel function examines the pixel at the point specified by the h and v parameters and returns TRUE if the pixel is black or FALSE if it is white.The selected pixel is immediately below and to the right of the point whose coordinates you supply in the h and v parameters, in the local coordinates of the current graphics port. There’s no guarantee that the specified pixel actually belongs to the current graphics port, however; it may have been drawn in a graphics port overlapping the current one. To see if the point indeed belongs to the current graphics port, you could use the PtInRgn function (described in the chapter “QuickDraw Drawing” in this book) to test whether the point is in the current graphics port’s visible region, as shown here.PtInRgn(pt, thePort^.visRgn);Summary of Basic QuickDrawPascal SummaryData TypesTYPE        Point =         RECORD CASE Integer OF            0:    (v:                  Integer;                {vertical coordinate}                 h:                  Integer);                {horizontal coordinate}            1:    (vh:                 ARRAY[VHSelect] OF Integer);        END;        Rect =         RECORD CASE Integer OF                                        {cases: 4 boundaries or 2 corners}            0:    (top:                Integer;                {upper boundary of rectangle}                 left:                Integer;                {left boundary of rectangle}                 bottom:                 Integer;                {lower boundary of rectangle}                 right:                Integer);                {right boundary of rectangle}            1:    (topLeft:                Point;                {upper-left corner of rectangle}                 botRight:                Point);                {lower-right corner of rectangle}        END;        RgnHandle =                ^RgnPtr;        RgnPtr =                ^Region;        Region =         RECORD            rgnSize:            Integer;            {size in bytes}            rgnBBox:            Rect;            {enclosing rectangle}            {more data if not rectangular}        END;        BitMap =            RECORD            baseAddr:                Ptr;            {pointer to bit image}            rowBytes:                Integer;            {row width}            bounds:                Rect    ;        {boundary rectangle}        END;        GrafPtr =                    ^GrafPort;        WindowPtr =                    GrafPtr;        GrafPort =                {basic graphics port}        RECORD            device:                Integer;                {device-specific information}            portBits:                BitMap;                {bitmap}            portRect:                Rect;                {port rectangle}            visRgn:                RgnHandle;                {visible region}            clipRgn:                RgnHandle;                {clipping region}            bkPat:                Pattern;                {background pattern}            fillPat:                Pattern;                {fill pattern}            pnLoc:                Point;                {pen location}            pnSize:                Point;                {pen size}            pnMode:                Integer;                {pattern mode}            pnPat:                Pattern;                {pen pattern}            pnVis:                Integer;                {pen visibility}            txFont:                Integer;                {font number for text}            txFace:                Style;                {text's font style}            txMode:                Integer;                {source mode for text}            txSize:                Integer;                {font size for text}            spExtra:                Fixed;                {extra space}            fgColor:                LongInt;                {foreground color}            bkColor:                LongInt;                {background color}            colrBit:                Integer;                {color bit}            patStretch: Integer;                                {used internally}            picSave:                Handle;                {picture being saved, used internally}            rgnSave:                Handle;                {region being saved, used internally}            polySave:                Handle;                {polygon being saved, used internally}            grafProcs:                QDProcsPtr;                {low-level drawing routines}        END;RoutinesInitializing QuickDrawPROCEDURE InitGraf    (globalPtr: Ptr);Opening and Closing Basic Graphics PortsPROCEDURE OpenPort    (port: GrafPtr);PROCEDURE InitPort    (port: GrafPtr); PROCEDURE ClosePort    (port: GrafPtr);Saving and Restoring Graphics PortsPROCEDURE GetPort    (VAR port: GrafPtr);PROCEDURE SetPort    (port: GrafPtr);Managing Bitmaps, Port Rectangles, and Clipping RegionsPROCEDURE ScrollRect    (r: Rect; dh,dv: Integer; updateRgn: RgnHandle);PROCEDURE SetOrigin    (h,v: Integer);PROCEDURE PortSize    (width,height: Integer);PROCEDURE MovePortTo    (leftGlobal,topGlobal: Integer);PROCEDURE GetClip    (rgn: RgnHandle);PROCEDURE SetClip    (rgn: RgnHandle);PROCEDURE ClipRect    (r: Rect);FUNCTION BitMapToRegion     (region: RgnHandle; bMap: BitMap): OSErr;PROCEDURE SetPortBits    (bm: BitMap);Manipulating Points in Graphics PortsPROCEDURE GlobalToLocal    (VAR pt: Point);PROCEDURE LocalToGlobal    (VAR pt: Point);PROCEDURE AddPt    (srcPt: Point; VAR dstPt: Point);PROCEDURE SubPt    (srcPt: Point; VAR dstPt: Point);FUNCTION DeltaPoint    (ptA: Point; ptB: Point): LongInt;PROCEDURE SetPt    (VAR pt: Point; h,v: Integer);FUNCTION EqualPt    (pt1,pt2: Point): Boolean;FUNCTION GetPixel     (h,v: Integer): Boolean;C SummaryData Typesstruct Point {        short v;                /* vertical coordinate */        short h;                /* horizontal coordinate */    };struct Rect {        short top;                    /* upper boundary of rectangle */        short left;                    /* left boundary of rectangle */        short bottom;                    /* lower boundary of rectangle */        short right;                    /* right boundary of rectangle */    };struct Region {        short        rgnSize;                        /* size in bytes */        Rect        rgnBBox;                        /* enclosing rectangle */        /* more data if not rectangular */    };typedef struct Region Region;typedef Region *RgnPtr, **RgnHandle;struct BitMap {        Ptr        baseAddr;                        /* pointer to bit image */        short        rowBytes;                        /* row width */        Rect        bounds;                        /* boundary rectangle */    };struct GrafPort {                                        /* basic graphics port */        short                device;                /* device-specific information */        BitMap                portBits;                /* bitmap */        Rect                portRect;                /* port rectangle */        RgnHandle                visRgn;                /* visible region */        RgnHandle                clipRgn;                /* clipping region */        Pattern                bkPat;                /* background pattern */        Pattern                fillPat;                /* fill pattern */        Point                pnLoc;                /* pen location */        Point                pnSize;                /* pen size */        short                pnMode;                /* pattern mode */        Pattern                pnPat;                /* pen pattern */        short                pnVis;                /* pen visibility */        short                txFont;                /* font number for text */        Style                txFace;                /* text's font style */        char                filler;        short                txMode;                /* source mode for text */        short                txSize;                /* font size for text */        Fixed                spExtra;                /* extra space */        long                fgColor;                /* foreground color */        long                bkColor;                /* background color */        short                colrBit;                /* color bit */        short                patStretch;                /* used internally */        Handle                picSave;                /* picture being saved, used internally */        Handle                rgnSave;                /* region being saved, used internally */        Handle                polySave;                /* polygon being saved, used internally */        QDProcsPtr                grafProcs;                /* low-level drawing routines */    };typedef struct GrafPort GrafPort;typedef GrafPort *GrafPtr;typedef GrafPtr WindowPtr;FunctionsInitializing QuickDrawpascal void InitGraf    (void *globalPtr);Opening and Closing Basic Graphics Portspascal void OpenPort    (GrafPtr port);pascal void InitPort    (GrafPtr port); pascal void ClosePort    (GrafPtr port);Saving and Restoring Graphics Portspascal void GetPort    (GrafPtr *port);pascal void SetPort    (GrafPtr port);Managing Bitmaps, Port Rectangles, and Clipping Regionspascal void ScrollRect    (const Rect *r, short dh, short dv, RgnHandle updateRgn);pascal void SetOrigin    (short h, short v);pascal void PortSize    (short width, short height);pascal void MovePortTo    (short leftGlobal, short topGlobal);pascal void GetClip    (RgnHandle rgn);pascal void SetClip    (RgnHandle rgn);pascal void ClipRect    (const Rect *r);pascal OSErr BitMapToRegion    (RgnHandle region, const BitMap *bMap); pascal void SetPortBits    (const BitMap *bm);Manipulating Points in Graphics Portspascal void GlobalToLocal    (Point *pt);pascal void LocalToGlobal    (Point *pt);pascal void AddPt    (Point src, Point *dst);pascal void SubPt    (Point src, Point *dst);pascal long DeltaPoint    (Point ptA, Point ptB);pascal void SetPt    (Point *pt, short h, short v);pascal Boolean EqualPt    (Point pt1, Point pt2);pascal Boolean GetPixel    (short h, short v);Assembly-Language SummaryData StructuresPoint Data Structure0    v    word    vertical coordinate    2    h    word    horizontal coordinate    Rectangle Data Structure0    topLeft    long    upper-left corner of rectangle    4    botRight    long    lower-right corner of rectangle     0    top    word    upper boundary of rectangle    2    left    word    left boundary of rectangle    4    bottom    word    lower boundary of rectangle    6    right    word    right boundary of rectangle    Region Data Structure0    rgnSize    word    size in bytes    2    rgnBBox    8 bytes    enclosing rectangle    10    rgnData    array    region data    Bitmap Data Structure0    baseAddr    long    pointer to bit image    4    rowBytes    word    row width    6    bounds    8 bytes    boundary rectangle    GrafPort Data Structure0    device    word    device-specific information    2    portBits    14 bytes    bitmap    16    portBounds    8 bytes    boundary rectangle    24    portRect    8 bytes    port rectangle    32    visRgn    long    visible region    36    clipRgn    long    clipping region    40    bkPat    8 bytes    background pattern    48    fillPat    8 bytes    fill pattern    56    pnLoc    long    pen location    60    pnSize    long    pen size    64    pnMode    word    pattern mode    66    pnPat    8 bytes    pen pattern    74    pnVis    word    pen visibility    76    txFont    word    font number for text    78    txFace    word    text’s font style    80    txMode    word    source mode for text    82    txSize    word    font size for text    84    spExtra    long    extra space    88    fgColor    long    foreground color    92    bkColor    long    background color    96    colrBit    word    color bit    98    patStretch    word    used internally    100    picSave    long    picture being saved, used internally    104    rgnSave    long    region being saved, used internally    108    polySave    long    polygon being saved, used internally    112    grafProcs    long    low-level drawing routines    Global Variablesarrow    The standard arrow cursor.    black    An all-black pattern.    dkGray    A 75% gray pattern.    gray    A 50% gray pattern.    ltGray    A 25% gray pattern.    randSeed    Where the random sequence begins.    screenBits    The main screen.    thePort    The current graphics port.    white    An all-white pattern.    Result CodespixmapTooDeepErr    –148    Pixel map is deeper than 1 bit per pixel    rgnTooBigErr    –500    Bitmap would convert to a region greater than 64 KB    Listing 3-0Table 3-0QuickDraw DrawingContentsAbout QuickDraw Drawing3-3The Graphics Pen3-4Bit Patterns3-5Boolean Transfer Modes With 1-Bit Pixels3-8Lines and Shapes3-11Defining Lines and Shapes3-11Framing Shapes3-12Painting and Filling Shapes3-12Erasing Shapes3-12Inverting Shapes3-13Other Graphic Entities3-13The Eight Basic QuickDraw Colors3-14Drawing With QuickDraw3-16Drawing Lines3-17Drawing Rectangles3-22Drawing Ovals, Arcs, and Wedges3-25Drawing Regions and Polygons3-27Performing Calculations and Other Manipulations of Shapes3-31Copying Bits Between Graphics Ports3-32Customizing QuickDraw’s Low-Level Routines3-35QuickDraw Drawing Reference3-36Data Structures3-36Routines3-41Managing the Graphics Pen3-41Changing the Background Bit Pattern3-48Drawing Lines3-49Creating and Managing Rectangles3-52Drawing Rectangles3-58Drawing Rounded Rectangles3-63Drawing Ovals3-68Drawing Arcs and Wedges3-71Creating and Managing Polygons3-78Drawing Polygons3-81Creating and Managing Regions3-85Drawing Regions3-100Scaling and Mapping Points, Rectangles, Polygons, and Regions3-104Calculating Black-and-White Fills3-108Copying Images3-112Drawing With the Eight-Color System3-122Determining Whether QuickDraw Has Finished Drawing3-125Getting Pattern Resources3-126Customizing QuickDraw Operations3-129Resources3-140The Pattern Resource3-140The Pattern List Resource3-141Summary of QuickDraw Drawing3-142Pascal Summary3-142Constants3-142Data Types3-144Routines3-145C Summary3-149Constants3-149Data Types3-151Functions3-152Assembly-Language Summary3-157Data Structures3-157Global Variables3-158QuickDraw DrawingThis chapter describes routines common to both basic QuickDraw and Color QuickDraw that you can use to draw lines, rectangles, rounded rectangles, ovals, arcs, wedges, polygons, and regions, and to copy images from one graphics port to another. This chapter also describes the routines that you can use to perform calculations and other manipulations of these shapes—including comparing them and finding their unions and intersections, and moving, shrinking, and expanding them.Read this chapter to learn how to draw on all models of Macintosh computers. All of the routines described in this chapter depend on your application to create a graphics port drawing environment as described in the previous chapter, “Basic QuickDraw.” As noted in this chapter, many of these routines have additional capabilities when performed in the more sophisticated color drawing environments described in the next chapter in this book, “Color QuickDraw.” However, if your application does not use color, or uses only a few colors, you may find it unnecessary to create the drawing environment described in the chapter “Color QuickDraw.”This chapter also describes how to copy a bit image from one onscreen graphics port to another onscreen graphics port. To prevent the choppiness that can occur when you build complex images onscreen, your application should use the drawing routines described in this chapter to create complex images in offscreen graphics worlds. Your application can then copy these images to onscreen graphics ports, as described in the chapter “Offscreen Graphics Worlds” in this book.QuickDraw also supports the creation and manipulation of pictures and text. The chapter “Pictures” in this book describes the routines for drawing pictures. For information about drawing text, see the chapter “QuickDraw Text” in Inside Macintosh: Text. This chapter describes how ton    use the graphics penn    create, draw, and manipulate the shapes supported by QuickDrawn    draw a copy of a bit image from one graphics port into another graphics portn    use the eight-color system supported by basic QuickDrawn    customize QuickDraw’s drawing operationsAbout QuickDraw DrawingQuickDraw provides your application with routines for rapidly creating, manipulating, and drawing graphic objects such as lines, arcs, rectangles, ovals, regions, and bitmaps. These routines extract information from and affect the fields of the current graphics port, without specifically naming it as a parameter. For example, the Move procedure moves the graphics pen of the current graphics port, changing the value of its pnLoc field, and the PaintOval procedure paints an oval using the pattern and pattern mode of the graphics pen for the current graphics port. The previous chapter, “Basic QuickDraw,” describes the basic graphics port. The next chapter, “Color QuickDraw,” describes the color graphics port. The routines described in this chapter operate in both types of graphics ports.Whenever you use QuickDraw, all drawing is performed with the graphics pen, which is described next.The Graphics PenEvery graphics port contains one, and only one, graphics pen with which to perform drawing operations. You use this metaphorical pen to draw lines, shapes, and text. Using QuickDraw routines, you can set these five characteristics of the graphics pen for the current graphics port:n    visibility, as stored in the pnVis fields of the GrafPort and CGrafPort recordsn    size, as stored in the pnSize fields of the GrafPort and CGrafPort recordsn    location, as stored in the pnLoc fields of the GrafPort and CGrafPort recordsn    pattern, as stored in the pnPat field of the GrafPort and CGrafPort recordsn    pattern mode, as stored in the pnMode fields of GrafPort and CGrafPort recordsThe visibility of the graphics pen simply determines whether the pen draws on the screen. You can use the HidePen and ShowPen procedures to change the pen’s visibility.The graphics pen is rectangular in shape, and its size (that is, its height and width) are measured in pixels. The default size is a 1-by-1 pixel square, but you can use the PenSize procedure to change its shape from a 0-by-0 pixel square to a 32,767-by-32,767 pixel square. If you set either the width or the height to 0, however, the graphics pen does not draw. (Heights or widths of less than 0 are undefined.) Figure 3-1 illustrates a graphics pen of 8 pixels by 8 pixels.Figure 3-1    A graphics penThe graphics pen can be located anywhere on the local coordinate plane of the graphics port, and there are no restrictions on the movement or placement of the pen. You can use the MoveTo and Move procedures to change the pen’s location, which is defined by the point that positions the upper-left corner of the pen. You can use the GetPen procedure to determine the pen’s current location. As shown in Figure 3-1, the pen draws below and to the right of the point specifying its location.The pattern and pattern mode determine how the bits under the pen are affected when your application draws lines or shapes. A bit pattern is a repeating 8-by-8 bit image, such as that shown in Figure 3-1. You can use the PenPat procedure to change the bit pattern for the graphics pen. Bit patterns are described in more detail in the next section. The pattern mode for the graphics pen determines how the bit pattern interacts with the existing bit image according to one of eight Boolean operations, as described in detail in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8. You can use the PenMode procedure to change the pattern mode of the graphics pen.To determine the size, location, pattern, and pattern mode of the graphics pen, you can use the GetPenState procedure, which returns a PenState record that contains fields for each of these characteristics. If you need to temporarily change these characteristics, you can use the SetPenState procedure to restore the graphics pen to the state saved in the record returned by GetPenState.Upon the creation of a graphics port, QuickDraw assigns these initial values to the graphics pen: a size of (1,1), a pattern of all-black pixels, and a pattern mode of patCopy. After changing any of these values, you can use the PenNormal procedure to return these initial values to the graphics pen.“Lines and Shapes” beginning on page 3-11 describes how to use the graphics pen to draw lines and shapes.Bit PatternsA bit pattern is a 64-pixel image, organized as an 8-by-8 pixel square, that defines a repeating design (such as stripes) or a tone (such as gray). The patterns defined in bit patterns are usually black and white, although any two colors can be used on a color screen. Pixel patterns (which are supported only in color graphics ports) define color patterns at any pixel depth. (Pixel patterns are described in the chapter “Color QuickDraw” in this book.) Figure 3-2 shows a typical bit pattern—the one used for the standard gray desktop pattern on most Macintosh computers with black-and-white screens. Figure 3-2    A bit patternYou can use bit patterns to draw lines and shapes on the screen. In a basic graphics port, the graphics pen has a pattern specified in the pnPat field of its GrafPort record. This bit pattern acts like the ink in the pen; the bits in the pattern interact with the pixels in the bitmap according to the pattern mode of the graphics pen. When you use the FrameRect, FrameRoundRect, FrameArc, FramePoly, FrameRgn, PaintRect, PaintRoundRect, PaintArc, PaintPoly, and PaintRgn procedures to draw shapes, these procedures draw the shape with the bit pattern specified in the pnPat field.You can use the FillRect, FillRoundRect, FillArc, FillPoly, and FillRgn procedures to draw shapes with a bit pattern other than that specified in the pnPat field of the graphics port. When your application uses one of these procedures, the procedure stores the pattern your application specifies in the fillPat field of the GrafPort record (or its handle in the fillPixPat field of a CGrafPort record) and then calls a low-level drawing routine that gets the pattern from that field.Each graphics port also has a background pattern that’s used when an area is erased (such as by using the EraseRect, EraseRoundRect, EraseArc, ErasePoly, and EraseRgn procedures) and when pixels are scrolled out of an area (such as by using the ScrollRect procedure as described in the chapter “Basic QuickDraw”). Every basic graphics port stores a background bit pattern in the bkPat field of its GrafPort record. (Color graphics ports store a handle to the background pattern in their bkPixPat field.)So that adjacent areas of the same pattern form a continuous, coordinated pattern, all patterns are always drawn relative to the origin of the graphics port.A basic graphics port supports only bit patterns. Bit patterns are defined in data structures of type Pattern, in which each pixel is represented by a single bit. Five such bit patterns are predefined as global variables for your use. These patterns are illustrated in Figure 3-3. Figure 3-3    Windows filled with the predefined bit patternsThe upper-left window in this figure is filled with the predefined pattern white, in which every pixel is white. By default, this is the background pattern for a graphics port; that is, this is the pattern displayed when an area is erased or when bits are scrolled out of it. The white pattern can also produce useful effects when transferred with an appropriate pattern mode to an existing bit image. (Pattern modes are explained in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.)The middle window in the top row of Figure 3-3 is filled with the predefined bit pattern black, in which every pixel is black. This is the initial pattern that QuickDraw assigns to the graphics pen.Figure 3-3 illustrates a window filled with the predefined pattern gray, which uses a combination of black and white pixels. As illustrated in this figure, fewer black pixels in the combination produce the predefined pattern ltGray, and more black pixels produce the predefined pattern dkGray. These predefined patterns use colored pixels to produce similar effects in color graphics ports, as described in the chapter “Color QuickDraw.”You can create your own bit patterns in your program code, but it’s usually simpler and more convenient to store them in resources of type 'PAT ' or 'PAT#' and to read them in when you need them. The five predefined patterns are available not only through the global variables provided by QuickDraw but also as system resources stored in the system resource file. You can use the GetPattern function and the GetIndPattern procedure to get patterns stored as resources. The result of the transfer of a pattern to a bitmap depends on the pattern mode, which is described next.Boolean Transfer Modes With 1-Bit PixelsA Boolean transfer mode describes an interaction between the pixels that your application draws and the pixels that are already in the destination bitmap—for example, when you draw a patterned line into a graphics port. Black-and-white drawing uses two types of Boolean transfer modes:n    source modes for copying bit images or drawing textn    pattern modes for drawing lines and shapesColor QuickDraw uses Boolean transfer mode differently than basic QuickDraw. Color QuickDraw also has transfer modes that perform arithmetic operations on the red, green, and blue values of color pixels. Using transfer modes with Color QuickDraw is described in the chapter “Color QuickDraw” in this book.Your application uses source modes when using CopyBits procedure (described in “Copying Bits Between Graphics Ports” beginning on page 3-32) and the CopyDeepMask procedure (described in the chapter “Color QuickDraw”). Your application uses pattern modes to transfer patterns to lines and shapes. The penMode field of a graphics port stores the pattern mode for the graphics pen. You use the pattern mode to draw lines, rectangles, rounded rectangles, ovals, arcs, wedges, polygons, and regions, as follows: n    When you use a procedure like LineTo, FrameRect, or FrameOval, the procedure draws the lines of your shape with the pattern specified in the pnPat field of the graphics port, but the procedure transfers that pattern into the graphics port by using the pattern mode specified in the pnMode field of the current graphics port. n    When you use a procedure like PaintRect or PaintOval, the procedure draws your shape with the pattern specified in the pnPat field by transferring the pattern with the pattern mode specified in the pnMode field. n    When you use a procedure like FillRect or FillOval, the procedure draws your shape with the pattern you request and uses the patCopy pattern mode (which copies your requested pattern directly into the shape).You use the source mode when using the CopyBits procedure to copy a bit image from one graphics port to another and when drawing text using the QuickDraw routines described in the chapter “QuickDraw Text” in Inside Macintosh: Text. (The source mode for text is stored in the textMode field of a graphics port.)For both pattern and source modes there are four Boolean operations: COPY, OR, XOR (for exclusive-or), and BIC (for bit clear). Each of these operations has an inverse variant in which the pattern or source is inverted before the transfer, so in fact there are eight operations in all.The eight operations in the pattern and source modes have names defined as constants. Their effects on 1-bit destination pixels are summarized in Table 3-1. (See the chapter “Color QuickDraw” for information about the effects of these operations on colored pixels—that is, those with a pixel depth of more than 1 pixel.)Table 3-1    Effect of Boolean transfer modes on 1-bit pixelsPattern mode    Source mode    Action on destination pixel                If pattern or source pixel is black    If pattern or source pixel is white    patCopy    srcCopy    Force black    Force white    notPatCopy    notSrcCopy    Force white    Force black    patOr    srcOr    Force black    Leave alone    notPatOr    notSrcOr    Leave alone    Force black    patXor    srcXor    Invert    Leave alone    notPatXor    notSrcXor    Leave alone    Invert    patBic    srcBic    Force white    Leave alone    notPatBic    notSrcBic    Leave alone    Force white    The COPY operations completely replace the pixels in the destination bitmap with either the pixels in the pattern (for the patCopy mode) or the pixels in the source bitmap (for the srcCopy mode). The inverse COPY operations completely replace the pixels in the destination bitmap with a “photographic negative” of the pattern (for the notPatCopy mode) or the source bitmap (for the notSrcCopy mode).The OR operations add the black pixels from either the pattern (for the patOr mode) or the source bitmap (for the srcOr mode) to the destination bitmap. The inverse OR operations (notPatOr and notSrcOr modes) take a “photographic negative” of the pattern or the source bitmap, and then add the black pixels from this negative to the destination bitmap.The XOR operations (patXor and srcXor modes) invert the pixels in the destination bitmap that correspond to black pixels in the pattern or source bitmap. The inverse XOR operations (notPatXor and notSrcXor modes) invert the pixels in the destination bitmap that correspond to white pixels in the pattern or source bitmap.The BIC operations (patBic and srcBic modes) turn pixels in the destination bitmap white when they correspond to black pixels in the pattern or source bitmap. The inverse BIC operations (notPatBic and notSrcBic modes) turn pixels in the destination bitmap white when they correspond to white pixels in the pattern or source bitmap.These actions are illustrated in Figure 3-4, where a black X is transferred to a destination bitmap consisting of a black O.Figure 3-4    Examples of Boolean transfer modesOn computers running System 7, you can add dithering to any source mode by adding the following constant or the value it represents to the source mode:CONST ditherCopy                        = 64;Dithering mixes existing colors to create the effect of additional colors on indexed devices. It also improves images that you shrink or that you copy from a direct pixel device to an indexed device. Using dithering even when shrinking 1-bit images between basic graphics ports can produce much better representations of the original images. The CopyBits procedure always dithers images when shrinking them between pixel maps on direct devices. Dithering is explained in the chapter “Color QuickDraw.”The next section describes how your application uses pattern modes to transfer patterns to lines and shapes.Lines and ShapesAs explained in the chapter “Basic QuickDraw,” rectangles and regions are mathematical models that QuickDraw defines as data types. However, they also can be graphic elements that appear on the screen. A rectangle, for example, can mathematically define a visible area, but it can also be an object to draw.Defining Lines and ShapesYou use two points to define a line. Using the LineTo and Line procedures, you can draw lines onscreen using the size, pattern, and pattern mode of the graphics pen for the current graphics port. You can also define a rectangle with two points (the upper-left and lower-right corners of the rectangle) or with four boundary coordinates (one for each side of the rectangle). Using the FrameRect procedure, you can draw rectangles that are framed by lines rendered with the size, pattern, and pattern mode of the graphics pen.You use rectangles to define ovals and rounded rectangles. Rectangles used to define other shapes are called bounding rectangles. The lines of bounding rectangles completely enclose the shapes they bound; in other words, no pixels from these shapes lie outside the infinitely thin lines of the bounding rectangles.Ovals are circular or elliptical shapes defined by the height and width of their bounding rectangles, and rounded rectangles are rectangles with rounded corners defined by the width and height of the ovals forming their corners. Using the FrameOval and FrameRoundRect procedures, you can draw, respectively, framed ovals and framed rounded rectangles.You can use rectangles to define ovals that, in turn, you can use to define arcs and wedges. An arc is a portion of an oval’s circumference bounded by a pair of radii. A wedge is a pie-shaped segment of an oval. The wedge starts at the center of the oval, is bounded by a pair of radii, and extends to the oval’s circumference. You use the FrameArc procedure to draw a framed arc, and you use the PaintArc or FillArc procedure to draw a wedge.You use lines to define a polygon. First, however, you must call the OpenPoly function and then some number of LineTo procedures to create lines from the first vertex of the polygon to the second, from the second to the third, and so on, until you’ve created a line to the last vertex. You then use the ClosePoly procedure, which completes the figure by drawing a connecting line from the last vertex back to the first. After defining a polygon in this way, you can draw a framed outline of it using the FramePoly procedure.To define a region, you can use any set of lines or shapes, including other regions, so long as the region’s outline consists of one or more closed loops. First, however, you must call the NewRgn function and OpenRgn procedure. You then use line-, shape-, or region-drawing commands to define the region, which can be concave or convex, can consist of one connected area or many separate ones, and can even have holes in the middle. When you are finished collecting commands to define the outline of the region, you use the CloseRgn procedure. You can then draw a framed outline of the region using the FrameRgn procedure. Framing ShapesUsing the FrameRect, FrameOval, FrameRoundRect, FrameArc, FramePoly, or FrameRgn procedure to frame a shape draws just its outline, using the size, pattern, and pattern mode of the graphics pen for the current graphics port. The interior of the shape is unaffected, allowing previously existing pixels in the bit image to show through. Painting and Filling ShapesUsing the PaintRect, PaintOval, PaintRoundRect, PaintArc, PaintPoly, or PaintRgn procedure to paint a shape draws both its outline and its interior with the pattern of the graphics pen, using the pattern mode of the graphics pen. Using the FillRect, FillOval, FillRoundRect, FillArc, FillPoly, or FillRgn procedure to fill a shape draws both its outline and its interior with any pattern you specify. The procedure transfers the pattern with the patCopy pattern mode, which directly copies your requested pattern into the shape.Erasing ShapesUsing the EraseRect, EraseOval, EraseRoundRect, EraseArc, ErasePoly, or EraseRgn procedure to erase a shape draws both its outline and its interior with the background pattern for the current graphics port. The background pattern is typically solid white on a black-and-white monitor or a solid background color on a color monitor. Making the shape blend into the background pattern of the graphics port effectively erases the shape.Inverting ShapesUsing the InvertRect, InvertOval, InvertRoundRect, InvertArc, InvertPoly, or InvertRgn procedure to invert a shape reverses the colors of all pixels within its boundary. On a black-and-white monitor, this changes all the black pixels in the shape to white and changes all the white pixels to black. The inversion procedures were designed for 1-bit images in basic graphics ports. These procedures operate on color pixels in color graphics ports, but the results are predictable only with direct devices or 1-bit pixel maps. For indexed pixels, Color QuickDraw performs the inversion on the pixel indexes. The results depend entirely on the contents of the video device’s color lookup table (CLUT). (The CLUT is described in the chapter “Color QuickDraw.”) The eight colors used in basic QuickDraw are stored in a color table represented by the global variable QDColors. To display those eight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color Manager to obtain indexes to the colors in the CLUT that best map to the colors in the QDColors color table. Because the index, not the color value, is inverted, the results are again unpredictable. (The eight-color system is described in “The Eight Basic QuickDraw Colors” beginning on page 3-14.)Inversion works better for direct devices. Inverting a pure green, for example, that has red, green, and blue component values of $0000, $FFFF, and $0000 results in magenta, which has component values of $FFFF, $0000, and $FFFF.Other Graphic Entities“Drawing With QuickDraw” beginning on page 3-16 provides an introduction to creating and drawing lines, rectangles, rounded rectangles, ovals, arcs, wedges, polygons, and regions. You can also use QuickDraw routines to draw pictures, cursors, icons, and text.A QuickDraw picture is the recorded transcription of a sequence of drawing operations that can be played back with the DrawPicture procedure. See the chapter “Pictures” for information about creating and displaying QuickDraw pictures.A cursor is a 16-by-16 pixel image that maps the user’s movement of the mouse to relative locations on the screen. An icon is an image (usually 32 by 32 or 16 by 16 pixels) that represents an object, a concept, or a message. For example, the Finder uses icons to represent files and disks. Cursors and icons are stored as resources. See the chapter “Cursor Utilities” for information about drawing cursors. See the chapter “Icon Utilities” in Inside Macintosh: More Macintosh Toolbox for information about drawing icons.See the chapter “QuickDraw Text” in Inside Macintosh: Text for information about using QuickDraw routines to draw text.The Eight Basic QuickDraw ColorsOn a color screen, you can draw with colors, even when you are using a basic graphics port. Although basic QuickDraw graphics routines were designed for black-and-white drawing, they also support the eight-color system that basic QuickDraw predefines for display on color screens and color printers. Because Color QuickDraw also supports this system, it is compatible across all Macintosh platforms. (This section describes the rudimentary color capabilities included in basic QuickDraw. See the next chapter, “Color QuickDraw,” for information about more sophisticated color use in your application.)A pair of fields in a graphics port, fgColor and bkColor, specify a foreground and background color. The foreground color is the color used for bit patterns and for the graphics pen when drawing. By default, the foreground color is black. The background color is the color of the pixels in the bitmap wherever no drawing has taken place. By default, the background color is white. However, you can use the ForeColor and BackColor procedures to change these fields. (When printing, however, use the ColorBit procedure to set the foreground color.) For example, on a color screen the following lines of code draw a red rectangle against a blue background.BackColor(blueColor);                                {make a blue background}ForeColor(redColor);                                {draw with red ink}PenMode(patCopy);                                {when drawing, replace background color }                                { with ink's color}PaintRect(20,20,80,80);                                 {create and paint the red rectangle}If you use the OpenCPicture or OpenPicture function to include this code in a picture definition, these colors are stored in the picture. However, basic QuickDraw cannot store these colors in a bitmap. See the chapter “Pictures” in this book for more information about defining and drawing pictures.The basic QuickDraw color values consist of 1 bit for normal black-and-white drawing (black on white), 1 bit for inverted black-and-white drawing (white on black), 3 bits for the additive primary colors (red, green, blue) used in video display, and 4 bits for the subtractive primary colors (cyan, magenta, yellow, black) used in printing. QuickDraw includes a set of predefined constants for those standard colors: CONST  whiteColor                    = 30;  blackColor                    = 33  yellowColor                    = 69;  magentaColor                    = 137;  redColor                      = 205;  cyanColor                      = 273;  greenColor                    = 341;  blueColor                     = 409;These are the only colors available in basic QuickDraw (or with Color QuickDraw drawing into a basic graphics port). When you specify these colors on a Macintosh computer with Color QuickDraw, Color QuickDraw draws these colors if the user has set the screen to a color mode. These eight color values are based on a planar model: each bit position corresponds to a different color plane, and the value of each bit indicates whether a particular color plane should be activated. (The term color plane refers to a logical plane, rather than a physical plane.) The individual color planes combine to produce the full-color image. There are three advantages to using basic QuickDraw’s color system:n    It is available across all platforms, so you don’t have to check for the presence of Color QuickDraw.n    It is much simpler to use than Color QuickDraw.n    It works well on an ImageWriter printer with a color ribbon.The main disadvantage is that basic QuickDraw is limited to eight predefined colors. Another problem is that, if the graphics port in which you are working happens to be a color graphics port, then the two color systems may clash. For example, saving the current foreground color (from the fgColor field of the color graphics port) and then later restoring it with the ForeColor procedure doesn’t work: the original content of the fgColor field is an index value for a color graphics port using indexed colors. This index value is not what basic QuickDraw’s ForeColor procedure expects as a parameter.In System 7, these Color QuickDraw routines are available to basic QuickDraw: RGBForeColor, RGBBackColor, GetForeColor, and GetBackColor. Described in the next chapter, “Color QuickDraw,” these routines can also assist you in manipulating the eight-color system of basic QuickDraw. When running on a System 7 computer, your application should use GetForeColor and GetBackColor to determine the foreground color and background color instead of checking the fgColor and bkColor fields of the GrafPort record.The next section provides an introduction to creating and drawing lines and shapes. Without using a color graphics port, you can use the ForeColor or RGBForeColor procedure on a color screen to draw these lines and shapes in color, against the background color you set with the BackColor or RGBBackColor procedure.Drawing With QuickDrawYou can use QuickDraw’s basic drawing routines ton    draw lines of various thicknesses and in various patternsn    draw rectangles, rounded rectangles, ovals, arcs, wedges, polygons, and regions in various patternsn    draw lines and shapes in any of eight predefined colors, against a background of any of these eight predefined colorsn    perform calculations on and manipulate rectangles and regionsn    copy bits from the bit image in the bitmap of one graphics port into the bitmap of another graphics portn    customize QuickDraw’s drawing behaviorSystem software uses QuickDraw’s drawing routines to implement the Macintosh user interface. The next several sections provide an introduction to these routines, which your application can use to create complex onscreen images.To draw lines, your applicationn    moves the graphics pen to a location within its graphics portn    draws a line to a different coordinateTo draw rectangles, rounded rectangles, ovals, arcs, and wedges, your application generallyn    defines the outline of the shape in the local coordinates of the graphics portn    frames the shape’s outline to draw itn    transfers patterns to the outline and interior of the shape to paint or fill itTo draw regions and polygons, your applicationn    uses an open routine to start building the shapen    calls drawing routines to build the shapen    uses a close routine to stop collecting drawing routines for the shapen    frames the shape’s outline to draw itn    transfers patterns to the outline and interior of the shape to paint or fill itThese tasks are explained in greater detail in the rest of this chapter.Before using QuickDraw’s drawing routines, you must initialize QuickDraw with the InitGraf procedure, as explained in the chapter “Basic QuickDraw.”The routines described in this chapter are available on all models of Macintosh computers. However, all nonwhite colors that you specify with the ForeColor and BackColor procedures are displayed as black on a black-and-white screen. Before using the ForeColor and BackColor procedures to display colors in a basic graphics port, you can use the DeviceLoop procedure, which is described in the chapter “Graphics Device,” to determine the color characteristics of the current screen.Drawing LinesA line is defined by two points: the current location of the graphics pen and its destination. The graphics pen draws below and to the right of the defining points. As described in “The Graphics Pen” on page 3-4, the pen draws the line between its defining points with the size, pattern, and pattern mode stored in the current graphics port.You specify where to begin drawing a line by using the MoveTo or Move procedure to place the graphics pen at some point in the window’s local coordinate system. Then you call the LineTo or Line procedure to draw a line from there to another point. Take, for example, the following lines of code:MoveTo(20,20);LineTo(70,20);LineTo(70,70);The MoveTo procedure moves the graphics pen to a point with a horizontal coordinate of 20 and a vertical coordinate of 20 (in the local coordinate system of the graphics port). The first call to the LineTo procedure draws a line from that position to the point with a horizontal coordinate of 70 and a vertical coordinate of 20. The second call to the LineTo procedure draws a line from the pen’s new position to the point with a horizontal coordinate of 70 and a vertical coordinate of 70, as shown in Figure 3-5. Figure 3-5    Using the LineTo procedureListing 3-1 illustrates how to use the LineTo procedure to draw the four sides of a square, which is shown on the left side of Figure 3-6. In Figure 3-6, the current graphics port is the window “untitled.”Listing 3-1    Drawing lines with the LineTo and Line proceduresPROCEDURE MyDrawLines;BEGIN    MoveTo(20,20);    LineTo(70,20);    LineTo(70,70);    LineTo(20,70);    LineTo(20,20);    Move(70,0);    Line(50,0);    Line(0,50);    Line(-50,0);    Line(0,-50);END;Figure 3-6    Drawing linesThe MoveTo and LineTo procedures require you to specify a point in the local coordinate system of the current graphics port. These procedures then transfer the graphics pen to that specific location. As alternatives to using the MoveTo and LineTo procedures, you can use the Move and Line procedures, which require you to pass relative horizontal and vertical distances to move the pen from its current location. The square on the right side of Figure 3-6 is drawn using the Move and Line procedures.The final call to LineTo in Listing 3-1 moves the graphics pen to the point with a horizontal coordinate of 20 and a vertical coordinate of 20. Listing 3-1 then uses the Move procedure to move the graphics pen a horizontal distance of 70 points—that is, to the point with a horizontal coordinate of 90. The first call to the Line procedure draws a horizontal line 50 pixels long—that is, to the point with a horizontal coordinate of 140 and a vertical coordinate of 20. Starting from there, the second call to Line draws a vertical line 50 pixels long—that is, to the point with a horizontal coordinate of 140 and a vertical coordinate of 70, as shown in Figure 3-7.Figure 3-7    Using the LineTo and Line proceduresIn Figure 3-6, the lines are drawn using the default pen size (1,1), giving the line a vertical depth of one pixel and a horizontal width of one pixel. You can use the PenSize procedure to change the width and height of the graphics pen so that it draws thicker lines, as shown in Figure 3-8.Figure 3-8    Resizing the penThe square on the left side of Figure 3-8 is drawn with a pen that has a width of two pixels and a height of eight pixels. The square on the right side of this figure is drawn with a pen that has a width of eight pixels and a height of two pixels. Listing 3-2 shows the code that draws these squares.Listing 3-2    Using the PenSize procedurePROCEDURE MyResizePens;BEGIN    PenSize(2,8);    MoveTo(20,20);    LineTo(70,20); LineTo(70,70); LineTo(20,70); LineTo(20,20);    PenSize(8,2);    Move(70,0);    Line(50,0); Line(0,50); Line(-50,0); Line(0,-50);    PenNormal;END;At the end of Listing 3-2, the PenNormal procedure is used to restore the graphics pen to its default size, pattern, and pattern mode.The default pattern for the graphics pen consists of all black pixels. However, you can use the PenPat procedure to change the pen’s pattern. When you use the PenPat procedure, you can pass it any one of the predefined global variables listed in Table 3-2 to specify the bit pattern for the graphics pen.Table 3-2    The global variables for five predefined bit patternsGlobal variable    Result    black    All-black pattern    dkGray    75% gray pattern    gray    50% gray pattern    ltGray    25% gray pattern    white    All-white pattern    In Figure 3-9, the pen pattern for the square on the left has changed to ltGray; the pen pattern for the square on the right has changed to dkGray.Figure 3-9    Changing the pen patternListing 3-3 shows the code that produces these squares.Listing 3-3    Using the PenPat procedure to change the pattern of the graphics penPROCEDURE MyRepatternPens;BEGIN    PenSize(2,8);    PenPat(ltGray);    MoveTo(20,20);    LineTo(70,20); LineTo(70,70); LineTo(20,70); LineTo(20,20);    PenSize(8,2);    PenPat(dkGray);    Move(70,0);    Line(50,0); Line(0,50); Line(-50,0); Line(0,-50);    PenNormal; END;QuickDraw provides methods for drawing squares and rectangles that are easier than drawing each side individually as a line. The next section describes how to draw rectangles.Drawing RectanglesAs explained in the chapter “Basic QuickDraw,” rectangles are mathematical entities. There are two ways to specify a rectangle: by its four boundary coordinates, as shown in the left rectangle in Figure 3-10, or by its upper-left and lower-right points, as shown in the right rectangle.Figure 3-10    Two ways to specify a rectangleHowever, specifying a rectangle does not draw one. Because the border of a rectangle is infinitely thin, it can have no direct representation on the screen until you use the FrameRect procedure to draw its outline, or you can use the PaintRect or FillRect procedure to draw its outline and its interior with a pattern. Figure 3-11 illustrates two rectangles that are drawn with the FrameRect procedure.Figure 3-11    Drawing rectanglesListing 3-4 shows the code that draws the rectangles in Figure 3-11. This listing uses the PenSize procedure to assign a size of (2,2) to the graphics pen. Then the code assigns four boundary coordinates to the rectangle on the left side of this figure, and it calls FrameRect to use the graphics pen to draw the rectangle’s outline. Listing 3-4    Using the FrameRect procedure to draw rectanglesPROCEDURE MyDrawRects;    VAR        firstRect, secondRect: Rect;BEGIN    PenSize(2,2);    firstRect.top := 20;    firstRect.left := 20;    firstRect.bottom := 70;    firstRect.right := 70;    FrameRect(firstRect);    SetRect(secondRect,90,20,140,70);    FrameRect(secondRect);    PenNormal;END;To shorten code text, Listing 3-4 uses the SetRect procedure to define the rectangle on the right side of Figure 3-11. Again, FrameRect is used to draw an outline around the rectangle. Notice that while a Rect record lists the fields for a rectangle’s boundaries in the order top, left, bottom, and right, you pass these boundaries as parameters to the SetRect procedure in the order left, top, right, and bottom. Remember that the graphics pen hangs to the right of and below its location point; therefore, the lower-right corner of the two-pixel outline around the rectangle on the right side of Figure 3-11 lies at the point with a horizontal coordinate of 142 and a vertical coordinate of 72.Figure 3-12 illustrates painted and filled rectangles. Listing 3-5 shows the code that creates these images.Figure 3-12    Painting and filling rectanglesListing 3-5 uses the PaintRect procedure to draw the outline and the interior of the rectangle on the left side of Figure 3-12 with the pattern of the graphics pen, according to the pattern mode of the graphics pen. Because Listing 3-5 calls the PenNormal procedure immediately before calling PaintRect, the graphics pen has its default characteristics: a pattern of all-black pixels and the patCopy pattern mode, which changes all of the pixels in the destination to the pen’s pattern.Listing 3-5    Using the PaintRect and FillRect proceduresPROCEDURE MyPaintAndFillRects;    VAR    firstRect, secondRect: Rect;BEGIN    PenNormal;    SetRect(firstRect,20,20,70,70);    PaintRect(firstRect);    SetRect(secondRect,20,90,70,140);    FillRect(secondRect,ltGray);END;The PaintRect procedure always uses the pattern and pattern mode of the graphics pen when drawing a rectangle. If you want to use a pattern other than that of the graphics pen, you can use the FillRect procedure. The FillRect procedure, however, always uses the patCopy pattern mode. Listing 3-5 uses the FillRect procedure to draw the outline and the interior of the rectangle on the right side of Figure 3-12 with a light gray pattern.NoteNeither the PaintRect nor FillRect procedure changes the location of the graphics pen.uIf the application that draws the rectangles in Figure 3-12 uses the EraseRect procedure to erase them both, then they would be filled with the background pattern specified by the bkPat field of the current graphics port. If the application uses the InvertRect procedure to invert the rectangles, then the black pixels in each would become white and the white pixels would become black. QuickDraw provides a similar set of routines for drawing rounded rectangles, which are defined by their rectangles and the widths and heights of the ovals forming their corners. See “Drawing Rounded Rectangles” beginning on page 3-63 for detailed information about these routines.Drawing Ovals, Arcs, and WedgesAn oval is a circular or elliptical shape defined by the bounding rectangle that encloses it. After specifying the bounding rectangle for an oval, you use the FrameOval procedure to draw its outline, or the PaintOval or FillOval procedure to draw its outline and its interior with a pattern. Figure 3-13 illustrates two ovals drawn with the FrameOval procedure.Figure 3-13    Drawing ovalsListing 3-6 shows the code that produces the ovals in Figure 3-13. The bounding rectangles for the ovals are created with the SetRect procedure. The resulting rectangles are then passed to the FrameOval procedure.Listing 3-6    Using the FrameOval procedure to draw ovalsPROCEDURE MyDrawOvals;    VAR        firstRect, secondRect: Rect;BEGIN    PenSize(2,2);    SetRect(firstRect,20,20,70,70);                                             {create a bounding rectangle}    FrameOval(firstRect);                                             {draw the oval}    SetRect(secondRect,90,20,140,70);                                             {create a bounding rectangle}    FrameOval(secondRect);                                             {draw the oval}    PenNormal;END;An arc is defined as a portion of an oval’s circumference bounded by a pair of radii. A wedge is a pie-shaped segment bounded by a pair of radii, and it extends from the center of the oval to its circumference. You use the FrameArc procedure to draw an arc (as shown on the left side of Figure 3-14), and you use the PaintArc or FillArc procedure to draw a wedge (as shown on the right side of Figure 3-14).Figure 3-14    Drawing an arc and a wedgeListing 3-7 shows the code that produces the images in Figure 3-14. The FrameArc, PaintArc, and FillArc procedures take three parameters: a rectangle that defines an oval’s boundaries, an angle indicating the start of the arc, and an angle indicating the arc’s extent. For the angle parameters, 0° indicates a vertical line straight up from the center of the oval. Positive values indicate angles in the clockwise direction from this vertical line, and negative values indicate angles in the counterclockwise direction. The arc and the wedge in Figure 3-14 both begin at 45° and extend to 135°.Listing 3-7    Using the FrameArc and PaintArc proceduresPROCEDURE MyDrawArcAndPaintWedge;    VAR        firstRect, secondRect: Rect;BEGIN    SetRect(firstRect,20,20,70,70);                                             {create a bounding rectangle}    FrameArc(firstRect,45,135);                                             {draw an arc}    SetRect(secondRect,90,20,140,70);                                             {create a bounding rectangle}    PaintArc(secondRect,45,135);                                             {draw a wedge}END;You can also fill, erase, and invert wedges by using, respectively, the FillArc, EraseArc, and InvertArc procedures.Drawing Regions and PolygonsBefore drawing regions and polygons, you must call several routines to create them. To create a region or polygon, you first call an open routine, which tells QuickDraw to collect subsequent routines to construct the shape. You use a close procedure when you are finished constructing the region or polygon. You can then frame the shape, fill it, paint it, erase it, and invert it.To begin defining a region, you must use the NewRgn function to allocate space for it, and then call the OpenRgn procedure. You can then use any QuickDraw routine to construct the outline of the region. The outline can be any set of lines and shapes (including other regions) forming one or more closed loops. When you are finished constructing the region, use the CloseRgn procedure. sWARNINGEnsure that the memory for a region is valid before calling routines to manipulate that region; if there isn’t sufficient memory, the system may crash. Regions are limited to 32 KB in size in basic QuickDraw and 64 KB in Color QuickDraw. Before defining a region, you can use the Memory Manager function MaxMem to determine whether the memory for the region is valid. You can determine the current size of an existing region by calling the Memory Manager function GetHandleSize. (Both MaxMem and GetHandleSize are described in Inside Macintosh: Memory.) When you record drawing operations in an open region, the resulting region description may overflow the 32 KB or 64 KB limit. Should this happen in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code regionTooBigError.sTo draw the region, use the FrameRgn, PaintRgn, or FillRgn procedure. To draw the region with the background pattern of the graphics port, use the EraseRgn procedure; to invert the pixels in the region, use the InvertRgn procedure. When you no longer need the region, use the DisposeRgn procedure to release the memory used by the region.Listing 3-8 illustrates how to create and open a region, define a shape, close the region, fill it with the all-black pattern, and dispose of the region.Listing 3-8    Creating and drawing a regionPROCEDURE MyDrawDumbbell;VAR    grow:                LongInt;    dumbbell:                RgnHandle;    tempRect:                Rect;BEGIN    IF MaxMem(grow) > kMinReserve THEN    BEGIN        dumbbell := NewRgn;                                        {create a new region}        OpenRgn;                                        {begin drawing instructions}        SetRect(tempRect,20,20,30,50);        FrameOval(tempRect);                                        {form the left "weight"}        SetRect(tempRect,25,30,85,40);            FrameRect(tempRect);                                        {form the bar}        SetRect(tempRect,80,20,90,50);            FrameOval(tempRect);                                        {form the right "weight"}        CloseRgn(dumbbell);                                        {stop collecting}        FillRgn(dumbbell,black);                                        {draw the shape onscreen}        IF QDError <> noErr THEN            ; {likely error is that there is insufficient memory}        DisposeRgn(dumbbell)                                            {dispose of the region}    END;END;Figure 3-15 shows the shape created by Listing 3-8.Figure 3-15    A shape created by a regionTo assist you with scrolling, you can use QuickDraw routines to define a clipping region that excludes the scroll bars of the content region of a window. You can then scroll that area so that the region being updated does not draw into the scroll bars. Listing 3-9 illustrates how to create such a clipping region and, for illustrative purposes, how to fill it with a pattern. (The chapter “Basic QuickDraw” illustrates how to scroll the pixels in a rectangle such as the one created with the ClipRect procedure in Listing 3-9.)Listing 3-9    Creating a clipping region and filling it with a patternFUNCTION MyFillClipRegion: RgnHandle;VAR    grow:                    LongInt;    newClip:                     Rect;    oldClipRegion:                    RgnHandle;    newClipRegion:                    RgnHandle;    myWindow:                     WindowPtr;BEGIN    IF MaxMem(grow) > kMinReserve THEN    BEGIN        oldClipRegion := NewRgn;                                    {allocate old clipping region}        myWindow := FrontWindow;                                    {get the front window}        SetPort(myWindow);                                    {make the front window the current }                                            { graphics port}        GetClip(oldClipRegion);                                    {save the old clipping region}        newClip := myWindow^.portRect;                                            {create a new rectangle}        newClip.right := newClip.right - 15;                                                    {exclude scroll bar}        newClip.bottom := newClip.bottom - 15;                                                    {exclude scroll bar}        ClipRect(newClip);                         {make the new rectangle the clipping region}        newClipRegion := NewRgn;                                    {allocate new clipping region}        RectRgn(newClipRegion, newClip);        FillRgn(newClipRegion, ltGray);                                            {paint clipping region gray}        SetClip(oldClipRegion);                                    {restore previous clipping region}        IF QDError <> noErr THEN            ; {likely error is that there is insufficient memory}        DisposeRgn(oldClipRegion);                                    {dispose previous clipping region}        MyFillClipRect := (newClipRegion);    END;END;Figure 3-16 shows the results of using the code in Listing 3-9.Figure 3-16    Filling a clipping regionTo create a polygon, you first call the OpenPoly function and then some number of LineTo procedures to draw lines from the first vertex of the polygon to the second, from the second to the third, and so on, until you’ve drawn a line to the last vertex. You then use the ClosePoly procedure, which completes the figure by drawing a connecting line from the last vertex back to the first. After defining a polygon in this way, you can display it with the FramePoly, PaintPoly, FillPoly, ErasePoly, and InvertPoly procedures. When you are finished using the polygon, use the KillPoly procedure to release its memory.sWARNINGDo not create a height or width for the polygon greater than 32,767 pixels, or PaintPoly will crash.sListing 3-10 illustrates how to create a triangular polygon and fill it with a gray pattern.Listing 3-10    Creating a triangular polygonPROCEDURE MyDrawTriangle;VAR    triPoly: PolyHandle;BEGIN    triPoly := OpenPoly;                            {save handle and begin collecting lines}    MoveTo(300,100);                            {move to first point}    LineTo(400,200);                            {form the triangle's sides}    LineTo(200,200);                                ClosePoly;                            {stop collecting lines}    FillPoly(triPoly,gray);                                {fill the polygon with gray}    IF QDError <> noErr THEN        ; {likely error is that there is insufficient memory}    KillPoly(triPoly)                    ;        {dispose of its memory}END;Performing Calculations and Other Manipulations of ShapesQuickDraw provides a multitude of routines for manipulating rectangles and regions. You can use the routines that manipulate rectangles to manipulate any shape based on a rectangle—namely, rounded rectangles, ovals, arcs, and wedges. For example, you could define a rectangle to bound an oval and then frame the oval. You could then use the OffsetRect procedure to move the oval’s bounding rectangle downward. Using the offset bounding rectangle, you could frame a second, connected oval to form a figure eight with the first oval. You could use that shape to help define a region. You could create a second region, and then use the UnionRgn procedure to create a region from the union of the two.The routines for performing calculations and other manipulations of rectangles are summarized in Table 3-3 and are described in detail in “Creating and Managing Rectangles” beginning on page 3-52. Table 3-3    QuickDraw routines for calculating and manipulating rectangles(continued)Routine    Description    EmptyRect    Determines whether a rectangle is an empty rectangle    EqualRect    Determines whether two rectangles are equal    InsetRect    Shrinks or expands a rectangle    OffsetRect    Moves a rectangle    PtInRect    Determines whether a pixel is enclosed in a rectangle    PtToAngle    Calculates the angle from the middle of a rectangle to a point     Pt2Rect    Determines the smallest rectangle that encloses two points    SectRect    Determines whether two rectangles intersect    UnionRect    Calculates the smallest rectangle that encloses two rectangles    The routines for performing calculations and other manipulations of regions are summarized in Table 3-4 and are described in detail in “Creating and Managing Regions” beginning on page 3-85. Table 3-4    QuickDraw routines for calculating and manipulating regions(continued)Routine    Description    CopyRgn    Makes a copy of a region    DiffRgn    Subtracts one region from another    EmptyRgn    Determines whether a region is empty    EqualRgn    Determines whether two regions have identical sizes, shapes, and locations    InsetRgn    Shrinks or expands a region    OffsetRgn    Moves a region    PtInRgn    Determines whether a pixel is within a region    RectInRgn    Determines whether a rectangle intersects a region    RectRgn    Changes a region to a rectangle    SectRgn    Calculates the intersection of two regions    SetEmptyRgn    Sets a region to empty    SetRectRgn    Changes a region to a rectangle    UnionRgn    Calculates the union of two regions    XorRgn    Calculates the difference between the union and the intersection of two regions    Note that while you can use the OffSetPoly procedure to move a polygon, QuickDraw provides no other routines for calculating or manipulating polygons. Copying Bits Between Graphics PortsYou can use the CopyBits procedure to copy a bit image from one graphics port to another. Along with the CopyMask procedure and the Color QuickDraw procedure CopyDeepMask, CopyBits is integral to QuickDraw’s image-processing capabilities. You can use CopyBits to move offscreen graphics images into an onscreen window, to blend colors for the image in a pixel map, and to shrink and expand images. For example, Figure 3-17 illustrates how CopyBits can be used to scale the image in one window to a smaller image in another window.Figure 3-17    Shrinking images between graphics portsListing 3-11 shows the code that produces the scaled image in Figure 3-17.Listing 3-11    Using the CopyBits procedure to copy between two windowsPROCEDURE MyShrinkImages;    VAR        myWindow:                                WindowPtr;        sourceRect, destRect:                                rect;        halfHeight, halfWidth:                                Integer;BEGIN    myWindow := FrontWindow;    sourceRect.top := myWindow^.portRect.top;                                                        {create source rectangle}    sourceRect.left := myWindow^.portRect.left;    sourceRect.bottom := myWindow^.portRect.bottom - 15; {exclude scroll bar}    sourceRect.right := myWindow^.portRect.right - 15;                                                                     {exclude scroll bar}    destRect.top := gShrinkWindow^.portRect.top;                                                            {create destination rect}    destRect.left := gShrinkWindow^.portRect.left;    halfHeight :=                                     {make destination half as tall as the source}                Integer((sourceRect.bottom - sourceRect.top)) DIV 2;    destRect.bottom := destRect.top + halfHeight;    halfWidth :=                                      {make destination half as wide as the source}                Integer((sourceRect.right - sourceRect.left)) DIV 2;    destRect.right := destRect.left + halfWidth;        GetPort(myWindow);                                {save the graphics port for the active window}    SetPort(gShrinkWindow);                                {make the target window the current }                                    { graphics port for drawing purposes}    CopyBits(myWindow^.portBits,                 gShrinkWindow^.portBits,                 sourceRect,                 destRect,                 srcCopy+ditherCopy, NIL);    IF QDError <> noErr THEN        ; {likely error is that there is insufficient memory}    SetPort(myWindow);                                {restore active window as current graphics port}END;When copying between basic graphics ports, you specify a source bitmap and a destination bitmap to CopyBits. Remember that the bitmap is stored in the portBits field of a GrafPort record. By dereferencing the desired window record when it calls CopyBits, Listing 3-11 uses the bitmap for the front window, “untitled” in Figure 3-17, as the source bitmap. Listing 3-11 uses the bitmap for the window titled “50%” as the destination bitmap.When copying images between color graphics ports, as explained in the chapter “Color QuickDraw,” you must coerce each CGrafPort record to a GrafPort record, dereference the portBits fields of each, and then pass these “bitmaps” to CopyBits.NoteIf there is insufficient memory to complete a CopyBits operation in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code –143.uYou can specify differently sized source and destination rectangles, and CopyBits scales the source image to fit the destination. Listing 3-11 uses the area of the port rectangle excluding the scroll bars as the source rectangle. To scale the image in the front window, Listing 3-11 creates a destination rectangle that is half as high and half as wide as the source rectangle.The manner by which CopyBits transfers the bits between bitmaps depends on the source mode that you specify. In Listing 3-11, the srcCopy mode is used to copy bits from the source directly into the destination. Source modes are described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.NoteTo scale shapes and regions within the same graphics port, you can use the routines described in “Scaling and Mapping Points, Rectangles, Polygons, and Regions” beginning on page 3-104.uTo gracefully display complex images that your application creates, your application should use the drawing routines described in this chapter to construct such images in offscreen graphics worlds. Your application can then use the CopyBits procedure to transfer these images to onscreen graphics ports. This technique prevents the choppiness that can occur when you build complex images onscreen, and is described in the chapter “Offscreen Graphics Worlds,” which also offers an example of using a mask to copy color pixels from an offscreen graphics world.To copy only certain bits from a bitmap, you can use the CopyMask procedure, which is a specialized variant of CopyBits. The CopyMask procedure, which is described on page 3-119, transfers bits only where the corresponding bits of another bit image, which serves as a mask, are set to 1 (that is, black). The CopyMask procedure does not allow scaling or resizing. However, the CopyDeepMask procedure, which is described on page 3-120, does allow scaling and resizing; in effect it combines the capabilities of the CopyBits and CopyMask procedures.Customizing QuickDraw’s Low-Level RoutinesFor each shape that QuickDraw knows how to draw, there are procedures that perform these basic graphics operations on the shape: frame, paint, erase, invert, and fill. Those procedures in turn call a low-level drawing routine for the shape. For example, the FrameOval, PaintOval, EraseOval, InvertOval, and FillOval procedures all call the low-level procedure StdOval, which draws the oval. For each type of object QuickDraw can draw, including text and lines, there’s a pointer to such a low-level routine. By changing these pointers, you can install your own routines, and either completely override the standard ones or call them after your routines have modified their parameters as necessary.Other low-level routines that you can install in this way includen    The procedure (called by CopyBits) that performs bit and pixel transfer.n    The function that measures the width of text and is called by the QuickDraw text routines CharWidth, StringWidth, and TextWidth. (These QuickDraw text routines are described in the chapter “QuickDraw Text” in Inside Macintosh: Text.)n    The procedure that processes picture comments. The standard procedure ignores picture comments. (Picture comments are described in Appendix B of this book.)n    The procedure that saves drawing commands as the definition of a picture, and the procedure that retrieves them. These enable your application to draw on remote devices, print to the disk, get picture input from the disk, and support large pictures.All of the low-level QuickDraw routines that your application can replace or call after performing its own operations are described in “Customizing QuickDraw Operations” beginning on page 3-129.The grafProcs field of a graphics port determines which low-level routines are called. If that field contains the value of NIL, the standard routines are called, so that all operations in that graphics port are done in the standard ways described in this chapter. You can set the grafProcs field to point to a record of pointers to your own routines. This record of pointers is defined by a data structure of type QDProcs, which is described on page 3-39.To assist you in setting up a record, QuickDraw provides the SetStdProcs procedure, which is described on page 3-130. You can use the SetStdProcs procedure to get a QDProcs record with fields that point to the standard routines. You can reset the ones with which you are concerned. You can replace these low-level routines with your own, and then point to your modified QDProcs record in the grafProcs field of a GrafPort record to change basic QuickDraw’s standard low-level behavior.IMPORTANTWhen modifying the low-level routines for a color graphics port, you must always use the SetStdCProcs procedure instead of SetStdProcs.sThe chapter “Pictures” in this book provides sample code and explanations for changing the standard low-level routines for reading and writing pictures.QuickDraw Drawing ReferenceThis section describes the data structures, routines, and resources that QuickDraw provides to assist you in drawing lines and shapes onscreen.“Data Structures” shows the Pascal data structures for the Polygon, PenState, QDProcs, and Pattern data types. “Routines” describes QuickDraw routines for drawing lines, rectangles, rounded rectangles, ovals, arcs, wedges, polygons, and regions. “Routines” also describes routines for calculating, scaling, mapping, copying bits between, and otherwise manipulating these graphic entities.“Resources” describes the pattern and pattern list resources, which your application can create to define its own bit patterns for drawing lines and shapes.Data StructuresThis section describes the Polygon record, the PenState record, the QDProcs record, and the Pattern record. Although this chapter describes routines for creating and manipulating rectangles and regions, the data structures you can use to define these entities are described in the chapter “Basic QuickDraw.”Your application typically does not create Polygon or Pattern records. Instead, you use the OpenPoly function (described on page 3-78) to create a polygon, and QuickDraw creates the necessary record. Although you can create a Pattern record in your program code, it is usually easier to create patterns using the pattern or pattern list resources, which are described beginning on page 3-140.You need to use the QDProcs record only if you customize one or more of QuickDraw’s low-level drawing routines. You can use the SetStdProcs procedure, described on page 3-130, to create a QDProcs record.You can use a PenState record to save the location, size, pattern, and pattern mode of a graphics pen. The GetPenState procedure, described on page 3-43, automatically creates a pen state record. You can use the SetPenState procedure, described on page 3-43, to restore the values stored in a PenState record to the current graphics pen.PolygonAfter you use the OpenPoly function to create a polygon, QuickDraw begins collecting the line-drawing information you provide into a Polygon record, which is a data structure of type Polygon. The OpenPoly function returns a handle to the newly allocated Polygon record. Thereafter, your application normally refers to your new polygon by this handle, because QuickDraw routines such as FramePoly and PaintPoly expect a handle to a Polygon record as their first parameter.A polygon is defined by a sequence of connected lines. A Polygon record consists of two fixed-length fields followed by a variable-length array of points: the starting point followed by each successive point to which a line is drawn.Polygon =        RECORD        polySize:                Integer;            {size in bytes}        polyBBox:                Rect;            {bounding rectangle}        polyPoints:                ARRAY[0..0] OF Point;                                    {vertices of polygon}    END;Field descriptionspolySize    The size in bytes of this record.polyBBox    The rectangle that bounds the polygon.polyPoints    An array of points: the starting point followed by each successive point to which a line is drawn.PenStateThe GetPenState procedure (described on page 3-43) saves the location, size, pattern, and pattern mode of the graphics pen for the current graphics port in a PenState record, which is a data structure of type PenState. After changing the graphics pen as necessary, you can later restore these pen states with the SetPenState procedure (described on page 3-43). Here is how a PenState record is defined:TYPE PenState =        RECORD        pnLoc:            Point;                {pen location}        pnSize:            Point;                {pen size}        pnMode:            Integer;                {pen's pattern mode}        pnPat:            Pattern;                {pen pattern}    END;Field descriptionspnLoc    For the current graphics port at the time the GetPenState procedure was called, the value of that graphics port’s pnLoc field. This value is the point where QuickDraw begins drawing next. The location of the graphics pen is a point in the graphics port’s coordinate system, not a pixel in a bit image. The upper-left corner of the pen is at the pen location; the graphics pen hangs below and to the right of this point.pnSize    For the current graphics port at the time the GetPenState procedure was called, the value of that graphics port’s pnSize field. The graphics pen is rectangular in shape, and its width and height are specified by the values in the pnSize field. The default size is a 1-by-1 bit square; the width and height can range from 0 by 0 to 32,767 by 32,767. If either the pen width or the pen height is 0, the pen does not draw. Heights or widths of less than 0 are undefined.pnMode    The pattern mode—that is, for the current graphics port at the time the GetPenState procedure was called, the value of that graphics port’s pnMode field. This value determines how the pen pattern is to affect what’s already in the bit image when lines or shapes are drawn. When the graphics pen draws, QuickDraw first determines what bits in the bit image are affected, finds their corresponding bits in the pattern, and then transfers the bits from the pattern into the image according to this mode, which specifies one of eight Boolean transfer operations. The resulting bit is stored into its proper place in the bit image. The various pattern modes are described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.pnPat    For the current graphics port at the time the GetPenState procedure was called, the pen pattern for that graphics port. This pattern determines how the bits under the graphics pen are affected when lines or shapes are drawn.QDProcsYou need to use the QDProcs record, which is a data structure of type QDProcs, only if you customize one or more of QuickDraw’s low-level drawing routines. You can use the SetStdProcs procedure, described on page 3-130, to create a QDProcs record.The QDProcs record contains pointers to low-level drawing routines. QuickDraw’s standard low-level drawing routines are described in “Customizing QuickDraw Operations” beginning on page 3-129. You can change the fields of this record to point to routines of your own devising.TYPE QDProcsPtr = ^QDProcs;QDProcs =     RECORD        textProc:                Ptr;        {text drawing}        lineProc:                Ptr;        {line drawing}        rectProc:                Ptr;        {rectangle drawing}        rRectProc:                Ptr;        {roundRect drawing}        ovalProc:                Ptr;        {oval drawing}        arcProc:                Ptr;        {arc/wedge drawing}        polyProc:                Ptr;        {polygon drawing}        rgnProc:                Ptr;        {region drawing}        bitsProc:                Ptr;        {bit transfer}        commentProc:    Ptr;                    {picture comment processing}        txMeasProc:                Ptr;        {text width measurement}        getPicProc:                Ptr;        {picture retrieval}        putPicProc:                Ptr    ;    {picture saving}     END;Field descriptionstextProc    A pointer to the low-level routine that draws text. The standard QuickDraw routine is the StdText procedure. lineProc    A pointer to the low-level routine that draws lines. The standard QuickDraw routine is the StdLine procedure. rectProc    A pointer to the low-level routine that draws rectangles. The standard QuickDraw routine is the StdRect procedure.rRectProc    A pointer to the low-level routine that draws rounded rectangles. The standard QuickDraw routine is the StdRRect procedure.ovalProc    A pointer to the low-level routine that draws ovals. The standard QuickDraw routine is the StdOval procedure.arcProc    A pointer to the low-level routine that draws arcs. The standard QuickDraw routine is the StdArc procedure.polyProc    A pointer to the low-level routine that draws polygons. The standard QuickDraw routine is the StdPoly procedure.rgnProc    A pointer to the low-level routine that draws regions. The standard QuickDraw routine is the StdRgn procedure.bitsProc    A pointer to the low-level routine that copies bitmaps. The standard QuickDraw routine is the StdBits procedure.commentProc    A pointer to the low-level routine for processing a picture comment. The standard QuickDraw routine is the StdComment procedure.txMeasProc    A pointer to the low-level routine for measuring text width. The standard QuickDraw routine is the StdTxtMeas function.getPicProc    A pointer to the low-level routine for retrieving information from the definition of a picture. The standard QuickDraw routine is the StdGetPic procedure.putPicProc    A pointer to the low-level routine for saving information as the definition of a picture. The standard QuickDraw routine is the StdPutPic procedure.You can use the SetStdProcs procedure to set all the fields of the QDProcs record to point to QuickDraw’s standard routines, and then reset the ones for which you have your own routines.PatternYour application typically does not create Pattern records, which are data structures of type Pattern. Although you can create Pattern records in your program code, it is usually easier to create bit patterns using the pattern or pattern list resource, described beginning on page 3-140.A bit pattern is a 64-bit image, organized as an 8-by-8 bit square, that defines a repeating design or tone. When a pattern is drawn, it’s aligned so that adjacent areas of the same pattern in the same graphics port form a continuous, coordinated pattern. QuickDraw provides predefined patterns in global variables named white, black, gray, ltGray, and dkGray. A Pattern record is defined as follows:TYPE        PatPtr                = ^Pattern;        PatHandle                = ^PatPtr;        Pattern                 = PACKED ARRAY[0..7] OF 0..255;The row width of a pattern is 1 byte.RoutinesThis section describes QuickDraw’s routines for drawing lines, rectangles, rounded rectangles, ovals, arcs, wedges, polygons, and regions. This section also describes routines for calculating, scaling, mapping, copying bits between, and otherwise manipulating these graphic entities.These routines use your current graphics port as their drawing environment. You can use these routines to draw into basic graphics ports (described in the chapter “Basic QuickDraw”) and color graphics ports (described in the chapter “Color QuickDraw”).See the chapter “Pictures” for descriptions of routines that create and draw pictures. See the chapter “Cursor Utilities” for information about drawing cursors. See the chapter “QuickDraw Text” in Inside Macintosh: Text for descriptions of QuickDraw’s routines for drawing and manipulating text.Managing the Graphics PenEvery graphics port contains one, and only one, graphics pen with which to perform drawing operations. You use this metaphorical pen to draw lines, shapes, and text.You can use the HidePen and ShowPen procedures to change the pen’s visibility, the PenSize procedure to change its shape, the PenPat procedure to change its pattern, and the PenMode procedure to change its pattern mode. To determine the size, location, pattern, and pattern mode of the graphics pen, you can use the GetPenState procedure. If you need to temporarily change these characteristics, you can use the SetPenState procedure to restore the graphics pen to a state previously captured by GetPenState.Upon the creation of a graphics port, QuickDraw assigns these initial values to the graphics pen: a size of (1,1), a pattern of all-black pixels, and the patCopy pattern mode. After changing any of these values, you can use the PenNormal procedure to return these initial values to the graphics pen.These pen-manipulation routines use the local coordinate system of the current graphics port. Remember that each graphics port has its own pen, the state of which is stored in several fields of its GrafPort or CGrafPort record. If you draw in one graphics port, change to another, and return to the first, the pen for the first graphics port has the same state as when you left it. (The basic graphics port is described in the chapter “Basic QuickDraw,” and the color graphics port is described in the chapter “Color QuickDraw.”)HidePenTo give the graphics pen invisible ink (which means that pen drawing doesn’t show on the screen), use the HidePen procedure. PROCEDURE HidePen; DESCRIPTIONThe HidePen procedure decrements the pnVis field of the current graphics port. The pnVis field is initialized to 0 by the OpenPort procedure. Whenever pnVis is negative, the pen doesn’t draw on the screen. The pnVis field keeps track of the number of times the pen has been hidden to compensate for nested calls to the HidePen and ShowPen routines. Every call to HidePen should be balanced by a subsequent call to ShowPen, which is described next. The HidePen procedure is called by the OpenRgn, OpenPicture, and OpenPoly routines so that you can create regions, pictures, and polygons without drawing on the screen.ShowPenTo change the ink of a graphics pen from invisible (which means that pen drawing doesn’t show on the screen) to visible (so that pen drawing does appear on the screen), you can use the ShowPen procedure.PROCEDURE ShowPen; DESCRIPTIONThe ShowPen procedure increments the pnVis field of the current graphics port. For 0 or positive values, pen drawing shows on the screen.For example, if you have used the HidePen procedure to decrement the pnVis field from 0 to –1, you can use the ShowPen procedure to make its value 0 so that QuickDraw resumes drawing on the screen. Subsequent calls to ShowPen increment pnVis beyond 0, so every call to ShowPen should be balanced by a call to HidePen. ShowPen is called by the procedures CloseRgn (described on page 3-89), ClosePoly (described on page 3-79), and ClosePicture (described in the chapter “Pictures” in this book).GetPenTo determine the location of the graphics pen, use the GetPen procedure.PROCEDURE GetPen (VAR pt: Point); pt     The graphics pen’s current position in the current graphics port.DESCRIPTIONIn the pt parameter, the GetPen procedure returns the current pen position. The point returned is in the local coordinates of the current graphics port.GetPenStateTo determine the graphics pen’s location, size, pattern, and pattern mode, you can use the GetPenState procedure. PROCEDURE GetPenState (VAR pnState: PenState); pnState     A PenState record for holding information about the graphics pen.DESCRIPTIONThe GetPenState procedure saves the location, size, pattern, and pattern mode of the graphics pen for the current graphics port in a PenState record, which the GetPenState procedure returns in the pnState parameter.After changing the graphics pen as necessary, you can later restore these pen states with the SetPenState procedure (described next). SEE ALSOThe PenState record is described on page 3-37.SetPenStateTo restore the state of the graphics pen that was saved with the GetPenState procedure, use the SetPenState procedure. PROCEDURE SetPenState (pnState: PenState); pnState     A PenState record previously created with the GetPenState procedure.DESCRIPTIONThe SetPenState procedure sets the graphics pen’s location, size, pattern, and pattern mode in the current graphics port to the values stored in the PenState record that you specify in the pnState parameter. SEE ALSOThe PenState record is described on page 3-37.PenSizeTo set the dimensions of the graphics pen in the current graphics port, use the PenSize procedure. PROCEDURE PenSize (width,height: Integer); width     The pen width, as an integer from 0 to 32,767. If you set the value to 0, the pen does not draw. Values less than 0 are undefined.height    The pen height, as an integer from 0 to 32,767. If you set the value to 0, the pen does not draw. Values less than 0 are undefined.DESCRIPTIONThe PenSize procedure sets the width that you specify in the width parameter and the height that you specify in the height parameter for the graphics pen in the current graphics port. All subsequent calls to the Line and LineTo procedures and to the procedures that draw framed shapes in the current graphics port use the new pen dimensions.You can get the current pen dimensions from the pnSize field of the current graphics port, where the width and height are stored as a Point record.SEE ALSOListing 3-2 on page 3-20 illustrates how to use this procedure.PenModeTo set the pattern mode of the graphics pen in the current graphics port, use the PenMode procedure. PROCEDURE PenMode (mode: Integer); mode     The pattern mode. The following list shows the constants you can use—and the values they represent—for specifying the pattern mode.CONST    patCopy                = 8;        {where pattern pixel is black, apply }                            { foreground color to destination pixel; }                            { where pattern pixel is white, apply }                            { background color to destination pixel}    patOr                = 9;        {where pattern pixel is black, invert }                            { destination pixel; where pattern }                            { pixel is white, leave }                            { destination pixel unaltered}    patXor                = 10;        {where pattern pixel is black, invert }                            { destination pixel; where pattern }                            { pixel is white, leave destination }                            { pixel unaltered}    patBic                = 11;        {where pattern pixel is black, apply }                            { background color to destination pixel; }                            { where pattern pixel is white, leave }                            { destination pixel unaltered}    notPatCopy      = 12;                    {where pattern pixel is black, apply }                            { background color to destination pixel; }                            { where pattern pixel is white, apply }                            { foreground color to destination pixel}    notPatOr        = 13;                    {where pattern pixel is black, leave }                            { destination pixel unaltered; where }                            { pattern pixel is white, apply }                            { foreground color to destination pixel}    notPatXor       = 14;                    {where pattern pixel is black, }                            { leave destination pixel unaltered; }                            { where pattern pixel is white, }                            { invert destination pixel}    notPatBic       = 15;                    {where pattern pixel is black, }                            { leave destination pixel unaltered; }                            { where pattern pixel is white, apply }                            { background color to destination pixel}DESCRIPTIONUsing the pattern mode you specify in the mode parameter, the PenMode procedure sets the manner in which the pattern of the graphics pen is transferred onto the bitmap (or pixel map) when you draw lines or shapes in the current graphics port. These actions are illustrated in Figure 3-4 on page 3-10.If you specify a source mode (such as one used with the CopyBits procedure) instead of a pattern mode, no drawing is performed.The current pattern mode is stored in the pnMode field of the current graphics port. The initial pattern mode value is patCopy, in which the pen pattern is copied directly to the bitmap.To use highlighting, you can add this constant or its value to the source or pattern mode:CONST  hilite                = 50;        {add to source or pattern mode for highlighting}With highlighting, QuickDraw replaces the background color with the highlight color when your application draws or copies images between graphics ports. This has the visual effect of using a highlighting pen to select the object. (The global variable HiliteRGB is read from parameter RAM when the machine starts. Basic graphics ports use the color stored in the HiliteRGB global variable as the highlight color. Color graphics ports default to the HiliteRGB global variable, but can be overridden by the HiliteColor procedure, described in the chapter “Color QuickDraw.”)SPECIAL CONSIDERATIONSWhen your application draws with a pixel pattern, Color QuickDraw ignores the pattern mode and simply transfers the pattern directly to the pixel map without regard to the foreground and background colors.The results of inverting a pixel are predictable only with direct pixels or 1-bit pixel maps. For indexed pixels, Color QuickDraw performs the inversion on the pixel indexes, which means the results depend entirely on the contents of the color table (which is described in the chapter “Color QuickDraw”). The eight colors used in basic QuickDraw are stored in a color table represented by the global variable QDColors. To display those eight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color Manager to obtain indexes to the colors in the CLUT that best map to the colors in the QDColors color table. Because the index, not the color value, is inverted, the results are unpredictable.SEE ALSOPattern modes are discussed in detail in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8 of this chapter and in “Boolean Transfer Modes With Color Pixels” beginning on page 4-32 in the chapter “Color QuickDraw.”PenPatTo set the bit pattern to be used by the graphics pen in the current graphics port, use the PenPat procedure. PROCEDURE PenPat (pat: Pattern); pat     A bit pattern, as defined by a Pattern record.DESCRIPTIONThe PenPat procedure sets the graphics pen to use the bit pattern defined in the Pattern record that you specify in the pat parameter. (The standard patterns white, black, gray, ltGray, and dkGray are predefined; the initial bit pattern for the pen is black.) This pattern is stored in the pnPat field of a GrafPort record. The QuickDraw painting procedures (such as PaintRect) also use the pen’s pattern when drawing a shape.The PenPat procedure also sets a bit pattern for the graphics pen in a color graphics port. The PenPat procedure creates a handle, of type PixPatHandle, for the bit pattern and stores this handle in the pnPixPat field of the CGrafPort record. This pattern always uses the graphics port’s current foreground and background colors.SPECIAL CONSIDERATIONSThe PenPat procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe Pattern record is described on page 3-40. To define your own patterns, you typically create pattern or pattern list resources, which are described beginning on page 3-140. The CGrafPort record is described in the chapter “Color QuickDraw.” To set the graphics pen to use a multicolored pixel pattern in a color graphics port, use the PenPixPat procedure, which is described in the chapter “Color QuickDraw.”Listing 3-3 on page 3-21 illustrates how to use the PenPat procedure.PenNormalTo set the size, pattern, and pattern mode of the graphics pen in the current graphics port to their initial values, use the PenNormal procedure. PROCEDURE PenNormal; DESCRIPTIONThe PenNormal procedure restores the size, pattern, and pattern mode of the graphics pen in the current graphics port to their initial values: a size of 1 pixel by 1 pixel, a pattern mode of patCopy, and a pattern of black. The pen location does not change.SPECIAL CONSIDERATIONSThe PenNormal procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.Changing the Background Bit PatternEach graphics port has a background pattern that’s used when an area is erased (such as by using the EraseRect, EraseRoundRect, EraseArc, ErasePoly, and EraseRgn procedures) and when pixels are scrolled out of an area (such as by using the ScrollRect procedure described in the chapter “Basic QuickDraw”). The background pattern is stored in the bkPat field of every basic graphics port. You can use the BackPat procedure to change the bit pattern used as the background color by the current graphics port (black and white or color).BackPatTo change the bit pattern used as the background pattern by the current graphics port, use the BackPat procedure. PROCEDURE BackPat (pat: Pattern); pat     A bit pattern, as defined by a Pattern record.DESCRIPTIONThe BackPat procedure sets the bit pattern defined in the Pattern record, which you specify in the pat parameter, to be the background pattern. (The standard bit patterns white, black, gray, ltGray, and dkGray are predefined; the initial background pattern for the graphics port is white.) This pattern is stored in the bkPat field of a GrafPort record.The BackPat procedure also sets a bit pattern for the background color in a color graphics port. The BackPat procedure creates a handle, of type PixPatHandle, for the bit pattern and stores this handle in the bkPixPat field of the CGrafPort record. As in basic graphics ports, Color QuickDraw draws patterns in color graphics ports at the time of drawing, not at the time you use PenPat to set the pattern.SPECIAL CONSIDERATIONSThe BackPat procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe Pattern record is described on page 3-40. To define your own patterns, you typically create pattern or pattern list resources, which are described beginning on page 3-140.The CGrafPort record is described in the chapter “Color QuickDraw.” To use a multicolored background pattern in a color graphics port, use the BackPixPat procedure, which is described in the chapter “Color QuickDraw.”Drawing LinesA line is defined by two points: the current location of the graphics pen and its destination. You specify where to begin drawing a line by using the MoveTo or Move procedure to place the graphics pen at some point in the window’s local coordinate system, and then using the LineTo or Line procedure to draw a line from there to another point.MoveToTo move the graphics pen to a particular location in the current graphics port, use the MoveTo procedure. PROCEDURE MoveTo (h,v: Integer); h     The horizontal coordinate of the graphics pen’s new position.v    The vertical coordinate of the graphics pen’s new position.DESCRIPTIONThe MoveTo procedure changes the graphics pen’s current location to the new horizontal coordinate you specify in the h parameter and the new vertical coordinate you specify in the v parameter. Specify the new location in the local coordinates of the current graphics port. The MoveTo procedure performs no drawing.SEE ALSOListing 3-1 on page 3-18 illustrates how to use this procedure.MoveTo move the graphics pen a particular distance, use the Move procedure. PROCEDURE Move (dh,dv: Integer); dh     The horizontal distance of the graphics pen’s movement.dv    The vertical distance of the graphics pen’s movement.DESCRIPTIONThe Move procedure moves the graphics pen from its current location in the current graphics port a horizontal distance that you specify in the dh parameter and a vertical distance that you specify in the dv parameter. The Move procedure calls MoveTo(h+dh,v+dv)where (h,v) is the graphics pen’s current location in local coordinates. The Move procedure performs no drawing.SEE ALSOListing 3-1 on page 3-18 illustrates how to use this procedure.LineToTo draw a line from the graphics pen’s current location to a new location, use the LineTo procedure. PROCEDURE LineTo (h,v: Integer); h     The horizontal coordinate of the graphics pen’s new location.v    The vertical coordinate of the graphics pen’s new location.DESCRIPTIONThe LineTo procedure draws a line from the graphics pen’s current location in the current graphics port to the new location (h,v), which you specify in the local coordinates of the current graphics port. If you are using LineTo to draw a region or polygon, its outline is infinitely thin and is not affected by the values of the pnSize, pnMode, or pnPat field of the graphics port.SPECIAL CONSIDERATIONSThe LineTo procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-1 on page 3-18 illustrates how to use this procedure.LineTo draw a line a specified distance from the graphics pen’s current location in the current graphics port, use the Line procedure. PROCEDURE Line (dh,dv: Integer); dh     The horizontal distance of the graphics pen’s movement.dv    The vertical distance of the graphics pen’s movement.DESCRIPTIONStarting at the current location of the graphics pen, the Line procedure draws a line the horizontal distance that you specify in the dh parameter and the vertical distance that you specify in the dv parameter. The Line procedure callsLineTo(h+dh,v+dv)where (h,v) is the current location in local coordinates. The pen location becomes the coordinates of the end of the line after the line is drawn. If you are using Line to draw a region or polygon, its outline is infinitely thin and is not affected by the values of the pnSize, pnMode, and pnPat fields of the graphics port.SPECIAL CONSIDERATIONSThe Line procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-1 on page 3-18 illustrates how to use this procedure.Creating and Managing RectanglesYou can use a rectangle, which is defined by a Rect record, to specify locations and sizes for various graphics operations. (The Rect data type is described in the chapter “Basic QuickDraw.”) You can use the SetRect procedure to create a rectangle, OffsetRect to move one, and InsetRect to shrink or expand one. You can determine whether two rectangles intersect with the SectRect procedure, whether a pixel is enclosed in a rectangle with the PtInRect procedure, whether two rectangles are equal with the EqualRect procedure, and whether a rectangle is an empty rectangle with the EmptyRect procedure. You can use the UnionRect procedure to calculate the smallest rectangle that encloses two other rectangles, PtToAngle to calculate the angle from the middle of a rectangle to a point, and Pt2Rect to determine the smallest rectangle that encloses two points.If the points or rectangles supplied to these routines are defined in a graphics port other than your current graphics port, you must convert them to the local coordinate system of your current graphics port. You can accomplish this by using the SetPort procedure to change to the graphics port containing the points or rectangles, using the LocalGlobal procedure to convert their locations to global coordinates, using SetPort to return to your starting graphics port, and then using the GlobalToLocal procedure to convert the locations of points or rectangles to the local coordinates of your current graphics port. These procedures are described in the chapter “Basic QuickDraw.”SetRectTo assign coordinates to a rectangle, you can use the SetRect procedure. PROCEDURE SetRect (VAR r: Rect; left,top,right,bottom: Integer); r     The rectangle to set.left    The horizontal coordinate of the new upper-left corner of the rectangle.top    The vertical coordinate of the new upper-left corner of the rectangle.right    The horizontal coordinate of the new lower-right corner of the rectangle.bottom    The vertical coordinate of the new lower-right corner of the rectangle.DESCRIPTIONThe SetRect procedure assigns the coordinates you specify in the left, top, right, and bottom parameters to the rectangle that you specify in the r parameter. This procedure is provided to help you shorten your program text. If you want a more readable text, at the expense of source text length, you can instead assign integers (or points) directly into the fields of a Rect record.SEE ALSOListing 3-4 on page 3-23 illustrates how to use this procedure. The data structure of type Rect is described in the chapter “Basic QuickDraw.”OffsetRectTo move a rectangle, use the OffsetRect procedure. PROCEDURE OffsetRect (VAR r: Rect; dh,dv: Integer); r     The rectangle to move.dh    The horizontal distance to move the rectangle.dv    The vertical distance to move the rectangle.DESCRIPTIONThe OffsetRect procedure moves the rectangle that you specify in the r parameter by adding the value you specify in the dh parameter to each of its horizontal coordinates and the value you specify in the dv parameter to each of its vertical coordinates. If the dh and dv parameters are positive, the movement is to the right and down; if either is negative, the corresponding movement is in the opposite direction. The rectangle retains its shape and size; it’s merely moved on the coordinate plane. The movement doesn’t affect the screen unless you subsequently call a routine to draw within the rectangle.InsetRectTo shrink or expand a rectangle, use the InsetRect procedure. PROCEDURE InsetRect (VAR r: Rect; dh,dv: Integer); r     The rectangle to alter.dh    The horizontal distance to move the left and right sides in toward or outward from the center of the rectangle.dv    The vertical distance to move the top and bottom sides in toward or outward from the center of the rectangle.DESCRIPTIONThe InsetRect procedure shrinks or expands the rectangle that you specify in the r parameter: the left and right sides are moved in by the amount you specify in the dh parameter; the top and bottom are moved toward the center by the amount you specify in the dv parameter. If the value you pass in dh or dv is negative, the appropriate pair of sides is moved outward instead of inward. The effect is to alter the size by 2*dh horizontally and 2*dv vertically, with the rectangle remaining centered in the same place on the coordinate plane.If the resulting width or height becomes less than 1, the rectangle is set to the empty rectangle (0,0,0,0).SectRectTo determine whether two rectangles intersect, you can use the SectRect function. FUNCTION SectRect (src1,src2: Rect; VAR dstRect: Rect): Boolean;src1    The first of two rectangles to test for intersection.src2     The second of two rectangles to test for intersection.dstRect     The rectangle marking the intersection of the first two rectangles.DESCRIPTIONThe SectRect function calculates the rectangle that delineates the intersection of the two rectangles you specify in the src1 and src2 parameters. The SectRect function returns the area of intersection in the dstRect parameter and a function result of TRUE if they intersect or FALSE if they don’t. Rectangles that touch at a line or a point are not considered intersecting, because their intersection rectangle (actually, in this case, an intersection line or point) doesn’t enclose any pixels in the bit image.If the rectangles don’t intersect, the destination rectangle is set to (0,0,0,0). The SectRect procedure works correctly even if one of the source rectangles is also the destination.UnionRectTo calculate the smallest rectangle that encloses two rectangles, use the UnionRect procedure. PROCEDURE UnionRect (src1,src2: Rect; VAR dstRect: Rect);src1    The first of two rectangles to enclose.src2     The second of two rectangles to enclose.dstRect     The rectangle that encloses them.DESCRIPTIONThe UnionRect procedure returns in the dstRect parameter the smallest rectangle that encloses both of the rectangles you specify in the src1 and src2 parameters. One of the source rectangles may also be the destination.PtInRectTo determine whether a pixel below is enclosed in a rectangle, use the PtInRect function. FUNCTION PtInRect (pt: Point; r: Rect): Boolean;pt     The point to test.r     The rectangle to test.DESCRIPTIONThe PtInRect function determines whether the pixel below and to the right of the point you specify in the pt parameter is enclosed in the rectangle that you specify in the Rect parameter. The PtInRect function returns TRUE if it is, FALSE if it is not. Pt2RectTo determine the smallest rectangle that encloses two given points, use the Pt2Rect procedure. PROCEDURE Pt2Rect (pt1,pt2: Point; VAR dstRect: Rect);pt1    The first of two points to enclose.pt2     The second of two points to enclose.dstRect     The smallest rectangle that can enclose them.DESCRIPTIONThe Pt2Rect procedure returns in the dstRect parameter the smallest rectangle that encloses the two points you specify in the pt1 and pt2 parameters. PtToAngleTo calculate an angle between a vertical line pointing straight up from the center of a rectangle and a line from the center to a given point, use the PtToAngle procedure. PROCEDURE PtToAngle (r: Rect; pt: Point; VAR angle: Integer);r     The rectangle to examine.pt     The point to which an angle is to be calculated.angle    The resulting angle.DESCRIPTIONThe PtToAngle procedure returns in the angle parameter the angle between a vertical line (pointing straight up from the center of the rectangle that you specify in the r parameter) and a line from the center of that rectangle to a point (which you specify in the pt parameter).The result returned in the angle parameter is specified in degrees from 0 to 359, measured clockwise from 12 o’clock, with 90° at 3 o’clock, 180° at 6 o’clock, and 270° at 9 o’clock. Other angles are measured relative to the rectangle. If the line to the given point goes through the upper-right corner of the rectangle, the angle returned is 45°, even if the rectangle isn’t square; if it goes through the lower-right corner, the angle is 135°, and so on, as shown in Figure 3-18.Figure 3-18    Forty-five-degree angles as returned by the PtToAngle procedureThe angle returned might be used as input to one of the procedures that manipulate arcs and wedges, as described in “Drawing Arcs and Wedges” beginning on page 3-71.EqualRectTo determine whether two rectangles are equal, you can use the EqualRect function. FUNCTION EqualRect (rect1,rect2: Rect): Boolean;rect1    The first of two rectangles to compare.rect2     The second of two rectangles to compare.DESCRIPTIONThe EqualRect function compares the rectangles you specify in the rect1 and rect2 parameters and returns TRUE if they’re equal, FALSE if they’re not. EmptyRectTo determine whether a rectangle is an empty rectangle, use the EmptyRect function. FUNCTION EmptyRect (r: Rect): Boolean;r     The rectangle to examine.DESCRIPTIONThe EmptyRect function returns TRUE if the rectangle that you specify in the r parameter is an empty rectangle, FALSE if it is not. A rectangle is considered empty if the bottom coordinate is less than or equal to the top coordinate or if the right coordinate is less than or equal to the left.Drawing RectanglesA rectangle is defined by a data structure of type Rect, in which you specify two points (for the upper-left and lower-right corners of the rectangle) or four boundary coordinates (one for each side of the rectangle). After defining a rectangle (such as by using the SetRect procedure), you can use the FrameRect procedure to outline it with the size, pattern, and pattern mode of the graphics pen.You can use the PaintRect procedure to draw a rectangle’s interior with the pattern of the graphics pen, using the pattern mode of the graphics pen. Using the FillRect procedure, you can draw a rectangle’s interior with any pattern you specify. The procedure transfers the pattern with the patCopy pattern mode, which directly copies your requested pattern into the shape.You can use the EraseRect procedure to erase a rectangle; this procedure fills the rectangle’s interior with the background pattern for the current graphics port. Making the shape blend into the background pattern of the graphics port effectively erases the shape. For example, you can use EraseRect to erase the port rectangle for a window before redrawing into the window.You can use the InvertRect procedure to invert a rectangle; this procedure reverses the colors of all pixels within the rectangle’s boundary. On a black-and-white monitor, this changes all black pixels in the shape to white, and changes all white pixels to black. Although this procedure operates on color pixels in color graphics ports, the results are predictable only with direct pixels or 1-bit pixel maps. FrameRectTo draw an outline inside a rectangle, use the FrameRect procedure. PROCEDURE FrameRect (r: Rect);r     The rectangle to frame.DESCRIPTIONUsing the pattern, pattern mode, and size of the graphics pen for the current graphics port, the FrameRect procedure draws an outline just inside the rectangle that you specify in the r parameter. The outline is as wide as the pen width and as tall as the pen height. The pen location does not change.If a region is open and being formed, the outside outline of the new rectangle is mathematically added to the region’s boundary.SPECIAL CONSIDERATIONSThe FrameRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-4 on page 3-23 illustrates how to use this procedure.PaintRectTo paint a rectangle with the graphics pen’s pattern and pattern mode, use the PaintRect procedure. PROCEDURE PaintRect (r: Rect);r     The rectangle to paint.DESCRIPTIONThe PaintRect procedure draws the interior of the rectangle that you specify in the r parameter with the pen pattern for the current graphics port, according to the pattern mode for the current graphics port. The pen location does not change.SPECIAL CONSIDERATIONSThe PaintRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-5 on page 3-24 illustrates how to use this procedure.You can use the FillRect procedure, described next, to draw the interior of a rectangle with a pen pattern different from that for the current graphics port.FillRectTo fill a rectangle with any available bit pattern, use the FillRect procedure. PROCEDURE FillRect (r: Rect; pat: Pattern);r     The rectangle to fill.pat    The bit pattern to use for the fill. Figure 3-3 on page 3-7 illustrates the default fill patterns and the constants you can use to represent them.DESCRIPTIONUsing the patCopy pattern mode, the FillRect procedure draws the interior of the rectangle that you specify in the r parameter with the pattern defined in the Pattern record that you specify in the pat parameter. This procedure leaves the pen location unchanged.SPECIAL CONSIDERATIONSThe FillRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-5 on page 3-24 illustrates how to use this procedure.The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8. The Pattern record is described on page 3-40. You can use the GetPattern and GetIndPattern routines, described on page 3-126 and page 3-127, respectively, to get a pattern stored in a resource.You can use the PaintRect procedure, described in the previous section, to draw the interior of a rectangle with the pen pattern for the current graphics port. To fill a rectangle with a pixel pattern, use the FillCRect procedure, which is described in the chapter “Color QuickDraw.”EraseRectTo erase a rectangle, use the EraseRect procedure. PROCEDURE EraseRect (r: Rect);r     The rectangle to erase.DESCRIPTIONUsing the patCopy pattern mode, the EraseRect procedure draws the interior of the rectangle that you specify in the r parameter with the background pattern for the current graphics port. This effectively erases the rectangle specified in the r parameter. For example, you can use EraseRect to erase the port rectangle for a window before redrawing into the window.This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe EraseRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO Listing 6-2 on page 6-10 in the chapter “Offscreen Graphics Worlds” in this book illustrates how to use EraseRect to initialize an offscreen pixel map. The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.InvertRectTo invert the pixels enclosed by a rectangle, use the InvertRect procedure. PROCEDURE InvertRect (r: Rect);r     The rectangle whose enclosed pixels are to be inverted.DESCRIPTIONThe InvertRect procedure inverts the pixels enclosed by the rectangle that you specify in the r parameter. Every white pixel becomes black and every black pixel becomes white. The pen location does not change.SPECIAL CONSIDERATIONSThe InvertRect procedure was designed for 1-bit images in basic graphics ports. This procedure operates on color pixels in color graphics ports, but the results are predictable only with direct pixels or 1-bit pixel maps. For indexed pixels, Color QuickDraw performs the inversion on the pixel indexes, which means the results depend entirely on the contents of the CLUT (which is described in the chapter “Color QuickDraw”). The eight colors used in basic QuickDraw are stored in a color table represented by the global variable QDColors. To display those eight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color Manager to obtain indexes to the colors in the CLUT that best map to the colors in the QDColors color table. Because the index, not the color value, is inverted, the results are unpredictable.Inversion works better for direct pixels. Inverting a pure green, for example, that has red, green, and blue component values of $0000, $FFFF, and $0000 results in magenta, which has component values of $FFFF, $0000, and $FFFF.The InvertRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.Drawing Rounded RectanglesAs with rectangles, QuickDraw provides routines with which you can frame, paint, fill, erase, and invert rounded rectangles. Rounded rectangles are rectangles with rounded corners defined by the width and height of the ovals forming their corners. You can use the FrameRoundRect procedure to draw an outline of a rounded rectangle with the size, pattern, and pattern mode of the graphics pen. You can use the PaintRoundRect procedure to draw a rounded rectangle’s interior with the pattern of the graphics pen, using the pattern mode of the graphics pen. Using the FillRoundRect procedure, you can draw a rounded rectangle’s interior with any pattern you specify. The procedure transfers the pattern with the patCopy pattern mode, which directly copies your requested pattern into the shape.You can use the EraseRoundRect procedure to erase a rounded rectangle; this procedure fills the rectangle’s interior with the background pattern for the current graphics port.You can use the InvertRoundRect procedure to invert a rounded rectangle; this procedure reverses the colors of all pixels within the rounded rectangle. Although this procedure operates on color pixels in color graphics ports, the results are predictable only with 1-bit and direct color pixels. When using these procedures, you specify a rectangle, which is defined by a data structure of type Rect. You must also specify the width and height of the ovals that describe the curvature of the rounded corners, as shown in Figure 3-19.Figure 3-19    Oval width and height in rounded rectanglesFrameRoundRectTo draw an outline inside a rounded rectangle, use the FrameRoundRect procedure. PROCEDURE FrameRoundRect (r: Rect; ovalWidth,ovalHeight: Integer);r     The rectangle that defines the rounded rectangle’s boundaries.ovalWidth    The width of the oval defining the rounded corner.ovalHeight    The height of the oval defining the rounded corner.DESCRIPTIONUsing the pattern, pattern mode, and size of the graphics pen for the current graphics port, the FrameRoundRect procedure draws an outline just inside the rounded rectangle bounded by the rectangle that you specify in the r parameter. The outline is as wide as the pen width and as tall as the pen height. The pen location does not change. Use the ovalWidth and ovalHeight parameters to specify the diameters of curvature for the corners of the rounded rectangle.If a region is open and being formed, the outside outline of the new rounded rectangle is mathematically added to the region’s boundary.SPECIAL CONSIDERATIONSThe FrameRoundRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.PaintRoundRectTo paint a rounded rectangle with the graphics pen’s pattern and pattern mode, use the PaintRoundRect procedure. PROCEDURE PaintRoundRect (r: Rect; ovalWidth,ovalHeight: Integer);r     The rectangle that defines the rounded rectangle’s boundaries.ovalWidth    The width of the oval defining the rounded corner.ovalHeight    The height of the oval defining the rounded corner.DESCRIPTIONUsing the pattern and pattern mode of the graphics pen for the current graphics port, the PaintRoundRect procedure draws the interior of the rounded rectangle bounded by the rectangle that you specify in the r parameter. Use the ovalWidth and ovalHeight parameters to specify the diameters of curvature for the corners of the rounded rectangle.The pen location does not change.SPECIAL CONSIDERATIONSThe PaintRoundRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOYou can use the FillRoundRect procedure, described next, to draw the interior of a rounded rectangle with a pen pattern different from that for the current graphics port.FillRoundRectTo fill a rounded rectangle with any available bit pattern, use the FillRoundRect procedure. PROCEDURE FillRoundRect (r: Rect; ovalWidth,ovalHeight: Integer;                                 pat: Pattern);r     The rectangle that defines the rounded rectangle’s boundaries.ovalWidth    The width of the oval defining the rounded corner.ovalHeight    The height of the oval defining the rounded corner.pat    The bit pattern to use for the fill. Figure 3-3 on page 3-7 illustrates the default fill patterns and the constants you can use to represent them.DESCRIPTIONUsing the patCopy pattern mode, the FillRoundRect procedure draws the interior of the rounded rectangle bounded by the rectangle that you specify in the r parameter with the bit pattern defined in the Pattern record that you specify in the pat parameter. Use the ovalWidth and ovalHeight parameters to specify the diameters of curvature for the corners. The pen location does not change.SPECIAL CONSIDERATIONSThe FillRoundRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO You can use the GetPattern and GetIndPattern routines, described on page 3-126 and page 3-127, respectively, to get a pattern stored in a resource. The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8. The Pattern record is described on page 3-40. You can use the PaintRoundRect procedure, described in the previous section, to draw the interior of a rounded rectangle with the pen pattern for the current graphics port. To fill a rounded rectangle with a pixel pattern, use the FillCRoundRect procedure, which is described in the chapter “Color QuickDraw.”EraseRoundRectTo erase a rounded rectangle, use the EraseRoundRect procedure. PROCEDURE EraseRoundRect (r: Rect; ovalWidth,ovalHeight: Integer);r     The rectangle that defines the rounded rectangle’s boundaries.ovalWidth    The width of the oval defining the rounded corner.ovalHeight    The height of the oval defining the rounded corner.DESCRIPTIONUsing the patCopy pattern mode, the EraseRoundRect procedure draws the interior of the rounded rectangle bounded by the rectangle that you specify in the r parameter with the background pattern of the current graphics port. This effectively erases the rounded rectangle. Use the ovalWidth and ovalHeight parameters to specify the diameters of curvature for the corners of the rounded rectangle. This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe EraseRoundRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.InvertRoundRectTo invert the pixels enclosed by a rounded rectangle, use the InvertRoundRect procedure. PROCEDURE InvertRoundRect (r: Rect;                                   ovalWidth,                                  ovalHeight: Integer);r     The rectangle that defines the rounded rectangle’s boundaries.ovalWidth    The width of the oval defining the rounded corner.ovalHeight    The height of the oval defining the rounded corner.DESCRIPTIONThe InvertRoundRect procedure inverts the pixels enclosed by the rounded rectangle bounded by the rectangle that you specify in the r parameter. Every white pixel becomes black and every black pixel becomes white. The ovalWidth and ovalHeight parameters specify the diameters of curvature for the corners. The pen location does not change. SPECIAL CONSIDERATIONSThe InvertRoundRect procedure was designed for 1-bit images in basic graphics ports. This procedure operates on color pixels in color graphics ports, but the results are predictable only with direct devices or 1-bit pixel maps. For indexed pixels, Color QuickDraw performs the inversion on the pixel indexes, which means the results depend entirely on the contents of the CLUT (which is described in the chapter “Color QuickDraw”). The eight colors used in basic QuickDraw are stored in a color table represented by the global variable QDColors. To display those eight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color Manager to obtain indexes to the colors in the CLUT that best map to the colors in the QDColors color table. Because the index, not the color value, is inverted, the results are unpredictable.Inversion works better for direct pixels. Inverting a pure green, for example, that has red, green, and blue component values of $0000, $FFFF, and $0000 results in magenta, which has component values of $FFFF, $0000, and $FFFF.The InvertRoundRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.Drawing OvalsAn oval is a circular or elliptical shape defined by the bounding rectangle that encloses it. You can use the FrameOval procedure to draw its outline, or the PaintOval or FillOval procedure to draw its interior with a pattern. You can use the EraseOval procedure to erase an oval, and you can use the InvertOval procedure to reverse the colors of all pixels within the oval. (Although this procedure operates on color pixels in color graphics ports, the results of InvertOval are predictable only with 1-bit or direct color pixels.)FrameOvalTo draw an outline inside an oval, use the FrameOval procedure. PROCEDURE FrameOval (r: Rect);r     The rectangle that defines the oval’s boundary.DESCRIPTIONUsing the pattern, pattern mode, and size of the graphics pen for the current graphics port, the FrameOval procedure draws an outline just inside the oval with the bounding rectangle that you specify in the r parameter. The outline is as wide as the pen width and as tall as the pen height. The pen location does not change.If a region is open and being formed, the outside outline of the new oval is mathematically added to the region’s boundary.SPECIAL CONSIDERATIONSThe FrameOval procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-6 on page 3-25 illustrates how to use this procedure.PaintOvalTo paint an oval with the graphics pen’s pattern and pattern mode, use the PaintOval procedure. PROCEDURE PaintOval (r: Rect);r     The rectangle that defines the oval’s boundary.DESCRIPTIONUsing the pen pattern and pattern mode for the current graphics port, the PaintOval procedure draws the interior of an oval just inside the bounding rectangle that you specify in the r parameter. The pen location does not change.SPECIAL CONSIDERATIONSThe PaintOval procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOYou can use the FillOval procedure, described next, to draw the interior of an oval with a pen pattern different from that for the current graphics port.FillOvalTo fill an oval with any available bit pattern, use the FillOval procedure. PROCEDURE FillOval (r: Rect; pat: Pattern);r     The rectangle that defines the oval’s boundaries.pat    The bit pattern to use for the fill. Figure 3-3 on page 3-7 illustrates the default fill patterns and the constants you can use to represent them.DESCRIPTIONUsing the patCopy pattern mode and the bit pattern defined in the Pattern record that you specify in the pat parameter, the FillOval procedure draws the interior of an oval just inside the bounding rectangle that you specify in the r parameter. The pen location does not change.SPECIAL CONSIDERATIONSThe FillOval procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO You can use the GetPattern and GetIndPattern routines, described on page 3-126 and page 3-127, respecively, to get a pattern stored in a resource. The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8. The Pattern record is described on page 3-40. You can use the PaintOval procedure, described in the previous section, to draw the interior of an oval with the pen pattern for the current graphics port. To fill an oval with a pixel pattern, use the FillCOval procedure, which is described in the chapter “Color QuickDraw.”EraseOvalTo erase an oval, use the EraseOval procedure. PROCEDURE EraseOval (r: Rect);r     The rectangle that defines the oval’s boundary.DESCRIPTIONUsing the background pattern for the current graphics port and the patCopy pattern mode, the EraseOval procedure draws the interior of an oval just inside the bounding rectangle that you specify in the r parameter. This effectively erases the oval bounded by the specified rectangle. This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe EraseOval procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.InvertOvalTo invert the pixels enclosed by an oval, use the InvertOval procedure. PROCEDURE InvertOval (r: Rect);r     The rectangle that defines the oval’s boundary.DESCRIPTIONThe InvertOval procedure inverts the pixels enclosed by an oval just inside the bounding rectangle that you specify in the r parameter. Every white pixel becomes black and every black pixel becomes white. The pen location does not change. SPECIAL CONSIDERATIONSThe InvertOval procedure was designed for 1-bit images in basic graphics ports. This procedure operates on color pixels in color graphics ports, but the results are predictable only with direct devices or 1-bit pixel maps. For indexed pixels, Color QuickDraw performs the inversion on the pixel indexes, which means the results depend entirely on the contents of the CLUT (which is described in the chapter “Color QuickDraw”). The eight colors used in basic QuickDraw are stored in a color table represented by the global variable QDColors. To display those eight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color Manager to obtain indexes to the colors in the CLUT that best map to the colors in the QDColors color table. Because the index, not the color value, is inverted, the results are unpredictable.Inversion works better for direct pixels. Inverting a pure green, for example, that has red, green, and blue component values of $0000, $FFFF, and $0000 results in magenta, which has component values of $FFFF, $0000, and $FFFF.The InvertOval procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.Drawing Arcs and WedgesAn arc is defined as a portion of an oval’s circumference bounded by a pair of radii. A wedge is a pie-shaped segment bounded by a pair of radii, and it extends from the center of the oval to the circumference. You use the FrameArc procedure to draw an arc, and you use the PaintArc or FillArc procedure to draw a wedge. Using the EraseArc procedure, you can erase a wedge, and, using InvertArc, you can reverse the colors of all pixels within a wedge. (Although this procedure operates on color pixels in color graphics ports, the results of InvertArc are predictable only with 1-bit and direct color pixels.)These procedures take three parameters: a rectangle that defines an oval’s boundaries, an angle indicating the start of the arc (the variable startAngle), and an angle indicating the arc’s extent (the variable arcAngle). For the angle parameters, 0° indicates a vertical line straight up from the center of the oval. Positive values indicate angles in the clockwise direction from this vertical line, and negative values indicate angles in the counterclockwise direction, as shown in Figure 3-20.Figure 3-20    Using angles to define the radii for arcs and wedgesFrameArcTo draw an arc of the oval that fits inside a rectangle, use the FrameArc procedure. PROCEDURE FrameArc (r: Rect; startAngle,arcAngle: Integer);r     The rectangle that defines an oval’s boundaries.startAngle    The angle indicating the start of the arc.arcAngle    The angle indicating the arc’s extent.DESCRIPTIONUsing the pattern, pattern mode, and size of the graphics pen for the current graphics port, the FrameArc procedure draws an arc of the oval bounded by the rectangle that you specify in the r parameter. Use the startAngle parameter to specify where the arc begins as modulo 360. Use the arcAngle parameter to specify how many degrees the arc covers. Specify whether the angles are in positive or negative degrees; a positive angle goes clockwise, while a negative angle goes counterclockwise. Zero degrees is at 12 o’clock high, 90° (or –270°) is at 3 o’clock, 180° (or –180°) is at 6 o’clock, and 270° (or –90°) is at 9 o’clock. Measure other angles relative to the bounding rectangle. A line from the center of the rectangle through its upper-right corner is at 45°, even if the rectangle isn’t square; a line through the lower-right corner is at 135°, and so on, as shown in Figure 3-20. The arc is as wide as the pen width and as tall as the pen height. The pen location does not change.SPECIAL CONSIDERATIONSThe FrameArc procedure differs from other QuickDraw procedures that frame shapes in that the arc is not mathematically added to the boundary of a region that’s open and being formed.The FrameArc procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-7 on page 3-26 illustrates how to use this procedure.PaintArcTo paint a wedge of the oval that fits inside a rectangle with the graphics pen’s pattern and pattern mode, use the PaintArc procedure. PROCEDURE PaintArc (r: Rect; startAngle,arcAngle: Integer);r     The rectangle that defines an oval’s boundaries.startAngle    The angle indicating the start of the arc.arcAngle    The angle indicating the arc’s extent.DESCRIPTIONUsing the pen pattern and pattern mode of the current graphics port, the PaintArc procedure draws a wedge of the oval bounded by the rectangle that you specify in the r parameter. As in the FrameArc procedure described in the previous section and illustrated in Figure 3-21, use the startAngle and arcAngle parameters to define the arc of the wedge. The pen location does not change.Figure 3-21    Using PaintArc to paint a 45° angleSPECIAL CONSIDERATIONSThe PaintArc procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-7 on page 3-26 illustrates how to use this procedure.You can use the FillArc procedure, described next, to draw a wedge with a pattern different from that specified in the pnPat field of the current graphics port.FillArcTo fill a wedge with any available bit pattern, use the FillArc procedure. PROCEDURE FillArc (r: Rect; startAngle,arcAngle: Integer;                          pat: Pattern);r     The rectangle that defines an oval’s boundaries.startAngle    The angle indicating the start of the arc.arcAngle    The angle indicating the arc’s extent.pat    The bit pattern to use for the fill. Figure 3-3 on page 3-7 illustrates the default fill patterns and the constants you can use to represent them.DESCRIPTIONUsing the patCopy pattern mode and the pattern defined in the Pattern record that you specify in the pat parameter, the FillArc procedure draws a wedge of the oval bounded by the rectangle that you specify in the r parameter. As in the FrameArc procedure described on page 3-72 and as illustrated in Figure 3-21, use the startAngle and arcAngle parameters to define the arc of the wedge.This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe FillArc procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO You can use the GetPattern and GetIndPattern routines, described on page 3-126 and page 3-127, respectively, to get a pattern stored in a resource. The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8. The Pattern record is described on page 3-40. You can use the PaintArc procedure, described in the previous section, to draw a wedge with the pen pattern for the current graphics port. To fill a wedge with a pixel pattern, use the FillCArc procedure, which is described in the chapter “Color QuickDraw.”EraseArcTo erase a wedge, use the EraseArc procedure. PROCEDURE EraseArc (r: Rect; startAngle,arcAngle: Integer);r     The rectangle that defines an oval’s boundaries.startAngle    The angle indicating the start of the arc.arcAngle    The angle indicating the arc’s extent.DESCRIPTIONUsing the patCopy pattern mode, the EraseArc procedure draws a wedge of the oval bounded by the rectangle that you specify in the r parameter with the background pattern for the current graphics port. As in the FrameArc procedure described on page 3-72 and as illustrated in Figure 3-21, use the startAngle and arcAngle parameters to define the arc of the wedge. This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe EraseArc procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.InvertArcTo invert the pixels of a wedge, use the InvertArc procedure. PROCEDURE InvertArc (r: Rect; startAngle,arcAngle: Integer);r     The rectangle that defines an oval’s boundaries.startAngle    The angle indicating the start of the arc.arcAngle    The angle indicating the arc’s extent.DESCRIPTIONThe InvertArc procedure inverts the pixels enclosed by a wedge of the oval bounded by the rectangle that you specify in the r parameter. Every white pixel becomes black and every black pixel becomes white. As in the FrameArc procedure described on page 3-72 and as illustrated in Figure 3-21, use the startAngle and arcAngle parameters to define the arc of the wedge. This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe InvertArc procedure was designed for 1-bit images in basic graphics ports. This procedure operates on color pixels in color graphics ports, but the results are predictable only with direct devices or 1-bit pixel maps. For indexed pixels, Color QuickDraw performs the inversion on the pixel indexes, which means the results depend entirely on the contents of the CLUT (which is described in the chapter “Color QuickDraw”). The eight colors used in basic QuickDraw are stored in a color table represented by the global variable QDColors. To display those eight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color Manager to obtain indexes to the colors in the CLUT that best map to the colors in the QDColors color table. Because the index, not the color value, is inverted, the results are unpredictable.Inversion works better for direct pixels. Inverting a pure green, for example, that has red, green, and blue component values of $0000, $FFFF, and $0000 results in magenta, which has component values of $FFFF, $0000, and $FFFF.The InvertArc procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.Creating and Managing PolygonsA polygon is defined by a sequence of connected lines. To create a polygon, you first call the OpenPoly function and then some number of LineTo procedures to draw lines from the first vertex of the polygon to the second, from the second to the third, and so on, until you’ve drawn a line to the last vertex. You then use the ClosePoly procedure, which completes the figure by drawing a connecting line from the last vertex back to the first. After you use the OpenPoly function to create a polygon, QuickDraw begins collecting the line-drawing information you provide into a Polygon record. The OpenPoly function returns a handle to the newly allocated Polygon record.After defining a polygon in this way, you can draw it with the FramePoly, PaintPoly, and FillPoly procedures. You can move it by using the OffSetPoly procedure. When you are finished using the polygon, use the KillPoly procedure to release its memory. When using the ClosePoly, OffsetPoly, and KillPoly procedures, you refer to a polygon by the handle returned by OpenPoly when you first created the polygon.NoteIf, while your application draws a polygon, it exceeds available stack space in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code –144.uOpenPolyTo begin defining a polygon, use the OpenPoly function. FUNCTION OpenPoly:  PolyHandle;DESCRIPTIONThe OpenPoly function returns a handle to a new polygon and starts saving lines for processing as a polygon definition. While a polygon is open, all calls to the Line and LineTo procedures affect the outline of the polygon. Only the line endpoints affect the polygon definition; the pattern mode, pattern, and size do not affect it. The OpenPoly function calls the HidePen procedure, so no drawing occurs on the screen while the polygon is open (unless you call the ShowPen procedure just after calling OpenPoly, or you called ShowPen previously without balancing it by a call to HidePen).A polygon should consist of a sequence of connected lines. The OpenPoly function stores the definition for a polygon in a Polygon record. When a polygon is open, the current graphics port’s polySave field contains a handle to information related to the polygon definition. If you want to temporarily disable the polygon definition, you can save the current value of this field, set the field to NIL, and later restore the saved value to resume the polygon definition.Even though the onscreen presentation of a polygon is clipped, the definition of a polygon is not; you can define a polygon anywhere on the coordinate plane.When you are finished calling the line-drawing routines that define your polygon, use the ClosePoly procedure, described next.SPECIAL CONSIDERATIONSDo not call OpenPoly while a region or another polygon is already open.Polygons are limited to 64 KB. You can determine the polygon size while it’s being formed by calling the Memory Manager function GetHandleSize, which is described in Inside Macintosh: Memory. The OpenPoly function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOListing 3-10 on page 3-30 illustrates how to use this function to create a triangle. The Polygon record is described on page 3-37.ClosePolyTo complete the collection of lines that defines your polygon, use the ClosePoly procedure. PROCEDURE ClosePoly;DESCRIPTION    The ClosePoly procedure stops collecting line-drawing commands for the currently open polygon and computes the polyBBox field of the Polygon record. You should call ClosePoly only once for every call to the OpenPoly function. The ClosePoly procedure uses the ShowPen procedure, balancing the call to the HidePen procedure made by the OpenPoly function.SPECIAL CONSIDERATIONSThe ClosePoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-10 on page 3-30 illustrates how to use this procedure when creating a triangle.OffsetPolyTo move a polygon, use the OffsetPoly procedure.PROCEDURE OffsetPoly (poly: PolyHandle; dh,dv: Integer);poly    A handle to a polygon to move.dh    The horizontal distance to move the polygon.dv    The vertical distance to move the polygon.DESCRIPTIONThe OffsetPoly procedure moves the polygon whose handle you pass in the poly parameter by adding the value you specify in the dh parameter to the horizontal coordinates of its points, and by adding the value you specify in the dv parameter to the vertical coordinates of all points of its region boundary. If the values of dh and dv are positive, the movement is to the right and down; if either is negative, the corresponding movement is in the opposite direction. The region retains its size and shape. This doesn’t affect the screen unless you subsequently call a routine to draw the region.NoteOffsetPoly is an especially efficient operation, because the data defining a polygon is stored relative to the first point of the polygon and so isn’t actually changed by OffsetPoly.uKillPolyTo release the memory occupied by a polygon, use the KillPoly procedure. PROCEDURE KillPoly (poly: PolyHandle);poly    A handle to the polygon to dispose of.DESCRIPTIONThe KillPoly procedure releases the memory used by the polygon whose handle you pass in the poly parameter. Use KillPoly only when you’re completely through with a polygon.SPECIAL CONSIDERATIONSThe KillPoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-10 on page 3-30 illustrates how to use this procedure.Drawing PolygonsAfter defining a polygon by using the OpenPoly function, a number of line-drawing procedures, and the ClosePoly procedure, you can draw the polygon’s outline with the FramePoly procedure. You can draw its interior with the PaintPoly and FillPoly procedures. You can erase its interior by using the ErasePoly procedure, and you can use the InvertPoly procedure to reverse the colors of the pixels within it. In all of these procedures, you refer to a polygon by the handle returned by OpenPoly when you first created the polygon.Four of these procedures—PaintPoly, ErasePoly, InvertPoly, and FillPoly— temporarily convert the polygon into a region to perform their operations. The amount of memory required for this temporary region may be far greater than the amount required by the polygon alone. You can estimate the size of this region by scaling down the polygon with the MapPoly procedure (described on page 3-108), converting the polygon into a region, checking the region’s size with the Memory Manager function GetHandleSize, and multiplying that value by the factor by which you scaled the polygon.sWARNINGThe results of these graphics operations are undefined whenever any horizontal or vertical line drawn through the polygon would intersect the polygon’s outline more than 50 times.sFramePolyTo draw the outline of a polygon, use the FramePoly procedure.PROCEDURE FramePoly (poly:  PolyHandle);poly    A handle to the polygon to draw.DESCRIPTIONUsing the current graphics port’s pen pattern, pattern mode, and size, the FramePoly procedure plays back the line-drawing commands that define the polygon whose handle you pass in the poly parameter. The graphics pen hangs below and to the right of each point on the boundary of the polygon. Thus, the drawn polygon extends beyond the right and bottom edges of the polygon’s bounding rectangle (which is stored in the polyBBox field of the Polygon record) by the pen width and pen height, respectively. All other graphics operations, such as painting a polygon with the PaintPoly procedure, occur strictly within the boundary of the polygon, as illustrated in Figure 3-22.Figure 3-22    Framing and painting polygonsIf a polygon is open and being formed, FramePoly affects the outline of the polygon just as if the line-drawing routines themselves had been called. If a region is open and being formed, the outside outline of the polygon being framed is mathematically added to the region’s boundary.SPECIAL CONSIDERATIONSThe FramePoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.PaintPolyTo paint a polygon with the graphics pen’s pattern and pattern mode, use the PaintPoly procedure. PROCEDURE PaintPoly (poly: PolyHandle);poly    A handle to the polygon to paint.DESCRIPTIONUsing the pen pattern and pattern mode for the current graphics port, the PaintPoly procedure draws the interior of a polygon whose handle you pass in the poly parameter. The pen location does not change.SPECIAL CONSIDERATIONSDo not create a height or width for the polygon greater than 32,767 pixels, or PaintPoly will crash.The PaintPoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOYou can use the FillPoly procedure, described next, to draw the interior of a polygon with a pattern different from that specified in the pnPat field of the current graphics port.FillPolyTo fill a polygon with any available bit pattern, use the FillPoly procedure.PROCEDURE FillPoly (poly: PolyHandle; pat: Pattern);poly    A handle to the polygon to fill.pat    The bit pattern to use for the fill. Figure 3-3 on page 3-7 illustrates the default fill patterns and the constants you can use to represent them.DESCRIPTIONUsing the patCopy pattern mode, the FillPoly procedure draws the interior of the polygon whose handle you pass in the poly parameter with the pattern defined in the Pattern record that you specify in the pat parameter. This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe FillPoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-10 on page 3-30 illustrates how to use this procedure to fill a triangle.You can use the GetPattern and GetIndPattern routines, described on page 3-126 and page 3-127, respectively, to get a pattern stored in a resource. The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8. The Pattern record is described on page 3-40. You can use the PaintPoly procedure, described in the previous section, to draw the interior of a polygon with the pen pattern for the current graphics port. To fill a polygon with a pixel pattern, use the FillCPoly procedure, which is described in the chapter “Color QuickDraw.”ErasePolyTo erase a polygon, use the ErasePoly procedure.PROCEDURE ErasePoly (poly: PolyHandle);poly    A handle to the polygon to erase.DESCRIPTIONUsing the patCopy pattern mode, the ErasePoly procedure draws the interior of the polygon whose handle you pass in the poly parameter with the background pattern for the current graphics port. This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe ErasePoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.InvertPolyTo invert the pixels enclosed by a polygon, use the InvertPoly procedure.PROCEDURE InvertPoly (poly: PolyHandle);poly    A handle to a polygon, the pixels of which you want to invert.DESCRIPTIONThe InvertPoly procedure inverts the pixels enclosed by the polygon whose handle you pass in the poly parameter. Every white pixel becomes black and every black pixel becomes white. This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe InvertPoly procedure was designed for 1-bit images in basic graphics ports. This procedure operates on color pixels in color graphics ports, but the results are predictable only with 1-bit or direct pixels. For indexed pixels, Color QuickDraw performs the inversion on the pixel indexes, which means the results depend entirely on the contents of the CLUT (which is described in the chapter “Color QuickDraw”). The eight colors used in basic QuickDraw are stored in a color table represented by the global variable QDColors. To display those eight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color Manager to obtain indexes to the colors in the CLUT that best map to the colors in the QDColors color table. Because the index, not the color value, is inverted, the results are unpredictable.Inversion works better for direct pixels. Inverting a pure green, for example, that has red, green, and blue component values of $0000, $FFFF, and $0000 results in magenta, which has component values of $FFFF, $0000, and $FFFF.The InvertPoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.Creating and Managing RegionsTo define a region, you can use any set of lines or shapes, including other regions, so long as the region’s outline consists of one or more closed loops. To begin defining a region, you must use the NewRgn function to allocate space for it, and then call the OpenRgn procedure. You can then use any QuickDraw routines to construct the outline of the region. When you are finished constructing the region, use the CloseRgn procedure.The NewRgn function returns a handle to the newly allocated Region record. After you use the OpenRgn procedure, QuickDraw begins collecting the drawing information you provide into this Region record. (The Region record is described in the chapter “Basic QuickDraw.”)After defining a region in this way, you can display it with the FrameRgn, PaintRgn, and FillRgn procedures. When you are finished using the region, use the DisposeRgn procedure to release its memory. You can use the SetEmptyRgn procedure to set a region to be empty, SetRectRgn to change it into a rectangle, OffsetRgn to move it, InsetRgn to shrink or expand it, PtInRgn to determine whether a pixel lies within it, RectInRgn to determine whether a rectangle intersects it, EmptyRgn to determine whether it is an empty region, and CopyRgn to make a copy of it. You can use the RectRgn procedure to make a region out of a rectangle. You can use the SectRgn procedure to calculate the intersection of two regions, UnionRgn to calculate the union of two regions, DiffRgn to subtract one region from another, XorRgn to calculate the difference between the union and the intersection of two regions, and EqualRgn to determine whether two regions have identical sizes, shapes, and locations.When using these procedures, you refer to a region by the handle returned by NewRgn when you first allocated memory for the region.sWARNINGEnsure that the memory for a region is valid before calling these routines to manipulate that region; if there isn’t sufficient memory, the system may crash. Regions are limited to 32 KB in size in basic QuickDraw and 64 KB in Color QuickDraw. Before defining a region, you can use the Memory Manager function MaxMem to determine whether the memory for the region is valid. You can determine the current size of an existing region by calling the Memory Manager function GetHandleSize. (Both MaxMem and GetHandleSize are described in Inside Macintosh: Memory.) When you record drawing operations in an open region, the resulting region description may overflow the 32 KB or 64 KB limit. Should this happen in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code regionTooBigError.sIf the points or rectangles supplied to these routines are defined in a graphics port other than your current graphics port, you must convert them to the local coordinate system of your current graphics port. You can accomplish this by using the SetPort procedure to change to the graphics port containing the points or rectangles, using the LocalGlobal procedure to convert their locations to global coordinates, using SetPort to return to your starting graphics port, and then using the GlobalToLocal procedure to convert the locations of points or rectangles to the local coordinates of your current graphics port. These procedures are described in the chapter “Basic QuickDraw.”NewRgnTo begin creating a new region, use the NewRgn function. FUNCTION NewRgn: RgnHandle;DESCRIPTIONThe NewRgn function allocates space for a new, variable-size region; initializes it to the empty region defined by the rectangle (0,0,0,0); and returns a handle to the new region. This is the only function that creates a new region; other routines merely alter the size or shape of existing regions.To begin defining a region, use the OpenRgn procedure, described next.SPECIAL CONSIDERATIONSThe NewRgn function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.Use the Memory Manager function MaxMem (described in Inside Macintosh: Memory) to determine whether the memory for the region is valid before using NewRgn.SEE ALSOListing 3-8 on page 3-28 and Listing 3-9 on page 3-29 illustrate how to use this function.OpenRgnTo begin defining a region, use the OpenRgn procedure.PROCEDURE OpenRgn;DESCRIPTIONThe OpenRgn procedure allocates temporary memory to start saving lines and framed shapes for processing as a region definition. Call OpenRgn only after initializing a region with the NewRgn function.The NewRgn function stores the definition for a region in a Region record.While a region is open, all calls to Line, LineTo, and the procedures that draw framed shapes (except arcs) affect the outline of the region. Only the line endpoints and shape boundaries affect the region definition—the pattern mode, pattern, and size do not affect it.When you are finished defining the region, call the CloseRgn procedure.The OpenRgn procedure calls HidePen, so no drawing occurs on the screen while the region is open (unless you call ShowPen just after OpenRgn, or you called ShowPen previously without balancing it by a call to HidePen). Since the pen hangs below and to the right of the pen location, drawing lines with even the smallest pen changes pixels that lie outside the region you define.The outline of a region is mathematically defined and infinitely thin, and it separates the bit or pixel image into two groups of pixels: those within the region and those outside it. A region should consist of one or more closed loops. Each framed shape itself constitutes a loop. Any lines drawn with the Line or LineTo procedure should connect with each other or with a framed shape. Even if the onscreen presentation of a region is clipped, the definition of a region is not; you can define a region anywhere on the coordinate plane with complete disregard for the location of various graphics port entities on that plane.When a region is open, the current graphics port’s rgnSave field contains a handle to information related to the region definition. If you want to temporarily disable the collection of lines and shapes, you can save the current value of this field, set the field to NIL, and later restore the saved value to resume the region definition. Also, calling SetPort while a region is being formed discontinues formation of the region until another call to SetPort resets the region’s original graphics port.SPECIAL CONSIDERATIONSRegions are limited to 32 KB in size in basic QuickDraw and 64 KB in Color QuickDraw. You can determine the current size of an existing region by calling the Memory Manager function GetHandleSize (described in Inside Macintosh: Memory). When you record drawing operations in an open region, the resulting region description may overflow the 32 KB or 64 KB limit. Should this happen in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code regionTooBigError. Do not call OpenRgn while another region or a polygon is already open. When you are finished constructing the region, use the CloseRgn procedure, which is described next.The OpenRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-8 on page 3-28 illustrates how to use this procedure. The Region record is described in the chapter “Basic QuickDraw.”CloseRgnTo organize a collection of lines and shapes into a region definition, use the CloseRgn procedure. PROCEDURE CloseRgn (dstRgn: rgnHandle);dstRgn     The handle to the region to close.DESCRIPTIONThe CloseRgn procedure stops the collection of lines and framed shapes, organizes them into a region definition, and saves the result in the region whose handle you pass in the dstRgn parameter. The handle you pass in the dstRgn parameter should be a region handle returned by the NewRgn function. The CloseRgn procedure does not create the destination region; you must have already allocated space for it by using the OpenRgn procedure. The CloseRgn procedure calls the ShowPen procedure, balancing the call to the HidePen procedure made by OpenRgn.When you no longer need the memory occupied by the region, use the DisposeRgn procedure, described next.SPECIAL CONSIDERATIONSRegions are limited to 32 KB in size in basic QuickDraw and 64 KB in Color QuickDraw. When you record drawing operations in an open region, the resulting region description may overflow this limit. Should this happen in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code regionTooBigError. Since the resulting region is potentially corrupt, the CloseRgn procedure returns an empty region if it detects QDError has returned regionTooBigError.The CloseRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-8 on page 3-28 illustrates how to use this procedure.DisposeRgnTo release the memory occupied by a region, use the DisposeRgn procedure. PROCEDURE DisposeRgn (rgn: RgnHandle);rgn    A handle to the region to dispose.DESCRIPTIONThe DisposeRgn procedure releases the memory occupied by the region whose handle you pass in the rgn parameter.Use DisposeRgn only after you’re completely through with a region.SPECIAL CONSIDERATIONSThe DisposeRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-8 on page 3-28 and Listing 3-9 on page 3-29 illustrate how to use this procedure.CopyRgnTo make a copy of a region, use the CopyRgn procedure.PROCEDURE CopyRgn (srcRgn,dstRgn: RgnHandle);srcRgn    A handle to the region to copy.dstRgn    A handle to the region to receive the copy.DESCRIPTIONThe CopyRgn procedure copies the mathematical structure of the region whose handle you pass in the srcRgn parameter into the region whose handle you pass in the dstRgn parameter; that is, CopyRgn makes a duplicate copy of srcRgn. When calling CopyRgn, pass handles that have been returned by the NewRgn function in the srcRgn and dstRgn parameters.Once this is done, the region indicated by srcRgn may be altered (or even disposed of) without affecting the region indicated by dstRgn. The CopyRgn procedure does not create the destination region; space must already have been allocated for it by using the NewRgn function.SPECIAL CONSIDERATIONSThe CopyRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SetEmptyRgnTo set an existing region to be empty, use the SetEmptyRgn procedure.PROCEDURE SetEmptyRgn (rgn: RgnHandle);rgn    A handle to the region to be made empty.DESCRIPTIONThe SetEmptyRgn procedure destroys the previous structure of the region whose handle you pass in the rgn parameter; it then sets the new structure to the empty region defined by the rectangle (0,0,0,0).SPECIAL CONSIDERATIONSThe SetEmptyRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SetRectRgnTo change the structure of an existing region to that of a rectangle, you can use the SetRectRgn procedure.PROCEDURE SetRectRgn (rgn: RgnHandle;                              left,top,right,bottom: Integer);rgn    A handle to the region to restructure as a rectangle.left    The horizontal coordinate of the upper-left corner of the rectangle to set as the new region.top    The vertical coordinate of the upper-left corner of the rectangle to set as the new region.right    The horizontal coordinate of the lower-right corner of the rectangle to set as the new region.bottom    The vertical coordinate of the lower-right corner of the rectangle to set as the new region.DESCRIPTIONThe SetRectRgn procedure destroys the previous structure of the region whose handle you pass in the rgn parameter, and it then sets the new structure to the rectangle that you specify in the left, top, right, and bottom parameters. If you specify an empty rectangle (that is, right<=left or bottom<=top), the SetRectRgn procedure sets the region to the empty region defined by the rectangle (0,0,0,0).As an alternative to the SetRectRgn procedure, you can change the structure of an existing region to that of a rectangle by using the RectRgn procedure, which accepts as a parameter a rectangle instead of four coordinates. The RectRgn procedure is described next.SPECIAL CONSIDERATIONSThe SetRectRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.RectRgnTo change the structure of an existing region to that of a rectangle, you can use the RectRgn procedure.PROCEDURE RectRgn (rgn: RgnHandle; r: Rect);rgn    A handle to the region to restructure as a rectangle.r    The rectangle structure to use.DESCRIPTIONThe RectRgn procedure destroys the previous structure of the SetRectRgn procedure, and it then sets the new structure to a rectangle that you specify in the r parameter.As an alternative to the RectRgn procedure, you can use the SetRectRgn procedure, which accepts as parameters four coordinates instead of a rectangle. SPECIAL CONSIDERATIONSThe RectRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.OffsetRgnTo move a region, use the OffsetRgn procedure.PROCEDURE OffsetRgn (rgn: RgnHandle; dh,dv: Integer);rgn    A handle to the region to move.dh    The horizontal distance to move the region.dv    The vertical distance to move the region.DESCRIPTIONThe OffsetRgn procedure moves the region whose handle you pass in the rgn parameter by adding the value you specify in the dh parameter to the horizontal coordinates of all points of its region boundary, and by adding the value you specify in the dv parameter to the vertical coordinates of all points of its region boundary. If the values of dh and dv are positive, the movement is to the right and down; if either is negative, the corresponding movement is in the opposite direction. The region retains its size and shape. This doesn’t affect the screen unless you subsequently call a routine to draw the region.The OffsetRgn procedure is an especially efficient operation, because most of the data defining a region is stored relative to the rgnBBox field in its Region record and so isn’t actually changed by OffsetRgn.InsetRgnTo shrink or expand a region, use the InsetRgn procedure.PROCEDURE InsetRgn (rgn: RgnHandle; dh,dv: Integer);rgn    A handle to the region to alter.dh    The horizontal distance to move points on the left and right boundaries in toward or outward from the center.dv    The vertical distance to move points on the top and bottom boundaries in toward or outward from the center.DESCRIPTIONThe InsetRgn procedure moves all points on the region boundary of the region whose handle you pass in the rgn parameter inward by the vertical distance that you specify in the dv parameter and by the horizontal distance that you specify in the dh parameter. If you specify negative values for dh or dv, the InsetRgn procedure moves the points outward in that direction. The InsetRgn procedure leaves the region’s center at the same position, but moves the outline in (for positive values of dh and dv) or out (for negative values of dh and dv). Using InsetRgn on a rectangular region has the same effect as using the InsetRect procedure.SPECIAL CONSIDERATIONSThe InsetRgn procedure temporarily uses heap space that’s twice the size of the original region.The InsetRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SectRgnTo calculate the intersection of two regions, use the SectRgn procedure. PROCEDURE SectRgn (srcRgnA,srcRgnB,dstRgn: RgnHandle);srcRgnA    A handle to the first of two regions whose intersection is to be determined.srcRgnB    A handle to the second of two regions whose intersection is to be determined.dstRgn    A handle to the region to receive the intersection area.DESCRIPTIONThe SectRgn procedure calculates the intersection of the two regions whose handles you pass in the srcRgnA and srcRgnB parameters, and it places the intersection in the region whose handle you pass in the dstRgn parameter. If the regions do not intersect, or one of the regions is empty, SectRgn sets the destination to the empty region defined by the rectangle (0,0,0,0). The SectRgn procedure does not create a destination region; you must have already allocated memory for it by using the NewRgn function. The destination region may be one of the source regions, if desired.SPECIAL CONSIDERATIONSThe SectRgn procedure may temporarily use heap space that’s twice the size of the two input regions.The SectRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.UnionRgnTo calculate the union of two regions, use the UnionRgn procedure. PROCEDURE UnionRgn (srcRgnA,srcRgnB,dstRgn: RgnHandle);srcRgnA    A handle to the first of two regions whose union is to be determined.srcRgnB    A handle to the second of two regions whose union is to be determined.dstRgn    A handle to the region to hold the resulting union area.DESCRIPTIONThe UnionRgn procedure calculates the union of the two regions whose handles you pass in the srcRgnA and srcRgnB parameters, and it places the union in the region whose handle you pass in the dstRgn parameter. If both regions are empty, UnionRgn sets the destination to the empty region defined by the rectangle (0,0,0,0).The UnionRgn procedure does not create the destination region; you must have already allocated memory for it by using the NewRgn function. The destination region may be one of the source regions, if desired.SPECIAL CONSIDERATIONSThe UnionRgn procedure may temporarily use heap space that’s twice the size of the two input regions.The UnionRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.DiffRgnTo subtract one region from another, use the DiffRgn procedure.PROCEDURE DiffRgn (srcRgnA,srcRgnB,dstRgn: RgnHandle);srcRgnA    A handle to the region to subtract from.srcRgnB    A handle to the region to subtract.dstRgn    A handle to the region to hold the resulting area.DESCRIPTIONThe DiffRgn procedure subtracts the region whose handle you pass in the srcRgnB parameter from the region whose handle you pass in the srcRgnA parameter and places the difference in the region whose handle you pass in the dstRgn parameter. If the first source region is empty, DiffRgn sets the destination to the empty region defined by the rectangle (0,0,0,0).The DiffRgn procedure does not create the destination region; you must have already allocated memory for it by using the NewRgn function. The destination region may be one of the source regions, if desired.SPECIAL CONSIDERATIONSThe DiffRgn procedure may temporarily use heap space that’s twice the size of the two input regions.XorRgnTo calculate the difference between the union and the intersection of two regions, use the XorRgn procedure.PROCEDURE XorRgn (srcRgnA,srcRgnB,dstRgn: RgnHandle);srcRgnA    A handle to the first of two regions to compare.srcRgnB    A handle to the second of two regions to compare.dstRgn    A handle to the region to hold the result.DESCRIPTIONThe XorRgn procedure calculates the difference between the union and the intersection of the regions whose handles you pass in the srcRgnA and srcRgnB parameters and places the result in the region whose handle you pass in the dstRgn parameter. This does not create the destination region; you must have already allocated memory for it by using the NewRgn function.If the regions are coincident, XorRgn sets the destination region to the empty region defined by the rectangle (0,0,0,0).SPECIAL CONSIDERATIONSThe XorRgn procedure may temporarily use heap space that’s twice the size of the two input regions.The XorRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.PtInRgnTo determine whether a pixel is within a region, use the PtInRgn function.FUNCTION PtInRgn (pt: Point; rgn: RgnHandle): Boolean;pt    The point whose pixel is to be checked.rgn    A handle to the region to test.DESCRIPTIONThe PtInRgn function checks whether the pixel below and to the right of the point you specify in the pt parameter is within the region whose handle you pass in the rgn parameter. The PtInRgn function returns TRUE if so or FALSE if not.RectInRgnTo determine whether a rectangle intersects a region, use the RectInRgn function.FUNCTION RectInRgn (r: Rect; rgn: RgnHandle): Boolean;r    The rectangle to check for intersection.rgn    A handle to the region to check.DESCRIPTIONThe RectInRgn function checks whether the rectangle specified in the r parameter intersects the region whose handle you pass in the rgn parameter. The RectInRgn function returns TRUE if the intersection encloses at least 1 bit or FALSE if it does not.SPECIAL CONSIDERATIONSThe RectInRgn function sometimes returns TRUE when the rectangle merely intersects the region’s bounding rectangle. If you need to know exactly whether a given rectangle intersects the actual region, you can use the RectRgn procedure (described on page 3-92) to set the rectangle to a region, and call SectRgn (described on page 3-94) to see whether the two regions intersect. If the result of SectRgn is an empty region, then the rectangle doesn’t intersect the region.EqualRgnTo determine whether two regions have identical sizes, shapes, and locations, use the EqualRgn function.FUNCTION EqualRgn (rgnA,rgnB: RgnHandle): Boolean;srcRgnA    A handle to the first of two regions to compare.srcRgnB    A handle to the second of two regions to compare.DESCRIPTIONThe EqualRgn function compares the two regions whose handles you pass in the rgnA and rgnB parameters and returns TRUE if they’re equal or FALSE if they’re not.The two regions must have identical sizes, shapes, and locations to be considered equal. Any two empty regions are always equal.EmptyRgnTo determine whether a region is empty, use the EmptyRgn function.FUNCTION EmptyRgn (rgn: RgnHandle): Boolean;rgn    A handle to the region to test for emptiness.DESCRIPTIONThe EmptyRgn function returns TRUE if the region whose handle you pass in the rgn parameter is an empty region or FALSE if it is not.SEE ALSOThe EmptyRgn function does not create an empty region. To create an empty region, you can perform any of the following operations:n    use the NewRgn function (described on page 3-87)n    pass the handle to an empty region to the CopyRgn procedure (described on page 3-90)n    pass an empty rectangle to either the SetRectRgn procedure (described on page 3-91) or the RectRgn procedure (described on page 3-92)n    call the CloseRgn procedure (described on page 3-89) without a previous call to the OpenRgn proceduren    call CloseRgn without performing any drawing after calling OpenRgnn    pass an empty region to the OffsetRgn procedure (described on page 3-93)n    pass an empty region or too large an inset to the InsetRgn procedure (described on page 3-93)n    pass two nonintersecting regions to the SectRgn procedure (described on page 3-94)n    pass two empty regions to the UnionRgn procedure (described on page 3-95)n    pass two identical or nonintersecting regions to the DiffRgn (described on page 3-96) or XorRgn (described on page 3-96) procedureDrawing RegionsAfter defining a region by using the NewRgn function and OpenRgn procedure, a number of drawing procedures, and the CloseRgn procedure, you can draw the region’s outline with the FrameRgn procedure. You can draw its interior with the PaintRgn and FillRgn procedures. You can erase it by using the EraseRgn procedure, and you can use the InvertRgn procedure to reverse the colors of the pixels within it. In all of these procedures, you refer to a region by the handle returned by the NewRgn function when you first created the region.These routines depend on the local coordinate system of the current graphics port. If you draw a region in a graphics port different from the one in which you defined the region, it may not appear in the proper position in the graphics port.sWARNINGIf any horizontal or vertical line drawn through the region would intersect the region’s outline more than 50 times, the results of these graphics operations are undefined. The FrameRgn procedure in particular requires that there would be no more than 25 such intersections.sFrameRgnTo draw an outline inside a region, use the FrameRgn procedure. PROCEDURE FrameRgn (rgn: RgnHandle);rgn    A handle to the region to frame.DESCRIPTIONUsing the current graphics port’s pen pattern, pattern mode, and pen size, the FrameRgn procedure draws an outline just inside the region whose handle you pass in the rgn parameter. The outline never goes outside the region boundary. The pen location does not change.If a region is open and being formed, the outside outline of the region being framed is mathematically added to that region’s boundary.SPECIAL CONSIDERATIONSThe FrameRgn procedure calls the routines CopyRgn, InsetRgn, and DiffRgn, so FrameRgn may temporarily use heap space that’s three times the size of the original region.The FrameRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.PaintRgnTo paint a region with the graphics pen’s pattern and pattern mode, use the PaintRgn procedure. PROCEDURE PaintRgn (rgn: RgnHandle);rgn    A handle to the region to paint.DESCRIPTIONUsing the pen pattern and pattern mode for the current graphics port, the PaintRgn procedure draws the interior of the region whose handle you pass in the rgn parameter. The pen location does not change.SPECIAL CONSIDERATIONSThe PaintRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOYou can use the FillRgn procedure, described next, to draw the interior of a region with a pen pattern different from that for the current graphics port.FillRgnTo fill a region with any available bit pattern, use the FillRgn procedure.PROCEDURE FillRgn (rgn: RgnHandle; pat: Pattern);rgn    A handle to the region to fill.pat    The bit pattern to use for the fill. Figure 3-3 on page 3-7 illustrates the default fill patterns and the constants you can use to represent them.DESCRIPTIONUsing the patCopy pattern mode, the FillRgn procedure draws the interior of the region (whose handle you pass in the rgn parameter) with the pattern defined in the Pattern record that you specify in the pat parameter.This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe FillRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 3-8 on page 3-28 and Listing 3-9 on page 3-29 illustrate how to use this procedure.You can use the GetPattern and GetIndPattern routines, described on page 3-126 and page 3-127, respectively, to get a pattern stored in a resource. The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8. The Pattern record is described on page 3-40.You can use the PaintRgn procedure, described in the previous section, to draw the interior of a region with the pen pattern for the current graphics port. To fill a region with a pixel pattern, use the FillCRegion procedure, which is described in the chapter “Color QuickDraw.”EraseRgnTo erase a region, use the EraseRgn procedure.PROCEDURE EraseRgn (rgn: RgnHandle);rgn    The region to erase.DESCRIPTIONUsing the patCopy pattern mode, the EraseRgn procedure draws the interior of the region whose handle you pass in the rgn parameter with the background pattern for the current graphics port. This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe EraseRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSO The patCopy pattern mode is described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8.InvertRgnTo invert the pixels enclosed by a region, use the InvertRgn procedure.PROCEDURE InvertRgn (rgn: RgnHandle);rgn    A handle to the region whose pixels are to invert.DESCRIPTIONThe InvertRgn procedure inverts the pixels enclosed by the region whose handle you pass in the rgn parameter. Every white pixel becomes black and every black pixel becomes white.This procedure leaves the location of the graphics pen unchanged.SPECIAL CONSIDERATIONSThe InvertRgn procedure was designed for 1-bit images in basic graphics ports. This procedure operates on color pixels in color graphics ports, but the results are predictable only with 1-bit or direct pixels. For indexed pixels, Color QuickDraw performs the inversion on the pixel indexes, which means the results depend entirely on the contents of the CLUT (which is described in the chapter “Color QuickDraw”). The eight colors used in basic QuickDraw are stored in a color table represented by the global variable QDColors. To display those eight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color Manager to obtain indexes to the colors in the CLUT that best map to the colors in the QDColors color table. Because the index, not the color value, is inverted, the results are unpredictable.Inversion works better for direct pixels. Inverting a pure green, for example, that has red, green, and blue component values of $0000, $FFFF, and $0000 results in magenta, which has component values of $FFFF, $0000, and $FFFF.The InvertRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.Scaling and Mapping Points, Rectangles, Polygons, and RegionsQuickDraw provides procedures to help you map points, rectangles, regions, and polygons from one rectangle to another. You can scale rectangles, regions, and polygons into other rectangles.To derive vertical and horizontal scaling factors from the proportions of two rectangles, use the ScalePt procedure. To map a point in one rectangle to an equivalent position in another rectangle, use the MapPt procedure. To map and scale a rectangle within one rectangle to another rectangle, use the MapRect procedure. To map and scale a region within one rectangle to another rectangle, use the MapRgn procedure. To map and scale a polygon within one rectangle to another rectangle, use the MapPoly procedure.If the points or rectangles supplied to these routines are defined in a graphics port other than your current graphics port, you must convert them to the local coordinate system of your current graphics port. You can accomplish this by using the SetPort procedure to change to the graphics port containing the points or rectangles, using the LocalGlobal procedure to convert their locations to global coordinates, using SetPort to return to your starting graphics port, and then using the GlobalToLocal procedure to convert the locations of points or rectangles to the local coordinates of your current graphics port. These procedures are described in the chapter “Basic QuickDraw.”ScalePtTo scale a height and width according to the proportions of two rectangles, use the ScalePt procedure.PROCEDURE ScalePt (VAR pt: Point; srcRect,dstRect: Rect);pt    On input, an initial height and width (specified in the two fields of a Point record) to scale; upon completion, vertical and horizontal scaling factors derived by multiplying the height and width by ratios of the height and width of the rectangle in the srcRect parameter to the height and width of the rectangle in the dstRect parameter.srcRect    A rectangle. The ratio of this rectangle’s height to the height of the rectangle in the dstRect parameter provides the vertical scaling factor, and the ratio of this rectangle’s width to the width of the rectangle in the dstRect parameter provides the horizontal scaling factor.dstRect    A rectangle compared to the rectangle in the srcRect parameter to determine vertical and horizontal scaling factors.DESCRIPTIONThe ScalePt procedure produces horizontal and vertical scaling factors from the proportions of two rectangles. You can use ScalePt, for example, to scale the dimensions of the graphics pen. You specify an initial height and width to scale in the pt parameter. This parameter is of type Point, although you don’t pass coordinates in this parameter. Instead, you pass an initial height to scale in the v (or vertical) field of the Point record, and you pass an initial width to scale in the h (or horizontal) field. The ScalePt procedure scales these measurements by multiplying the initial height you specify in the pt parameter by the ratio of the height of the rectangle you specify in the dstRect parameter to the height of the rectangle you specify in the srcRect parameter, and by multiplying the initial width in the pt parameter by the ratio of the width of the dstRect rectangle to the width of the srcRect rectangle. The ScalePt procedure returns the result in the pt parameter.In Figure 3-23, where the width of the dstRect rectangle is twice the width of the srcRect rectangle, and its height is three times the height of srcRect, ScalePt scales the width of the graphics pen from 3 to 6 and scales its height from 2 to 6.SPECIAL CONSIDERATIONSThe minimum value ScalePt returns is (1,1).Figure 3-23    Using ScalePt and MapPtMapPtTo map a point in one rectangle to an equivalent position in another rectangle, use the MapPt procedure.PROCEDURE MapPt (VAR pt: Point; srcRect,dstRect: Rect);pt    Upon input, the point in the source rectangle to map; upon completion, its mapped position in the destination rectangle.srcRect    The source rectangle containing the original point.dstRect    The destination rectangle in which the point will be mapped.DESCRIPTIONThe MapPt procedure maps a point in one rectangle to an equivalent position in another rectangle.In the pt parameter, you specify a point that lies within the rectangle that you specify in the srcRect parameter. The MapPt procedure maps this point to a similarly located point within the rectangle that you specify in the dstRect parameter—that is, to where it would fall if it were part of a drawing being expanded or shrunk to fit the destination rectangle. The MapPt procedure returns the location of the mapped point in the pt parameter. For example, a corner point of the source rectangle would be mapped to the corresponding corner point of the destination rectangle in dstRect, and the center of the source rectangle would be mapped to the center of destination rectangle. The source and destination rectangles may overlap, and the point you specify need not actually lie within the source rectangle.In Figure 3-23 on page 3-105, the point (3,2) in the source rectangle is mapped to (18,7) in the destination rectangle. SEE ALSOIf you’re going to draw inside the destination rectangle, you’ll probably also want to scale the graphics pen size accordingly with the ScalePt procedure, described in the previous section.MapRectTo map and scale a rectangle within one rectangle to another rectangle, use the MapRect procedure.PROCEDURE MapRect (VAR r: Rect; srcRect,dstRect: Rect);r    Upon input, the rectangle to map; upon completion, the mapped rectangle.srcRect    The rectangle containing the rectangle to map.dstRect    The rectangle in which the new rectangle will be mapped.DESCRIPTIONThe MapRect procedure takes a rectangle within one rectangle and maps and scales it to another rectangle. In the r parameter, you specify a rectangle that lies within the rectangle that you specify in the srcRect parameter. By calling the MapPt procedure to map the upper-left and lower-right corners of the rectangle in the r parameter, MapRect maps and scales it to the rectangle that you specify in the dstRect parameter. The MapRect procedure returns the newly mapped rectangle in the r parameter.MapRgnTo map and scale a region within one rectangle to another rectangle, use the MapRgn procedure.PROCEDURE MapRgn (rgn: RgnHandle; srcRect,dstRect: Rect);rgn    A handle to a region. Upon input, this is the region to map. Upon completion, this region is the one mapped to a new location.srcRect    The rectangle containing the region to map.dstRect    The rectangle in which the new region will be mapped.DESCRIPTIONThe MapRgn procedure takes a region within one rectangle and maps and scales it to another rectangle. In the rgn parameter, you specify a handle to a region that lies within the rectangle that you specify in the srcRect parameter. By calling the MapPt procedure to map all the points of the region in the rgn parameter, MapRgn maps and scales it to the rectangle that you specify in the dstRect parameter. The MapRgn procedure returns the result in the region whose handle you initially passed in the rgn parameter.The MapRgn procedure is useful for determining whether a region operation will exceed available memory.  By mapping a large region into a smaller one and performing the operation (without actually drawing), you can estimate how much memory will be required by the anticipated operation.SPECIAL CONSIDERATIONSThe MapRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.MapPolyTo map and scale a polygon within one rectangle to another rectangle, use the MapPoly procedure.PROCEDURE MapPoly (poly: PolyHandle; srcRect,dstRect: Rect);poly    A handle to a polygon. Upon input, this is the polygon to map. Upon completion, this polygon is the one mapped to a new location.srcRect    The rectangle containing the polygon.dstRect    The rectangle in which the new region will be mapped.DESCRIPTIONThe MapPoly procedure takes a polygon within one rectangle and maps and scales it to another rectangle. In the poly parameter, you specify a handle to a polygon that lies within the rectangle that you specify in the srcRect parameter. By calling the MapPt procedure to map all the points that define the polygon specified in the poly parameter, MapPoly maps and scales it to the rectangle that you specify in the dstRect parameter. The MapPoly procedure returns the result in the polygon whose handle you initially passed in the poly parameter.Similar to the MapRgn procedure described in the previous section, the MapPoly procedure is useful for determining whether a polygon operation will exceed available memory. Calculating Black-and-White FillsQuickDraw provides the SeedFill and CalcMask procedures to help you determine the results of filling operations on portions of bitmaps. (Procedures for determining filling operations on pixel maps—namely, SeedCFill and CalcCMask—are described in the chapter “Color QuickDraw.”)The SeedFill procedure produces a mask showing where bits would be filled from a starting point, like the paint pouring from the MacPaint® paint-bucket tool. The CalcMask procedure produces a mask showing where paint could not flow from any of the outer edges of a rectangle. You can use the resulting masks to transfer portions of bit images from one graphics port to another with the CopyBits or CopyMask procedure, both of which are described in “Copying Images” beginning on page 3-112.SeedFillTo determine how far filling will extend from a seeding point, use the SeedFill procedure.PROCEDURE SeedFill (srcPtr,dstPtr: Ptr;                             srcRow,dstRow,height,words,                          seedH,seedV: Integer);srcPtr    A pointer to the source bit image.dstPtr    On input, a pointer to the destination bit image; upon return, a pointer to the bitmap containing the resulting mask.srcRow    Row width of the source bitmap.dstRow    Row width of the destination bitmap.height    Height (in pixels) of the fill rectangle.words    Width (in words) of the fill rectangle.seedH    The horizontal offset (in pixels) at which to begin filling the destination bit image.seedV    The vertical offset (in pixels) at which to begin filling the destination bit image.DESCRIPTIONThe SeedFill procedure produces a mask showing where bits in an image can be filled from a starting point, like the paint pouring from the MacPaint paint-bucket tool. The SeedFill returns this mask in the dstPtr parameter. This mask is a bitmap filled with 1’s only where the pixels in the source image can be filled. This is illustrated in Figure 3-24. You can then use this mask with the CopyBits, CopyMask, and CopyDeepMask procedures. Figure 3-24    A source image and its resulting mask produced by the SeedFill procedurePoint to the bit image you want to fill with the srcPtr parameter, which can point to the image’s base address or a word boundary within the image. Specify a pixel height and word width with the height and words parameters to define a fill rectangle that delimits the area you want to fill. The fill rectangle can be the entire bit image or a subset of it. Point to a destination image with the dstPtr parameter. Specify the row widths of the source and destination bitmaps (their rowBytes values) with the srcRow and dstRow parameters. (The bitmaps can be different sizes, but they must be large enough to contain the fill rectangle at the origins specified by the srcPtr and dstPtr parameters.) Figure 3-25 illustrates these parameters for the source and destination bit images.You specify where to begin filling with the seedH and seedV parameters: they specify a horizontal and vertical offset in pixels from the origin of the image pointed to by the srcPtr parameter. The SeedFill procedure calculates contiguous pixels from that point out to the boundaries of the fill rectangle, and it stores the result in the bit image pointed to by the dstPtr parameter.Calls to SeedFill are not clipped to the current port and are not stored into QuickDraw pictures.Figure 3-25    Parameters for the SeedFill and CalcMask proceduresSEE ALSOFor color graphics ports, use the SeedCFill procedure, which is described in the chapter “Color QuickDraw.”CalcMaskTo determine where filling will not occur when filling from the outside of a rectangle, use the CalcMask procedure.PROCEDURE CalcMask (srcPtr,dstPtr: Ptr;                           srcRow,dstRow,height,words: Integer);srcPtr    A pointer to the source bit image.dstPtr    A pointer to the destination bit image.srcRow    Row width of the source bitmap.dstRow    Row width of the destination bitmap.height    Height (in pixels) of the fill rectangle.words    Width (in words) of the fill rectangle.DESCRIPTIONThe CalcMask procedure produces a bit image with 1’s in all pixels to which paint could not flow from any of the outer edges of the rectangle. You can use this bit image as a mask with the CopyBits or CopyMask procedure. As illustrated in Figure 3-26, a hollow object produces a solid mask, but an open object produces a mask of itself. Figure 3-26    A source image and the resulting mask produced by the CalcMask procedureAs with the SeedFill procedure, point to the bit image you want to fill with the srcPtr parameter, which can point to the image’s base address or a word boundary within the image. Specify a pixel height and word width with the height and words parameters to define a fill rectangle that delimits the area you want to fill. The fill rectangle can be the entire bit image or a subset of it. Point to a destination image with the dstPtr parameter. Specify the row widths of the source and destination bitmaps (their rowBytes values) with the srcRow and dstRow parameters. (The bitmaps can be different sizes, but they must be large enough to contain the fill rectangle at the origins specified by srcPtr and dstPtr.)Figure 3-25 on page 3-110 illustrates the parameters for the source and destination bit images.Calls to CalcMask are not clipped to the current port and are not stored into QuickDraw pictures.SEE ALSOFor color graphics ports, use the CalcCMask procedure, which is described in the chapter “Color QuickDraw.”Copying ImagesQuickDraw provides three procedures for copying portions of bitmaps from one graphics port or offscreen graphics world into another graphics port. The CopyBits procedure allows you to copy using source modes and to clip and resize during the copy operation. The CopyMask procedure allows you to mask areas where you want the copy operation to occur. These procedures also allow you to use pixel maps instead of bitmaps when your application runs on systems supporting Color QuickDraw.The CopyDeepMask procedure, which is available to basic QuickDraw only in System 7, combines the functionality of both CopyBits and CopyMask.CopyBitsYou can use the CopyBits procedure to copy a portion of a bitmap or a pixel map from one graphics port (or offscreen graphics world) into another graphics port.PROCEDURE CopyBits (srcBits,dstBits: BitMap;                           srcRect,dstRect: Rect; mode: Integer;                           maskRgn: RgnHandle);srcBits    The source BitMap record.dstBits    The destination BitMap record.srcRect    The source rectangle.dstRect    The destination rectangle.mode    One of the eight source modes in which the copy is to be performed.maskRgn    A region to use as a clipping mask.DESCRIPTIONThe CopyBits procedure transfers any portion of a bitmap between two basic graphics ports, or any portion of a pixel map between two color graphics ports. You can use CopyBits to move offscreen graphic images into an onscreen window, to blend colors for the image in a pixel map, and to shrink and expand images.Specify a source bitmap in the srcBits parameter and a destination bitmap in the dstBits parameter. When copying images between color graphics ports, you must coerce each CGrafPort record to a GrafPort record, dereference the portBits fields of each, and then pass these “bitmaps” in the srcBits and dstBits parameters. If your application copies a pixel image from a color graphics port called MyColorPort, for example, you could specify GrafPtr(MyColorPort)^.portBits in the srcBits parameter. In a CGrafPort record, the high 2 bits of the portVersion field are set. This field, which shares the same position in a CGrafPort record as the portBits.rowBytes field in a GrafPort record, indicates to CopyBits that you have passed it a handle to a pixel map rather than a bitmap.Using the srcRect and dstRect parameters, you can specify identically or differently sized source and destination rectangles; for differently sized rectangles, CopyBits scales the source image to fit the destination. As shown in Figure 3-27, for example, if the bit image is a circle in a square source rectangle, and the destination rectangle is not square, the bit image appears as an oval in the destination. When you specify rectangles in the srcRect and dstRect parameters, use the local coordinate systems of, respectively, the source and destination graphics ports.Figure 3-27    Using CopyBits to stretch an imageIn the mode parameter, specify one of the following source modes for transferring the bits from a source bitmap to a destination bitmap:CONST                        {source modes for basic graphics ports}    srcCopy             = 0;        {where source pixel is black, force }                        { destination pixel black; where source pixel }                        { is white, force destination pixel white}    srcOr             = 1;        {where source pixel is black, force }                        { destination pixel black; where source pixel }                        { is white, leave destination pixel unaltered}    srcXor             = 2;        {where source pixel is black, invert }                        { destination pixel; where source pixel is }                        { white, leave destination pixel unaltered}    srcBic             = 3;        {where source pixel is black, force }                        { destination pixel white; where source pixel }                        { is white, leave destination pixel unaltered}    notSrcCopy                  = 4;        {where source pixel is black, force }                        { destination pixel white; where source pixel }                        { is white, force destination pixel black}    notSrcOr             = 5;        {where source pixel is black, leave }                        { destination pixel unaltered; where source }                        { pixel is white, force destination pixel black}    notSrcXor     = 6;                {where source pixel is black, leave }                        { destination pixel unaltered; where source }                        { pixel is white, invert destination pixel}    notSrcBic     = 7;                {where source pixel is black, leave }                        { destination pixel unaltered; where source }                        { pixel is white, force destination pixel white}On computers running System 7, you can add dithering to any source mode by adding the following constant or the value it represents to the source mode:CONST ditherCopy                        = 64; {add to source mode for dithering}Dithering is a technique that mixes existing colors to create the effect of additional colors. It also improves images that you shrink or that you copy from a direct pixel device to an indexed device. The CopyBits procedure always dithers images when shrinking them between pixel maps on direct devices. To use highlighting, you can add this constant or its value to the source mode:CONST hilite                = 50;        {add to source or pattern mode for highlighting}With highlighting, QuickDraw replaces the background color with the highlight color when your application copies images between graphics ports. This has the visual effect of using a highlighting pen to select the object. (The global variable HiliteRGB is read from parameter RAM when the machine starts. Basic graphics ports use the color stored in the HiliteRGB global variable as the highlight color. Color graphics ports default to the HiliteRGB global variable, but can be overridden by the HiliteColor procedure, described in the chapter “Color QuickDraw.”)When transferring pixels from a source pixel map to a destination pixel map, Color QuickDraw interprets the source mode constants differently than basic QuickDraw does. These constants have the following effects under Color QuickDraw:CONST                        {source modes for color graphics ports}    srcCopy              = 0;        {determine how close the color of the source }                        { pixel is to black, and assign this relative }                        { amount of foreground color to the }                        { destination pixel; determine how close the }                        { color of the source pixel is to white, and }                        { assign this relative amount of background }                        { color to the destination pixel}    srcOr              = 1;        {determine how close the color of the source }                        { pixel is to black, and assign this relative }                        { amount of foreground color to the }                        { destination pixel}    srcXor              = 2;        {where source pixel is black, invert the }                        { destination pixel--for a colored destination }                        { pixel, use the complement of its color }                        { if the pixel is direct, invert its index if }                        { the pixel is indexed}    srcBic              = 3;        {determine how close the color of the source }                        { pixel is to black, and assign this relative }                        { amount of background color to the }                        { destination pixel}    notSrcCopy     = 4;    {determine how close the color of the source }                        { pixel is to black, and assign this relative }                        { amount of background color to the }                        { destination pixel; determine how close the }                        { color of the source pixel is to white, and }                        { assign this relative amount of foreground }                        { color to the destination pixel}    notSrcOr             = 5;        {determine how close the color of the source }                        { pixel is to white, and assign this relative }                        { amount of foreground color to the }                        { destination pixel}    notSrcXor     = 6;                {where source pixel is white, invert the }                        { destination pixel--for a colored destination }                        { pixel, use the complement of its color }                        { if the pixel is direct, invert its index if }                        { the pixel is indexed}    notSrcBic     = 7;                {determine how close the color of the source }                        { pixel is to white, and assign this relative }                        { amount of background color to the }                        { destination pixel}When you use CopyBits on a computer running Color QuickDraw, you can also specify one of the following transfer modes in the mode parameter:CONST {arithmetic transfer modes available in Color QuickDraw}    blend                = 32;        {replace destination pixel with a blend }                            { of the source and destination pixel }                            { colors; if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcCopy mode}    addPin                = 33;        {replace destination pixel with the sum of }                            { the source and destination pixel colors-- }                            { up to a maximum allowable value; if }                            { the destination is a bitmap or }                            { 1-bit pixel map, revert to srcBic mode}    addOver                = 34;        {replace destination pixel with the sum of }                            { the source and destination pixel colors-- }                            { but if the value of the red, green, or }                            { blue component exceeds 65,536, then }                             { subtract 65,536 from that value; if the }                            { destination is a bitmap or 1-bit }                            { pixel map, revert to srcXor mode}    subPin                = 35;        {replace destination pixel with the }                            { difference of the source and destination }                            { pixel colors--but not less than a minimum }                            { allowable value; if the destination }                            { is a bitmap or 1-bit pixel map, revert to }                            { srcOr mode}    transparent = 36;                        {replace the destination pixel with the }                            { source pixel if the source pixel isn't }                            { equal to the background color}    addMax                = 37;        {compare the source and destination pixels, }                            { and replace the destination pixel with }                            { the color containing the greater }                            { saturation of each of the RGB components; }                            { if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcBic mode}    subOver                = 38;        {replace destination pixel with the }                            { difference of the source and destination }                            { pixel colors--but if the value of the }                            { red, green, or blue component is }                            { less than 0, add the negative result to }                            { 65,536; if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcXor mode}    adMin                = 39;        {compare the source and destination pixels, }                            { and replace the destination pixel with }                            { the color containing the lesser }                            { saturation of each of the RGB components; }                            { if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcOr mode}You can pass a region handle in the MaskRgn parameter to specify a mask region; the resulting image is always clipped to this mask region and to the boundary rectangle of the destination bitmap. If the destination bitmap is the current graphics port’s bitmap, it’s also clipped to the intersection of the graphics port’s clipping region and visible region. If you don’t want to clip to a masking region, just pass NIL for the maskRgn parameter.SPECIAL CONSIDERATIONSWhen you use the CopyBits procedure to transfer an image between pixel maps, the source and destination images may be of different pixel depths, of different sizes, and they may have different color tables. However, CopyBits assumes that the destination pixel map uses the same color table as the color table for the current GDevice record. (This is because the Color Manager requires an inverse table for translating the color table from the source pixel map to the destination pixel map.) The CopyBits procedure applies the foreground and background colors of the current graphics port to the image in the destination pixel map (or bitmap), even if the source image is a bitmap. This causes the foreground color to replace all black pixels in the destination and the background color to replace all white pixels. To avoid unwanted coloring of the image, use the RGBForeColor procedure to set the foreground to black and use the RGBBackColor procedure to set the background to white before calling CopyBits.The source bitmap or pixel map must not occupy more memory than half the available stack space. The stack space required by CopyBits is roughly five times the value of the rowBytes field of the source pixel map: one rowBytes value for the pixel map (or bitmap), an additional rowBytes value for dithering, another rowBytes value when stretching or shrinking the source pixel map into the destination, another rowBytes value for any color map changing, and a fifth additional rowBytes value for any color aliasing. If there is insufficient memory to complete a CopyBits operation in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code –143.If you use CopyBits to copy between two graphics ports that overlap, you must first use the LocalToGlobal procedure to convert to global coordinates, and then specify the global variable screenBits for both the srcBits and dstBits parameters.The CopyBits procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.If you are reading directly from a NuBus™ video card with a base address of Fs00000 and there is not a card in the slot (s–1) below it, CopyBits reads addresses less than the base address of the pixel map. This causes a bus error. To work around the problem, remap the baseAddr field of the pixel map in your video card to at least 20 bytes above the NuBus boundary; an address link of Fs000020 precludes the problem.SEE ALSOListing 3-11 on page 3-33 illustrates how to use CopyBits to scale an image when copying it from one window into another. Source modes are described in “Boolean Transfer Modes With 1-Bit Pixels” beginning on page 3-8. Plate 2 at the front of this book illustrates how to use CopyBits to colorize an image in a color graphics port; Listing 4-5 on page 4-35 in the chapter “Color QuickDraw” shows the sample code that produced this plate. Listing 6-1 on page 6-5 in the chapter “Offscreen Graphics Worlds” illustrates how to use CopyBits to copy an image from an offscreen graphics world to an onscreen color graphics port. Dithering, pixel maps, color graphics ports, the RGBForeColor and RGBBackColor procedures, and color tables are explained in the chapter “Color QuickDraw.” The LocalToGlobal procedure is described in the chapter “Basic QuickDraw.” The GDevice record is described in the chapter “Graphics Devices.” Inverse tables and the Color Manager are described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging.“Copying Pixels Between Color Graphics Ports” in the chapter “Color QuickDraw” describes in greater detail how to use CopyBits to transfer colored images.The CopyDeepMask procedure (described on page 3-120) combines the functions of the CopyBits and CopyMask procedures. (The CopyMask procedure is described next.)CopyMaskYou can use the CopyMask procedure to copy a bit or pixel image from one graphics port (or offscreen graphics world) into another graphics port only where the bits in a mask are set to 1.PROCEDURE CopyMask (srcBits,maskBits,dstBits: BitMap;                           srcRect,maskRect,dstRect: Rect);srcBits    The source BitMap record.maskBits    The mask BitMap record.dstBits    The destination BitMap record.srcRect    The source rectangle.maskRect    The mask rectangle. This must be the same size as the rectangle passed in the srcRect parameter.dstRect    The destination rectangle.DESCRIPTIONThe CopyMask procedure copies the source bitmap or pixel map that you specify in the srcBits parameter to a destination bitmap or pixel map that you specify in the dstBits parameter—but only where the bits of the mask bitmap or pixel map that you specify in the maskBits parameter are set to 1. When copying images between color graphics ports, you must coerce each CGrafPort record to a GrafPort record, dereference the portBits fields of each, and then pass these “bitmaps” in the srcBits and dstBits parameters. If your application copies a pixel image from a color graphics port called MyColorPort, for example, you could specify GrafPtr(MyColorPort)^.portBits in the srcBits parameter. Using the srcRect and dstRect parameters, you can specify identically or differently sized source and destination rectangles; for differently sized rectangles, CopyMask scales the source image to fit the destination. When you specify rectangles in the srcRect and dstRect parameters, use the local coordinate systems of, respectively, the source and destination graphics ports.The rectangle you pass in the maskRect parameter selects the portion of the bitmap or pixel map that you specify in the maskBits parameter to use as the mask. If you specify pixel maps to CopyMask, they may range from 1 to 32 pixels in depth. The pixel depth of the mask that you specify in the maskBits parameter is applied as a filter between the source and destination pixel maps that you specify in the srcBits and dstBits parameters. A black mask pixel value means that the copy operation is to take the source pixel; a white value means that the copy operation is to take the destination pixel. Intermediate values specify a weighted average, which is calculated on a color component basis. For each pixel’s color component value, the calculation is(1 – mask) ¥ source + (mask) ¥ destinationThus high mask values for a pixel’s color component reduce that component’s contribution from the source PixMap record. SPECIAL CONSIDERATIONSCalls to CopyMask are not recorded in pictures and do not print.See the list of special considerations for the CopyBits procedure beginning on page 3-117; these considerations also apply to CopyMask.The CopyMask procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOYou can use the bitmap returned by the CalcMask procedure, described on page 3-111, as the mask in order to implement a mask copy similar to that performed by the MacPaint lasso tool. In the same way, you could use the pixel map returned by the CalcCMask procedure, described in the chapter “Color QuickDraw.”The chapter “Color QuickDraw” describes in more detail how to use CopyMask in a Color QuickDraw environment. Plate 3 at the front of this book illustrates how to use different colors in the mask to produce different effects in the destination pixel map; Listing 6-2 on page 6-10 in the chapter “Offscreen Graphics Worlds” shows the code that produced this plate. Plate 4 at the front of this book provides another illustration of the effects of the source and mask pixel maps on the destination pixel map.The CopyDeepMask procedure (described next) combines the functions of the CopyMask and CopyBits procedures.CopyDeepMaskTo use a mask when copying bitmaps or pixel maps between graphics ports (or from an offscreen graphics world into a graphics port), you can use the CopyDeepMask procedure, which combines the effects of the CopyBits and CopyMask procedures.PROCEDURE CopyDeepMask                                (srcBits: BitMap; maskBits: BitMap;                                  dstBits: BitMap; srcRect: Rect;                                  maskRect: Rect; dstRect: Rect;                                  mode: Integer; maskRgn: RgnHandle);srcBits    The source BitMap record.maskBits    The masking BitMap record.dstBits    The destination BitMap record.srcRect    The source rectangle.maskRect    The mask rectangle. This must be the same size as the rectangle passed in the srcRect parameter.dstRect    The destination rectangle.mode    The source mode.maskRgn    The mask clipping region.DESCRIPTIONThe CopyDeepMask procedure transfers a bitmap between two basic graphics ports or a pixel map between two color graphics ports. You specify a mask to CopyDeepMask so that it transfers the source image to the destination image only where the bits of the mask are set to 1. You can use CopyDeepMask to move offscreen graphic images into an onscreen window, to blend colors for the image in a pixel map, and to shrink and expand images.Specify a source bitmap in the srcBits parameter and a destination bitmap in the dstBits parameter. Specify a mask in the maskBits parameter. When copying images between color graphics ports, you must coerce each port’s CGrafPort record to a GrafPort record, dereference the portBits fields of each, and then pass these “bitmaps” in the srcBits and dstBits parameters. If your application copies a pixel image from a color graphics port called MyColorPort, for example, you could specify GrafPtr(MyColorPort)^.portBits in the srcBits parameter. The transfer can be performed in any of the transfer modes—with or without adding the ditherCopy constant—that are available to the CopyBits procedure, described beginning on page 3-112. Using the srcRect and dstRect parameters, you can specify identically or differently sized source and destination rectangles; for differently sized rectangles, CopyDeepMask scales the source image to fit the destination. When you specify rectangles in the srcRect and dstRect parameters, use the local coordinate systems of, respectively, the source and destination graphics ports.The result (in the parameter dstBits) is clipped to the mask region that you specify in the maskRgn parameter, and to the boundary rectangle that you specify in the dstRect parameter. The rectangle you pass in the maskRect parameter selects the portion of the bitmap or pixel map that you specify in the maskBits parameter to use as the mask. If you don’t want to clip to the mask region, specify NIL in the maskRgn parameter.If you specify pixel maps to CopyDeepMask, they may range from 1 to 32 pixels in depth. The pixel depth of the mask that you specify in the maskBits parameter is applied as a filter between the source and destination pixel maps that you specify in the srcBits and dstBits parameters. A black mask pixel value means that the copy operation is to take the source pixel; a white value means that the copy operation is to take the destination pixel. Intermediate values specify a weighted average, which is calculated on a color component basis. For each pixel’s color component value, the calculation is(1 – mask) ¥ source + (mask) ¥ destinationThus high mask values for a pixel’s color component reduce that component’s contribution from the source PixMap record. SPECIAL CONSIDERATIONSThis procedure is available to basic QuickDraw only in System 7.As with the CopyMask procedure, calls to CopyDeepMask are not recorded in pictures and do not print. See the list of special considerations for the CopyBits procedure beginning on page 3-117; these considerations also apply to CopyDeepMask.The CopyDeepMask procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe chapter “Color QuickDraw” describes in more detail how to use CopyDeepMask in a Color QuickDraw environment.Drawing With the Eight-Color SystemOn a color screen, you can draw using eight predefined colors, even when you are using a basic graphics port. Although basic QuickDraw graphics routines were designed for black-and-white drawing, they also include rudimentary color capabilities. Because Color QuickDraw also supports this system, it is compatible across all Macintosh platforms. (This section describes the rudimentary color routines included in basic QuickDraw. See the next chapter, “Color QuickDraw,” for information about more sophisticated color use in your application.)A pair of fields in a GrafPort record, fgColor and bkColor, specify a foreground and background color. The foreground color is the color of the “ink” used to frame, fill, and paint. By default, the foreground color is black. The background color is the color of the pixels in the bitmap wherever no drawing has taken place. By default, the background color is white. However, you can use the ForeColor and BackColor procedures to change these fields. When printing, however, use the ColorBit procedure to set the foreground color.In System 7, these Color QuickDraw routines are available to basic QuickDraw: RGBForeColor, RGBBackColor, GetForeColor, and GetBackColor. Described in the next chapter, “Color QuickDraw,” these routines can also assist you in manipulating the eight-color system of basic QuickDraw. ForeColorTo change the color of the “ink” used for framing, painting, and filling on computers that support only basic QuickDraw, you can use the ForeColor procedure. PROCEDURE ForeColor (color: LongInt); color     One of eight color values. You can use the following constants to represent these values:              CONST                  whiteColor                      = 30;                  blackColor                      = 33;                  yellowColor                      = 69;                  magentaColor                       = 137;                  redColor                        = 205;                  cyanColor                        = 273;                  greenColor                      = 341;                  blueColor                       = 409;DESCRIPTIONThe ForeColor procedure sets the foreground color for the current graphics port to the color that you specify in the color parameter. When you draw with the patCopy and srcCopy transfer modes, for example, black pixels are drawn in the color you specify with ForeColor.SPECIAL CONSIDERATIONSThe ForeColor procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOAll nonwhite colors appear as black on black-and-white screens. Before you use ForeColor, you can use the DeviceLoop procedure, which is described in the chapter “Graphics Devices,” to determine the color characteristics of the current screen.In System 7, you may instead use the Color QuickDraw procedure RGBForeColor, which is described in the chapter “Color QuickDraw.”BackColorTo change a basic graphics port’s background color, use the BackColor procedure. PROCEDURE BackColor (color: LongInt); color     One of eight color values. You can use the constants described for the ForeColor procedure in the previous section.DESCRIPTIONThe BackColor procedure sets the background color for the current graphics port to the color that you specify in the color parameter. When you draw with the patCopy and srcCopy transfer modes, for example, white pixels are drawn in the color you specify with BackColor.SPECIAL CONSIDERATIONSThe BackColor procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOAll nonwhite colors appear as black on black-and-white screens. Before you use BackColor, you can use the DeviceLoop procedure, which is described in the chapter “Graphics Devices,” to determine the color characteristics of the current screen.In System 7, you may instead use the Color QuickDraw procedure RGBBackColor, which is described in the chapter “Color QuickDraw.”ColorBitUse the ColorBit procedure to set the foreground color for all printing in the current graphics port. PROCEDURE ColorBit (whichBit: Integer); whichBit     An integer specifying the plane to draw into.DESCRIPTIONThe ColorBit procedure is called by printing software for a color printer (or other color-imaging software) to set the GrafPort record’s colorBit field to the value in the whichBit parameter. This value tells QuickDraw which plane of the color picture to draw into. QuickDraw draws into the plane corresponding to the bit number specified by the whichBit parameter. Since QuickDraw can support output devices that have up to 32 bits of color information per pixel, the possible range of values for whichBit is 0 through 31. The initial value of the colorBit field is 0.Determining Whether QuickDraw Has Finished DrawingYour application can use the QDDone function to determine whether drawing is completed in a given graphics port. You can also use it to determine whether drawing has finished in all open graphics ports. QDDoneAlthough you will probably never need to determine whether QuickDraw has completed drawing, you can do so by using the QDDone function.FUNCTION QDDone (port: GrafPtr): Boolean;port    The GrafPort record for a graphics port in which your application has begun drawing; if you pass NIL, QDDone tests all open graphics ports.DESCRIPTIONThe QDDone function returns TRUE if all drawing operations have finished in the graphics port specified in the port parameter, FALSE if any remain to be executed. If you pass NIL in the port parameter, then QDDone returns TRUE only if drawing operations have completed in all ports. The QDDone function may be useful if a graphics accelerator is present and operating asynchronously. You could use it to ensure that all drawing is done before issuing new drawing commands, and to avoid the possibility that the new drawing operations might be overlaid by previously issued but unexecuted operations. SPECIAL CONSIDERATIONSThe QDDone function has little or no usefulness.If a graphics port draws a clock or some other continuously operating drawing process, QDDone may never return TRUE.To determine whether all drawing in a color graphics port has completed, you must coerce its CGrafPort record to a GrafPort record, which you pass in the port parameter.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the QDDone function areTrap macro    Selector    _QDExtensions    $00040013     Getting Pattern ResourcesAs described in “Bit Patterns” beginning on page 3-5, QuickDraw predefines five patterns for your use in the global variables white, black, gray, ltGray, and dkGray. However, you can create and store your own patterns in a resource file. To retrieve the patterns stored in a pattern ('PAT ') resource, you can use the GetPattern function. To retrieve the patterns stored in a pattern list ('PAT#') resource, you can use the GetIndPattern procedure.GetPatternTo get a pattern ('PAT ') resource stored in a resource file, you can use the GetPattern function.FUNCTION GetPattern (patID: Integer): PatHandle;patID    The resource ID for a resource of type 'PAT '.DESCRIPTIONThe GetPattern function returns a handle to the pattern having the resource ID that you specify in the patID parameter. The GetPattern function calls the following Resource Manager function with these parameters:GetResource('PAT ', patID);If a pattern resource with the ID that you request does not exist, the GetPattern function returns NIL. The data structure of type PatHandle is defined as follows:TYPE        PatPrt                = ^Pattern;        PatHandle                = ^PatPtr;        Pattern = PACKED ARRAY[0..7] OF 0..255;When you are finished using the pattern, dispose of its handle with the Memory Manager function DisposeHandle.SPECIAL CONSIDERATIONSThe GetPattern function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOThe pattern resource is described on page 3-140; the Pattern record is described on page 3-40. See the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox for more information about resources, the Resource Manager, and the GetResource function. See Inside Macintosh: Memory for information about the DisposeHandle procedure.GetIndPatternTo get a pattern stored in a pattern list ('PAT#') resource, you can use the GetIndPattern procedure.PROCEDURE GetIndPattern (VAR thePattern: Pattern;                                  patListID: Integer; index: Integer);thePattern    A Pattern record.patListID    The resource ID for a resource of type 'PAT#'.index    The index number for the desired pattern within the pattern list ('PAT#') resource.DESCRIPTIONIn the parameter thePattern, the GetIndPattern procedure returns a Pattern record for a pattern stored in a pattern list ('PAT#') resource. Specify the resource ID for a pattern list ('PAT#') resource in the patListID parameter. In the index parameter, specify the index number to a particular pattern stored in that resource. The index number can range from 1 to the number of patterns in the pattern list resource. The GetIndPattern procedure calls the following Resource Manager function with these parameters:GetResource('PAT ', patListID);There is a pattern list resource in the System file that contains the standard Macintosh patterns used by MacPaint. Figure 3-28 shows these standard patterns. The resource ID, and the constant you can use to represent it, areCONST sysPatListID = 0;Figure 3-28    Standard patternsSPECIAL CONSIDERATIONSThe GetIndPattern procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe pattern list resource is described on page 3-141; the Pattern record is described on page 3-40. See the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox for more information about resources, the Resource Manager, and the GetResource function.Customizing QuickDraw OperationsFor each shape that QuickDraw can draw, there are procedures that perform these basic graphics operations on the shape: frame, paint, erase, invert, and fill. Those procedures in turn call a low-level drawing routine for the shape. For example, the FrameOval, PaintOval, EraseOval, InvertOval, and FillOval procedures all call the low-level procedure StdOval, which draws the oval. Other low-level routines defined by QuickDraw are:n    The procedure called by CopyBits that performs bit and pixel transfer.n    The function that measures the width of text and is called by the QuickDraw text routines CharWidth, StringWidth, and TextWidth. (These QuickDraw text routines are described in the chapter “QuickDraw Text” in Inside Macintosh: Text.)n    The procedure that processes picture comments. The standard procedure ignores picture comments. (Picture comments are described in Appendix B.)n    The procedure that saves drawing commands as the definition of a picture, and the procedure that retrieves them. These two enable your application to draw on remote devices, print to the disk, get picture input from the disk, and support large pictures.For each type of object QuickDraw can draw, including text and lines, there’s a pointer to one of these low-level routines. The grafProcs field of a GrafPort or CGrafPort record determines which low-level routines are called. If that field contains the value of NIL, the standard routines are called. You can set the grafProcs field to point to a record of pointers to your own routines. For a basic graphics port, this record of pointers is defined by a QDProcs record. As described in the chapter “Color QuickDraw,” these pointers are contained in a CQDProcs record for a color graphics port. By changing these pointers, you can install your own routines, and either completely override the standard ones or call them after your routines have modified their parameters as necessary.To assist you in setting up a record, basic QuickDraw provides the SetStdProcs procedure, which is described in the next section. You can use the SetStdProcs procedure to get a QDProcs record with fields that point to basic QuickDraw’s standard low-level routines. You can then reset the routines with which you are concerned. By pointing to your modified QDProcs record in the grafProcs field of a GrafPort record, you can replace some or all of basic QuickDraw’s standard low-level routines.The standard QuickDraw low-level routines are described in the rest of this section. These low-level routines should be called only from your customized routines.SetStdProcsYou can use the SetStdProcs procedure to get a QDProcs record with fields that point to basic QuickDraw’s standard low-level routines. You can replace these low-level routines with your own, and then point to your modified QDProcs record in the grafProcs field of a GrafPort record to change basic QuickDraw’s standard low-level behavior.PROCEDURE SetStdProcs (VAR procs: QDProcs);procs    Upon completion, a QDProcs record with fields that point to basic QuickDraw’s standard low-level routines.DESCRIPTIONIn the procs parameter, the SetStdProcs procedure returns a QDProcs record with fields that point to the standard low-level routines. You can change one or more fields of this record to point to your own routines and then set the basic graphics port to use this modified QDProcs record. The routines you install in this QDProcs record must have the same calling sequences as the standard routines, which are described in the rest of this section.SPECIAL CONSIDERATIONSThe Color QuickDraw procedure SetStdCProcs is analogous to the SetStdProcs procedure, which you should use with computers that support only basic QuickDraw. When drawing in a color graphics port, your application must always use SetStdCProcs instead of SetStdProcs.SEE ALSOThe data structure of type QDProcs is described on page 3-39. The SetStdCProcs procedure is described in the chapter “Color QuickDraw.”The chapter “Pictures” in this book describes how to replace the low-level routines that read and write pictures.StdTextThe StdText procedure is QuickDraw’s standard low-level routine for drawing text. PROCEDURE StdText (byteCount: Integer; textBuf: Ptr;                              numer,denom: Point);byteCount     The number of bytes of text to draw.textBuf     A memory structure containing the text to draw.numer     Scaling numerator.denom     Scaling denominator.DESCRIPTIONThe StdText procedure draws text from the arbitrary structure in memory specified by the textBuf parameter, starting from the first byte and continuing for the number of bytes specified in the byteCount parameter. The numer and denom parameters specify the scaling factor: numer.v over denom.v gives the vertical scaling, and numer.h over denom.h gives the horizontal scaling factor.SPECIAL CONSIDERATIONSThe StdText procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOQuickDraw’s text-drawing capabilities are described in the chapter “QuickDraw Text” in Inside Macintosh: Text.StdLineThe StdLine procedure is QuickDraw’s standard low-level routine for drawing a line. PROCEDURE StdLine (newPt: Point);newPt    The point to which to draw the line.DESCRIPTIONThe StdLine procedure draws a line from the current pen location to the location (in local coordinates) specified in the newPt parameter.SPECIAL CONSIDERATIONSThe StdLine procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.StdRectThe StdRect procedure is QuickDraw’s standard low-level routine for drawing a rectangle. PROCEDURE StdRect (verb: GrafVerb; r: Rect);verb    One of the following actions to perform, as defined for the GrafVerb data type:              GrafVerb = (frame, paint, erase, invert, fill);r    The rectangle to draw.DESCRIPTIONThe StdRect procedure draws the rectangle specified in the r parameter according to the action specified in the verb parameter.SPECIAL CONSIDERATIONSThe StdRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.StdRRectThe StdRRect procedure is QuickDraw’s standard low-level routine for drawing a rounded rectangle. PROCEDURE StdRRect (verb: GrafVerb; r: Rect;                               ovalwidth,ovalHeight: Integer)verb    One of the following actions to perform, as defined for the GrafVerb data type:              GrafVerb = (frame, paint, erase, invert, fill);r    The rectangle to draw.ovalwidth    The width diameter for the corner oval.ovalHeight    The height diameter for the corner oval.DESCRIPTIONThe StdRRect procedure draws the rounded rectangle specified in the r parameter according to the action specified in the verb parameter. The ovalWidth and ovalHeight parameters specify the diameters of curvature for the corners.SPECIAL CONSIDERATIONSThe StdRRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.StdOvalThe StdOval procedure is QuickDraw’s standard low-level routine for drawing an oval. PROCEDURE StdOval (verb: GrafVerb; r: Rect);verb    One of the following actions to perform, as defined for the GrafVerb data type:              GrafVerb = (frame, paint, erase, invert, fill);r    The rectangle to contain the oval.DESCRIPTIONThe StdOval procedure draws an oval inside the given rectangle specified in the r parameter according to the action specified in the verb parameter.SPECIAL CONSIDERATIONSThe StdOval procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.StdArcThe StdArc procedure is QuickDraw’s standard low-level routine for drawing an arc or a wedge.PROCEDURE StdArc (verb: GrafVerb; r: Rect;                            startAngle,arcAngle: Integer);verb    One of the following actions to perform, as defined for the GrafVerb data type:              GrafVerb = (frame, paint, erase, invert, fill);r    The rectangle to contain the arc.startAngle    The beginning angle.arcAngle    The ending angle.DESCRIPTIONUsing the action specified in the verb parameter, the StdArc procedure draws an arc or wedge of the oval that fits inside the rectangle specified in the r parameter. The arc or wedge is bounded by the radii specified in the startAngle and arcAngle parameters. (The startAngle and arcAngle parameters are illustrated in Figure 3-20 on page 3-72.) SPECIAL CONSIDERATIONSThe StdArc procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.StdPolyThe StdPoly procedure is QuickDraw’s standard low-level routine for drawing a polygon. PROCEDURE StdPoly (verb: GrafVerb; poly: PolyHandle);verb    One of the following actions to perform, as defined for the GrafVerb data type:              GrafVerb = (frame, paint, erase, invert, fill);poly    A handle to the polygon data.DESCRIPTIONThe StdPoly procedure draws the polygon specified in the poly parameter according to the action specified in the verb parameter.SPECIAL CONSIDERATIONSThe StdPoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.StdRgnThe StdRgn procedure is QuickDraw’s standard low-level routine for drawing a region. PROCEDURE StdRgn (verb: GrafVerb; rgn: RgnHandle);verb    One of the following actions to perform, as defined for the GrafVerb data type:              GrafVerb = (frame, paint, erase, invert, fill);rgn    A handle to the region data.DESCRIPTIONThe StdRgn procedure draws the region specified in the rgn parameter according to the action specified in the verb parameter.SPECIAL CONSIDERATIONSThe StdRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.StdBitsThe StdBits procedure is QuickDraw’s standard low-level routine for doing bit and pixel transfer.PROCEDURE StdBits (VAR srcBits: BitMap; VAR srcRect,dstRect: Rect;                          mode: Integer; maskRgn: RgnHandle);srcBits    A bitmap or pixel map containing the image to copy.srcRect    The source rectangle.dstRect    The destination rectangle.mode    The source mode for the copy.maskRgn    A handle to a region acting as a mask for the transfer.DESCRIPTIONThe StdBits procedure transfers a bit or pixel image between the bitmap or pixel map specified in the srcBits parameter and bitmap of the current graphics port, just as if the CopyBits procedure were called with the same parameters and with a destination bitmap equal to thePort^.portBits. SPECIAL CONSIDERATIONSThe StdBits procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOSee the description of the CopyBits procedure beginning on page 3-112 for a discussion of the destination bitmap and of the srcBits, srcRect, dstRect, mode, and maskRgn parameters.StdCommentThe StdComment procedure is QuickDraw’s standard low-level routine for processing a picture comment.PROCEDURE StdComment (kind,dataSize: Integer;                              dataHandle: Handle);kind    The type of comment. See Appendix A in this book for a list of the standard constants (and the values they represent) used to specify common picture comment types.dataSize    The size of additional data.dataHandle    A handle to additional data.DESCRIPTIONThe kind parameter identifies the type of comment. The dataHandle parameter takes a handle to additional data, and the dataSize parameter specifies the size of that data in bytes. If there’s no additional data for the comment, the value of the dataHandle parameter is NIL and the value of the dataSize parameter is 0. The StdComment procedure simply ignores the comment.SPECIAL CONSIDERATIONSThe StdComment procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOPicture comments are described in detail in Appendix B, “Using Picture Comments for Printing.” StdTxtMeasThe StdTxtMeas function is QuickDraw’s standard low-level routine for measuring text width.FUNCTION StdTxtMeas (byteCount: Integer; textAddr: Ptr;                           VAR numer,denom: Point;                           VAR info: FontInfo): Integer;byteCount    The number of text bytes to measure.textAddr    A pointer to the memory structure containing the text.numer    Scaling numerator. denom    Scaling denominator.info    A FontInfo record.DESCRIPTIONThe StdTxtMeas function returns the width of the text stored in the arbitrary structure in memory specified by textAddr, starting with the first byte and continuing for byteCount bytes. The numer and denom parameters specify the scaling as in the StdText procedure; note that StdTxtMeas may change them.SPECIAL CONSIDERATIONSThe StdTxtMeas function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOQuickDraw’s text-drawing capabilities are described in the chapter “QuickDraw Text” in Inside Macintosh: Text.StdGetPicThe StdGetPic procedure is QuickDraw’s standard low-level routine for retrieving information from the definition of a picture.PROCEDURE StdGetPic (dataPtr: Ptr; byteCount: Integer);dataPtr    A pointer to the collected picture data.byteCount    The size of the picture data.DESCRIPTIONThe StdGetPic procedure retrieves from the definition of the currently open picture the next number of bytes as specified in the byteCount parameter. The StdGetPic procedure stores them in the data structure pointed to by the dataPtr parameter.SEE ALSOPictures are described in the chapter “Pictures,” which also provides a code sample illustrating how you can supply your application with its own low-level procedure for retrieving pictures.StdPutPicThe StdPutPic procedure is QuickDraw’s standard low-level routine for saving information as the definition of a picture.PROCEDURE StdPutPic (dataPtr: Ptr; byteCount: Integer);dataPtr    A pointer to the collected picture data.byteCount    The size of the picture data.DESCRIPTIONThe StdPutPic procedure saves as the definition of the currently open picture the drawing commands stored in the data structure pointed to by the dataPtr parameter, starting with the first byte and continuing for the next number of bytes as specified in the byteCount parameter.SPECIAL CONSIDERATIONSThe StdPutPic procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOPictures are described in the chapter “Pictures,” which also provides a code sample illustrating how you can supply your application with its own low-level procedure for saving pictures.ResourcesThis section describes the resources you can create to define bit patterns for use when drawing, painting, or filling. The pattern ('PAT ') resource defines a single bit pattern. The pattern list ('PAT#') resource defines an array of bit patterns.A bit pattern is a 64-bit image, organized as an 8-by-8 pixel square, that defines a repeating design or tone. (Resources for color pixel patterns are described in the chapter “Color QuickDraw.”)This section describes the structures of these resources after they are compiled by the Rez resource compiler, available from APDA. To create pattern and pattern list resources, you typically use a high-level tool such as the ResEdit application. You can then use the DeRez decompiler to convert your resources into Rez input when necessary.The Pattern ResourceYou can use a pattern resource to define a single bit pattern. A pattern resource is a resource of type 'PAT '. All pattern resources that you create must have resource ID numbers greater than 128.To retrieve the bit pattern stored in a pattern resource, you can use the GetPattern function, which is described on page 3-126. You can then specify that bit pattern for a fill pattern, background pattern, or pen pattern.A pattern resource is defined to be of type hex String[8]; every bit represents a pixel in the 8-by-8 pixel pattern. If you examine the compiled version of a pattern resource, as represented in Figure 3-29, you find that it contains 8 bytes of information that define the 8-by-8 pixel square of the pattern.Figure 3-29    Format of a compiled pattern ('PAT ') resourceThe Pattern List ResourceYou can use a pattern list resource to define an array of bit patterns. A pattern list resource is a resource of type 'PAT#'. All pattern list resources that you create must have resource ID numbers greater than 128.To retrieve one of the bit patterns stored in a pattern list resource, you can use the GetIndPattern procedure, which is described on page 3-127. You can then specify that bit pattern for a fill pattern, background pattern, or pen pattern.If you examine the compiled version of a pattern list resource, as represented in Figure 3-30, you find that it contains the following information:n    Pattern count. This is the number of bit patterns defined in this resource.n    An array of bit patterns, each of which contains 8 bytes of information that define the 8-by-8 pixel square of the pattern.Figure 3-30    Format of a compiled pattern list ('PAT#') resourceSummary of QuickDraw DrawingPascal SummaryConstantsCONST    {basic QuickDraw colors}    whiteColor                    = 30;    blackColor                    = 33;    yellowColor                    = 69;    magentaColor                      = 137;    redColor                      = 205;    cyanColor                      = 273;    greenColor                    = 341;    blueColor                     = 409;    {source modes for basic graphics ports}    srcCopy                    = 0;        {where source pixel is black, force destination }                                { pixel black; where source pixel is white, force }                                { destination pixel white}    srcOr                    = 1;        {where source pixel is black, force destination }                                { pixel black; where source pixel is white, leave }                                { destination pixel unaltered}    srcXor                    = 2;        {where source pixel is black, invert destination }                                { pixel; where source pixel is white, leave }                                { destination pixel unaltered}    srcBic                    = 3;        {where source pixel is black, force destination }                                { pixel white; where source pixel is white, leave }                                { destination pixel unaltered}    notSrcCopy                    = 4;        {where source pixel is black, force destination }                                { pixel white; where source pixel is white, force }                                { destination pixel black}    notSrcOr                    = 5;        {where source pixel is black, leave destination }                                { pixel unaltered; where source pixel is white, }                                { force destination pixel black}    notSrcXor                    = 6;        {where source pixel is black, leave destination }                                { pixel unaltered; where source pixel is white, }                                { invert destination pixel}    notSrcBic                    = 7;        {where source pixel is black, leave destination }                                { pixel unaltered; where source pixel is white, }                                { force destination pixel white}    {pattern modes}    patCopy                     = 8;        {where pattern pixel is black, apply foreground }                                { color to destination pixel; where pattern pixel }                                { is white, apply background color to destination }                                { pixel}    patOr                     = 9;        {where pattern pixel is black, invert destination }                                { pixel; where pattern pixel is white, leave }                                { destination pixel unaltered}    patXor                     = 10;        {where pattern pixel is black, invert destination }                                { pixel; where pattern pixel is white, leave }                                { destination pixel unaltered}    patBic                     = 11;        {where pattern pixel is black, apply background }                                { color to destination pixel; where pattern pixel }                                { is white, leave destination pixel unaltered}    notPatCopy                     = 12;        {where pattern pixel is black, apply background }                                { color to destination pixel; where pattern pixel }                                { is white, apply foreground color to destination }                                { pixel}    notPatOr                     = 13;        {where pattern pixel is black, leave destination }                                { pixel unaltered; where pattern pixel is white, }                                { apply foreground color to destination pixel}    notPatXor                     = 14;        {where pattern pixel is black, leave destination }                                { pixel unaltered; where pattern pixel is white, }                                { invert destination pixel}    notPatBic                     = 15;        {where pattern pixel is black, leave destination }                                { pixel unaltered; where pattern pixel is white, }                                { apply background color to destination pixel}    ditherCopy                    = 64;        {add to source mode for dithering}    {pattern list resource ID for patterns in the System file}    sysPatListID = 0;Data TypesTYPE PolyPtr                    = ^Polygon;PolyHandle                    = ^PolyPtr;Polygon                     =    RECORD    polySize:                Integer;                                {size in bytes}    polyBBox:                Rect;                                {bounding rectangle}    polyPoints:                ARRAY[0..0] OF Point;                                {vertices for polygon}END;PenState =    RECORD    pnLoc:            Point;                {pen location}    pnSize:            Point;                {pen size}    pnMode:            Integer;                {pen's pattern mode}    pnPat:            Pattern;                {pen pattern}END;QDProcsPtr                    = ^QDProcs;QDProcs                    =RECORD    textProc:                    Ptr;        {text drawing}    lineProc:                    Ptr;        {line drawing}    rectProc:                    Ptr;        {rectangle drawing}    rRectProc:                    Ptr;        {roundRect drawing}    ovalProc:                    Ptr;        {oval drawing}    arcProc:                    Ptr;        {arc/wedge drawing}    rgnProc:                    Ptr;        {region drawing}    bitsProc:                    Ptr;        {bit transfer}    commentProc:                    Ptr;        {picture comment processing}    txMeasProc:                    Ptr;        {text width measurement}    getPicProc:                    Ptr;        {picture retrieval}    putPicProc:                    Ptr;        {picture saving}END;GrafVerb = (frame,paint,erase,invert,fill);PatPtr                        = ^Pattern;PatHandle                        = ^PatPtr;Pattern                        = PACKED ARRAY[0..7] OF 0..255;RoutinesManaging the Graphics PenPROCEDURE HidePen;PROCEDURE ShowPen;PROCEDURE GetPen    (VAR pt: Point);PROCEDURE GetPenState    (VAR pnState: PenState);PROCEDURE SetPenState    (pnState: PenState);PROCEDURE PenSize    (width,height: Integer);PROCEDURE PenMode     (mode: Integer);PROCEDURE PenPat    (pat: Pattern);PROCEDURE PenNormal;Changing the Background Bit PatternPROCEDURE BackPat    (pat: Pattern); Drawing LinesPROCEDURE MoveTo    (h,v: Integer);PROCEDURE Move    (dh,dv: Integer);PROCEDURE LineTo    (h,v: Integer);PROCEDURE Line    (dh,dv: Integer);Creating and Managing RectanglesPROCEDURE SetRect    (VAR r: Rect; left,top,right,bottom: Integer);PROCEDURE OffsetRect    (VAR r: Rect; dh,dv: Integer);PROCEDURE InsetRect    (VAR r: Rect; dh,dv: Integer);FUNCTION SectRect    (src1,src2: Rect; VAR dstRect: Rect): Boolean;PROCEDURE UnionRect    (src1,src2: Rect; VAR dstRect: Rect);FUNCTION PtInRect    (pt: Point; r: Rect): Boolean;PROCEDURE Pt2Rect    (pt1,pt2: Point; VAR dstRect: Rect);PROCEDURE PtToAngle    (r: Rect; pt: Point; VAR angle: Integer);FUNCTION EqualRect    (rect1,rect2: Rect): Boolean;FUNCTION EmptyRect    (r:  Rect): Boolean;Drawing RectanglesPROCEDURE FrameRect    (r: Rect);PROCEDURE PaintRect    (r: Rect);PROCEDURE FillRect    (r: Rect; pat: Pattern);PROCEDURE EraseRect    (r: Rect);PROCEDURE InvertRect    (r: Rect);Drawing Rounded RectanglesPROCEDURE FrameRoundRect    (r: Rect; ovalWidth,ovalHeight: Integer);PROCEDURE PaintRoundRect    (r: Rect; ovalWidth,ovalHeight: Integer);PROCEDURE FillRoundRect    (r: Rect; ovalWidth,ovalHeight: Integer; pat: Pattern);PROCEDURE EraseRoundRect    (r: Rect; ovalWidth,ovalHeight: Integer);PROCEDURE InvertRoundRect    (r: Rect; ovalWidth,ovalHeight: Integer);Drawing OvalsPROCEDURE FrameOval    (r: Rect);PROCEDURE PaintOval    (r: Rect);PROCEDURE FillOval    (r: Rect; pat: Pattern);PROCEDURE EraseOval    (r: Rect);PROCEDURE InvertOval    (r: Rect);Drawing Arcs and WedgesPROCEDURE FrameArc    (r: Rect; startAngle,arcAngle: Integer);PROCEDURE PaintArc    (r: Rect; startAngle,arcAngle: Integer);PROCEDURE FillArc    (r: Rect; startAngle,arcAngle: Integer; pat: Pattern);PROCEDURE EraseArc    (r: Rect; startAngle,arcAngle: Integer);PROCEDURE InvertArc    (r: Rect; startAngle,arcAngle: Integer);Creating and Managing PolygonsFUNCTION OpenPoly      : PolyHandle;PROCEDURE ClosePoly;PROCEDURE OffsetPoly    (poly: PolyHandle; dh,dv: Integer);PROCEDURE KillPoly    (poly: PolyHandle);Drawing PolygonsPROCEDURE FramePoly    (poly: PolyHandle);PROCEDURE PaintPoly    (poly: PolyHandle);PROCEDURE FillPoly    (poly: PolyHandle; pat: Pattern);PROCEDURE ErasePoly    (poly: PolyHandle);PROCEDURE InvertPoly    (poly: PolyHandle);Creating and Managing RegionsFUNCTION NewRgn     : RgnHandle;PROCEDURE OpenRgn;PROCEDURE CloseRgn    (dstRgn: rgnHandle);PROCEDURE DisposeRgn    (rgn: RgnHandle);PROCEDURE CopyRgn    (srcRgn,dstRgn: RgnHandle);PROCEDURE SetEmptyRgn    (rgn: RgnHandle);PROCEDURE SetRectRgn    (rgn: RgnHandle; left,top,right,bottom: Integer);PROCEDURE RectRgn    (rgn: RgnHandle; r: Rect);PROCEDURE OffsetRgn    (rgn: RgnHandle; dh,dv: Integer);PROCEDURE InsetRgn    (rgn: RgnHandle; dh,dv: Integer);PROCEDURE SectRgn    (srcRgnA,srcRgnB,dstRgn: RgnHandle);PROCEDURE UnionRgn    (srcRgnA,srcRgnB,dstRgn: RgnHandle);PROCEDURE DiffRgn    (srcRgnA,srcRgnB,dstRgn: RgnHandle);PROCEDURE XorRgn    (srcRgnA,srcRgnB,dstRgn: RgnHandle);FUNCTION PtInRgn    (pt: Point; rgn: RgnHandle): Boolean;FUNCTION RectInRgn    (r: Rect; rgn: RgnHandle): Boolean;FUNCTION EqualRgn    (rgnA,rgnB: RgnHandle): Boolean;FUNCTION EmptyRgn    (rgn: RgnHandle): Boolean;Drawing RegionsPROCEDURE FrameRgn    (rgn: RgnHandle);PROCEDURE PaintRgn    (rgn: RgnHandle);PROCEDURE FillRgn    (rgn: RgnHandle; pat: Pattern);PROCEDURE EraseRgn    (rgn: RgnHandle);PROCEDURE InvertRgn    (rgn: RgnHandle);Scaling and Mapping Points, Rectangles, Polygons, and RegionsPROCEDURE ScalePt    (VAR pt: Point; srcRect,dstRect: Rect);PROCEDURE MapPt    (VAR pt: Point; srcRect,dstRect: Rect);PROCEDURE MapRect    (VAR r: Rect; srcRect,dstRect: Rect);PROCEDURE MapRgn    (rgn: RgnHandle; srcRect,dstRect: Rect);PROCEDURE MapPoly    (poly: PolyHandle; srcRect,dstRect: Rect);Calculating Black-and-White FillsPROCEDURE SeedFill     (srcPtr,dstPtr: Ptr; srcRow,dstRow,height,words,seedH,seedV: Integer);PROCEDURE CalcMask     (srcPtr,dstPtr: Ptr; srcRow,dstRow,height,words: Integer);Copying ImagesPROCEDURE CopyBits    (srcBits,dstBits: BitMap; srcRect,dstRect: Rect; mode: Integer; maskRgn: RgnHandle);PROCEDURE CopyMask    (srcBits,maskBits,dstBits: BitMap; srcRect,maskRect,dstRect: Rect);PROCEDURE CopyDeepMask    (srcBits: BitMap; maskBits: BitMap; dstBits: BitMap; srcRect: Rect; maskRect: Rect; dstRect: Rect; mode: Integer; maskRgn: RgnHandle);Drawing With the Eight-Color SystemPROCEDURE ForeColor    (color: LongInt);PROCEDURE BackColor    (color: LongInt);PROCEDURE ColorBit    (whichBit: Integer);Determining Whether QuickDraw Has Finished DrawingFUNCTION QDDone     (port: GrafPtr): Boolean;Getting Pattern ResourcesFUNCTION GetPattern    (patID: Integer): PatHandle;PROCEDURE GetIndPattern    (VAR thePattern: Pattern; patListID: Integer; index: Integer);Customizing QuickDraw OperationsPROCEDURE SetStdProcs    (VAR procs: QDProcs);PROCEDURE StdText    (byteCount: Integer; textBuf: Ptr; numer,denom: Point);PROCEDURE StdLine    (newPt: Point);PROCEDURE StdRect    (verb: GrafVerb; r: Rect);PROCEDURE StdRRect    (verb: GrafVerb; r: Rect; ovalwidth,ovalHeight: Integer);PROCEDURE StdOval    (verb: GrafVerb; r: Rect);PROCEDURE StdArc    (verb: GrafVerb; r: Rect; startAngle,arcAngle: Integer);PROCEDURE StdPoly    (verb: GrafVerb; poly: PolyHandle);PROCEDURE StdRgn    (verb: GrafVerb; rgn: RgnHandle);PROCEDURE StdBits    (VAR srcBits: BitMap; VAR srcRect,dstRect: Rect; mode: Integer; maskRgn: RgnHandle);PROCEDURE StdComment    (kind,dataSize: Integer; dataHandle: Handle);FUNCTION StdTxtMeas    (byteCount: Integer; textAddr: Ptr; VAR numer, denom: Point; VAR info: FontInfo): Integer;PROCEDURE StdGetPic    (dataPtr: Ptr; byteCount: Integer);PROCEDURE StdPutPic    (dataPtr: Ptr; byteCount: Integer);C SummaryConstantsenum {    /* basic QuickDraw colors */    whiteColor                    = 30;    blackColor                    = 33;    yellowColor                    = 69;    magentaColor                      = 137;    redColor                      = 205;    cyanColor                      = 273;    greenColor                    = 341;    blueColor                     = 409;    /* source modes */    srcCopy                    = 0,        /* where source pixel is black, force destination                                 pixel black; where source pixel is white, force                                destination pixel white */    srcOr                    = 1,        /* where source pixel is black, force destination                                 pixel black; where source pixel is white, leave                                 destination pixel unaltered */    srcXor                    = 2,        /* where source pixel is black, invert destination                                pixel; where source pixel is white, leave                                 destination pixel unaltered */    srcBic                    = 3,        /* where source pixel is black, force destination                                 pixel white; where source pixel is white, leave                                destination pixel unaltered */    notSrcCopy                    = 4,        /* where source pixel is black, force destination                                pixel white; where source pixel is white, force                                destination pixel black */    notSrcOr                    = 5,        /* where source pixel is black, leave destination                                pixel unaltered; where source pixel is white,                                force destination pixel black */    notSrcXor                    = 6,        /* where source pixel is black, leave destination                                 pixel unaltered; where source pixel is white,                                 invert destination pixel*/    notSrcBic                    = 7,        /* where source pixel is black, leave destination                                pixel unaltered; where source pixel is white,                                force destination pixel white */    /* pattern modes */    patCopy                     = 8,        /* where pattern pixel is black, apply foreground                                color to destination pixel; where pattern pixel                                 is white, apply background color to destination                                 pixel */    patOr                     = 9,        /* where pattern pixel is black, invert destination                                 pixel; where pattern pixel is white, leave                                destination pixel unaltered */    patXor                     = 10;        /* where pattern pixel is black, invert destination                                pixel; where pattern pixel is white, leave                                destination pixel unaltered */    patBic                     = 11;        /* where pattern pixel is black, apply background                                color to destination pixel; where pattern pixel                                is white, leave destination pixel unaltered */    notPatCopy                     = 12;        /* where pattern pixel is black, apply background                                 color to destination pixel; where pattern pixel                                 is white, apply foreground color to destination                                 pixel */    notPatOr                     = 13;        /* where pattern pixel is black, leave destination                                pixel unaltered; where pattern pixel is white,                                apply foreground color to destination pixel */    notPatXor                     = 14;        /* where pattern pixel is black, leave destination                                 pixel unaltered; where pattern pixel is white,                                invert destination pixel */    notPatBic                     = 15;        /* where pattern pixel is black, leave destination                                 pixel unaltered; where pattern pixel is white,                                apply background color to destination pixel */    ditherCopy                    = 64,        /* add to source mode for dithering */    /* pattern list resource ID for patterns in the System file */    sysPatListID = 0};Data Typesstruct Polygon {    short        polySize;                    /* size in bytes */    Rect        polyBBox;                    /* bounding rectangle */    Point        polyPoints[1];                    /* vertices for polygon */};typedef struct Polygon Polygon;typedef Polygon *PolyPtr, **PolyHandle;struct PenState {    Point            pnLoc;                /* pen location */    Point            pnSize;                /* pen size */    short            pnMode;                /* pen's pattern mode */    Pattern            pnPat;                /* pen pattern */};typedef struct PenState PenState;struct QDProcs {    Ptr textProc;                            /* text drawing */    Ptr lineProc;                            /* line drawing */    Ptr rectProc;                            /* rectangle drawing */    Ptr rRectProc;                            /* roundRect drawing */    Ptr ovalProc;                            /* oval drawing */    Ptr arcProc;                            /* arc and wedge drawing */    Ptr polyProc;                            /* region drawing */    Ptr rgnProc;                            /* region drawing */    Ptr bitsProc;                            /* bit transfer */    Ptr commentProc;                            /* picture comment processing */    Ptr txMeasProc;                            /* text width measurement */    Ptr getPicProc;                            /* picture retrieval */    Ptr putPicProc;                            /* picture saving */};typedef struct QDProcs QDProcs;typedef QDProcs *QDProcsPtr;enum {frame,paint,erase,invert,fill};typedef unsigned char GrafVerb;struct Pattern{    unsigned char pat[8];};typedef struct Pattern Pattern;typedef Pattern *PatPtr;typedef const unsigned char *ConstPatternParam;typedef PatPtr *PatHandle;FunctionsManaging the Graphics Penpascal void HidePen    (void);pascal void ShowPen    (void);pascal void GetPen    (Point *pt);pascal void GetPenState    (PenState *pnState);pascal void SetPenState    (const PenState *pnState);pascal void PenSize    (short width, short height);pascal void PenMode    (short mode);pascal void PenPat    (ConstPatternParam pat);pascal void PenNormal    (void);Changing the Background Bit Patternpascal void BackPat    (ConstPatternParam pat); Drawing Linespascal void MoveTo    (short h, short v);pascal void Move    (short dh, short dv);pascal void LineTo    (short h, short v);pascal void Line    (short dh, short dv);Creating and Managing Rectanglespascal void SetRect    (Rect *r, short left, short top, short right, short bottom);pascal void OffsetRect    (Rect *r, short dh, short dv);pascal void InsetRect    (Rect *r, short dh, short dv);pascal Boolean SectRect    (const Rect *src1, const Rect *src2, Rect *dstRect);pascal void UnionRect    (const Rect *src1, const Rect *src2, Rect *dstRect);pascal Boolean PtInRect    (Point pt, const Rect *r);pascal void Pt2Rect    (Point pt1, Point pt2, Rect *dstRect);pascal void PtToAngle    (const Rect *r, Point pt, short *angle);pascal Boolean EqualRect    (const Rect *rect1, const Rect *rect2);pascal Boolean EmptyRect    (const Rect *r);Drawing Rectanglespascal void FrameRect    (const Rect *r);pascal void PaintRect    (const Rect *r);pascal void FillRect    (const Rect *r, ConstPatternParam pat);pascal void EraseRect    (const Rect *r);pascal void InvertRect    (const Rect *r);Drawing Rounded Rectanglespascal void FrameRoundRect    (const Rect *r, short ovalWidth, short ovalHeight);pascal void PaintRoundRect    (const Rect *r, short ovalWidth,short ovalHeight);pascal void FillRoundRect    (const Rect *r, short ovalWidth,short ovalHeight, ConstPatternParam pat);pascal void EraseRoundRect    (const Rect *r, short ovalWidth, short ovalHeight);pascal void InvertRoundRect(const Rect *r, short ovalWidth,short ovalHeight);Drawing Ovalspascal void FrameOval    (const Rect *r);pascal void PaintOval    (const Rect *r);pascal void FillOval    (const Rect *r, ConstPatternParam pat);pascal void EraseOval    (const Rect *r);pascal void InvertOval    (const Rect *r);Drawing Arcs and Wedgespascal void FrameArc    (const Rect *r, short startAngle,short arcAngle);pascal void PaintArc    (const Rect *r, short startAngle,short arcAngle);pascal void FillArc    (const Rect *r, short startAngle, short arcAngle, ConstPatternParam pat);pascal void EraseArc    (const Rect *r, short startAngle,short arcAngle);pascal void InvertArc    (const Rect *r, short startAngle,short arcAngle);Creating and Managing Polygonspascal PolyHandle OpenPoly    (void);pascal void ClosePoly    (void);pascal void OffsetPoly    (PolyHandle poly, short dh, short dv);pascal void KillPoly    (PolyHandle poly);Drawing and Painting Polygonspascal void FramePoly    (PolyHandle poly);pascal void PaintPoly    (PolyHandle poly);pascal void FillPoly    (PolyHandle poly, ConstPatternParam pat);pascal void ErasePoly    (PolyHandle poly);pascal void InvertPoly    (PolyHandle poly);Creating and Managing Regionspascal RgnHandle NewRgn    (void);pascal void OpenRgn    (void);pascal void CloseRgn    (RgnHandle dstRgn);pascal void DisposeRgn    (RgnHandle rgn);pascal void CopyRgn    (RgnHandle srcRgn, RgnHandle dstRgn);pascal void SetEmptyRgn    (RgnHandle rgn);pascal void SetRectRgn    (RgnHandle rgn, short left, short top, short right, short bottom);pascal void RectRgn    (RgnHandle rgn, const Rect *r);pascal void OffsetRgn    (RgnHandle rgn, short dh, short dv);pascal void InsetRgn    (RgnHandle rgn, short dh, short dv);pascal void SectRgn    (RgnHandle srcRgnA, RgnHandle srcRgnB,RgnHandle dstRgn);pascal void UnionRgn    (RgnHandle srcRgnA, RgnHandle srcRgnB,RgnHandle dstRgn);pascal void DiffRgn    (RgnHandle srcRgnA, RgnHandle srcRgnB,RgnHandle dstRgn);pascal void XorRgn    (RgnHandle srcRgnA, RgnHandle srcRgnB, RgnHandle dstRgn);pascal Boolean PtInRgn    (Point pt, RgnHandle rgn);pascal Boolean RectInRgn    (const Rect *r, RgnHandle rgn);pascal Boolean EqualRgn    (RgnHandle rgnA, RgnHandle rgnB);pascal Boolean EmptyRgn    (RgnHandle rgn);Drawing Regionspascal void FrameRgn    (RgnHandle rgn);pascal void PaintRgn    (RgnHandle rgn);pascal void FillRgn    (RgnHandle rgn, ConstPatternParam pat);pascal void EraseRgn    (RgnHandle rgn);pascal void InvertRgn    (RgnHandle rgn);Scaling and Mapping Points, Rectangles, Polygons, and Regionspascal void ScalePt    (Point *pt, const Rect *srcRect,const Rect *dstRect);pascal void MapPt    (Point *pt, const Rect *srcRect,const Rect *dstRect);pascal void MapRect    (Rect *r, const Rect *srcRect,const Rect *dstRect);pascal void MapRgn    (RgnHandle rgn, const Rect *srcRect,const Rect *dstRect);pascal void MapPoly    (PolyHandle poly, const Rect *srcRect,const Rect *dstRect);Calculating Black-and-White Fillspascal void SeedFill    (const void *srcPtr, void *dstPtr, short srcRow, short dstRow, short height,short words, short seedH, short seedV);pascal void CalcMask    (const void *srcPtr, void *dstPtr, short srcRow, short dstRow, short height,short words);Copying Imagespascal void CopyBits    (const BitMap *srcBits, const BitMap *dstBits, const Rect *srcRect, const Rect *dstRect, short mode, RgnHandle maskRgn);pascal void CopyMask    (const BitMap *srcBits, const BitMap *maskBits, const BitMap *dstBits, const Rect *srcRect, const Rect *maskRect, const Rect *dstRect);pascal void CopyDeepMask    (const BitMap *srcBits, const BitMap *maskBits, const BitMap *dstBits, const Rect *srcRect, const Rect *maskRect, const Rect *dstRect, short mode, RgnHandle maskRgn);Drawing With the Eight-Color Systempascal void ForeColor    (long color);pascal void BackColor    (long color);pascal void ColorBit    (short whichBit);Determining Whether QuickDraw Has Finished Drawingpascal Boolean QDDone    (GrafPtr port);Getting Pattern Resourcespascal PatHandle GetPattern(short patternID);pascal void GetIndPattern    (Pattern thePat, short patternListID, short index);Customizing QuickDraw Operationspascal void SetStdProcs    (QDProcs *procs);pascal void StdText    (short count, const void *textAddr, Point numer, Point denom);pascal void StdLine    (Point newPt);pascal void StdRect    (GrafVerb verb, const Rect *r);pascal void StdRRect    (GrafVerb verb, const Rect *r, short ovalWidth, short ovalHeight);pascal void StdOval    (GrafVerb verb, const Rect *r);pascal void StdArc    (GrafVerb verb, const Rect *r, short startAngle, short arcAngle);pascal void StdPoly    (GrafVerb verb, PolyHandle poly);pascal void StdRgn    (GrafVerb verb, RgnHandle rgn);pascal void StdBits    (const BitMap *srcBits, const Rect *srcRect, const Rect *dstRect,short mode, RgnHandle maskRgn);pascal void StdComment    (short kind, short dataSize, Handle dataHandle);pascal short StdTxtMeas    (short byteCount, const void *textAddr, Point *numer, Point *denom, FontInfo *info);pascal void StdGetPic    (void *dataPtr, short byteCount);pascal void StdPutPic    (const void *dataPtr, short byteCount);Assembly-Language SummaryData StructuresPolygon Data Structure0    polySize    word    total bytes in this structure    2    polyBBox    8 bytes    bounding rectangle    10    polyPoints    variable    vertices, each consisting of a long (point)    PenState Data Structure0    psLoc    long    pen location    4    psSize    long    pen size    8    psMode    word    pattern mode    10    psPat    8 bytes    pattern    QDProcs Data Structure0    textProc    long    pointer to text-drawing routine    4    lineProc    long    pointer to line-drawing routine    8    rectProc    long    pointer to rectangle-drawing routine    12    rRectProc    long    pointer to rounded rectangle–drawing routine    16    ovalProc    long    pointer to oval-drawing routine    20    arcProc    long    pointer to arc/wedge-drawing routine    24    polyProc    long    pointer to polygon-drawing routine    28    rgnProc    long    pointer to region-drawing routine    32    bitsProc    long    pointer to bit transfer routine    36    commentProc    long    pointer to picture comment–processing routine    40    txMeasProc    long    pointer to text-width measurement routine    44    getPicProc    long    pointer to picture retrieval routine    48    putPicProc    long    pointer to picture-saving routine    Trap Macro Requiring Routine Selector_QDExtensionsSelector    Routine    $00040013    QDDone    Global Variablesblack    All-black pattern.    dkGray    75% gray pattern.    gray    50% gray pattern.    ltGray    25% gray pattern.    white    All-white pattern.    Listing 4-0Table 4-0Color QuickDrawContentsAbout Color QuickDraw4-4RGB Colors4-4The Color Drawing Environment: Color Graphics Ports4-5Pixel Maps4-9Pixel Patterns4-12Color QuickDraw’s Translation of RGB Colors to Pixel Values4-13Colors on Grayscale Screens4-17Using Color QuickDraw4-18Initializing Color QuickDraw4-19Creating Color Graphics Ports4-20Drawing With Different Foreground Colors4-21Drawing With Pixel Patterns4-23Copying Pixels Between Color Graphics Ports4-26Boolean Transfer Modes With Color Pixels4-32Dithering4-37Arithmetic Transfer Modes4-38Highlighting4-41Color QuickDraw Reference4-44Data Structures4-45Color QuickDraw Routines4-63Opening and Closing Color Graphics Ports4-63Managing a Color Graphics Pen4-67Changing the Background Pixel Pattern4-68Drawing With Color QuickDraw Colors4-70Determining Current Colors and Best Intermediate Colors4-79Calculating Color Fills4-82Creating, Setting, and Disposing of Pixel Maps4-85Creating and Disposing of Pixel Patterns4-87Creating and Disposing of Color Tables4-91Retrieving Color QuickDraw Result Codes4-94Customizing Color QuickDraw Operations4-96Reporting Data Structure Changes to QuickDraw4-97Application-Defined Routine4-101Resources4-102The Pixel Pattern Resource4-103The Color Table Resource4-104The Color Icon Resource4-105Summary of Color QuickDraw4-107Pascal Summary4-107Constants4-107Data Types4-109Color QuickDraw Routines4-113Application-Defined Routine4-115C Summary4-115Constants4-115Data Types4-118Color QuickDraw Functions4-122Application-Defined Function4-124Assembly-Language Summary4-124Data Structures4-124Result Codes4-128Color QuickDrawThis chapter describes Color QuickDraw, the version of QuickDraw that provides a range of color and grayscale capabilities to your application. You should read this chapter if your application needs to use shades of gray or more colors than the eight predefined colors provided by basic QuickDraw.Read this chapter to learn how to set up and manage a color graphics port—the sophisticated drawing environment available on Macintosh computers that support Color QuickDraw. You should also read this chapter to learn how to draw using many more colors than are available with basic QuickDraw’s eight-color system.Color QuickDraw supports all of the routines described in the previous chapters of this book. For a color graphics port, for example, you can use the ScrollRect and SetOrigin procedures, which are described in the chapter “Basic QuickDraw.” Furthermore, you can use the drawing routines described in the chapter “QuickDraw Drawing” to draw with the sophisticated color and grayscale capabilities available to color graphics ports. For example, after creating an RGBColor record that describes a medium shade of green, you can use the Color QuickDraw procedure RGBForeColor to make that color the foreground color. Then, when you use the FrameRect procedure, Color QuickDraw draws the outline for your rectangle with your specified shade of green.To prevent the choppiness that can occur when you build a complex color image onscreen, your application typically should prepare the image in an offscreen graphics world and then copy it to an onscreen color graphics port as described in the chapter “Offscreen Graphics Worlds.” If you want to optimize your application’s drawing for screens with different color capabilities, see the chapter “Graphics Devices.”This chapter describes color graphics ports and Color QuickDraw’s routines for drawing in color. For many applications, Color QuickDraw provides a device-independent interface: draw colors in the color graphics port for a window, and Color QuickDraw automatically manages the path to the screen. If your application needs more control over its color environment, Macintosh system software provides additional graphics managers to enhance your application’s color-handling abilities. These managers are described in Inside Macintosh: Advanced Color Imaging, which shows you how ton    manage color selection across a variety of indexed devices by using the Palette Managern    solicit color choices from users by using the Color Pickern    match colors between the screen and other devices—such as scanners and printers—by using the ColorSync Utilities n    directly manipulate the fields of the CLUT on an indexed device—although most applications should never need to do so—by using the Color Manager About Color QuickDrawColor QuickDraw is a collection of system software routines that your application can use to display hundreds, thousands, even millions of colors on capable screens. Color QuickDraw is available on all newer models of Macintosh computers; only those older computers based on the Motorola 68000 processor provide no support for Color QuickDraw.Color QuickDraw performs its operations in a graphics port called a color graphics port, which is based on a data structure of type CGrafPort. As with basic graphics ports (which are based on a data structure of type GrafPort), each color graphics port has its own local coordinate system. All fields in a CGrafPort record are expressed in these coordinates, and all calculations and actions that Color QuickDraw performs use its local coordinate system.As described in the chapter “QuickDraw Drawing,” you can draw into a basic graphics port using eight predefined colors. With a color graphics port, however, you can define your own colors with which to draw. With Color QuickDraw, your application works in an abstract color space defined by three axes of red, green, and blue (RGB). Although the range of colors actually available to your application depends on the user’s computer system, Color QuickDraw provides a consistent way for your application to deal with color, regardless of the characteristics of your user’s screen and software configuration.RGB ColorsWhen using Color QuickDraw, you specify colors as RGB colors. An RGB color is defined by its red, green, and blue components. For example, when each of the red, green, and blue components of a color is at maximum intensity ($FFFF), the result is the color white. When each of the components has zero intensity ($0000), the result is the color black.You specify a color to Color QuickDraw by creating an RGBColor record in which you use three 16-bit unsigned integers to assign intensity values for the three additive primary colors. The RGBColor data type is defined as follows.TYPE RGBColor = RECORD    red:             Integer;                {red component}    green:            Integer;                {green component}    blue:            Integer;                {blue component}END;When you specify an RGB color in an RGBColor record and then draw with that color, Color QuickDraw translates that color to the various indexed or direct devices that your user may be using. For example, your application can use Color QuickDraw to display images containing up to 256 different colors on indexed devices. An indexed device is a graphics device—that is, a plug-in video card, a video interface built into a Macintosh computer, or an offscreen graphics world—that supports up to 256 colors in a color lookup table. Indexed devices support pixels of 1-bit, 2-bit, 4-bit, or 8-bit depths. On indexed devices, each pixel is represented in memory by an index to the graphics device’s color lookup table (also known as the CLUT), where the currently available colors are stored. Such images, although limited in hue, take up relatively small amounts of memory. Color QuickDraw, working with the Color Manager, automatically matches the color your application specifies to the closest available color in the CLUT. Your application can use the Palette Manager, described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging, to exercise greater control of the colors in the CLUT. Note, however, that some Macintosh computers—such as black-and-white and grayscale PowerBook computers—have a fixed CLUT, which your application cannot change.On direct devices, your application can use Color QuickDraw to display images containing thousands or millions of different colors. A direct device is a graphics device that supports up to 16 million colors having a direct correlation between a value placed in the graphics device and the color displayed onscreen. On attached direct devices, each pixel is represented in memory by the most significant bits of the actual red, green, and blue component values specified in an RGBColor record by your application. Other output devices may render colors that differ from RGB colors; for example, many color printers work with CMYK (cyan, magenta, yellow, and black) colors. See Inside Macintosh: Advanced Color Imaging for information about color matching between screens, which use RGB colors, and devices—like printers—that use CMYK or other colors.The Color Drawing Environment: Color Graphics PortsA color graphics port defines a complete drawing environment that determines where and how color graphics operations take place. As with basic graphics ports, you can open many color graphics ports at once. Each color graphics port has its own local coordinate system, drawing pattern, background pattern, pen size and location, foreground color, background color, and pixel map. Using the SetPort procedure (described in the chapter “Basic QuickDraw”), or the SetGWorld procedure (described in the chapter “Offscreen Graphics Worlds”), you can instantly switch from one color or basic graphics port to another.When you use Window Manager and Dialog Manager routines and resources to create color windows, dialog boxes, and alert boxes, these managers automatically create color graphics ports for you. As described in Inside Macintosh: Macintosh Toolbox Essentials, for example, a color graphics port is automatically created when you use the Window Manager function GetNewCWindow or NewCWindow. Color graphics ports are automatically created when your application provides the color-aware resources 'dctb' and 'actb' and then uses the Dialog Manager routines GetNewDialog and Alert.A color graphics port is defined by a CGrafPort record, which is diagrammed in Figure 4-1. Some aspects of its contents are discussed after the figure; see page 4-48 for a complete description of the fields. Your application generally should not directly set any fields of a CGrafPort record; instead you should use the QuickDraw routines described in this book to manipulate them.Figure 4-1    The color graphics portTable 4-3 on page 4-64 shows initial values for a CGrafPort record. A CGrafPort record is the same size as a GrafPort record (described in the chapter “Basic QuickDraw”), and most of the fields are identical for these two records. The important differences between these two data types are listed here:n    In a GrafPort record, the portBits field contains a complete 14-byte BitMap record. In a CGrafPort record, this field is partly replaced by the 4-byte portPixMap field; this field contains a handle to a PixMap record. n    In what would be the rowBytes field of the BitMap record stored in the portBits field of a GrafPort record, a CGrafPort record has a 2-byte portVersion field in which the 2 high bits are always set. QuickDraw uses these bits to distinguish CGrafPort records from GrafPort records, in which the 2 high bits of the rowBytes field are always clear.n    Following the portVersion field in the CGrafPort record is the grafVars field, which contains a handle to a GrafVars record; this handle is not included in a GrafPort record. The GrafVars record contains color information used by Color QuickDraw and the Palette Manager.n    In a GrafPort record, the bkPat, pnPat, and fillPat fields hold 8-byte bit patterns. In a CGrafPort record, these fields are partly replaced by three 4-byte handles to pixel patterns. The resulting 12 bytes of additional space are taken up by the rgbFgColor and rgbBkColor fields, which contain 6-byte RGBColor records specifying the optimal foreground and background colors for the color graphics port. Note that the closest matching available colors, which Color QuickDraw actually uses for the foreground and background, are stored in the fgColor and bkColor fields of the CGrafPort record.n    In a GrafPort record, you can supply the grafProcs field with a pointer to a QDProcs record that your application can store into if you want to customize QuickDraw drawing routines or use QuickDraw in other advanced, highly specialized ways. If you supply custom QuickDraw drawing routines in a CGrafPort record, you must provide this field with a pointer to a data structure of type CQDProcs.Working with a CGrafPort record is much like using a GrafPort record. The routines SetPort, GetPort, PortSize, SetOrigin, SetPortBits, and MovePortTo operate on either port type, and the global variable ThePort points to the current graphics port no matter which type it is. (Remember that drawing always takes place in the current graphics port.) These routines are described in the chapter “Basic QuickDraw.”If you find it necessary, you can use type coercion to convert between GrafPtr and CGrafPtr records. For example:VAR myPort: CGrafPtr;SetPort (GrafPtr(myPort));NoteYou can use all QuickDraw drawing commands when drawing into a graphics port created with a CGrafPort record, and you can use all Color QuickDraw drawing commands (such as FillCRect) when drawing into a graphics port created with a GrafPort record. However, Color QuickDraw drawing commands used with a GrafPort record don’t take advantage of Color QuickDraw’s color features.uWhile the CGrafPort record contains information for a color window, there can be many windows on a screen, and even more than one screen. The GDevice record, described in the chapter “Graphics Devices,” is the data structure that holds state information about a graphics device—such as the size of its boundary rectangle and whether the device is indexed or direct. Like the graphics port, the GDevice record is created automatically for you: QuickDraw uses information supplied by the Slot Manager to create a GDevice record for each graphics device found during startup. Many applications can let Color QuickDraw manage multiple screens of differing pixel depths. If your application needs more control over graphics device management—if your application needs certain screen depths to function effectively, for example—you can use the routines described in the chapter “Graphics Devices.”Pixel MapsThe portPixMap field of a CGrafPort record contains a handle to a pixel map, a data structure of type PixMap. Just as basic QuickDraw does all of its drawing in a bitmap, Color QuickDraw draws in a pixel map. The representation of a color image in memory is a pixel image, analogous to the bit image used by basic QuickDraw. A PixMap record includes a pointer to a pixel image, its dimensions, storage format, depth, resolution, and color usage. The pixel map is diagrammed in Figure 4-2. Some aspects of its contents are discussed after the figure; see page 4-46 for a complete description of its fields.Figure 4-2    The pixel mapThe baseAddr field of a PixMap record contains a pointer to the beginning of the onscreen pixel image for a pixel map. The pixel image that appears on a screen is normally stored on a graphics card rather than in main memory. (There can be several pixel maps pointing to the same pixel image, each imposing its own coordinate system on it.) As with a bitmap, the pixel map’s boundary rectangle is initially set to the size of the main screen. However, you should never use a pixel map’s boundary rectangle to determine the size of the screen; instead use the value of the gdRect field of the GDevice record for the screen, as described in the chapter “Graphics Devices” in this book.The number of bits per pixel in the pixel image is called the pixel depth. Pixels on indexed devices can be 1, 2, 4, or 8 bits deep. (A pixel image that is 1 bit deep is equivalent to a bit image.) Pixels on direct devices can be 16 or 32 bits deep. (Even if your application creates a basic graphics port on a direct device, pixels are never less than one of these two depths.) When a user uses the Monitors control panel to set a 16-bit or 32-bit direct device to use 2, 4, 16, or 256 colors as a grayscale or color device, the direct device creates a CLUT and operates like an indexed device.When your application specifies an RGB color for some pixel in a pixel image, Color QuickDraw translates that color into a value appropriate for display on the user’s screen; Color QuickDraw stores this value in the pixel. The pixel value is a number used by system software and a graphics device to represent a color. The translation from the color you specify in an RGBColor record to a pixel value is performed at the time you draw the color. The process differs for indexed and direct devices, as described here.n    When drawing on indexed devices, Color QuickDraw calls the Color Manager to supply the index to the color that most closely matches the requested color in the current device’s CLUT. This index becomes the pixel value for that color. n    When drawing on direct devices, Color QuickDraw truncates the least significant bits from the red, green, and blue fields of the RGBColor record. This becomes the pixel value that Color QuickDraw sends to the graphics device.This process is described in greater detail in “Color QuickDraw’s Translation of RGB Colors to Pixel Values” beginning on page 4-13.The hRes and vRes fields of the PixMap record describe the horizontal and vertical resolution of the image in pixels per inch, abbreviated as dpi (dots per inch). The values for these fields are of type Fixed; by default, the value for each is $00480000 (for 72 dpi), but Color QuickDraw supports PixMap records of other resolutions. For example, PixMap records for scanners and frame grabbers can have dpi resolutions of 150, 200, 300, or greater.The pixelType field of the PixMap record specifies the format—indexed or direct—used to hold the pixels in the image. For indexed devices the value is 0; for direct devices it is 16 (which can be represented by the constant RGBDirect).The pixelSize field specifies the pixel depth. Indexed devices can be 1, 2, 4, or 8 bits deep; direct devices can be 16 or 32 bits deep.The cmpCount and cmpSize fields describe how the pixel values are organized. For pixels on indexed devices, the color component count (stored in the cmpCount field) is 1—for the index into the graphics device’s CLUT, where the colors are stored. For pixels on direct devices, the color component count is 3—for the red, green, and blue components of each pixel.The cmpSize field specifies how large each color component is. For indexed devices it is the same value as that in the pixelSize field: 1, 2, 4, or 8 bits. For direct pixels, each of the three color components can be either 5 bits for a 16-bit pixel (1 of these 16 bits is unused), or 8 bits for a 32-bit pixel (8 of these 32 bits are unused).The planeBytes field specifies an offset in bytes from one plane to another. Since Color QuickDraw doesn’t support multiple-plane images, the value of this field is always 0.Finally, the pmTable field contains a handle to the ColorTable record. Color tables define the colors available for pixel images on indexed devices. (The Color Manager stores a color table for the currently available colors in the graphics device’s CLUT; you can use the Palette Manager to assign different color tables to your different windows.) You can create color tables using either ColorTable records (described on page 4-56) or color table ('clut') resources (described on page 4-104). Pixel images on direct devices don’t need a color table because the colors are stored right in the pixel values; in such cases the pmTable field points to a dummy color table.NoteThe pixel map for a window’s color graphics port always consists of the pixel depth, color table, and boundary rectangle of the main screen, even if the window is created on or moved to an entirely different screen.uPixel PatternsColor QuickDraw supplements the black-and-white patterns of basic QuickDraw with pixel patterns, which can use colors at any pixel depth and can be of any width and height that’s a power of 2. A pixel pattern defines a repeating design (such as stripes of different colors) or a color otherwise unavailable on indexed devices. For example, if your application draws to an indexed device that supports 4 bits per pixel, your application has 16 colors available if it simply sets the foreground color and draws. However, if your application uses the MakeRGBPat procedure to create patterns that use these 16 colors in various combinations, and then draws using that pattern, your application can effectively have as many as 125 approximated colors at its disposal. For example, you can specify a purple color to MakeRGBPat, which creates a pattern that mixes blue and red pixels.As with bit patterns (described in the chapter “QuickDraw Drawing”), your application can use pixel patterns to draw lines and shapes on the screen. In a color graphics port, the graphics pen has a pixel pattern specified in the pnPixPat field of the CGrafPort record. This pixel pattern acts like the ink in the pen; the pixels in the pattern interact with the pixels in the pixel map according to the pattern mode of the graphics pen. When you use the FrameRect, FrameRoundRect, FrameArc, FramePoly, FrameRgn, PaintRect, PaintRoundRect, PaintArc, PaintPoly, and PaintRgn procedures (described in the chapter “QuickDraw Drawing”) to draw shapes, these procedures draw the shape with the pattern specified in the pnPixPat field. Initially, every graphics pen is assigned an all-black pattern, but you can use the PenPixPat procedure to assign a different pixel pattern to the graphics pen.You can use the FillCRect, FillCRoundRect, FillCArc, FillCPoly, and FillCRgn procedures (described later in this chapter) to draw shapes with a pixel pattern other than the one specified in the pnPixPat field. When your application uses one of these procedures, the procedure stores the pattern your application specifies in the fillPixPat field of the CGrafPort record and then calls a low-level drawing routine that gets the pattern from that field.Each graphics port also has a background pattern that’s used when an area is erased (for example, by the EraseRect, EraseRoundRect, EraseArc, ErasePoly, and EraseRgn procedures, described in the chapter “QuickDraw Drawing”) and when pixels are scrolled out of an area by the ScrollRect procedure, described in the chapter “Basic QuickDraw.” Every color graphics port stores a background pixel pattern in the bkPixPat field of its CGrafPort record. Initially, every graphics port is assigned an all-white background pattern, but you can use the BackPixPat procedure to assign a different pixel pattern.You can create your own pixel patterns in your program code, but it’s usually simpler and more convenient to store them in resources of type 'ppat'.Each pixel map has its own color table; therefore, pixel patterns can consist of any number of colors, and they don’t usually require the graphics port’s foreground and background colors to have particular values. NoteColor QuickDraw also supports bit patterns. When used in a CGrafPort record, such patterns are limited to 8-by-8 bit dimensions and are always drawn using the values in the fgColor and bkColor fields of the CGrafPort record.uColor QuickDraw’s Translation of RGB Colors to Pixel ValuesWhen using Color QuickDraw, your application refers to a color only through the three 16-bit fields of a 48-bit RGBColor record; you use these fields to specify the red, green, and blue components of your desired color. When your application draws into a pixel map, Color QuickDraw and the Color Manager translate your RGBColor records into pixel values; these pixel values are sent to your users’ graphics devices, which display the pixels accordingly. Your application never needs to handle pixel values. However, to clarify the relation between your application’s 48-bit RGBColor records and the pixels that are actually displayed, this section presents some examples of how Color QuickDraw derives pixel values from your RGBColor records.Indexed devices were introduced to support—with minimal memory requirements—the color capabilities of the Macintosh II computer. The pixel value for any color on an indexed device is represented by a single byte. Each byte contains an index number that specifies one of 256 colors available on the device’s CLUT. This index number is the pixel value for the pixel. (Some indexed devices support 1-bit, 2-bit, or 4-bit pixel values, resulting in tables containing 2, 4, or 16 colors, respectively, as shown in Plate 1 in the front of this book.)To obtain an 8-bit pixel value from the 48-bit RGBColor record specified by your application, Color QuickDraw calls on the Color Manager to determine the closest RGB color stored in the CLUT on the current device. The index number to that color is then stored in the 8-bit pixel. For example, the RGBColor record for a medium green pixel is represented on the left side of Figure 4-3. An application might create such a record and pass it to the RGBForeColor procedure, which sets the foreground color for drawing. In system software’s standard 8-bit color lookup table (which is defined in a 'clut' resource with the resource ID of 8), the closest color to that medium green is stored as table entry 161. When the next pixel is drawn, this index number is stored in the pixel image as the pixel value.Figure 4-3    Translating a 48-bit RGBColor record to an 8-bit pixel value on an indexed deviceThe application might later use the GetCPixel procedure to determine the color of a particular pixel. As shown in Figure 4-4, the Color Manager uses the index number stored as the pixel value to find the 48-bit RGBColor record stored in the CLUT for that pixel’s color—which, as with the medium green in this example, is not necessarily the exact color first specified by the application. The difference, however, is imperceptible.Figure 4-4    Translating an 8-bit pixel value on an indexed device to a 48-bit RGBColor recordDirect devices support 32-bit and 16-bit pixel values. Direct devices do not use tables to store and look up colors, nor do their pixel values consist of index numbers. For each pixel on a direct device, Color QuickDraw instead derives the pixel value by concatenating the values of the red, green, and blue fields of an RGBColor record. As shown in Figure 4-5, Color QuickDraw converts a 48-bit RGBColor record into a 32-bit pixel value by storing the most significant 8 bits of each 16-bit field of the RGBColor record into the lower 3 bytes of the pixel value, leaving 8 unused bits in the high byte of the pixel value.Figure 4-5    Translating a 48-bit RGBColor record to a 32-bit pixel value on a direct deviceColor QuickDraw converts a 48-bit RGBColor record into a 16-bit pixel value by storing the most significant 5 bits of each 16-bit field of the RGBColor record into the lower 15 bits of the pixel value, leaving an unused high bit, as shown in Figure 4-6.Figure 4-6    Translating a 48-bit RGBColor record to a 16-bit pixel value on a direct deviceFigure 4-7 shows how Color QuickDraw expands a 32-bit pixel value to a 48-bit RGBColor record by dropping the unused high byte of the pixel value and doubling each of its 8-bit components. Note that the resulting 48-bit value differs in the least significant 8 bits of each component from the original RGBColor record in Figure 4-5.Figure 4-7    Translating a 32-bit pixel value to a 48-bit RGBColor recordFigure 4-8 shows how Color QuickDraw expands a 16-bit pixel value to a 48-bit RGBColor record by dropping the unused high bit of the pixel value and inserting three copies of each 5-bit component and a copy of the most significant bit into each 16-bit field of the RGBColor record. Note that the result differs (in the least significant 11 bits of each component) from the original 48-bit value in Figure 4-5. The difference, however, is imperceptible.Figure 4-8    Translating a 16-bit pixel value to a 48-bit RGBColor recordColors on Grayscale ScreensWhen Color QuickDraw displays a color on a grayscale screen, it computes the luminance, or intensity of light, of the desired color and uses that value to determine the appropriate gray value to draw. A grayscale graphics device can be a color graphics device that the user sets to grayscale by using the Monitors control panel; for such a graphics device, Color QuickDraw places an evenly spaced set of grays, forming a linear ramp from white to black, in the graphics device’s CLUT. (When a user uses the Monitors control panel to set a 16-bit or 32-bit direct device to use 2, 4, 16, or 256 colors as a grayscale or color device, the direct device creates a CLUT and operates like an indexed device.)By using the GetCTable function, described on page 4-92, your application can obtain the default color tables for various graphics devices, including grayscale devices.Using Color QuickDrawTo use Color QuickDraw, you generallyn    initialize QuickDrawn    create a color window into which your application can drawn    create RGBColor records to define your own foreground and background colors n    create pixel pattern ('ppat') resources to define your own colored patterns n    use these colors and pixel patterns for drawing with the graphics pen, for filling as the background pattern, and for filling into shapesn    use the basic QuickDraw routines previously described in this book to perform all other onscreen graphics port manipulations and calculationsThis section gives an overview of routines that your application typically calls while using Color QuickDraw. Before calling these routines, however, your application should test for the existence of Color QuickDraw by using the Gestalt function with the gestaltQuickDrawVersion selector. The Gestalt function returns a 4-byte value in its response parameter; the low-order word contains QuickDraw version data. In that low-order word, the high-order byte gives the major revision number and the low-order byte gives the minor revision number. If the value returned in the response parameter is equal to the value of the constant gestalt32BitQD13, then the system supports the System 7 version of Color QuickDraw. Listed here are the various constants, and the values they represent, that indicate earlier versions of Color QuickDraw. CONST    gestalt8BitQD                        = $100;            {8-bit Color QD}    gestalt32BitQD                        = $200;            {32-bit Color QD}    gestalt32BitQD11                        = $210;            {32-bit Color QDv1.1}    gestalt32BitQD12                        = $220;            {32-bit Color QDv1.2}    gestalt32BitQD13                        = $230;            {System 7: 32-bit Color QDv1.3}Your application can also use the Gestalt function with the selector gestaltQuickDrawFeatures to determine whether the user’s system supports various Color QuickDraw features. If the bits indicated by the following constants are set in the response parameter, then the features are available:CONST    gestaltHasColor                                 = 0;        {Color QuickDraw is present}    gestaltHasDeepGWorlds                                = 1;        {GWorlds deeper than 1 bit}    gestaltHasDirectPixMaps                                = 2;        {PixMaps can be direct--16 or }                                            { 32 bit}    gestaltHasGrayishTextOr                                = 3;        {supports text mode }                                            { grayishTextOr}When testing for the existence of Color QuickDraw, your application should test the response to the gestaltQuickDrawVersion selector (rather than test for the result gestaltHasColor, which is unreliable, from the gestaltQuickDrawFeatures selector). The support for offscreen graphics worlds indicated by the gestaltHasDeepGWorlds response to the gestaltQuickDrawVersion selector is described in the chapter “Offscreen Graphics Worlds.” The support for the text mode indicated by the gestaltHasGrayishTextOr response is described in the chapter “QuickDraw Text” in Inside Macintosh: Text. For more information about the Gestalt function, see the chapter “Gestalt Manager” in Inside Macintosh: Operating System Utilities.Initializing Color QuickDrawTo initialize Color QuickDraw, use the InitGraf procedure, described in the chapter “Basic QuickDraw.” Besides initializing basic QuickDraw, this procedure initializes Color QuickDraw on computers that support it.In addition to InitGraf, all other basic QuickDraw routines work with Color QuickDraw. For example, you can use the GetPort procedure to save the current color graphics port, and you can use the CopyBits procedure to copy an image between two different color graphics ports. See the chapters “Basic QuickDraw” and “QuickDraw Drawing” for descriptions of additional routines that you can use with Color QuickDraw.Creating Color Graphics PortsAll graphics operations are performed in graphics ports. Before a color graphics port can be used, it must be allocated with the OpenCPort procedure and initialized with the InitCPort procedure. Normally, your application does not call these procedures directly. Instead, your application creates a color graphics port by using the GetNewCWindow or NewCWindow function (described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials) or the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book). These functions automatically call OpenCPort, which in turn calls InitCPort.Listing 4-1 shows a simplified application-defined procedure called DoNew that uses the Window Manager function GetNewCWindow to create a color graphics port. Listing 4-1    Using the Window Manager to create a color graphics portPROCEDURE DoNew (VAR window: WindowPtr);VAR    windStorage:                    Ptr;        {memory for window record}BEGIN    window := NIL;    {allocate memory for window record from previously allocated block}    windStorage := MyPtrAllocationProc;    IF windStorage <> NIL THEN                                    {memory allocation succeeded}    BEGIN        IF gColorQDAvailable THEN                                 {use Gestalt to determine color availability}            window := GetNewCWindow(rDocWindow, windStorage, WindowPtr(-1))        ELSE                {create a basic graphics port for a black-and-white screen}            window := GetNewWindow(rDocWindow, windStorage, WindowPtr(-1));    END;    IF (window <> NIL) THEN         SetPort(window);END;You can use GetNewCWindow to create color graphics ports whether or not a color monitor is currently installed. So that most of your window-handling code can handle color windows and black-and-white windows identically, GetNewCWindow returns a pointer of type WindowPtr (not of type CWindowPtr). A window pointer points to a window record (WindowRecord), which contains a GrafPort record. If you need to check the fields of the color graphics port associated with a window, you can coerce the pointer to the GrafPort record into a pointer to a CGrafPort record.You can allow GetNewCWindow to allocate the memory for your window record and its associated basic graphics port. You can maintain more control over memory use, however, by allocating the memory yourself from a block allocated for such purposes during your own initialization routine, and then passing the pointer to GetNewWindow, as shown in Listing 4-1.To dispose of a color graphics port when you are finished using a color window, you normally use the DisposeWindow procedure (if you let the Window Manager allocate memory for the window) or the CloseWindow procedure (if you allocated memory for the window). If you use the CloseWindow procedure, you also dispose of the window record containing the graphics port by calling the Memory Manager procedure DisposePtr. You use the DisposeGWorld procedure when you are finished with a color graphics port for an offscreen graphics world.Drawing With Different Foreground ColorsYou can set the foreground and background colors using either Color QuickDraw or Palette Manager routines. If your application uses the Palette Manager, it should set the foreground and background colors with the PmForeColor and PmBackColor routines, as described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging. Otherwise, your application can use the RGBForeColor procedure to set the foreground color, and it can use the RGBBackColor procedure to set the background color. Both of these Color QuickDraw procedures also operate for basic graphics ports created in System 7. (To set the foreground and background colors for basic graphics ports on older versions of system software, use the ForeColor and BackColor procedures described in the chapter “QuickDraw Drawing.”)The RGBForeColor procedure lets you set the foreground color to the best color available on the current graphics device. This changes the color of the “ink” used for drawing. All of the line-drawing, framing, and painting routines described in the chapter “QuickDraw Drawing” (such as LineTo, FrameRect, and PaintPoly) draw with the foreground color that you specify with RGBForeColor.NoteBecause a pixel pattern already contains color, Color QuickDraw ignores the foreground and background colors when your application draws with a pixel pattern. As described in “Drawing With Pixel Patterns” beginning on page 4-23, you can draw with a pixel pattern by using the PenPixPat procedure to assign a pixel pattern to the graphics pen, by using the BackPixPat procedure to assign a pixel pattern as the background pattern for the current color graphics port, and by using the FillCRect, FillCOval, FillCRoundRect, FillCArc, FillCRgn, and FillCPoly procedures to fill shapes with a pixel pattern.uTo specify a foreground color, create an RGBColor record. Listing 4-2 defines two RGBColor records. The first is declared as myDarkBlue, and it’s defined with a medium-intensive blue component and with zero-intensity red and green components. The second is declared as myMediumGreen, and it’s defined with an intensive green component, a mildly intensive red component, and a very slight blue component.Listing 4-2    Changing the foreground colorPROCEDURE MyPaintAndFillColorRects;VAR    firstRect, secondRect:                                Rect;    myDarkBlue:                                 RGBColor;    myMediumGreen:                                 RGBColor;BEGIN        {create dark blue color}    myDarkBlue.red := $0000;    myDarkBlue.green := $0000;    myDarkBlue.blue := $9999;        {create medium green color}    myMediumGreen.red := $3206;    myMediumGreen.green := $9038;    myMediumGreen.blue := $013D;    RGBForeColor(myDarkBlue);                                    {draw with dark blue pen}    PenMode(patCopy);    SetRect(firstRect, 20, 20, 70, 70);    PaintRect(firstRect);                                        {paint a dark blue rectangle}    RGBForeColor(myMediumGreen);                                        {draw with a medium green pen}    SetRect(secondRect, 90, 20, 140, 70);    FillRect(secondRect, ltGray);                                        {paint a medium green rectangle}END;In Listing 4-2, the RGBColor record myDarkBlue is supplied to the RGBForeColor procedure. The RGBForeColor procedure supplies the rgbFgColor field of the CGrafPort record with this RGBColor record, and it places the closest-matching available color in the fgColor field; the color in the fgColor field is the color actually used as the foreground color.After using SetRect to create a rectangle, Listing 4-2 calls PaintRect to paint the rectangle. By default, the foreground color is black; by changing the foreground color to dark blue, every pixel that would normally be painted in black is instead painted in dark blue.Listing 4-2 then changes the foreground color again to the medium green specified in the RGBColor record myMediumGreen. After creating another rectangle, this listing calls FillRect to fill the rectangle with the bit pattern specified by the global variable ltGray. As explained in the chapter “QuickDraw Drawing,” this bit pattern consists of widely spaced black pixels that create the effect of gray on black-and-white screens. However, by changing the foreground color, every pixel in the pattern that would normally be painted black is instead drawn in medium green.The effects of Listing 4-2 are illustrated in the grayscale screen capture shown in Figure 4-9.Figure 4-9    Drawing with two different foreground colors (on a grayscale screen)If you wish to draw with a color other than the foreground color, you can use the PenPixPat procedure to give the graphics pen a colored pixel pattern that you define, and you can use the FillCRect, FillCRoundRect, FillCOval, FillCArc, FillCPoly, and FillCRgn procedures to fill shapes with colored patterns. The use of these procedures is illustrated in the next section.Drawing With Pixel PatternsUsing pixel pattern resources, you can create multicolored patterns for the pen pattern, for the background pattern, and for fill patterns.To set the pixel pattern to be used by the graphics pen in the current color graphics port, you use the PenPixPat procedure. To assign a pixel pattern as the background pattern, you use the BackPixPat procedure; this causes the ScrollRect procedure and the shape-erasing procedures (for example, EraseRect) to fill the background with your pixel pattern. To fill shapes with a pixel pattern, you use the FillCRect, FillCRoundRect, FillCOval, FillCArc, FillCPoly, and FillCRgn procedures.NoteBecause a pixel pattern already contains color, Color QuickDraw ignores the foreground and background colors when your application uses these routines to draw with a pixel pattern. Color QuickDraw also ignores the pen mode by drawing the pixel pattern directly onto the pixel image.uWhen you use the PenPat or BackPat procedure in a color graphics port, Color QuickDraw constructs a pixel pattern equivalent to the bit pattern you specify to PenPat or BackPat. The pen pattern or background pattern you thereby specify always uses the graphics port’s current foreground and background colors. The PenPat and BackPat procedures are described in the chapter “QuickDraw Drawing.”A pixel pattern resource is a resource of type 'ppat'. You typically use a high-level tool such as the ResEdit application, available through APDA, to create 'ppat' resources. Figure 4-10 illustrates a ResEdit window displaying an application’s 'ppat' resource with resource ID 128.Figure 4-10    Using ResEdit to create a pixel pattern resourceAs shown in this figure, you should also define an analogous, black-and-white bit pattern (described in the chapter “QuickDraw Drawing”) to be used when this pattern is drawn into a basic graphics port. This bit pattern is stored within the pixel pattern resource.After using ResEdit to define a pixel pattern, you can then use the DeRez decompiler to convert your 'ppat' resources into Rez input when necessary. (The DeRez resource decompiler and the Rez resource compiler are part of Macintosh Programmer’s Workshop [MPW], which is available through APDA.) Listing 4-3 shows the Rez input created from the 'ppat' resource created in Figure 4-10.Listing 4-3    Rez input for a pixel pattern resourceresource 'ppat' (128) {    $"0001 0000 001C 0000 004E 0000 0000 FFFF"    $"0000 0000 8292 1082 9210 8292 0000 0000"    $"8002 0000 0000 0008 0008 0000 0000 0000"    $"0000 0048 0000 0048 0000 0000 0002 0001"    $"0002 0000 0000 0000 005E 0000 0000 1212"    $"4848 1212 4848 1212 4848 1212 4848 0000"    $"0000 0000 0002 0000 AAAA AAAA AAAA 0001"    $"2222 2222 2222 0002 7777 7777 7777"};To retrieve the pixel pattern stored in a 'ppat' resource, you can use the GetPixPat function. Listing 4-4 uses GetPixPat to retrieve the 'ppat' resource created in Listing 4-3. To assign this pixel pattern to the graphics pen, Listing 4-4 uses the PenPixPat procedure. Listing 4-4    Using pixel patterns to paint and fillPROCEDURE MyPaintPixelPatternRects;VAR    firstRect, secondRect:                                        Rect;    myPenPattern, myFillPattern:                                        PixPatHandle;BEGIN    myPenPattern := GetPixPat(128);                                            {get a pixel pattern}    PenPixPat(myPenPattern);                                        {assign the pattern to the pen}    SetRect(firstRect, 20, 20, 70, 70);    PaintRect(firstRect);                                    {paint with the pen's pixel pattern}    DisposePixPat(myPenPattern);                                        {dispose of the pixel pattern}    myFillPattern := GetPixPat(129);                                                {get another pixel pattern}    SetRect(secondRect, 90, 20, 140, 70);    FillCRect(secondRect, myFillPattern);                                                    {fill with this pattern}    DisposePixPat(myFillPattern);                                        {dispose of the pixel pattern}END;Listing 4-4 uses the PaintRect procedure to draw a rectangle. The rectangle on the left side of Figure 4-11 illustrates the effect of painting a rectangle with the previously defined pen pattern.Figure 4-11    Painting and filling rectangles with pixel patternsThe rectangle on the right side of Figure 4-11 illustrates the effect of using the FillCRect procedure to fill a rectangle with another previously defined pen pattern. The GetPixPat function is used to retrieve the pixel pattern defined in the 'ppat' resource with resource ID 129. This pixel pattern is then specified to the FillCRect procedure.Copying Pixels Between Color Graphics PortsAs explained in the chapter “QuickDraw Drawing,” QuickDraw has three primary image-processing routines.n    The CopyBits procedure copies a pixel map or bitmap image to another graphics port, with facilities for resizing the image, modifying the image with transfer modes, and clipping the image to a region.n    The CopyMask procedure copies a pixel map or bitmap image to another graphics port, with facilities for resizing the image and for altering the image by passing it through a mask—which for Color QuickDraw may be another pixel map whose pixels indicate proportionate weights of the colors for the source and destination pixels.n    The CopyDeepMask procedure combines the effects of CopyBits and CopyMask: you can resize an image, clip it to a region, specify a transfer mode, and use another pixel map as a mask when transferring it to another graphics port.In basic QuickDraw, CopyBits, CopyMask, and CopyDeepMask copy bit images between two basic graphics ports. In Color QuickDraw, you can also use these procedures to copy pixel images between two color graphics ports. Detailed routine descriptions for these procedures appear in the chapter “QuickDraw Drawing.” This section provides an overview of how to use the extra capabilities that Color QuickDraw provides for these procedures.When using CopyBits, CopyMask, and CopyDeepMask to copy images between color graphics ports, you must coerce each port’s CGrafPtr data type to a GrafPtr data type, dereference the portBits fields of each, and then pass these “bitmaps” in the srcBits and dstBits parameters. If your application copies a pixel image from a color graphics port called MyColorPort, in the srcBits parameter you could specify GrafPtr(MyColorPort)^.portBits. In a CGrafPort record, the high 2 bits of the portVersion field are set. This field, which shares the same position in a CGrafPort record as the portBits.rowBytes field in a GrafPort record, indicates to these routines that you have passed it a handle to a pixel map rather than a bitmap.Color QuickDraw’s processing sequence of the CopyBits procedure is illustrated in Figure 4-12. Listing 6-1 in the chapter “Offscreen Graphics Worlds” illustrates how to use CopyBits to transfer an image prepared in an offscreen graphics world to an onscreen color graphics port.Figure 4-12    Copying pixel images with the CopyBits procedureWith the CopyMask procedure, you can supply a pixel map to act as a copying mask. The values of pixels in the mask act as weights that proportionally select between source and destination pixel values. The process is shown in Figure 4-13, and an example of the effect can be seen in Plate 3 at the front of this book. Listing 6-2 in the chapter “Offscreen Graphics Worlds” illustrates how to use CopyMask to mask and copy an image prepared in an offscreen graphics world to an onscreen color graphics port.Figure 4-13    Copying pixel images with the CopyMask procedureThe CopyDeepMask procedure combines the capabilities of the CopyBits and CopyMask procedures. With CopyDeepMask you can specify a pixel map mask, a transfer mode, and a mask region, as shown in Figure 4-14.Figure 4-14    Copying pixel images with the CopyDeepMask procedureOn indexed devices, pixel images are always copied using the color table of the source PixMap record for source color information, and using the color table of the current GDevice record for destination color information. The color table attached to the destination PixMap record is ignored. As explained in the chapter “Offscreen Graphics Worlds,” if you need to copy to an offscreen PixMap record with characteristics differing from those of the current graphics device, you should create an appropriate offscreen GDevice record and set it as the current graphics device before the copy operation.When the PixMap record for the mask is 1 bit deep, it has the same effect as a bitmap mask: a black bit in the mask means that the destination pixel is to take the color of the source pixel; a white bit in the mask means that the destination pixel is to retain its current color. When masks have PixMap records with greater pixel depths than 1, Color QuickDraw takes a weighted average between the colors of the source and destination PixMap records. Within each pixel, the calculation is done in RGB color, on a color component basis. A gray PixMap record mask, for example, works like blend mode in a CopyBits procedure. A red mask (that is, one with high values for the red components of all pixels) filters out red values coming from the source pixel image. Boolean Transfer Modes With Color PixelsAs described in the chapter “QuickDraw Drawing,” QuickDraw offers two types of Boolean transfer modes: pattern modes for drawing lines and shapes, and source modes for copying images or drawing text. In basic graphics ports and in color graphics ports with 1-bit pixel maps, these modes describe the interaction between the bits your application draws and the bits that are already in the destination bitmap or 1-bit pixel map. These interactions involve turning the bits on or off—that is, making the pixels black or white. The Boolean operations on bitmaps and 1-bit pixel maps are described in the chapter “QuickDraw Drawing.” When you draw or copy images to and from bitmaps or 1-bit pixel maps, Color QuickDraw behaves in the manner described in that chapter.When you use pattern modes in pixel maps with depths greater than 1 bit, Color QuickDraw uses the foreground color and background color when transferring bit patterns; for example, the patCopy mode applies the foreground color to every destination pixel that corresponds to a black pixel in a bit pattern, and it applies the background color to every destination pixel that corresponds to a white pixel in a bit pattern. See the description of the PenMode procedure in the chapter “QuickDraw Drawing” for a list that summarizes how the foreground and background colors are applied with pattern modes.When you use the CopyBits, CopyMask, and CopyDeepMask procedures to transfer images between pixel maps with depths greater than 1 bit, Color QuickDraw performs the Boolean transfer operations in the manner summarized in Table 4-1. In general, with pixel images you will probably want to use the srcCopy mode or one of the arithmetic transfer modes described in “Arithmetic Transfer Modes” beginning on page 4-38.Table 4-1    Boolean source modes with colored pixels(continued)Source mode    Action on destination pixel                If source pixel is black    If source pixel is white    If source pixel is any other color    srcCopy    Apply foreground color    Apply background color    Apply weighted portions of foreground and background colors    notSrcCopy    Apply background color    Apply foreground color    Apply weighted portions of background and foreground colors    srcOr    Apply foreground color    Leave alone    Apply weighted portions of foreground color    notSrcOr    Leave alone    Apply foreground color    Apply weighted portions of foreground color    srcXor    Invert (undefined for colored destination pixel)    Leave alone    Leave alone    notSrcXor    Leave alone    Invert (undefined for colored destination pixel)    Leave alone    srcBic    Apply background color    Leave alone    Apply weighted portions of background color    notSrcBic    Leave alone    Apply background color    Apply weighted portions of background color    NoteNoteWhen your application draws with a pixel pattern, Color QuickDraw ignores the pattern mode and simply transfers the pattern directly to the pixel map without regard to the foreground and background colors.uWhen you use the srcCopy mode to transfer a pixel into a pixel map, Color QuickDraw determines how close the color of that pixel is to black, and then assigns this relative amount of foreground color to the destination pixel. Color QuickDraw also determines how close the color of that pixel is to white, and assigns this relative amount of background color to the destination pixel.To accomplish this, Color QuickDraw first multiplies the relative intensity of each red, green, and blue component of the source pixel by the corresponding value of the red, green, or blue component of the foreground color. It then multiplies the relative intensity of each red, green, and blue component of the source pixel by the corresponding value of the red, green, or blue component of the background color. For each component, Color QuickDraw adds the results and then assigns the new result as the value for the destination pixel’s corresponding component. For example, the pixel in an image might be all red: that is, its red component has a pixel value of $FFFF, and its green and blue components each have pixel values of $0000. The current foreground color might be black (that is, with pixel values of $0000, $0000, $0000 for its components) and its background color might be all white (that is, with pixel values of $FFFF, $FFFF, $FFFF). When that image is copied using the CopyBits procedure and the srcCopy source mode, CopyBits determines that the red component of the source pixel has 100 percent intensity; multiplying this by the intensity of the red component ($0000) of the foreground color produces a value of $0000, and multiplying this by the intensity of the red component ($FFFF) of the background color produces a value of $FFFF. Adding the results of these two operations produces a pixel value of $FFFF for the red component of the destination pixel. Performing similar operations on the green and blue components of the source pixel produces green and blue pixel values of $0000 for the destination pixel. In this way, CopyBits renders the source’s all-red pixel as an all-red pixel in the destination pixel map. A source pixel with only 50 percent intensity for its red component and no intensity for its blue and green components would similarly be drawn as a medium red pixel in the destination pixel map.Color QuickDraw produces similarly weighted destination colors when you use the other Boolean source modes. When you use the srcBic mode to transfer a colored source pixel into a pixel map, for example, CopyBits determines how close the color of that pixel is to black, and then assigns a relative amount of background color to the destination pixel. For this mode, CopyBits does not determine how close the color of the source pixel is to white.Because Color QuickDraw uses the foreground and background colors instead of black and white when performing its Boolean source operations, the following effects are produced:n    The notSrcCopy mode reverses the foreground and background colors. n    Drawing into a white background with a black foreground always reproduces the source image, regardless of the pixel depth.n    Drawing is faster if the foreground color is black when you use the srcOr and notSrcOr modes. n    If the background color is white when you use the srcBic mode, the black portions of the source are erased, resulting in white in the destination pixel map.As you can see, applying a foreground color other than black or a background color other than white to the pixel can produce an unexpected result. For consistent results, set the foreground color to black and the background color to white before using CopyBits, CopyMask, or CopyDeepMask.However, by using the RGBForeColor and RGBBackColor procedures to set the foreground and background colors to something other than black and white before using CopyBits, CopyMask, or CopyDeepMask, you can achieve some interesting coloration effects. Plate 2 at the front of this book shows how setting the foreground color to red and the background color to blue and then using the CopyBits procedure turns a grayscale image into shades of red and blue. Listing 4-5 shows the code that produced these two pixel maps.Listing 4-5    Using CopyBits to produce coloration effectsPROCEDURE MyColorRamp;VAR    origPort:                            CGrafPtr;    origDevice:                            GDHandle;    myErr:                             QDErr;    myOffScreenWorld:                             GWorldPtr;    TheColor:                             RGBColor;    i:                             Integer;    offPixMapHandle:                             PixMapHandle;    good:                             Boolean;    myRect:                             Rect;BEGIN    GetGWorld(origPort, origDevice);                                                {save onscreen graphics port}                                            {create offscreen graphics world}    myErr := NewGWorld(myOffScreenWorld,                              0, origPort^.portRect, NIL, NIL, []);    IF (myOffScreenWorld = NIL) OR (myErr <> noErr) THEN        ; {handle errors here}    SetGWorld(myOffScreenWorld, NIL);                                             {set current graphics port to offscreen}    offPixMapHandle := GetGWorldPixMap(myOffScreenWorld);    good := LockPixels(offPixMapHandle);                                                    {lock offscreen pixel map}    IF NOT good THEN        ; {handle errors here}    EraseRect(myOffScreenWorld^.portRect);                                                    {initialize offscreen pixel map}    FOR i := 0 TO 9 DO    BEGIN                                                    {create gray ramp}        theColor.red := i * 7168;        theColor.green := i * 7168;        theColor.blue := i * 7168;        RGBForeColor(theColor);        SetRect(myRect, myOffScreenWorld^.portRect.left, i * 10,                  myOffScreenWorld^.portRect.right, i * 10 + 10);        PaintRect(myRect);                                {fill offscreen pixel map with gray ramp}    END;    SetGWorld(origPort, origDevice);                                                {restore onscreen graphics port}    theColor.red := $0000;    theColor.green := $0000;    theColor.blue := $FFFF;    RGBForeColor(theColor);                                    {make foreground color all blue}    theColor.red := $FFFF;    theColor.green := $0000;    theColor.blue := $0000;    RGBBackColor(theColor);                                    {make background color all red}        {using blue foreground and red background colors, transfer "gray" }        { ramp to onscreen graphics port}    CopyBits(GrafPtr(myOffScreenWorld)^.portBits,                                                                 {gray ramp is source}                GrafPtr(origPort)^.portBits,                                                     {window is destination}                myOffScreenWorld^.portRect, origPort^.portRect, srcCopy, NIL);    UnlockPixels(offPixMapHandle);    DisposeGWorld(myOffScreenWorld);END;Listing 4-5 uses the NewGWorld function, described in the chapter “Offscreen Graphics Worlds,” to create an offscreen pixel map. The sample code draws a gray ramp into the offscreen pixel map, which is illustrated on the left side of Plate 2 at the front of this book. Then Listing 4-5 creates an all-blue foreground color and an all-red background color. This sample code then uses the CopyBits procedure to transfer the pixels in the offscreen pixel map to the onscreen window, which is shown on the right side of Plate 2.Here are some hints for using foreground and background colors and the srcCopy source mode to color a pixel image:n    You can copy a particular color component of a source pixel without change by setting the foreground color to have a value of $0000 for that component and the background color to have a value of $FFFF for that component. For example, if you want all the pixels in a source image to retain their red values in the destination image, set the red component of the foreground color to $0000, and set the red component of the background color to $FFFF.n    You can invert a particular color component of a source pixel by setting the foreground color to have a value of $FFFF for that component and the background color to have a value of $0000 for that component.n    You can remove a particular color component from all the pixels in the source image by setting the foreground color to have a value of $0000 for that component and the background color to have a value of $0000 for that component.n    You can force a particular color component in all the pixels in the source to be transferred with full intensity by setting the foreground color to have a value of $FFFF for that component and the background color to have a value of $FFFF for that component.To help make color work well on different screen depths, Color QuickDraw does some validity checking of the foreground and background colors. If your application is drawing to a color graphics port with a pixel depth equal to 1 or 2, and if the foreground and background colors aren’t the same but both of them map to the same pixel value, then the foreground color is inverted. This ensures that, for instance, a red image drawn on a green background doesn’t map to black on black.On indexed devices, these source modes produce unexpected colors, because Color QuickDraw performs Boolean operations on the indexes rather than on actual color values, and the resulting index may point to an entirely unrelated color. On direct devices these transfer modes generally do not exhibit rigorous Boolean behavior except when white is set as the background color. DitheringWith the CopyBits and CopyDeepMask procedures you can use dithering, a technique used by these procedures for mixing existing colors together to create the illusion of a third color that may be unavailable on an indexed device. For example, if you specify dithering when copying a purple image from a 32-bit direct device to an 8-bit indexed device that does not have purple available, these procedures mix blue and red pixels to give the illusion of purple on the 8-bit device.Dithering is also useful for improving images that you shrink when copying them from a direct device to an indexed device.On computers running System 7, you can add dithering to any source mode by adding the following constant or the value it represents to the source mode:CONST ditherCopy                     = 64;            {add to source mode for dithering}For example, specifying srcCopy + ditherCopy in the mode parameter to CopyBits causes CopyBits to dither the image when it copies the image into the destination pixel map.Dithering has drawbacks. First, dithering slows the drawing operation. Second, a clipped dithering operation does not provide pixel-for-pixel equivalence to the same unclipped dithering operation. When you don’t specify a clipping region, for example, CopyDeepMask begins copying the upper-left pixel in your source image and, if necessary, begins calculating how to dither the upper-left pixel and its adjoining pixels in your destination in order to approximate the color of the source pixel. As CopyDeepMask continues copying pixels in this manner, there is a cumulative dithering effect based on the preceding pixels in the source image. If you specify a clipping region to CopyDeepMask, dithering begins with the upper-left pixel in the clipped region; this ignores the cumulative dithering effect that would otherwise occur by starting at the upper-left corner of the source image. In particular, if you clip and dither a region using the srcXor mode, you can’t use CopyDeepMask a second time to copy that region back into the destination pixel map in order to erase that region.If you replace the Color Manager’s color search function with your own search function (as described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging), CopyBits and CopyDeepMask cannot perform dithering. Without dithering, your application does color mapping on a pixel-by-pixel basis. If your source pixel map is composed of indexed pixels, and if you have installed a custom color search function, Color QuickDraw calls your function once for each color in the color table for the source PixMap record. If your source pixel map is composed of direct pixels, Color QuickDraw calls your custom search function for each color in the pixel image for the source PixMap record; with an image of many colors, this can take a long time.If you specify a destination rectangle that is smaller than the source rectangle when using CopyBits, CopyMask, or CopyDeepMask on a direct device, Color QuickDraw automatically uses an averaging technique to produce the destination pixels, maintaining high-quality images when shrinking them. On indexed devices, Color QuickDraw averages these pixels only if you specify dithering. Using dithering even when shrinking 1-bit images can produce much better representations of the original images. (The chapter “QuickDraw Drawing” includes a code sample called MyShrinkImages, shown in Listing 3-11 on page 3-33, that illustrates how to use CopyBits to scale a bit image when copying it from one window into another.) Arithmetic Transfer ModesIn addition to the Boolean source modes described previously, Color QuickDraw offers a set of transfer modes that perform arithmetic operations on the values of the red, green, and blue components of the source and destination pixels. Although rarely used by applications, these arithmetic transfer modes produce predictable results on indexed devices because they work with RGB colors rather than with color table indexes. These arithmetic transfer modes are represented by the following constants:CONST    blend                = 32;        {replace destination pixel with a blend }                            { of the source and destination pixel }                            { colors; if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcCopy mode}    addPin                = 33;        {replace destination pixel with the sum of }                            { the source and destination pixel colors-- }                            { up to a maximum allowable value; if }                            { the destination is a bitmap or }                            { 1-bit pixel map, revert to srcBic mode}    addOver                = 34;        {replace destination pixel with the sum of }                            { the source and destination pixel colors-- }                            { but if the value of the red, green, or }                            { blue component exceeds 65,536, then }                             { subtract 65,536 from that value; if the }                            { destination is a bitmap or 1-bit }                            { pixel map, revert to srcXor mode}    subPin                = 35;        {replace destination pixel with the }                            { difference of the source and destination }                            { pixel colors--but not less than a minimum }                            { allowable value; if the destination }                            { is a bitmap or 1-bit pixel map, revert to }                            { srcOr mode}    transparent = 36;                        {replace the destination pixel with the }                            { source pixel if the source pixel isn't }                            { equal to the background color}    addMax                = 37;        {compare the source and destination pixels, }                            { and replace the destination pixel with }                            { the color containing the greater }                            { saturation of each of the RGB components; }                            { if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcBic mode}    subOver                = 38;        {replace destination pixel with the }                            { difference of the source and destination }                            { pixel colors--but if the value of a red, }                            { green, or blue component is }                            { less than 0, add the negative result to }                            { 65,536; if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcXor mode}    adMin                = 39;        {compare the source and destination pixels, }                            { and replace the destination pixel with }                            { the color containing the lesser }                            { saturation of each of the RGB components; }                            { if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcOr mode}NoteYou can use the arithmetic modes for all drawing operations; that is, your application can pass them in parameters to the PenMode, CopyBits, CopyDeepMask, and TextMode routines. (The TextMode procedure is described in Inside Macintosh: Text.uWhen you use the arithmetic transfer modes, each drawing routine converts indexed source and destination pixels to their RGB components; performs the arithmetic operation on each pair of red, green, and blue components to provide a new RGB color for the destination pixel; and then assigns the destination a pixel value close to the calculated RGB color. For indexed pixels, the arithmetic transfer modes obtain the full 48-bit RGB color from the CLUT. For direct pixels, the arithmetic transfer modes use the 15 or 24 bits of the truncated RGB color. Note, however, that because the colors for indexed pixels depend on the set of colors currently loaded into a graphics device’s CLUT, arithmetic transfer modes may produce effects that differ between indexed and direct devices.NoteNoteThe arithmetic transfer modes have no coloration effects.uWhen you use the addPin mode in a basic graphics port, the maximum allowable value for the destination pixel is always white. In a color graphics port, you can assign the maximum allowable value with the OpColor procedure, described on page 4-78. Note that the addOver mode is slightly faster than the addPin mode.When you use the subPin mode in a basic graphics port, the minimum allowable value for the destination pixel is always black. In a color graphics port, you can assign the minimum allowable value with the OpColor procedure. Note that the subOver mode is slightly faster than the subPin mode.When you use the addMax and adMin modes, Color QuickDraw compares each RGB component of the source and destination pixels independently, so the resulting color isn’t necessarily either the source or the destination color.When you use the blend mode, Color QuickDraw uses this formula to calculate the weighted average of the source and destination pixels, which Color QuickDraw assigns to the destination pixel:dest = source ¥ weight/65,535 + destination ¥ (1 – weight/65,535)In this formula, weight is an unsigned value between 0 and 65,535, inclusive. In a basic graphics port, the weight is set to 50 percent gray, so that equal weights of the source and destination RGB components are combined to produce the destination color. In a color graphics port, the weight is an RGBColor record that individually specifies the weights of the red, green, and blue components. You can assign the weight value with the OpColor procedure. The transparent mode is most useful on indexed devices, which have 8-bit and 4-bit pixel depths, and on black-and-white devices. You can specify the transparent mode in the mode parameter to the TextMode, PenMode, and CopyBits routines. To specify a transparent pattern, add the transparent constant to the patCopy constant:transparent + patCopy The transparent mode is optimized to handle source bitmaps with large transparent holes, as an alternative to specifying an unusual clipping region or mask to the CopyMask procedure. Patterns aren’t optimized, and may not draw as quickly. The arithmetic transfer modes are most useful in direct and 8-bit indexed pixels, but work on 4-bit and 2-bit pixels as well. If the destination pixel map is 1 bit deep, the arithmetic transfer mode reverts to a comparable Boolean transfer mode, as shown in Table 4-2. (The hilite mode is explained in the next section.)Table 4-2    Arithmetic modes in a 1-bit environmentInitial arithmetic mode    Resulting source mode    blend    srcCopy    addOver, subOver, hilite    srcXor    addPin, addMax    srcBic    subPin, adMin, transparent    srcOr    Because drawing with the arithmetic modes uses the closest matching colors, and not necessarily exact matches, these modes might not produce the results you expect. For instance, suppose your application uses the srcCopy mode to paint a green pixel on a screen with 4-bit pixel values. Of the 16 colors available, the closest green may contain a small amount of red, as in RGB components of 300 red, 65,535 green, and 0 blue. Then, your application uses addOver mode to paint a red pixel on top of the green pixel, ideally resulting in a yellow pixel. But the red pixel’s RGB components are 65,535 red, 0 green, and 0 blue. Adding the red components of the red and green pixels wraps to 300, since the largest representable value is 65,535. In this case, addOver causes no visible change at all. You can prevent the maximum value from wrapping around by using the OpColor procedure to set the maximum allowable color to white, in which the maximum red value is 65,535. Then you can use the addPin mode to produce the desired yellow result.Note that the arithmetic transfer modes don’t call the Color Manager when mapping a requested RGB color to an indexed pixel value. If your application replaces the Color Manager’s color-matching routines (which are described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging), you must not use these modes, or you must maintain the inverse table yourself.HighlightingWhen highlighting, Color QuickDraw replaces the background color with the highlight color when your application draws or copies images between graphics ports. This has the visual effect of using a highlighting pen to select the object. For instance, TextEdit (described in Inside Macintosh: Text) uses highlighting to indicated selected text; if the highlight color is yellow, TextEdit draws the selected text, then uses InvertRgn to produce a yellow background for the text. With basic QuickDraw, you can use InvertRect, InvertRgn, InvertArc, InvertRoundRect, or InvertPoly and any image-copying routine that uses the srcXor source mode to invert objects on the screen. In general, however, you should use highlighting with Color QuickDraw when selecting and deselecting objects such as text or graphics. (Highlighting has no effect in basic QuickDraw.) The line reading “hilited” in Figure 4-15 uses highlighting; the user selected red as the highlight color, which the application uses as the background for the text. (This figure shows the effect in grayscale.) The application simply inverts the background for the line reading “inverted.” Inversion reverses the colors of all pixels within the rectangle’s boundary. On a black-and-white monitor, this changes all black pixels in the shape to white, and changes all white pixels to black. Although this procedure operates on color pixels in color graphics ports, the results are predictable only with direct pixels or 1-bit pixel maps.Figure 4-15    Difference between highlighting and invertingThe global variable HiliteRGB is read from parameter RAM when the machine starts. Basic graphics ports use the color stored in the HiliteRGB global variable as the highlight color. Color graphics ports default to the HiliteRGB global variable, but you can override this by using the HiliteColor procedure, described on page 4-78. To turn highlighting on when using Color QuickDraw, you can clear the highlight bit just before calling InvertRect, InvertRgn, InvertArc, InvertRoundRect, InvertPoly, or any drawing or image-copying routine that uses the patXor or srcXor transfer mode. On a bitmap or a 1-bit pixel map, this works exactly like inversion and is compatible with all versions of QuickDraw. The following constant represents the highlight bit:CONST pHiliteBit = 0; {flag bit in HiliteMode used with BitClr}You can use the BitClr procedure as shown in Listing 4-6 to clear system software’s highlight bit (BitClr is described in Inside Macintosh: Operating System Utilities).Listing 4-6    Setting the highlight bitPROCEDURE MySetHiliteMode;BEGIN    BitClr(Ptr(HiliteMode), pHiliteBit);END;Listing 4-7 shows the code that produced the effects in Figure 4-15.Listing 4-7    Using highlighting for textPROCEDURE HiliteDemonstration (window: WindowPtr);CONST    s1 = ' hilited ';    s2 = ' inverted ';VAR    familyID:                Integer;    r1, r2:                Rect;    info:                FontInfo;    bg:                RGBColor;BEGIN    TextSize(48);    GetFontInfo(info);    SetRect(r1, 0, 0, StringWidth(s1), info.ascent + info.descent);    SetRect(r2, 0, 0, StringWidth(s2), info.ascent + info.descent);    OffsetRect(r1, 30, 20);    OffsetRect(r2, 30, 100);{fill the background with a light-blue color}    bg.red := $A000;    bg.green := $FFFF;    bg.blue := $E000;    RGBBackColor(bg);    EraseRect(window^.portRect);{draw the string to highlight}    MoveTo(r1.left + 2, r1.bottom - info.descent);    DrawString(s1);    MySetHiliteMode;                        {clear the highlight bit}{InvertRect replaces pixels in background color with the }{ user-specified highlight color}    InvertRect(r1);{the highlight bit is reset automatically}{show inverted text, for comparison}    MoveTo(r2.left + 2, r2.bottom - info.descent);    DrawString(s2);    InvertRect(r2);END;Color QuickDraw resets the highlight bit after performing each drawing operation, so your application should always clear the highlight bit immediately before calling a routine with which you want to use highlighting.Another way to use highlighting is to add this constant or its value to the mode you specify to the PenMode, CopyBits, CopyDeepMask, and TextMode routines:CONST hilite                 = 50;        {add to source or pattern mode for highlighting}Highlighting uses the pattern or source image to decide which bits to exchange; only bits that are on in the pattern or source image can be highlighted in the destination. A very small selection should probably not use highlighting, because it might be too hard to see the selection in the highlight color. TextEdit, for instance, uses highlighting to select and deselect text, but not to highlight the insertion point.Highlighting is optimized to look for consecutive pixels in either the highlight or background colors. For example, if the source is an all-black pattern, the highlighting is especially fast, operating internally on one long word at a time instead of one pixel at a time. Highlighting a large area without such consecutive pixels (a gray pattern, for instance) can be slow.Color QuickDraw ReferenceThis section describes the data structures, routines, and resources that are specific to Color QuickDraw.“Data Structures” shows the Pascal data structures for the PixMap, CGrafPort, RGBColor, ColorSpec, ColorTable, MatchRec, PixPat, CQDProcs, and GrafVars records. “Color QuickDraw Routines” describes routines for creating and closing color graphics ports, managing a color graphics pen, changing the background pixel pattern, drawing with Color QuickDraw colors, determining current colors and best intermediate colors, calculating color fills, creating and disposing of pixel maps, creating and disposing of pixel patterns, creating and disposing of color tables, customizing Color QuickDraw operations, and reporting changes to QuickDraw data structures that applications typically shouldn’t make. “Application-Defined Routine” describes how to write your own color search function for customizing the SeedCFill and CalcCMask procedures.“Resources” describes the pixel pattern resource, the color table resource, and the color icon resource.Data StructuresThis section shows the Pascal data structures for the PixMap, CGrafPort, RGBColor, ColorSpec, ColorTable, MatchRec, PixPat, CQDProcs, and GrafVars records.Analogous to the bitmap that basic QuickDraw uses to describe a bit image, a pixel map is used by Color QuickDraw to describe a pixel image. A pixel map, which is a data structure of type PixMap, contains information about the dimensions and contents of a pixel image, as well as information about the image’s storage format, depth, resolution, and color usage.As a basic graphics port (described in the chapter “Basic QuickDraw”) defines the black-and-white and basic eight-color drawing environment for basic QuickDraw, a color graphics port defines the more sophisticated color drawing environment for Color QuickDraw. A color graphics port is defined by a data structure of type CGrafPort. You usually specify a color to Color QuickDraw by creating an RGBColor record in which you assign the red, green, and blue values of the color. For example, when you want to set the foreground color for drawing, you create an RGBColor record that defines the foreground color you desire, then you pass that record as a parameter to the RGBForeColor procedure. When creating a PixMap record for an indexed device, Color QuickDraw creates a ColorTable record that defines the best colors available for the pixel image on that graphics device. The Color Manager also stores a ColorTable record for the currently available colors in the graphics device’s CLUT. One of the fields in a ColorTable record requires a value of type cSpecArray, which is defined as an array of ColorSpec records. Typically, your application needs to create ColorTable records and ColorSpec records only if it uses the Palette Manager, as described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging.You can customize the SeedCFill and CalcCMask procedures by writing your own color search functions and pointing to them in the matchProc parameters for these procedures. When SeedCFill or CalcCMask calls your color search function, the GDRefCon field of the current GDevice record (described in the chapter “Graphics Devices”) contains a pointer to a MatchRec record. This record contains the RGB value of the seed pixel or seed color for which your color search function should search.Your application typically does not create PixPat records. Although you can create PixPat records in your program code, it is usually easier to create pixel patterns using the pixel pattern resource, which is described on page 4-103.You need to use the CQDProcs record only if you customize one or more of QuickDraw’s low-level drawing routines.Finally, the GrafVars record contains color information that supplements the information in the CGrafPort record, of which it is logically a part.PixMapA pixel map, which is defined by a data structure of type PixMap, contains information about the dimensions and contents of a pixel image, as well as information on the image’s storage format, depth, resolution, and color usage. TYPE        PixMap = RECORD    baseAddr:                    Ptr;                {pixel image}    rowBytes:                    Integer;                {flags, and row width}    bounds:                    Rect;                {boundary rectangle}    pmVersion:                    Integer;                {PixMap record version number}    packType:                    Integer;                {packing format}    packSize:                    LongInt;                {size of data in packed state}    hRes:                    Fixed;                {horizontal resolution}    vRes:                    Fixed;                {vertical resolution}    pixelType:                    Integer;                {format of pixel image}    pixelSize:                    Integer;                {physical bits per pixel}    cmpCount:                    Integer;                {logical components per pixel}    cmpSize:                     Integer;                {logical bits per component}    planeBytes:                    LongInt;                {offset to next plane}    pmTable:                     CTabHandle;                {handle to the ColorTable record }                                        { for this image}    pmReserved:                    LongInt;                {reserved for future expansion}END; Field descriptionsbaseAddr    For an onscreen pixel image, a pointer to the first byte of the image. For optimal performance, this should be a multiple of 4. The pixel image that appears on a screen is normally stored on a graphics card rather than in main memory. sWARNINGThe baseAddr field of the PixMap record for an offscreen graphics world contains a handle instead of a pointer. You must use the GetPixBaseAddr function (described in the chapter “Offscreen Graphics Worlds” in this book) to obtain a pointer to the PixMap record for an offscreen graphics world. Your application should never directly access the baseAddr field of the PixMap record for an offscreen graphics world; instead, your application should always use GetPixBaseAddr.srowBytes    The offset in bytes from one row of the image to the next. The value must be even, less than $4000, and for best performance it should be a multiple of 4. The high 2 bits of rowBytes are used as flags. If bit 15 = 1, the data structure pointed to is a PixMap record; otherwise it is a BitMap record.bounds    The boundary rectangle, which links the local coordinate system of a graphics port to QuickDraw’s global coordinate system and defines the area of the bit image into which QuickDraw can draw. By default, the boundary rectangle is the entire main screen. Do not use the value of this field to determine the size of the screen; instead use the value of the gdRect field of the GDevice record for the screen, as described in the chapter “Graphics Devices” in this book.pmVersion    The version number of Color QuickDraw that created this PixMap record. The value of pmVersion is normally 0. If pmVersion is 4, Color QuickDraw treats the PixMap record’s baseAddr field as 32-bit clean. (All other flags are private.) Most applications never need to set this field. packType    The packing algorithm used to compress image data. Color QuickDraw currently supports a packType of 0, which means no packing, and values of 1 to 4 for packing direct pixels. packSize    The size of the packed image in bytes. When the packType field contains the value 0, this field is always set to 0.hRes    The horizontal resolution of the pixel image in pixels per inch. This value is of type Fixed; by default, the value here is $00480000 (for 72 pixels per inch).vRes    The vertical resolution of the pixel image in pixels per inch. This value is of type Fixed; by default, the value here is $00480000 (for 72 pixels per inch).pixelType    The storage format for a pixel image. Indexed pixels are indicated by a value of 0. Direct pixels are specified by a value of RGBDirect, or 16. In the PixMap record of the GDevice record (described in the chapter “Graphics Devices”) for a direct device, this field is set to the constant RGBDirect when the screen depth is set.pixelSize    Pixel depth; that is, the number of bits used to represent a pixel. Indexed pixels can have sizes of 1, 2, 4, and 8 bits; direct pixel sizes are 16 and 32 bits. cmpCount    The number of components used to represent a color for a pixel. With indexed pixels, each pixel is a single value representing an index in a color table, and therefore this field contains the value 1—the index is the single component. With direct pixels, each pixel contains three components—one integer each for the intensities of red, green, and blue—so this field contains the value 3.cmpSize    The size in bits of each component for a pixel. Color QuickDraw expects that the sizes of all components are the same, and that the value of the cmpCount field multiplied by the value of the cmpSize field is less than or equal to the value in the pixelSize field.    For an indexed pixel value, which has only one component, the value of the cmpSize field is the same as the value of the pixelSize field—that is, 1, 2, 4, or 8.     For direct pixels there are two additional possibilities:     A 16-bit pixel, which has three components, has a cmpSize value of 5. This leaves an unused high-order bit, which Color QuickDraw sets to 0.    A 32-bit pixel, which has three components (red, green, and blue), has a cmpSize value of 8. This leaves an unused high-order byte, which Color QuickDraw sets to 0.    If presented with a 32-bit image—for example, in the CopyBits procedure—Color QuickDraw passes whatever bits are there, and it does not set the high byte to 0. Generally, therefore, your application should clear the memory for the image to 0 before creating a 16-bit or 32-bit image. The Memory Manager functions NewHandleClear and NewPtrClear, described in Inside Macintosh: Memory, assist you in allocating prezeroed memory.planeBytes    The offset in bytes from one drawing plane to the next. This field is set to 0. pmTable    A handle to a ColorTable record (described on page 4-56) for the colors in this pixel map. pmReserved    Reserved for future expansion. This field must be set to 0 for future compatibility.Note that the pixel map for a window’s color graphics port always consists of the pixel depth, color table, and boundary rectangle of the main screen, even if the window is created on or moved to an entirely different screen.CGrafPortA color graphics port, which is defined by a data structure of type CGrafPort, defines a complete drawing environment that determines where and how color graphics operations take place. All graphics operations are performed in graphics ports. Before a color graphics port can be used, it must be allocated and initialized with the OpenCPort procedure, which is described on page 4-64. Normally, you don’t call OpenCPort yourself. In most cases your application draws into a color window you’ve created with the GetNewCWindow or NewCWindow function or draws into an offscreen graphics world created with the NewGWorld function. The two Window Manager functions (described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials) and the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book) call OpenCPort to create the window’s graphics port.You can have many graphics ports open at once; each one has its own local coordinate system, pen pattern, background pattern, pen size and location, font and font style, and pixel map in which drawing takes place. Several fields in this record define your application’s drawing area. All drawing in a graphics port occurs in the intersection of the graphics port’s boundary rectangle and its port rectangle. Within that intersection, all drawing is cropped to the graphics port’s visible region and its clipping region.The Window Manager and Dialog Manager routines GetNewWindow, GetNewDialog, Alert, StopAlert, NoteAlert, and CautionAlert (described in Inside Macintosh: Macintosh Toolbox Essentials) create a color graphics port if color-aware resources (such as resource types 'wctb', 'dctb', or 'actb') are present.The CGrafPort record is the same size as the GrafPort record, and most of its fields are identical. The structure of the CGrafPort record, is as follows:TYPE CGrafPtr  = ^CGrafPort;CGrafPort = RECORD    device:                    Integer;                    {device ID for font selection}    portPixMap:                    PixMapHandle;                    {handle to PixMap record}    portVersion:                    Integer;                    {highest 2 bits always set}    grafVars:                    Handle;                    {handle to a GrafVars record}    chExtra:                    Integer;                     {added width for nonspace characters}    pnLocHFrac:                    Integer;                    {pen fraction}    portRect:                    Rect;                    {port rectangle}    visRgn:                    RgnHandle;                    {visible region}    clipRgn:                    RgnHandle;                    {clipping region}    bkPixPat:                    PixPatHandle;                    {background pattern}    rgbFgColor:                    RGBColor;                    {requested foreground color}    rgbBkColor:                    RGBColor;                    {requested background color}    pnLoc:                    Point;                    {pen location}    pnSize:                    Point;                    {pen size}    pnMode:                    Integer;                    {pattern mode}    pnPixPat:                    PixPatHandle;                    {pen pattern}    fillPixPat:                    PixPatHandle;                    {fill pattern}    pnVis:                    Integer;                     {pen visibility}    txFont:                    Integer;                    {font number for text}    txFace:                    Style;                    {text's font style}    txMode:                    Integer;                    {source mode for text}    txSize:                    Integer;                    {font size for text}    spExtra:                    Fixed;                    {added width for space characters}    fgColor:                    LongInt;                    {actual foreground color}    bkColor:                    LongInt;                    {actual background color}    colrBit:                    Integer;                    {plane being drawn}    patStretch:                    Integer;                    {used internally}    picSave:                    Handle;                    {picture being saved, used internally}    rgnSave:                    Handle;                    {region being saved, used internally}    polySave:                    Handle;                    {polygon being saved, used internally}    grafProcs:                    CQDProcsPtr;                    {low-level drawing routines}END;sWARNINGYou can read the fields of a CGrafPort record directly, but you should not store values directly into them. Use the QuickDraw routines described in this book to alter the fields of a graphics port.sField descriptionsdevice    Device-specific information that’s used by the Font Manager to achieve the best possible results when drawing text in the graphics port. There may be physical differences in the same logical font for different output devices, to ensure the highest-quality printing on the device being used. For best results on the screen, the default value of the device field is 0. portPixMap    A handle to a PixMap record (described on page 4-46), which describes the pixels in this color graphics port.portVersion    In the highest 2 bits, flags set to indicate that this is a CGrafPort record and, in the remainder of the field, the version number of Color QuickDraw that created this record. grafVars    A handle to the GrafVars record (described on page 4-62), which contains additional graphics fields of color information. chExtra    A fixed-point number by which to widen every character, excluding the space character, in a line of text. This value is used in proportional spacing. The value in this field is in 4.12 fractional notation: 4 bits of signed integer are followed by 12 bits of fraction. This value is multiplied by the value in the txSize field before it is used. By default, this field contains the value 0. pnLocHFrac    The fractional horizontal pen position used when drawing text. The value in this field represents the low word of a Fixed number; in decimal, its initial value is 0.5. portRect    The port rectangle that defines a subset of the pixel map to be used for drawing.  All drawing done by the application occurs inside the port rectangle. (In a window’s graphics port, the port rectangle is also called the content region.) The port rectangle uses the local coordinate system defined by the boundary rectangle in the portPixMap field of the PixMap record. The upper-left corner (which for a window is called the window origin) of the port rectangle usually has a vertical coordinate of 0 and a horizontal coordinate of 0, although you can use the SetOrigin procedure (described in the chapter “Basic QuickDraw”) to change the coordinates of the window origin. The port rectangle usually falls within the boundary rectangle, but it’s not required to do so.visRgn    The region of the graphics port that’s actually visible on the screen—that is, the part of the window that’s not covered by other windows. By default, the visible region is equivalent to the port rectangle. The visible region has no effect on images that aren’t displayed on the screen.clipRgn    The graphics port’s clipping region, an arbitrary region that you can use to limit drawing to any region within the port rectangle. The default clipping region is set arbitrarily large; using the ClipRect procedure (described in the chapter “Basic QuickDraw”), you have full control over its setting. Unlike the visible region, the clipping region affects the image even if it isn’t displayed on the screen.bkPixPat    A handle to a PixPat record (described on page 4-58) that describes the background pixel pattern. Procedures such as ScrollRect (described in the chapter “Basic QuickDraw”) and EraseRect (described in the chapter “QuickDraw Drawing”) use this pattern for filling scrolled or erased areas. Your application can use the BackPixPat procedure (described on page 4-69) to change the background pixel pattern.rgbFgColor    An RGBColor record (described on page 4-55) that contains the requested foreground color. By default, the foreground color is black, but you can use the RGBForeColor procedure (described on page 4-70) to change the foreground color. rgbBkColor    An RGBColor record that contains the requested background color. By default, the background color is white, but you can use the RGBBackColor procedure (described on page 4-72) to change the background color. pnLoc    The point where QuickDraw will begin drawing the next line, shape, or character. It can be anywhere on the coordinate plane; there are no restrictions on the movement or placement of the pen. The location of the graphics pen is a point in the graphics port’s coordinate system, not a pixel in a pixel image. The upper-left corner of the pen is at the pen location; the graphics pen hangs below and to the right of this point. The graphics pen is described in detail in the chapter “QuickDraw Drawing.”pnSize    The vertical height and horizontal width of the graphics pen. The default size is a 1-by-1 pixel square; the vertical height and horizontal width can range from 0 by 0 to 32,767 by 32,767. If either the pen width or the pen height is 0, the pen does not draw. Heights or widths of less than 0 are undefined. You can use the PenSize procedure (described in the chapter “QuickDraw Drawing”) to change the value in this field.pnMode    The pattern mode—that is, a Boolean operation that determines the how Color QuickDraw transfers the pen pattern to the pixel map during drawing operations. When the graphics pen draws into a pixel map, Color QuickDraw first determines what pixels in the pixel image are affected and finds their corresponding pixels in the pen pattern. Color QuickDraw then does a pixel-by-pixel comparison based on the pattern mode, which specifies one of eight Boolean transfer operations to perform. Color QuickDraw stores the resulting pixel in its proper place in the image. Pattern modes for a color graphics port are described in “Boolean Transfer Modes With Color Pixels” beginning on page 4-32. pnPixPat    A handle to a PixPat record (described on page 4-58) that describes a pixel pattern used like the ink in the graphics pen. Color QuickDraw uses the pixel pattern defined in the PixPat record when you use the Line and LineTo procedures to draw lines with the pen, framing procedures such as FrameRect to draw shape outlines with the pen, and painting procedures such as PaintRect to paint shapes with the pen.fillPixPat    A handle to a PixPat record (described on page 4-58) that describes the pixel pattern that’s used when you call a procedure such as FillRect to fill an area. Notice that this is not in the same location as the fillPat field in a GrafPort record. pnVis    The graphics pen’s visibility—that is, whether it draws on the screen. The graphics pen is described in detail in the chapter “QuickDraw Drawing.”txFont    A font number that identifies the font to be used in the graphics port. The font number 0 represents the system font. (A font is defined as a collection of images that represent the individual characters of the font.) Fonts are described in detail in Inside Macintosh: Text.txFace    The character style of the text, with values from the set defined by the Style data type, which includes such styles as bold, italic, and shaded. You can apply stylistic variations either alone or in combination. Character styles are described in detail in Inside Macintosh: Text.txMode    One of three Boolean source modes that determines the way characters are placed in the bit image. This mode functions much like a pattern mode specified in the pnMode field: when drawing a character, Color QuickDraw determines which pixels in the image are affected, does a pixel-by-pixel comparison based on the mode, and stores the resulting pixels in the image. Only three source modes—srcOr, srcXor, and srcBic—should be used for drawing text. See the chapter “QuickDraw Text” in Inside Macintosh: Text for more information about QuickDraw’s text-handling capabilities.txSize    The text size in pixels. The Font Manager uses this information to provide the bitmaps for text drawing. (The Font Manager is described in detail in the chapter “Font Manager” in Inside Macintosh: Text.) The value in this field can be represented bypoint size ¥ device resolution / 72 dpiwhere point is a typographical term meaning approximately 1/72 inch. spExtra    A fixed-point number equal to the average number of pixels by which each space character should be widened to fill out the line. The spExtra field is useful when a line of characters is to be aligned with both the left and the right margin (sometimes called full justification). fgColor    The pixel value of the foreground color supplied by the Color Manager. This is the best available approximation in the CLUT to the color specified in the rgbFgColor field. bkColor    The pixel value of the background color supplied by the Color Manager. This is the best available approximation in the CLUT to the color specified in the rgbBkColor field.colrBit    Reserved. patStretch    A value used during output to a printer to expand patterns if necessary. Your application should not change this value.picSave    The state of the picture definition. If no picture is open, this field contains NIL; otherwise it contains a handle to information related to the picture definition. Your application shouldn’t be concerned about exactly what information the handle leads to; you may, however, save the current value of this field, set the field to NIL to disable the picture definition, and later restore it to the saved value to resume defining the picture. Pictures are described in the chapter “Pictures” in this book.rgnSave    The state of the region definition. If no region is open, this field contains NIL; otherwise it contains a handle to information related to the region definition. Your application shouldn’t be concerned about exactly what information the handle leads to; you may, however, save the current value of this field, set the field to NIL to disable the region definition, and later restore it to the saved value to resume defining the region.polySave    The state of the polygon definition. If no polygon is open, this field contains NIL; otherwise it contains a handle to information related to the polygon definition. Your application shouldn’t be concerned about exactly what information the handle leads to; you may, however, save the current value of this field, set the field to NIL to disable the polygon definition, and later restore it to the saved value to resume defining the polygon.grafProcs    An optional pointer to a CQDProcs record (described on page 4-60) that your application can store into if you want to customize Color QuickDraw drawing routines or use Color QuickDraw in other advanced, highly specialized ways. All Color QuickDraw operations refer to a graphics port by a pointer defined by the data type CGrafPtr. (For historical reasons, a graphics port is one of the few objects in the Macintosh system software that’s referred to by a pointer rather than a handle.) All Window Manager routines that accept a window pointer also accept a pointer to a color graphics port.Your application should never need to directly change the fields of a CGrafPort record. If you find it absolutely necessary for your application to so, immediately use the PortChanged procedure to notify Color QuickDraw that your application has changed the CGrafPort record. The PortChanged procedure is described on page 4-99.RGBColorYou usually specify a color to Color QuickDraw by creating an RGBColor record in which you assign the red, green, and blue values of the color. For example, when you want to set the foreground color for drawing, you create an RGBColor record that defines the foreground color you desire; then you pass that record as a parameter to the RGBForeColor procedure. In an RGBColor record, three 16-bit unsigned integers give the intensity values for the three additive primary colors.TYPE RGBColor = RECORD    red:             Integer;                {red component}    green:            Integer;                {green component}    blue:            Integer;                {blue component}END;Field descriptionsred    An unsigned integer specifying the red value of the color.green    An unsigned integer specifying the green value of the color.blue    An unsigned integer specifying the blue value of the color.ColorSpecWhen creating a PixMap record (described on page 4-46) for an indexed device, Color QuickDraw creates a ColorTable record that defines the best colors available for the pixel image on that graphics device. The Color Manager also stores a ColorTable record for the currently available colors in the graphics device’s CLUT. One of the fields in a ColorTable record requires a value of type cSpecArray, which is defined as an array of ColorSpec records. Typically, your application never needs to create ColorTable records or ColorSpec records. For completeness, the data structure of type ColorSpec is shown here, and the data structure of type ColorTable is shown next.TYPEcSpecArray: ARRAY[0..0] Of ColorSpec;ColorSpec = RECORD    value:            Integer;                {index or other value}    rgb:            RGBColor;                {true color}END;Field descriptionsField descriptionsvalue    The pixel value assigned by Color QuickDraw for the color specified in the rgb field of this record. Color QuickDraw assigns a pixel value based on the capabilities of the user’s screen. For indexed devices, the pixel value is an index number assigned by the Color Manager to the closest color available on the indexed device; for direct devices, this value expresses the best available red, green, and blue values for the color on the direct device.rgb    An RGBColor record (described in the previous section) that fully specifies the color whose approximation Color QuickDraw specifies in the value field.ColorTableWhen creating a PixMap record (described on page 4-46) for a particular graphics device, Color QuickDraw creates a ColorTable record that defines the best colors available for the pixel image on that particular graphics device. The Color Manager also creates a ColorTable record of all available colors for use by the CLUT on indexed devices.Typically, your application needs to create ColorTable records only if it uses the Palette Manager, as described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging. The data structure of type ColorTable is shown here.TYPE CTabHandle                        = ^CTabPtr;CTabPtr                        = ^ColorTable;ColorTable                        = RECORD    ctSeed:            LongInt;                {unique identifier from table}    ctFlags:            Integer;                {flags describing the value in the }                                { ctTable field; clear for a pixel map}    ctSize:             Integer;                {number of entries in the next field }                                { minus 1}    ctTable:            cSpecArray;                {an array of ColorSpec records}END;Field descriptionsctSeed    Identifies a particular instance of a color table. The Color Manager uses the ctSeed value to compare an indexed device’s color table with its associated inverse table (a table it uses for fast color lookup). When the color table for a graphics device has been changed, the Color Manager needs to rebuild the inverse table. See the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging for more information on inverse tables.ctFlags    Flags that distinguish pixel map color tables from color tables in GDevice records (which are described in the chapter “Graphics Devices” in this book).ctSize    One less than the number of entries in the table.ctTable    An array of ColorSpec entries, each containing a pixel value and a color specified by an RGBColor record, as described in the previous section.Your application should never need to directly change the fields of a ColorTable record. If you find it absolutely necessary for your application to so, immediately use the CTabChanged procedure to notify Color QuickDraw that your application has changed the ColorTable record. The CTabChanged procedure is described on page 4-97.MatchRecAs described in “Application-Defined Routine” on page 4-101, you can customize the SeedCFill and CalcCMask procedures by writing your own color search functions and pointing to them in the matchProc parameters for these procedures. When SeedCFill or CalcCMask calls your color search function, the GDRefCon field of the current GDevice record (described in the chapter “Graphics Devices”) contains a pointer to a MatchRec record. This record contains the RGB value of the seed pixel or seed color for which your color search function should search. This record has the following structure:MatchRec = RECORD    red:                Integer;            {red component of seed}    green:                Integer;            {green component of seed}    blue:                Integer;            {blue component of seed}    matchData:                LongInt;            {value in matchData parameter of }                                { SeedCFill or CalcCMask}END;Field descriptionsred    Red value of the seed.green    Green value of the seed. blue    Blue value of the seed. matchData    The value passed in the matchData parameter of the SeedCFill or CalcCMask procedure.PixPatYour application typically does not create PixPat records. Although you can create such records in your program code, it is usually easier to create pixel patterns using the pixel pattern resource, which is described on page 4-103.A PixPat record is defined as follows: TYPE PixPatHandle                        = ^PixPatPtr;PixPatPtr                        = ^PixPat;PixPat                        = RECORD    patType        :        Integer;                    {pattern type}    patMap:                PixMapHandle;                    {pattern characteristics}    patData:                Handle;                    {pixel image defining pattern}    patXData:                Handle;                    {expanded pixel image}    patXValid:                Integer;                    {flags for expanded pattern data}    patXMap:                Handle;                    {handle to expanded pattern data}    pat1Data:                Pattern;                    {a bit pattern for a GrafPort }                                        { record}END;Field descriptionspatType    The pattern’s type. The value 0 specifies a basic QuickDraw bit pattern, the value 1 specifies a full-color pixel pattern, and the value 2 specifies an RGB pattern. These pattern types are described in greater detail in the rest of this section.patMap    A handle to a PixMap record (described on page 4-46) that describes the pattern’s pixel image. The PixMap record can contain indexed or direct pixels.patData    A handle to the pattern’s pixel image. patXData    A handle to an expanded pixel image used internally by Color QuickDraw. patXValid    A flag that, when set to –1, invalidates the expanded data. patXMap    Reserved for use by Color QuickDraw. pat1Data    A bit pattern (described in the chapter “QuickDraw Drawing”) to be used when this pattern is drawn into a GrafPort record (described in the chapter “Basic QuickDraw”). The NewPixPat function (described on page 4-88) sets this field to 50 percent gray.When used for a color graphics port, the basic QuickDraw procedures PenPat and BackPat (described in the chapter “Basic QuickDraw”) store pixel patterns in, respectively, the pnPixPat and bkPixPat fields of the CGrafPort record and set the patType field of the PixPat field to 0 to indicate that the PixPat record contains a bit pattern. Such patterns are limited to 8-by-8 pixel dimensions and, instead of being drawn in black and white, are always drawn using the colors specified in the CGrafPort record’s rgbFgColor and rgbBkColor fields, respectively.In a full-color pixel pattern, the patType field contains the value 1, and the pattern’s dimensions, depth, resolution, set of colors, and other characteristics are defined by a PixMap record, referenced by the handle in the patMap field of the PixPat record. Full-color pixel patterns contain color tables that describe the colors they use. Generally such a color table contains one entry for each color used in the pattern. For instance, if your pattern has five colors, you would probably create a 4 bits per pixel pattern that uses pixel values 0–4, and a color table with five entries, numbered 0–4, that contain the RGB specifications for those pixel values. However, if you don’t specify a color table for a pixel value, Color QuickDraw assigns a color to that pixel value. The largest unassigned pixel value becomes the foreground color; the smallest unassigned pixel value is assigned the background color. Remaining unassigned pixel values are given colors that are evenly distributed between the foreground and background.For instance, in the color table mentioned above, pixel values 5–15 are unused. Assume that the foreground color is black and the background color is white. Pixel value 15 is assigned the foreground color, black; pixel value 5 is assigned the background color, white; the nine pixel values between them are assigned evenly distributed shades of gray. If the PixMap record’s color table is set to NIL, all pixel values are determined by blending the foreground and background colors.Full-color pixel patterns are not limited to a fixed size: their height and width can be any power of 2, as specified by the height and width of the boundary rectangle for the PixMap record specified in the patMap field. A pattern 8 bits wide, which is the size of a bit pattern, has a row width of just 1 byte, contrary to the usual rule that the rowBytes field must be even. Read this pattern type into memory using the GetPixPat function (described on page 4-88), and set it using the PenPixPat or BackPixPat procedure (described on page 4-67 and page 4-69, respectively).The pixel map specified in the patMap field of the PixPat record defines the pattern’s characteristics. The baseAddr field of the PixMap record for that pixel map is ignored. For a full-color pixel pattern, the actual pixel image defining the pattern is stored in the handle in the patData field of the PixPat record. The pattern’s pixel depth need not match that of the pixel map into which it’s transferred; the depth is adjusted automatically when the pattern is drawn. Color QuickDraw maintains a private copy of the pattern’s pixel image, expanded to the current screen depth and aligned to the current graphics port, in the patXData field of the PixPat record. In an RGB pixel pattern, the patType field contains the value 2. Using the MakeRGBPat procedure (described on page 4-90), your application can specify the exact color it wants to use. Color QuickDraw selects a pattern to approximate that color. In this way, your application can effectively increase the color resolution of the screen. RGB pixel patterns are particularly useful for dithering: mixing existing colors together to create the illusion of a third color that’s unavailable on an indexed device. The MakeRGBPat procedure aids in this process by constructing a dithered pattern to approximate a given absolute color. An RGB pixel pattern can display 125 different patterns on a 4-bit screen, or 2197 different patterns on an 8-bit screen.An RGB pixel pattern has an 8-by-8 pixel pattern that is 2 bits deep. For an RGB pixel pattern, the RGBColor record that you specify to the MakeRGBPat procedure defines the image; there is no image data. Your application should never need to directly change the fields of a PixPat record. If you find it absolutely necessary for your application to so, immediately use the PixPatChanged procedure to notify Color QuickDraw that your application has changed the PixPat record. The PixPatChanged procedure is described on page 4-98.CQDProcsYou need to use the CQDProcs record only if you customize one or more of QuickDraw’s standard low-level drawing routines, which are described in the chapter “QuickDraw Drawing.” You can use the SetStdCProcs procedure, described on page 4-96, to create a CQDProcs record.CQDProcsPtr                = ^CQDProcsCQDProcs                = RECORD    textProc:                    Ptr;        {text drawing}    lineProc:                    Ptr;        {line drawing}    rectProc:                    Ptr;        {rectangle drawing}    rRectProc:                    Ptr;        {roundRect drawing}    ovalProc:                    Ptr;        {oval drawing}    arcProc:                    Ptr;        {arc/wedge drawing}    polyProc:                    Ptr;        {polygon drawing}    rgnProc:                    Ptr;        {region drawing}    bitsProc:                    Ptr;        {bit transfer}    commentProc:                    Ptr;        {picture comment processing}    txMeasProc:                    Ptr;        {text width measurement}    getPicProc:                    Ptr;        {picture retrieval}    putPicProc:                    Ptr    ;    {picture saving}    opcodeProc:                    Ptr;        {reserved for future use}    newProc1:                    Ptr;        {reserved for future use}    newProc2:                    Ptr;        {reserved for future use}    newProc3:                    Ptr;        {reserved for future use}    newProc4:                    Ptr;        {reserved for future use}    newProc5:                    Ptr;        {reserved for future use}    newProc6:                    Ptr;        {reserved for future use}END;Field descriptionstextProc    A pointer to the low-level routine that draws text. The standard QuickDraw routine is the StdText procedure. lineProc    A pointer to the low-level routine that draws lines. The standard QuickDraw routine is the StdLine procedure. rectProc    A pointer to the low-level routine that draws rectangles. The standard QuickDraw routine is the StdRect procedure.rRectProc    A pointer to the low-level routine that draws rounded rectangles. The standard QuickDraw routine is the StdRRect procedure.ovalProc    A pointer to the low-level routine that draws ovals. The standard QuickDraw routine is the StdOval procedure.arcProc    A pointer to the low-level routine that draws arcs. The standard QuickDraw routine is the StdArc procedure.polyProc    A pointer to the low-level routine that draws polygons. The standard QuickDraw routine is the StdPoly procedure.rgnProc    A pointer to the low-level routine that draws regions. The standard QuickDraw routine is the StdRgn procedure.bitsProc    A pointer to the low-level routine that copies bitmaps. The standard QuickDraw routine is the StdBits procedure.commentProc    A pointer to the low-level routine for processing a picture comment. The standard QuickDraw routine is the StdComment procedure.txMeasProc    A pointer to the low-level routine for measuring text width. The standard QuickDraw routine is the StdTxMeas function.getPicProc    A pointer to the low-level routine for retrieving information from the definition of a picture. The standard QuickDraw routine is the StdGetPic procedure.putPicProc    A pointer to the low-level routine for saving information as the definition of a picture. The standard QuickDraw routine is the StdPutPic procedure.opcodeProc    Reserved for future use.newProc1    Reserved for future use.newProc2    Reserved for future use.newProc3    Reserved for future use.newProc4    Reserved for future use.newProc5    Reserved for future use.newProc6    Reserved for future use.GrafVarsThe GrafVars record contains color information in addition to that in the CGrafPort record, of which it is logically a part; the information is used by Color QuickDraw and the Palette Manager.TYPE GrafVars = RECORD    rgbOpColor:                        RGBColor;                {color for addPin, subPin, and }                                            { blend}    rgbHiliteColor:                        RGBColor;                 {color for highlighting}    pmFgColor:                        Handle;                {palette handle for foreground }                                            { color}    pmFgIndex:                        Integer;                {index value for foreground}    pmBkColor:                        Handle;                {palette handle for background }                                            { color}    pmBkIndex:                        Integer;                {index value for background}    pmFlags:                        Integer;                {flags for Palette Manager}END;Field descriptionsrgbOpColor    The color for the arithmetic transfer operations addPin, subPin, and blend.rgbHiliteColor    The highlight color for this graphics port.pmFgColor    A handle to the palette that contains the foreground color.    pmFgIndex    The index value into the palette for the foreground color. pmBkColor    A handle to the palette that contains the background color. pmBkIndex    The index value into the palette for the background color. pmFlags    Flags private to the Palette Manager.See the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging for further information on how the Palette Manager handles colors in a color graphics port.Color QuickDraw RoutinesThis section describes Color QuickDraw’s routines for creating and closing color graphics ports, managing a color graphics pen, changing the background pixel pattern, drawing with Color QuickDraw colors, determining current colors and best intermediate colors, calculating color fills, creating and disposing of pixel maps, creating and disposing of pixel patterns, creating and disposing of color tables, customizing Color QuickDraw operations, and reporting to QuickDraw that your application has directly changed those data structures that applications generally shouldn’t manipulate. To initialize Color QuickDraw, use the InitGraf procedure, described in the chapter “Basic QuickDraw.” Besides initializing basic QuickDraw, this procedure initializes Color QuickDraw on computers that support it.In addition to InitGraf, all other basic QuickDraw routines work with Color QuickDraw. For example, you can use the GetPort procedure to save the current color graphics port, and you can use the CopyBits procedure to copy an image between two different color graphics ports. See the chapters “Basic QuickDraw” and “QuickDraw Drawing” for descriptions of additional routines that you can use with Color QuickDraw.Opening and Closing Color Graphics PortsAll graphics operations are performed in graphics ports. Before a color graphics port can be used, it must be allocated with the OpenCPort procedure and initialized with the InitCPort procedure. Normally, your application does not call these procedures directly. Instead, your application creates a graphics port by using the GetNewCWindow or NewCWindow function (described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials) or the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book). These functions automatically call OpenCPort, which in turn calls InitCPort.To dispose of a color graphics port when you are finished using a color window, you normally use the DisposeWindow procedure (if you let the Window Manager allocate memory for the window) or the CloseWindow procedure (if you allocated memory for the window). You use the DisposeGWorld procedure when you are finished with a color graphics port for an offscreen graphics world. These routines automatically call the CloseCPort procedure. If you use the CloseWindow procedure, you also dispose of the window record containing the graphics port by calling the Memory Manager procedure DisposePtr. OpenCPortThe OpenCPort procedure allocates space for and initializes a color graphics port. The Window Manager calls OpenCPort for every color window that it creates, and the NewGWorld procedure calls OpenCPort for every offscreen graphics world that it creates on a Color QuickDraw computer.PROCEDURE OpenCPort (port: CGrafPtr);port     A pointer to a CGrafPort record.DESCRIPTIONThe OpenCPort procedure is analogous to OpenPort (described in the chapter “Basic QuickDraw”), except that OpenCPort opens a CGrafPort record instead of a GrafPort record. The OpenCPort procedure is called by the Window Manager’s NewCWindow and GetNewCWindow procedures, as well as by the Dialog Manager when the appropriate color resources are present. The OpenCPort procedure allocates storage for all the structures in the CGrafPort record, and then calls InitCPort to initialize them. The InitCPort procedure does not allocate a color table for the PixMap record for the color graphics port; instead, InitCPort copies the handle to the current device’s CLUT into the PixMap record. The initial values for the CGrafPort record are shown in Table 4-3.Table 4-3    Initial values in the CGrafPort record(continued)Field    Data type    Initial setting    device    Integer    0 (the screen)    portPixMap    PixMapHandle    Handle to the port’s PixMap record    portVersion    Integer    $C000    grafVars    Handle    Handle to a GrafVars record where black is assigned to the rgbOpColor field, the default highlight color is assigned to the rgbHiliteColor field, and all other fields are set to 0    chExtra    Integer    0    pnLocHFrac    Integer    The value in this field represents the low word of a Fixed number; in decimal, its initial value is 0.5.    portRect    Rect    screenBits.bounds (boundary for entire main screen)    visRgn    RgnHandle    Handle to a rectangular region coincident with screenBits.bounds     clipRgn    RgnHandle    Handle to the rectangular region (–32768,–32768,32767,32767)    bkPixPat    Pattern    White    rgbFgColor    RGBColor    Black    rgbBkColor    RGBColor    White    pnLoc    Point    (0,0)    pnSize    Point    (1,1)    pnMode    Integer    patCopy    pnPixPat    PixPatHandle    Black    fillPixPat    PixPatHandle    Black    pnVis    Integer    0 (visible)    txFont    Integer    0 (system font)    txFace    Style    Plain    txMode    Integer    srcOr    txSize    Integer    0 (system font size)    spExtra    Fixed    0    fgColor    LongInt    blackColor    bkColor    LongInt    whiteColor    colrBit    Integer    0    patStretch    Integer    0    picSave    Handle    NIL    rgnSave    Handle    NIL    polySave    Handle    NIL    grafProcs    CQDProcsPtr    NIL    The additional structures allocated are the portPixMap, pnPixPat, fillPixPat, bkPixPat, and grafVars handles, as well as the fields of the GrafVars record. SPECIAL CONSIDERATIONSThe OpenCPort procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.InitCPortThe OpenCPort procedure uses the InitCPort procedure to initialize a color graphics port.PROCEDURE InitCPort (port: CGrafPtr); port     A pointer to a CGrafPort record.DESCRIPTIONThe InitCPort procedure is analogous to InitPort (described in the chapter “Basic QuickDraw”), except InitCPort initializes a CGrafPort record instead of a GrafPort record. The InitCPort procedure does not allocate any storage; it merely initializes all the fields in the CGrafPort and GrafVars records to the default values shown in Table 4-3 on page 4-64.The PixMap record for the new color graphics port is set to be the same as the current device’s PixMap record. This allows you to create an offscreen graphics world that is identical to the screen’s port for drawing offscreen. If you want to use a different set of colors for offscreen drawing, you should create a new GDevice record and set it as the current GDevice record before opening the CGrafPort record.Remember that InitCPort does not copy the data from the current device’s CLUT to the color table for the graphics port’s PixMap record. It simply replaces whatever is in the PixMap record’s pmTable field with a copy of the handle to the current device’s CLUT.If you try to initialize a GrafPort record using InitCPort, it simply returns without doing anything.SPECIAL CONSIDERATIONSThe InitCPort procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe chapter “Graphics Devices” in this book describes GDevice records; the chapter “Offscreen Graphics Worlds” in this book describes how to use offscreen graphics worlds.CloseCPortThe CloseCPort procedure closes a color graphics port. The Window Manager calls this procedure when you close or dispose of a window, and the DisposeGWorld procedure calls it when you dispose of an offscreen graphics world containing a color graphics port.PROCEDURE CloseCPort (port: CGrafPtr); port     A pointer to a CGrafPort record.DESCRIPTIONThe CloseCPort procedure releases the memory allocated to the CGrafPort record. It disposes of the visRgn, clipRgn, bkPixPat, pnPixPat, fillPixPat, and grafVars handles. It also disposes of the graphics port’s pixel map, but it doesn’t dispose of the pixel map’s color table (which is really owned by the GDevice record). If you have placed your own color table into the pixel map, either dispose of it before calling CloseCPort or store another reference.SPECIAL CONSIDERATIONSThe CloseCPort procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.Managing a Color Graphics PenYou can use the PenPixPat procedure to give the graphics pen a pixel pattern so that it draws with a colored, patterned “ink.” The QuickDraw painting procedures (such as PaintRect) also use this pixel pattern when drawing a shape.PenPixPatTo set the pixel pattern to be used by the graphics pen in the current color graphics port, use the PenPixPat procedure. To assign a pixel pattern as the background pattern, you can use the BackPixPat procedure; this allows the ScrollRect procedure and the shape-erasing procedures (for example, EraseRect) to fill the background with a colored, patterned “ink.”PROCEDURE PenPixPat (ppat: PixPatHandle); ppat    A handle to the pixel pattern to use as the pen pattern.DESCRIPTIONThe PenPixPat procedure sets the graphics pen to use the pixel pattern that you specify in the ppat parameter. The PenPixPat procedure is similar to the basic QuickDraw procedure PenPat, except that you pass PenPixPat a handle to a multicolored pixel pattern rather than a bit pattern. The PenPixPat procedure stores the handle to the pixel pattern in the pnPixPat field of the CGrafPort record. Because the handle to the pixel pattern is stored in the CGrafPort record, you should not dispose of this handle. QuickDraw removes all references to your pattern from an existing graphics port when you dispose of it.If you use PenPixPat to set a pixel pattern in a basic graphics port, the data in the pat1Data field of the PixPat record is placed into the pnPat field of the GrafPort record.SPECIAL CONSIDERATIONSThe PenPixPat procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe PixPat record is described on page 4-58. To define your own pixel pattern, you can create a pixel pattern resource, which is described on page 4-103, or you can use the NewPixPat function, which is described on page 4-88.The GrafPort record is described in the chapter “Basic QuickDraw.” To set the graphics pen to use a bit pattern, you can also use the PenPat procedure, which is described in the chapter “QuickDraw Drawing” in this book. The PenPat procedure creates a handle, of type PixPatHandle, for the bit pattern and stores this handle in the pnPixPat field of the CGrafPort record.Changing the Background Pixel PatternEach graphics port has a background pattern that’s used when an area is erased (such as by using the EraseRect procedure, described in the chapter “QuickDraw Drawing”) and when pixels are scrolled out of an area (such as by using the ScrollRect procedure, described in the chapter “Basic QuickDraw”). The background pattern is stored in the bkPixPat field of every CGrafPort record. You can use the BackPixPat procedure to change the pixel pattern used as the background color by the current color graphics port.BackPixPatTo assign a pixel pattern as the background pattern, you can use the BackPixPat procedure; this allows the ScrollRect procedure and the shape-erasing procedures (for example, EraseRect) to fill the background with a colored, patterned “ink.”PROCEDURE BackPixPat (ppat: PixPatHandle); ppat    A handle to the pixel pattern to use as the background pattern.DESCRIPTIONThe BackPixPat procedure sets the background pattern for the current graphics device to a pixel pattern. The BackPixPat procedure is similar to the basic QuickDraw procedure BackPat, except that you pass BackPixPat a handle to a multicolored pixel pattern instead of a bit pattern. The BackPixPat procedure stores the handle to the pixel pattern in the bkPixPat field of the CGrafPort record. Because the handle to the pixel pattern is stored in the CGrafPort record, you should not dispose of this handle. QuickDraw removes all references to your pattern from an existing graphics port when you dispose of it.If you use BackPixPat to set a background pixel pattern in a basic graphics port, the data in the pat1Data field of the PixPat record is placed into the bkPat field of the GrafPort record.SPECIAL CONSIDERATIONSThe BackPixPat procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe PixPat record is described on page 4-58. To define your own pixel pattern, you can create a pixel pattern resource, which is described on page 4-103, or you can use the NewPixPat function, which is described on page 4-88.The GrafPort record is described in the chapter “Basic QuickDraw.” To set the background pattern to a bit pattern, you can also use the BackPat procedure, which is described in the chapter “QuickDraw Drawing” in this book. The BackPat procedure creates a handle, of type PixPatHandle, for the bit pattern and stores this handle in the bkPixPat field of the CGrafPort record. As in basic graphics ports, Color QuickDraw draws patterns in color graphics ports at the time of drawing, not at the time you use BackPat to set the pattern.Drawing With Color QuickDraw ColorsYou can set the foreground and background colors using either Color QuickDraw or Palette Manager routines. If your application uses the Palette Manager, it should set the foreground and background colors with the PmForeColor and PmBackColor routines, as described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging. Otherwise, it can use the RGBForeColor procedure to set the foreground color, and it can use the RGBBackColor procedure to set the background color. Both of these Color QuickDraw procedures also operate for basic graphics ports created in System 7. (To set the foreground and background colors for basic graphics ports on older versions of system software, use the ForeColor and BackColor procedures, described in the chapter “QuickDraw Drawing” in this book.)To give the graphics pen a pixel pattern so that it draws with a colored, patterned “ink,” use the PenPixPat procedure. To assign a pixel pattern as the background pattern, you can use the BackPixPat procedure; this allows the ScrollRect procedure and the shape-erasing procedures (for example, EraseRect) to fill the background with the pixel pattern.To set the color of an individual pixel, use the SetCPixel procedure. The FillCRect, FillCRoundRect, FillCOval, FillCArc, FillCPoly, and FillCRgn procedures allow you to fill shapes with multicolored patterns.To change the highlight color for the current color graphics port, use the HiliteColor procedure. To set values used by arithmetic transfer modes, use the OpColor procedure.As described in “Copying Pixels Between Color Graphics Ports” beginning on page 4-26, you can also use the basic QuickDraw procedures CopyBits, CopyMask, and CopyDeepMask to transfer images between color graphics ports. See the chapter “QuickDraw Drawing” in this book for complete descriptions of these procedures.RGBForeColorTo change the color of the “ink” used for framing and painting, you can use the RGBForeColor procedure. PROCEDURE RGBForeColor (color: RGBColor);color    An RGBColor record.DESCRIPTIONThe RGBForeColor procedure lets you set the foreground color to any color available on the current graphics device.If the current port is defined by a CGrafPort record, Color QuickDraw supplies its rgbFgColor field with the RGB value that you specify in the color parameter, and places the pixel value most closely matching that color in the fgColor field. For indexed devices, the pixel value is an index to the current device’s CLUT; for direct devices, the value is the 16-bit or 32-bit equivalent to the RGB value.If the current port is defined by a GrafPort record, basic QuickDraw supplies its fgColor field with a color value determined by taking the high bit of each of the red, green, and blue components of the color that you supply in the color parameter. Basic QuickDraw uses that 3-bit number to select a color from its eight-color system. Table 4-4 lists the default set of eight colors represented by the global variable QDColors (adjusted to match the colors produced on the ImageWriter II printer.) Table 4-4    The colors defined by the global variable QDColors(continued)Value    Color    Red    Green    Blue    0    Black    $0000    $0000    $0000    1    Yellow    $FC00    $F37D    $052F    2    Magenta    $F2D7    $0856    $84EC    3    Red    $DD6B    $08C2    $06A2    4    Cyan    $0241    $AB54    $EAFF    5    Green    $0000    $64AF    $11B0    6    Blue    $0000    $0000    $D400    7    White    $FFFF    $FFFF    $FFFF    SPECIAL CONSIDERATIONSColor QuickDraw ignores the foreground color (and the background color) when your application draws with a pixel pattern. You can draw with a pixel pattern by using the PenPixPat procedure to assign a pixel pattern to the foreground pattern used by the graphics pen; by using the BackPixPat procedure to assign a pixel pattern as the background pattern for the current color graphics port; and by using the FillCRect, FillCOval, FillCRoundRect, FillCArc, FillCRgn, and FillCPoly procedures to fill shapes with a pixel pattern.The RGBForeColor procedure is available for basic QuickDraw only in System 7.The RGBForeColor procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOIf you want to use one of the eight predefined colors of basic QuickDraw, you can also use the ForeColor procedure. The ForeColor procedure and the eight-color system of basic QuickDraw are described in the chapter “QuickDraw Drawing” in this book. To determine the current foreground color, use the GetForeColor procedure, which is described on page 4-79.RGBBackColorFor the current graphics port, you can use the RGBBackColor procedure to change the background color (that is, the color of the pixels in the pixel map or bitmap where no drawing has taken place). PROCEDURE RGBBackColor (color: RGBColor);color    An RGBColor record.DESCRIPTIONThe RGBBackColor procedure lets you set the background color to any color available on the current graphics device.If the current port is defined by a CGrafPort record, Color QuickDraw supplies its rgbBkColor field with the RGB value that you specify in the color parameter, and places the pixel value most closely matching that color in the bkColor field. For indexed devices, the pixel value is an index to the current device’s CLUT; for direct devices, the value is the 16-bit or 32-bit equivalent to the RGB value.If the current port is defined by a GrafPort record, basic QuickDraw supplies its fgColor field with a color value determined by taking the high bit of each of the red, green, and blue components of the color that you supply in the color parameter. Basic QuickDraw uses that 3-bit number to select a color from its eight-color system. Table 4-4 on page 4-71 lists the default colors.SPECIAL CONSIDERATIONSBecause a pixel pattern already contains color, Color QuickDraw ignores the background color (and the foreground color) when your application draws with a pixel pattern. You can draw with a pixel pattern by using the PenPixPat procedure to assign a pixel pattern to the foreground pattern used by the graphics pen; by using the BackPixPat procedure to assign a pixel pattern as the background pattern for the current color graphics port; and by using the FillCRect, FillCOval, FillCRoundRect, FillCArc, FillCRgn, and FillCPoly procedures to fill shapes with a pixel pattern.This procedure is available for basic QuickDraw only in System 7.The RGBBackColor procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOIf you want to use one of the eight predefined colors of basic QuickDraw, you can also use the BackColor procedure. The BackColor procedure and the eight-color system of basic QuickDraw are described in the chapter “QuickDraw Drawing” in this book. To determine the current background color, use the GetBackColor procedure, which is described on page 4-80.SetCPixelTo set the color of an individual pixel, use the SetCPixel procedure.PROCEDURE SetCPixel (h,v: Integer; cPix: RGBColor); h    The horizontal coordinate of the point at the upper-left corner of the pixel.v    The vertical coordinate of the point at the upper-left corner of the pixel.cPix     An RGBColor record.DESCRIPTIONFor the pixel at the location you specify in the h and v parameters, the SetCPixel procedure sets a pixel value that most closely matches the RGB color that you specify in the cPix parameter. On an indexed color system, the SetCPixel procedure sets the pixel value to the index of the best-matching color in the current device’s CLUT. In a direct environment, the SetCPixel procedure sets the pixel value to a 16-bit or 32-bit direct pixel value.SPECIAL CONSIDERATIONSThe SetCPixel procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOTo determine the color of an individual pixel, use the GetCPixel procedure, which is described on page 4-80.FillCRectUse the FillCRect procedure to fill a rectangle with a pixel pattern.PROCEDURE FillCRect (r: Rect; ppat: PixPatHandle);r    The rectangle to be filled.ppat    A handle to the PixPat record for the pixel pattern to be used for the fill.DESCRIPTIONUsing the patCopy pattern mode, the FillCRect procedure fills the rectangle you specify in the r parameter with the pixel pattern defined by a PixPat record, the handle for which you pass in the ppat parameter. This procedure ignores the pnPat, pnMode, and bkPat fields of the current graphics port and leaves the pen location unchanged.SPECIAL CONSIDERATIONSThe FillCRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.FillCRoundRectUse the FillCRoundRect procedure to fill a rounded rectangle with a pixel pattern.PROCEDURE FillCRoundRect (r: Rect; ovalWidth,ovalHeight: Integer;                                   ppat: PixPatHandle); r     The rectangle that defines the rounded rectangle’s boundaries.ovalWidth    The width of the oval defining the rounded corner.ovalHeight    The height of the oval defining the rounded corner.ppat    A handle to the PixPat record for the pixel pattern to be used for the fill.DESCRIPTIONUsing the patCopy pattern mode, the FillCRoundRect procedure fills the rectangle you specify in the r parameter with the pixel pattern defined in a PixPat record, the handle for which you pass in the ppat parameter. Use the ovalWidth and ovalHeight parameters to specify the diameters of curvature for the corners. This procedure ignores the pnPat, pnMode, and bkPat fields of the current graphics port and leaves the pen location unchanged.SPECIAL CONSIDERATIONSThe FillCRoundRect procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.FillCOvalUse the FillCOval procedure to fill an oval with a pixel pattern.PROCEDURE FillCOval (r: Rect; ppat: PixPatHandle); r    The rectangle containing the oval to be filled.ppat    A handle to the PixPat record for the pixel pattern to be used for the fill.DESCRIPTIONUsing the patCopy pattern mode and the pixel pattern defined in the PixPat record (the handle for which you pass in the ppat parameter), the FillCOval procedure fills an oval just inside the bounding rectangle that you specify in the r parameter. This procedure ignores the pnPat, pnMode, and bkPat fields of the current graphics port and leaves the pen location unchanged.SPECIAL CONSIDERATIONSThe FillCOval procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.FillCArcUse the FillCArc procedure to fill a wedge with a pixel pattern. PROCEDURE FillCArc (r: Rect; startAngle,arcAngle: Integer;                          ppat: PixPatHandle); r    The rectangle that defines the oval’s boundaries.startAngle    The angle indicating the start of the arc.arcAngle    The angle indicating the arc’s extent.ppat    A handle to the PixPat record for the pixel pattern to be used for the fill.DESCRIPTIONUsing the patCopy pattern mode and the pixel pattern defined in a PixPat record (the handle for which you pass in the ppat parameter), the FillCArc procedure fills a wedge of the oval bounded by the rectangle that you specify in the r parameter. As in the FrameArc procedure, described in the chapter “QuickDraw Drawing” in this book, use the startAngle and arcAngle parameters to define the arc of the wedge. This procedure ignores the pnPat, pnMode, and bkPat fields of the current graphics port and leaves the pen location unchanged. SPECIAL CONSIDERATIONSThe FillCArc procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.FillCPolyUse the FillCPoly procedure to fill a polygon with a pixel pattern.PROCEDURE FillCPoly (poly: PolyHandle; ppat: PixPatHandle); poly    A handle to the polygon to be filled.ppat    A handle to the PixPat record for the pixel pattern to be used for the fill.DESCRIPTIONUsing the patCopy pattern mode and the pixel pattern defined in a PixPat record (the handle for which you pass in the ppat parameter), the FillCPoly procedure fills the polygon whose handle you pass in the poly parameter. This procedure ignores the pnPat, pnMode, and bkPat fields of the current graphics port and leaves the pen location unchanged.SPECIAL CONSIDERATIONSThe FillCPoly procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.FillCRgnUse the FillCRgn procedure to fill a region with a pixel pattern.PROCEDURE FillCRgn (rgn: RgnHandle; ppat: PixPatHandle); rgn    A handle to the region to be filled.ppat    A handle to the PixPat record for the pixel pattern to be used for the fill.DESCRIPTIONUsing the patCopy pattern mode and the pixel pattern defined in a PixPat record (the handle for which you pass in the ppat parameter), the FillCRgn procedure fills the region whose handle you pass in the rgn parameter. This procedure ignores the pnPat, pnMode, and bkPat fields of the current graphics port and leaves the pen location unchanged.SPECIAL CONSIDERATIONSThe FillCRgn procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.OpColorUse the OpColor procedure to set the maximum color values for the addPin and subPin arithmetic transfer modes, and the weight color for the blend arithmetic transfer mode.PROCEDURE OpColor (color: RGBColor); color    An RGBColor record that defines a color.DESCRIPTIONIf the current port is defined by a CGrafPort record, the OpColor procedure sets the red, green, and blue values used by the addPin, subPin, and blend arithmetic transfer modes. You specify these red, green, and blue values in the RGBColor record, and you specify this record in the color parameter. This information is actually stored in the rgbOpColor field of the GrafVars record, but you should never need to refer to it directly. If the current graphics port is defined by a GrafPort record, OpColor has no effect.SEE ALSOArithmetic transfer modes are described in “Arithmetic Transfer Modes” beginning on page 4-38.HiliteColorUse the HiliteColor procedure to change the highlight color for the current color graphics port. PROCEDURE HiliteColor (color: RGBColor);color    An RGBColor record that defines the highlight color.DESCRIPTIONThe HiliteColor procedure changes the highlight color for the current color graphics port. All drawing operations that use the hilite transfer mode use the highlight color. When a color graphics port is created, its highlight color is initialized from the global variable HiliteRGB. (This information is stored in the rgbHiliteColor field of the GrafVars record, but you should never need to refer to it directly.)If the current graphics port is a basic graphics port, HiliteColor has no effect.SEE ALSOThe hilite mode is described in “Highlighting” beginning on page 4-41.Determining Current Colors and Best Intermediate ColorsThe GetForeColor and GetBackColor procedures allow you to obtain the foreground and background colors for the current graphics port, both basic and color. You can use the GetCPixel procedure to determine the color of an individual pixel. The GetGray function can do more than its name implies: it can return the best gray for a given graphics device, but it can also return the best available intermediate color between any two colors.GetForeColorUse the GetForeColor procedure to obtain the color of the foreground color for the current graphics port.PROCEDURE GetForeColor (VAR color: RGBColor);color    An RGBColor record.DESCRIPTIONIn the color parameter, the GetForeColor procedure returns the RGBColor record for the foreground color of the current graphics port. This procedure operates for graphics ports defined by both the GrafPort and CGrafPort records. If the current graphics port is defined by a CGrafPort record, the returned value is taken directly from the rgbFgColor field. If the current graphics port is defined by a GrafPort record, then only eight possible RGB values can be returned. These eight values are determined by the values in a global variable named QDColors, which is a handle to a color table containing the current QuickDraw colors. These colors are listed in Table 4-4 on page 4-71. This default set of colors has been adjusted to match the colors produced on the ImageWriter II printer.SPECIAL CONSIDERATIONSThis procedure is available for basic QuickDraw only in System 7.SEE ALSOYou can use the RGBForeColor procedure, described on page 4-70, to change the foreground color.GetBackColorUse the GetBackColor procedure to obtain the background color of the current graphics port.PROCEDURE GetBackColor (VAR color: RGBColor);color    An RGBColor record.DESCRIPTIONIn the color parameter, the GetBackColor procedure returns the RGBColor record for the background color of the current graphics port. This procedure operates for graphics ports defined by both the GrafPort and CGrafPort records. If the current graphics port is defined by a CGrafPort record, the returned value is taken directly from the rgbBkColor field. If the current graphics port is defined by a GrafPort record, then only eight possible colors can be returned. These eight colors are determined by the values in a global variable named QDColors, which is a handle to a color table containing the current QuickDraw colors. These colors are listed in Table 4-4 on page 4-71.SPECIAL CONSIDERATIONSThis procedure is available for basic QuickDraw only in System 7.SEE ALSOYou can use the RGBBackColor procedure, described on page 4-72, to change the background color.GetCPixelTo determine the color of an individual pixel, use the GetCPixel procedure.PROCEDURE GetCPixel (h,v: Integer; VAR cPix: RGBColor);h    The horizontal coordinate of the point at the upper-left corner of the pixel.v    The vertical coordinate of the point at the upper-left corner of the pixel.cPix     The RGBColor record for the pixel.DESCRIPTIONIn the cPix parameter, the GetCPixel procedure returns the RGB color for the pixel at the location you specify in the h and v parameters.SEE ALSOYou can use the SetCPixel procedure, described on page 4-73, to change the color of this pixel.GetGrayTo determine the best intermediate color between two colors on a given graphics device, use the GetGray function. FUNCTION GetGray (device: GDHandle; backGround: RGBColor;                         VAR foreGround: RGBColor): Boolean; device    A handle to the graphics device for which an intermediate color or gray is needed.backGround    The RGBColor record for one of the two colors for which you want an intermediate color.foreGround    On input, the RGBColor record for the other of the two colors; upon completion, the best intermediate color between these two.DESCRIPTIONThe GetGray function determines the midpoint values for the red, green, and blue values of the two colors you specify in the backGround and foreGround parameters. In the device parameter, supply a handle to the graphics device; in the backGround and foreGround parameters, supply RGBColor records for the two colors for which you want the best intermediate RGB color. When GetGray completes, it returns the best intermediate color in the foreGround parameter.One use for GetGray is to return the best gray. For example, when dimming an object, supply black and white as the two colors, and GetGray returns the best available gray that lies between them. (The Menu Manager does this when dimming unavailable menu items.)If no gray is available (or if no distinguishable third color is available), the foreGround parameter is unchanged, and the function returns FALSE. If at least one gray or intermediate color is available, it is returned in the foreGround parameter, and the function returns TRUE.  Calculating Color FillsJust as basic QuickDraw provides a pair of procedures (SeedFill and CalcMask) to help you determine the results of filling operations on portions of bitmaps, Color QuickDraw provides the SeedCFill and CalcCMask procedures to help you determine the results of filling operations on portions of pixel maps.SeedCFillTo determine how far filling will extend to pixels matching the color of a particular pixel, use the SeedCFill procedure. PROCEDURE SeedCFill (srcBits,dstBits: BitMap;                             srcRect,dstRect: Rect; seedH,seedV: Integer;                             matchProc: ProcPtr; matchData: LongInt);srcBits    The source image. If the image is in a pixel map, you must coerce its PixMap record to a BitMap record.dstBits    The destination mask.srcRect    The rectangle of the source image.dstRect    The rectangle of the destination image.seedH    The horizontal position of the seed point.seedV    The vertical position of the seed point.matchProc    An optional color search function.matchData    Data for the optional color search function.DESCRIPTIONThe SeedCFill procedure generates a mask showing where the pixels in an image can be filled from a starting point, like the paint pouring from the MacPaint paint-bucket tool. The SeedCFill procedure returns this mask in the dstBits parameter. This mask is a bitmap filled with 1’s to indicate all pixels adjacent to a seed point whose colors do not exactly match the RGBColor record for the pixel at the seed point. You can then use this mask with the CopyBits, CopyMask, and CopyDeepMask procedures. You specify a source image in the srcBits parameter, and in the srcRect parameter you specify a rectangle within that source image. You specify where to begin seeding in the seedH and seedV parameters, which must be the horizontal and vertical coordinates of a point in the local coordinate system of the source bitmap. By default, the 1’s returned in the mask indicate all pixels adjacent to the seed point whose pixel values do not exactly match the pixel value of the pixel at the seed point. To use this default, set the matchProc and matchData parameters to 0.In generating the mask, SeedCFill uses the CopyBits procedure to convert the source image to a 1-bit mask. The SeedCFill procedure installs a default color search function that returns 0 if the pixel value matches that of the seed point; all other pixel values return 1’s.The SeedCFill procedure does not scale: the source and destination rectangles must be the same size. Calls to SeedCFill are not clipped to the current port and are not stored into QuickDraw pictures.You can customize SeedCFill by writing your own color search function and pointing to it in the matchProc procedure; SeedCFill will then use your procedure instead of the default. You can use the matchData parameter for whatever you’d like. In the matchData parameter, for instance, your application could pass the handle to a color table. Your color search function could then check whether the pixel value for the pixel currently under analysis matches any of the colors in the table.SEE ALSOSee “Application-Defined Routine” on page 4-101 for a description of how to customize the SeedCFill procedure.CalcCMaskTo determine where filling will not occur when filling from the outside of a rectangle, you can use the CalcCMask procedure, which indicates pixels that match, or are surrounded by pixels that match, a particular color. PROCEDURE CalcCMask (srcBits,dstBits: BitMap;                             srcRect,dstRect: Rect;                             seedRGB: RGBColor; matchProc: ProcPtr;                            matchData: LongInt); srcBits    The source image. If the image is in a pixel map, you must coerce its PixMap record to a BitMap record.dstBits    The destination image, a BitMap record.srcRect    The rectangle of the source image.dstRect    The rectangle of the destination image.seedRGB    An RGBColor record specifying the color for pixels that should not be filled.matchProc    An optional matching procedure.matchData    Data for the optional matching procedure.DESCRIPTIONThe CalcCMask procedure generates a mask showing where pixels in an image cannot be filled from any of the outer edges of the rectangle you specify. The CalcCMask procedure returns this mask in the dstBits parameter. This mask is a bitmap filled with 1’s only where the pixels in the source image cannot be filled. You can then use this mask with the CopyBits, CopyMask, and CopyDeepMask procedures.You specify a source image in the srcBits parameter, and in the srcRect parameter you specify a rectangle within that source image. Starting from the edges of this rectangle, CalcCMask calculates which pixels cannot be filled. By default, CalcCMask returns 1’s in the mask to indicate which pixels have the exact color that you specify in the seedRGB parameter, as well as which pixels are enclosed by shapes whose outlines consist entirely of pixels with this color.For instance, if the source image in srcBits contains a dark blue rectangle on a red background, and your application sets seedRGB equal to dark blue, then CalcCMask returns a mask with 1’s in the positions corresponding to the edges and interior of the rectangle, and 0’s outside of the rectangle.If you set the matchProc and matchData parameters to 0, CalcCMask uses the exact color specified in the RGBColor record that you supply in the seedRGB parameter. You can customize CalcCMask by writing your own color search function and pointing to it in the matchProc procedure; your color search function might, for example, search for colors that approximate the color specified in the RGBColor record. As with SeedCFill, you can then use the matchData parameter in any manner useful for your application. The CalcCMask procedure does not scale—the source and destination rectangles must be the same size. Calls to CalcCMask are not clipped to the current port and are not stored into QuickDraw pictures.SEE ALSOSee “Application-Defined Routine” on page 4-101 for a description of how to customize the CalcCMask procedure.Creating, Setting, and Disposing of Pixel MapsQuickDraw automatically creates pixel maps when you create a color window with the GetNewCWindow or NewCWindow function (described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials), when you create offscreen graphics worlds with the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book), and when you use the OpenCPort function. QuickDraw also disposes of a pixel map when it disposes of a color graphics port. Although your application typically won’t need to create or dispose of pixel maps, you can use the NewPixMap function and the CopyPixMap procedure to create them, and you can use the DisposePixMap procedure to dispose of them. Although you should never need to do so, you can also set the pixel map for the current color graphics port by using the SetPortPix procedure.NewPixMapAlthough you typically don’t need to call this routine in your application code, you can use the NewPixMap function to create a new, initialized PixMap record. FUNCTION NewPixMap: PixMapHandle; DESCRIPTIONThe NewPixMap function creates a new, initialized PixMap record and returns a handle to it. All fields of the PixMap record are copied from the current device’s PixMap record except the color table. In System 7, the hRes and vRes fields are set to 72 dpi, no matter what values the current device’s PixMap record contains. A handle to the color table is allocated but not initialized. You typically don’t need to call this routine. PixMap records are created for you when you create a window using the Window Manager functions NewCWindow and GetNewCWindow and when you create an offscreen graphics world with the NewGWorld function. If your application creates a pixel map, your application must initialize the PixMap record’s color table to describe the pixels. You can use the GetCTable function (described on page 4-92) to read such a table from a resource file; you can then use the DisposeCTable procedure (described on page 4-93) to dispose of the PixMap record’s color table and replace it with the one returned by GetCTable. SPECIAL CONSIDERATIONSThe NewPixMap function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.CopyPixMapAlthough you typically don’t need to call this routine in your application code, you can use the CopyPixMap procedure to duplicate a PixMap record.PROCEDURE CopyPixMap (srcPM,dstPM: PixMapHandle);srcPM    A handle to the PixMap record to be copied.dstPM    A handle to the duplicated PixMap record.DESCRIPTIONThe CopyPixMap procedure copies the contents of the source PixMap record to the destination PixMap record. The contents of the color table are copied, so the destination PixMap has its own copy of the color table. Because the baseAddr field of the PixMap record is a pointer, the pointer, but not the image itself, is copied.SetPortPixAlthough you should never need to do so, you can set the pixel map for the current color graphics port by using the SetPortPix procedure.PROCEDURE SetPortPix (pm: PixMapHandle); pm    A handle to the PixMap record.DESCRIPTIONThe SetPortPix procedure replaces the portPixMap field of the current CGrafPort record with the handle you specify in the pm parameter. SPECIAL CONSIDERATIONSThe SetPortPix procedure is analogous to the basic QuickDraw procedure SetPortBits, which sets the bitmap for the current basic graphics port. The SetPortPix procedure has no effect when used with a basic graphics port. Similarly, SetPortBits has no effect when used with a color graphics port.Both SetPortPix and SetPortBits allow you to perform drawing and calculations on a buffer other than the screen. However, instead of using these procedures, you should use the offscreen graphics capabilities described in the chapter “Offscreen Graphics Worlds.”DisposePixMapAlthough you typically don’t need to call this routine in your application code, you can use the DisposePixMap procedure to dispose of a PixMap record. The DisposePixMap procedure is also available as the DisposPixMap procedure.PROCEDURE DisposePixMap (pm: PixMapHandle);pm    A handle to the PixMap record to be disposed of.DESCRIPTIONThe DisposePixMap procedure disposes of the PixMap record and its color table. The CloseCPort procedure calls DisposePixMap.SPECIAL CONSIDERATIONSIf your application uses DisposePixMap, take care that it does not dispose of a PixMap record whose color table is the same as the current device’s CLUT.Creating and Disposing of Pixel PatternsPixel patterns can use colors at any pixel depth and can be of any width and height that’s a power of 2. To create a pixel pattern, you typically define it in a 'ppat' resource, which you store in a resource file. To retrieve the pixel pattern stored in a 'ppat' resource, you can use the GetPixPat function.Color QuickDraw also allows you to create and dispose of pixel patterns by using the NewPixPat, CopyPixPat, MakeRGBPat, and DisposePixPat routines, although generally you should create them in 'ppat' resources (described on page 4-103).When your application is finished using a pixel pattern, it should dispose of it with the DisposePixPat procedure.GetPixPatTo get a pixel pattern ('ppat') resource stored in a resource file, you can use the GetPixPat function.FUNCTION GetPixPat (patID: Integer): PixPatHandle; patID    The resource ID for a resource of type 'ppat'.DESCRIPTIONThe GetPixPat function returns a handle to the pixel pattern having the resource ID you specify in the patID parameter. The GetPixPat function calls the following Resource Manager function with these parameters:GetResource('ppat', patID);If a 'ppat' resource with the ID that you request does not exist, the GetPixPat function returns NIL.When you are finished with the pixel pattern, use the DisposePixPat procedure (described on page 4-91).SPECIAL CONSIDERATIONSThe GetPixPat function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOThe 'ppat' resource format is described on page 4-103. See the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox for more information about resources, the Resource Manager, and the GetResource function.NewPixPatAlthough you should generally create a pixel pattern in a 'ppat' resource and retrieve it with the GetPixPat function, you can use the NewPixPat function to create a new pixel pattern. FUNCTION NewPixPat: PixPatHandle; DESCRIPTIONThe NewPixPat function creates a new PixPat record (described on page 4-58) and returns a handle to it. This function calls the NewPixMap function to allocate the pattern’s PixMap record (described on page 4-46) and initialize it to the same settings as the pixel map of the current GDevice record—that is, as stored in the gdPMap field of the global variable TheGDevice. This function also sets the pat1Data field of the new PixPat record to a 50 percent gray pattern. NewPixPat allocates new handles for the PixPat record’s data, expanded data, expanded map, and color table but does not initialize them; instead, your application must initialize them.Set the rowBytes, bounds, and pixelSize fields of the pattern’s PixMap record to the dimensions of the desired pattern. The rowBytes value should be equal to (width of bounds) ¥ pixelSize/8The rowBytes value need not be even. The width and height of the bounds must be a power of 2. Each scan line of the pattern must be at least 1 byte in length—that is, ([width of bounds] ¥ pixelSize) must be at least 8.Your application can explicitly specify the color corresponding to each pixel value with a color table. The color table for the pattern must be placed in the pmTable field in the pattern’s PixMap record.Including the PixPat record itself, NewPixPat allocates a total of five handles. The sizes of the handles to the PixPat and PixMap records are the sizes of their respective data structures. The other three handles are initially small in size. Once the pattern is drawn, the size of the expanded data is proportional to the size of the pattern data, but adjusted to the depth of the screen. The color table size is the size of the record plus 8 bytes times the number of colors in the table.When you are finished using the pixel pattern, use the DisposePixPat procedure, which is described on page 4-91, to make the memory used by the pixel pattern available again.SPECIAL CONSIDERATIONSThe NewPixPat function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.CopyPixPatUse the CopyPixPat procedure to copy the contents of one pixel pattern to another. PROCEDURE CopyPixPat (srcPP,dstPP: PixPatHandle);srcPP    A handle to a source pixel pattern, the contents of which you want to copy.dstPP    A handle to a destination pixel pattern, into which you want to copy the contents of the pixel pattern in the srcPP parameter.DESCRIPTIONThe CopyPixPat procedure copies the contents of one PixPat record (the handle to which you pass in the srcPP parameter) into another PixPat record (the handle to which you pass in the dstPP parameter). The CopyPixPat procedure copies all of the fields in the source PixPat record, including the contents of the data handle, expanded data handle, expanded map, pixel map handle, and color table.SEE ALSOThe PixPat record is described on page 4-58.MakeRGBPatTo create the appearance of otherwise unavailable colors on indexed devices, you can use the MakeRGBPat procedure.PROCEDURE MakeRGBPat (ppat: PixPatHandle; myColor: RGBColor);ppat    A handle to hold the generated pixel pattern.myColor    An RGBColor record that defines the color you want to approximate.DESCRIPTIONThe MakeRGBPat procedure generates a PixPat record that, when used to draw a pixel pattern, approximates the color you specify in the myColor parameter. For example, if your application draws to an indexed device that supports 4 bits per pixel, you only have 16 colors available if you simply set the foreground color and draw. If you use MakeRGBPat to create a pattern, and then draw using that pattern, you effectively get 125 different colors. If the graphics device has 8 bits per pixel, you effectively get 2197 colors. (More colors are theoretically possible; this implementation opted for a fast pattern selection rather than the best possible pattern selection.)For a pixel pattern, the patMap^^.bounds field of the PixPat record always contains the values (0,0,8,8), and the patMap^^.rowbytes field equals 2.SPECIAL CONSIDERATIONSBecause patterns produced with MakeRGBPat aren’t usually solid—they provide a selection of colors by alternating between colors, with up to four colors in a pattern— lines that are only one pixel wide may not look good. When MakeRGBPat creates a ColorTable record, it fills in only the rgb fields of its ColorSpec records; the value fields are computed at the time the drawing actually takes place, using the current pixel depth for the system. DisposePixPatUse the DisposePixPat procedure to release the storage allocated to a pixel pattern. The DisposePixPat procedure is also available as the DisposPixPat procedure.PROCEDURE DisposePixPat (ppat: PixPatHandle);ppat    A handle to the pixel pattern to be disposed of.DESCRIPTIONThe DisposePixPat procedure disposes of the data handle, expanded data handle, and pixel map handle allocated to the pixel pattern that you specify in the ppat parameter.Creating and Disposing of Color TablesYou use a color table, which is defined by a data structure of type ColorTable, to specify colors in the form of RGBColor records. You can create and store color tables in 'clut' resources. To retrieve a color table stored in a 'clut' resource, you can use the GetCTable function. To dispose of the handle allocated for a color table, you use the DisposeCTable procedure.The Palette Manager, described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging, has additional routines that enable you to copy colors between palettes and color tables and to restore the default colors to a CLUT belonging to a graphics device. The Color Manager, described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging, contains low-level routines for directly manipulating the fields of the CLUT on a graphics device; most applications do not need to use those routines.GetCTableTo get a color table stored in a 'clut' resource, use the GetCTable function.FUNCTION GetCTable (ctID: Integer): CTabHandle;ctID    The resource ID of a 'clut' resource.DESCRIPTIONFor the color table defined in the 'clut' resource that you specify in the ctID parameter, the GetCTable function returns a handle to a ColorTable record. If the 'clut' resource with that ID is not found, GetCTable returns NIL.If you place this handle in the pmTable field of a PixMap record, you should first use the DisposeCTable procedure to dispose of the handle already there.If you modify a ColorTable record, you should invalidate it by changing its ctSeed field. An easy way to do this is with the CTabChanged procedure, described on page 4-97.The GetCTable function recognizes a number of standard 'clut' resource IDs. You can obtain the default grayscale color table for a given pixel depth by calling GetCTable, adding 32 (decimal) to the pixel depth, and passing this value in the ctID parameter, as shown in Table 4-5.  Table 4-5    The default color tables for grayscale graphics devicesPixel depth    Resource ID    Color table composition    1    33    Black, white    2    34    Black, 33% gray, 66% gray, white    4    36    Black, 14 shades of gray, white    8    40    Black, 254 shades of gray, white     For full color, you can obtain the default color tables by adding 64 to the pixel depth and passing this in the ctID parameter, as shown in Table 4-6. These default color tables are illustrated in Plate 1 at the front of this book.Table 4-6    The default color tables for color graphics devicesPixel depth    Resource ID    Color table composition    2    66    Black, 50% gray, highlight color, white    4    68    Black, 14 colors including the highlight color, white    8    72    Black, 254 colors including the highlight color, white    SPECIAL CONSIDERATIONSThe GetCTable function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOThe 'clut' resource is described on page 4-104. DisposeCTableUse the DisposeCTable procedure to dispose of a ColorTable record. The DisposeCTable procedure is also available as the DisposCTable procedure.PROCEDURE DisposeCTable (cTable: CTabHandle);cTable    A handle to a ColorTable record.DESCRIPTIONThe DisposeCTable procedure disposes of the ColorTable record whose handle you pass in the cTable parameter.Retrieving Color QuickDraw Result CodesMost QuickDraw routines do not return result codes. However, you can use the QDError function to get a result code from the last applicable Color QuickDraw or Color Manager routine that you called.QDErrorTo get a result code from the last applicable Color QuickDraw or Color Manager routine that you called, use the QDError function.FUNCTION QDError: Integer;DESCRIPTIONThe QDError function returns the error result from the last applicable Color QuickDraw or Color Manager routine. On a system with only basic QuickDraw, QDError always returns noErr.The QDError function is helpful in determining whether insufficient memory caused a drawing operation—particularly those involving regions, polygons, pictures, and images copied with CopyBits—to fail in Color QuickDraw. Basic QuickDraw uses stack space for work buffers. For complex operations such as depth conversion, dithering, and image resizing, stack space may not be sufficient. Color QuickDraw attempts to get temporary memory from other parts of the system. If that is still not enough, QDError returns the nsStackErr error. If your application receives this result, reduce the memory required by the operation—for example, divide the image into left and right halves—and try again.When you record drawing operations in an open region, the resulting region description may overflow the 64 KB limit. Should this happen, QDError returns regionTooBigError. Since the resulting region is potentially corrupt, the CloseRgn procedure (described in the chapter “QuickDraw Drawing” in this book) returns an empty region if it detects QDError has returned regionTooBigError. A similar error, rgnTooBigErr, can occur when using the BitMapToRegion function (described in the chapter “Basic QuickDraw” in this book) to convert a bitmap to a region.The BitMapToRegion function can also generate the pixmapTooDeepErr error if a PixMap record is supplied that is greater than 1 bit per pixel. You may be able to recover from this problem by coercing your PixMap record into a 1-bit PixMap record and calling the BitMapToRegion function again.RESULT CODESnoErr    0    No error    paramErr    –50    Illegal parameter to NewGWorld        –143    CopyBits couldn’t allocate required temporary memory        –144    Ran out of stack space while drawing polygon    noMemForPictPlaybackErr    –145    Insufficient memory for drawing the picture    regionTooBigError    –147    Region too big or complex    pixmapTooDeepErr    –148    Pixel map is deeper than 1 bit per pixel    nsStackErr    –149    Insufficient stack    cMatchErr    –150    Color2Index failed to find an index    cTempMemErr    –151    Failed to allocate memory for temporary structures    cNoMemErr    –152    Failed to allocate memory for structure    cRangeErr    –153    Range error on color table request    cProtectErr    –154    ColorTable record entry protection violation    cDevErr    –155    Invalid type of graphics device    cResErr    –156    Invalid resolution for MakeITable    cDepthErr    –157    Invalid pixel depth specified to NewGWorld    rgnTooBigErr    –500    Bitmap would convert to a region greater than 64 KB    In addition to these result codes, QDErr also returns result codes from the Memory Manager.SECIAL CONSIDERATIONSThe QDError function does not report errors returned by basic QuickDraw.SEE ALSOListing 3-8 on page 3-28, Listing 3-10 on page 3-30, and Listing 3-11 on page 3-33 in the chapter “QuickDraw Drawing” in this book—and Listing 7-8 on page 7-20 in the chapter “Pictures” in this book—illustrate how to use QDError to report insufficient memory conditions for various drawing operations.The NewGWorld function is described in the chapter “Offscreen Graphics Worlds” in this book. The Color2Index function and the MakeITable procedure are described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging. Graphics devices are described in the chapter “Graphics Devices” in this book. Memory Manager result codes are listed in Inside Macintosh: Memory.Customizing Color QuickDraw OperationsFor each shape that QuickDraw can draw, there are procedures that perform these basic graphics operations on the shape: framing, painting, erasing, inverting, and filling. As described in the chapter “QuickDraw Drawing” in this book, those procedures in turn call a low-level drawing routine for the shape. For example, the FrameOval, PaintOval, EraseOval, InvertOval, and FillOval procedures all call the low-level procedure StdOval, which draws the oval. The grafProcs field of a CGrafPort record determines which low-level routines are called. If that field contains the value of NIL, the standard routines are called. You can set the grafProcs field to point to a record of pointers to your own routines. This record of pointers is defined by a data structure of type CQDProcs. By changing these pointers, you can install your own routines, and either completely override the standard ones or call them after your routines have modified their parameters as necessary.To assist you in setting up a record, QuickDraw provides the SetStdCProcs procedure. You can use the SetStdCProcs procedure to set all the fields of the CQDProcs record to point to the standard routines. You can then reset the ones with which you are concerned.SetStdCProcsYou can use the SetStdCProcs procedure to get a CQDProcs record with fields that point to Color QuickDraw’s standard low-level routines. You can replace these low-level routines with your own, and then point to your modified CQDProcs record in the grafProcs field of a CGrafPort record to change Color QuickDraw’s standard low-level behavior.PROCEDURE SetStdCProcs (VAR cProcs: CQDProcs);cProcs    Upon completion, a CQDProcs record with fields that point to Color QuickDraw’s standard low-level routines.DESCRIPTIONIn the cProcs parameter, the SetStdCProcs procedure returns a CQDProcs record with fields that point to the standard low-level routines. You can change one or more fields to point to your own routines and then set the color graphics port to use this modified CQDProcs record. SPECIAL CONSIDERATIONSWhen drawing in a color graphics port, your application must always use SetStdCProcs instead of SetStdProcs.SEE ALSOThe routines you install in the CQDProcs record must have the same calling sequences as the standard basic QuickDraw routines, which are described in the chapter “QuickDraw Drawing” in this book. The SetStdProcs procedure is also described in the chapter “QuickDraw Drawing.”The chapter “Pictures” in this book describes how to replace the low-level routines that read and write pictures.The data structure of type CQDProcs is described on page 4-60.Reporting Data Structure Changes to QuickDrawIn quest of faster execution time, some applications directly modify ColorTable, PixPat, GrafPort, CGrafPort, or GDevice records rather than using the routines provided for that purpose. Direct manipulation of the fields of these records can cause problems now, and may cause additional problems as QuickDraw continues to evolve. For example, the Color Manager (described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging) maintains an inverse table for every color table with which it works in order to speed up the process of searching the color table. If your application directly changes an entry in the color table, the Color Manager doesn’t know that its inverse table no longer works correctly.However, by using the routines CTabChanged, PixPatChanged, PortChanged, and GDeviceChanged, you can lessen the adverse effects of directly modifying the fields of ColorTable, PixPat, GrafPort, CGrafPort, and GDevice records. For example, should you directly change the field of a ColorTable record and then call the CTabChanged procedure, it invalidates the ctSeed field of the ColorTable record, which signals the Color Manager that the table has been changed and its inverse table needs to be rebuilt.CTabChangedIf you modify the content of a ColorTable record (described on page 4-56), use the CTabChanged procedure.PROCEDURE CTabChanged (ctab: CTabHandle);ctab    A handle to the ColorTable record changed by your application.DESCRIPTIONFor the ColorTable record you specify in the ctab parameter, the CTabChanged procedure calls the Color Manager function GetCTSeed to get a new seed (that is, a new, unique identifier in the ctSeed field of the ColorTable record) and notifies Color QuickDraw of the change.SPECIAL CONSIDERATIONSThe CTabChanged procedure may move or purge memory in the application heap. Your application should not call the CTabChanged procedure at interrupt time.Your application should never need to directly modify a ColorTable record and use the CTabChanged procedure; instead, your application should use the QuickDraw routines described in this book for manipulating the values in a ColorTable record.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the CTabChanged procedure areTrap macro    Selector    _QDExtensions    $00040007     SEE ALSOThe GetCTSeed function is described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging.PixPatChangedIf you modify the content of a PixPat record (described on page 4-58), including its PixMap record or the image in its patData field, use the PixPatChanged procedure.PROCEDURE PixPatChanged (ppat: PixPatHandle);ppat    A handle to the changed pixel pattern.DESCRIPTIONThe PixPatChanged procedure sets the patXValid field of the PixPat record specified in the ppat parameter to –1 and notifies QuickDraw of the change.If your application changes the pmTable field of a pixel pattern’s PixMap record, it should call PixPatChanged. However, if your application changes the content of the color table referenced by the PixMap record’s pmTable field, it should call PixPatChanged and the CTabChanged procedure as well. (The CTabChanged procedure is described in the preceding section.)SPECIAL CONSIDERATIONSThe PixPatChanged procedure may move or purge memory in the application heap. Your application should not call the PixPatChanged procedure at interrupt time.Your application should never need to directly modify a PixPat record and use the PixPatChanged procedure; instead, your application should use the QuickDraw routines described in this book for manipulating the values in a PixPat record.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PixPatChanged procedure areTrap macro    Selector    _QDExtensions    $00040008     PortChangedIf you modify the content of a GrafPort record (described in the chapter “Basic QuickDraw” in this book) or CGrafPort record (described on page 4-48), including any of the data structures specified by handles within the record, use the PortChanged procedure. PROCEDURE PortChanged (port: GrafPtr);port    A pointer to the GrafPort record that you have changed.DESCRIPTIONThe PortChanged procedure notifies QuickDraw that your application has changed the graphics port specified in the port parameter. If your application has changed a CGrafPort record, it must coerce its pointer (that is, its CGrafPtr) to a pointer to a GrafPort record (that is, to a GrafPtr) before passing the pointer in the port parameter.You generally should not directly change any of the PixPat records specified in a CGrafPort record, but instead use the PenPixPat and BackPixPat procedures. However, if your application does change the content of a PixPat record, it should call the PixPatChanged procedure (described in the preceding section) as well as the PortChanged procedure.If your application changes the pmTable field of the PixMap record specified in the graphics port, your application should call PortChanged. If your application changes the content of the ColorTable record referenced by the pmTable field, it should call CTabChanged as well.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PortChanged procedure areTrap macro    Selector    _QDExtensions    $00040009     GDeviceChangedIf you modify the content of a GDevice record (described in the chapter “Graphics Devices” in this book), use the GDeviceChanged procedure.PROCEDURE GDeviceChanged (gdh: GDHandle);DESCRIPTIONThe GDeviceChanged procedure notifies Color QuickDraw that your application has changed the GDevice record specified in the gdh parameter. If your application changes the pmTable field of the PixMap record specified in a GDevice record, your application should call GDeviceChanged. If your application changes the content of the ColorTable record referenced by the PixMap record, it should call GDeviceChanged and CTabChanged as well.SPECIAL CONSIDERATIONSThe GDeviceChanged procedure may move or purge memory in the application heap. Your application should not call the GDeviceChanged procedure at interrupt time.Your application should never need to directly modify a GDevice record and use the GDeviceChanged procedure; instead, your application should use the QuickDraw routines described in this book for manipulating the values in a GDevice record.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the GDeviceChanged procedure areTrap macro    Selector    _QDExtensions    $0004000A     Application-Defined RoutineYou can customize the SeedCFill and CalcCMask procedures by writing your own color search function. For example, you might wish to use your own color search function to make SeedCFill generate a mask that allows filling around pixels that approximate the color of your seed point, rather than match it exactly. The SeedCFill procedure generates a mask showing where the pixels in an image can be filled from a starting point, like the paint pouring from the MacPaint paint-bucket tool. The CalcCMask procedure generates a mask showing where pixels in an image cannot be filled from any of the outer edges of a rectangle you specify. You can then use these masks with the CopyBits, CopyMask, and CopyDeepMask procedures.By default, SeedCFill returns 1’s in the mask to indicate all pixels adjacent to a seed point whose colors do not exactly match the RGBColor record for the pixel at the seed point. By default, CalcCMask returns 1’s in the mask to indicate what pixels have the exact RGB value that you specify in the seedRGB parameter, as well as which pixels are enclosed by shapes whose outlines consist entirely of pixels with this exact color. These procedures use a default color search function that matches exact colors.You can customize these procedures by writing your own color search function and pointing to it in the matchProc parameters to these procedures, which then use your procedure instead of the default.MyColorSearchHere’s how to declare a color search function to supply to the SeedCFill or CalcCMask procedure if you were to name the function MyColorSearch:FUNCTION MyColorSearch (rgb: RGBColor;                                  position: LongInt): Boolean;rgb    The RGBColor record for a pixel.position    The position of the pixel within an image.DESCRIPTIONYour color search function should analyze the RGBColor record passed to it in the rgb parameter. To mask a pixel approximating that color, your color search function should return TRUE; otherwise, it should return FALSE.Your application should compare the RGBColor records that SeedCFill passes to your color search function against the RGBColor record for the pixel at the seed point you specify in that procedure’s seedH and seedV parameters. You can use a MatchRec record to determine the color of the seed pixel. When SeedCFill calls your color search function, the GDRefCon field of the current GDevice record (described in the chapter “Graphics Devices”) contains a pointer to a MatchRec record that describes the seed point. This record has the following structure:MatchRec =     RECORD        red:                Integer;            {red component of seed pixel}        green:                Integer;            {green component of seed pixel}        blue:                Integer;            {blue component of seed pixel}        matchData:                LongInt;            {value in matchData parameter of }                                    { SeedCFill procedure}    END;The matchData field contains whatever value you pass to SeedCFill in the matchData parameter. In the matchData parameter, for instance, your application could pass the handle to a color table. Your color search function could then check whether the color for the pixel currently under analysis matches any of the colors in the table.Similarly, your application should compare the colors that CalcCMask passes to your color search function against the color that you specify in that procedure’s seedRGB parameter. When CalcCMask calls your color search function, the GDRefCon field of the current GDevice record (described in the chapter “Graphics Devices”) contains a pointer to a MatchRec record for your seed color. The matchData field of this record contains whatever value you pass to CalcCMask in the matchData parameter.ResourcesThis section describes the pixel pattern ('ppat') resource, the color table ('clut') resource, and the color icon ('cicn') resource. Your application can use a 'ppat' resource to create multicolored patterns for drawing. Your application can use a 'clut' resource to define available colors for a pixel map or an indexed device. When you want to display a color icon within some element of your application (such as within a menu, an alert box, or a dialog box), you can create a 'cicn' resource. These resource types should be marked as purgeable. NoteThese Color QuickDraw resources are compound structures and are more complex than a simple resource handle. When your application requests one of these resources, Color QuickDraw reads the requested resource, copies it, and then alters the copy before passing it to your application. Each time your application calls GetPixPat, for example, your application gets a new copy of a pixel pattern resource; therefore, your application should call GetPixPat only once for a particular pixel pattern resource.uThe Pixel Pattern ResourceYou can use a pixel pattern resource to define a multicolored pattern to display with Color QuickDraw routines. A pixel pattern resource is a resource of type 'ppat'. All 'ppat' resources should be marked purgeable, and they must have resource IDs greater than 128. Use the GetPixPat function (described on page 4-88) to create a pixel pattern defined in a 'ppat' resource. Color QuickDraw uses the information you specify to create a PixPat record in memory. (The PixPat record is described on page 4-58.) This section describes the structure of this resource after it has been compiled by the Rez resource compiler, available from APDA. However, you typically use a high-level tool such as the ResEdit application, also available through APDA, to create 'ppat' resources. You can then use the DeRez decompiler to convert your 'ppat' resources into Rez input when necessary. The compiled output format for a 'ppat' resource is illustrated in Figure 4-16.Figure 4-16    Format of a compiled pixel pattern ('ppat') resourceThe compiled version of a 'ppat' resource contains the following elements:n    A pattern record. This is similar to the PixPat record (described on page 4-58), except that the resource contains an offset (rather than a handle) to a PixMap record (which is included in the resource), and it contains an offset (rather than a handle) to the pattern image data (which is also included in the resource).n    A pixel map. This is similar to the PixMap record (described on page 4-46), except that the resource contains an offset (rather than a handle) to a color table (which is included in the resource).n    Pattern image data. The size of the image data is calculated by subtracting the offset to the image data from the offset to the color table data. n    A color table. This follows the same format as the color table ('clut') resource described next.The Color Table ResourceYou can use a color table resource to define a color table for a pixel pattern or an indexed device. To retrieve a color table stored in a color table resource, use the GetCTable function described on page 4-92. A color table resource is a resource of type 'clut'. All 'clut' resources should be marked purgeable, and they must have resource IDs greater than 128. This section describes the structure of this resource after it has been compiled by the Rez resource compiler, available from APDA. However, you typically use a high-level tool such as the ResEdit application, also available through APDA, to create 'clut' resources. You can then use the DeRez decompiler to convert your 'clut' resources into Rez input when necessary. The compiled output format for a 'clut' resource is illustrated in Figure 4-17.Figure 4-17    Format of a compiled color table ('clut') resourceThe compiled version of a 'clut' resource contains the following elements:n    Seed. This contains the resource ID for this resource.n    Flags. A value of $0000 identifies this as a color table for a pixel map. A value of $8000 identifies this as a color table for an indexed device.n    Size. One less than the number of color specification entries in the rest of this resource.n    An array of color specification entries. Each entry contains a pixel value and a color specified by the values for the red, green, and blue components of the entry.There are several default 'clut' resources for Macintosh computers containing 68020 and later processors. There is a default 'clut' resource for each of the standard pixel depths. The resource ID for each is the same as the pixel depth. For example, the default 'clut' resource for screens supporting 8 bits per pixel has a resource ID of 8.Another default 'clut' resource defines the eight colors available for basic QuickDraw’s eight-color system. This 'clut' resource has a resource ID of 127. The Color Icon ResourceWhen you want to display a color icon within some element of your application (such as within a menu, an alert box, or a dialog box), you can create a color icon resource. A color icon resource is a resource of type 'cicn'. All color icon resources must be marked purgeable, and they must have resource IDs greater than 128. The 'cicn' resource was introduced with early versions of Color QuickDraw and is described here for completeness.Using color icon resources, you can create icons similar to the ones that the Finder uses to display your application’s files on the desktop; however, the Finder does not use or display any resources that you create of type 'cicn'. Instead, your application uses icon resources of type 'cicn' to display icons from within your application. (For information about the small and large 4-bit and 8-bit color icon resources—types 'ics4', 'icl4', 'ics8', and 'icl8'—necessary to define an icon family for the Finder’s use, see Inside Macintosh: Macintosh Toolbox Essentials.)Generally, you use color icon resources in menus, alert boxes, and dialog boxes, as described in the chapters “Menu Manager” and “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials. If you provide a color icon ('cicn') resource with the same resource ID as an icon ('ICON') resource, the Menu Manager and the Dialog Manager display the color icon instead of the black-and-white icon for users with color monitors. For information about drawing color icons without the aid of the Menu Manager or Dialog Manager (for example, to draw an icon in a window), see the chapter “Icon Utilities” in Inside Macintosh: More Macintosh Toolbox.You can use a high-level tool such as the ResEdit application to create color icon resources. You can then use the DeRez decompiler to convert your color icon resources into Rez input when necessary.The compiled output format for a 'cicn' resource is illustrated in Figure 4-18.Figure 4-18    Format of a compiled color icon ('cicn') resourceThe compiled version of a 'cicn' resource contains the following elements:n    A pixel map. This pixel map describes the image when drawing the icon on a color screen.n    A bitmap for the icon’s mask. n    A bitmap for the icon. This contains the image to use when drawing the icon to a 1-bit screen.n    Icon data.n    The bitmap image data for the icon’s mask.n    The bitmap image data for the bitmap to be used on 1-bit screens. It may be NIL.n    A color table containing the color information for the icon’s pixel map.n    The image data for the pixel map. See the chapter “Icon Utilities” in Inside Macintosh: More Macintosh Toolbox for information about Macintosh Toolbox routines available to help you display icons.Summary of Color QuickDrawPascal SummaryConstantsCONST    {checking for Color QuickDraw and its features}    gestaltQuickdrawVersion                                = 'qd  ';                {Gestalt selector for Color QuickDraw}    gestalt8BitQD                        = $100;            {8-bit Color QD}    gestalt32BitQD                        = $200;            {32-bit Color QD}    gestalt32BitQD11                        = $210;            {32-bit Color QDv1.1}    gestalt32BitQD12                        = $220;            {32-bit Color QDv1.2}    gestalt32BitQD13                        = $230;            {System 7: 32-bit Color QDv1.3}    gestaltQuickdrawFeatures                                    = 'qdrw';                {Gestalt selector for Color }                                                        { QuickDraw features}    gestaltHasColor                                 = 0;        {Color QuickDraw is present}    gestaltHasDeepGWorlds                                = 1;        {GWorlds deeper than 1 bit}    gestaltHasDirectPixMaps                                = 2;        {PixMaps can be direct--16 or 32 bit}    gestaltHasGrayishTextOr                                = 3;        {supports text mode grayishTextOr}                        {source modes for color graphics ports}    srcCopy                = 0;        {determine how close the color of the source pixel is }                            { to black, and assign this relative amount of }                            { foreground color to the destination pixel; determine }                            { how close the color of the source pixel is to white, }                            { and assign this relative amount of background }                            { color to the destination pixel}    srcOr                 = 1;        {determine how close the color of the source pixel is }                            { to black, and assign this relative amount of }                            { foreground color to the destination pixel}    srcXor                 = 2;        {where source pixel is black, invert the destination }                            { pixel--for a colored destination pixel, use the }                            { complement of its color if the pixel is direct, }                            { invert its index if the pixel is indexed}    srcBic                 = 3;        {determine how close the color of the source pixel is }                            { to black, and assign this relative amount of }                            { background color to the destination pixel}    notSrcCopy                 = 4;        {determine how close the color of the source pixel is }                            { to black, and assign this relative amount of }                            { background color to the destination pixel; determine }                            { how close the color of the source pixel is to white, }                            { and assign this relative amount of foreground color }                            { to the destination pixel}    notSrcOr                 = 5;        {determine how close the color of the source pixel is }                            { to white, and assign this relative amount of }                            { foreground color to the destination pixel}    notSrcXor                 = 6;        {where source pixel is white, invert the destination }                            { pixel--for a colored destination pixel, use the }                            { complement of its color if the pixel is direct, }                            { invert its index if the pixel is indexed}    notSrcBic                 = 7;        {determine how close the color of the source pixel is }                            { to white, and assign this relative amount of }                            { background color to the destination pixel}    {special text transfer mode}    grayishTextOr = 49;    {arithmetic transfer modes available in Color QuickDraw}    blend                = 32;        {replace destination pixel with a blend of the source }                            { and destination pixel colors; if the destination is }                            { a bitmap or 1-bit pixel map, revert to srcCopy mode}    addPin                = 33;        {replace destination pixel with the sum of the source }                            { and destination pixel colors--up to a maximum }                            { allowable value; if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcBic mode}    addOver                = 34;        {replace destination pixel with the sum of the source }                            { and destination pixel colors--but if the value of }                            { the red, green, or blue component exceeds 65,536, }                            { then subtract 65,536 from that value; if the }                            { destination is a bitmap or 1-bit pixel map, revert }                            { to srcXor mode}    subPin                = 35;        {replace destination pixel with the difference of the }                            { source and destination pixel colors--but not less }                            { than a minimum allowable value; if the destination }                            { is a bitmap or 1-bit pixel map, revert to srcOr mode}    addMax                = 37;        {compare the source and destination pixels, and }                            { replace the destination pixel with the color }                            { containing the greater saturation of each of the RGB }                            { components; if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcBic mode}    subOver                = 38;        {replace destination pixel with the difference of the }                            { source and destination pixel colors--but if the }                            { value of the red, green, or blue component is less }                            { than 0, add the negative result to 65,536; if the }                            { destination is a bitmap or 1-bit pixel map, revert }                            { to srcXor mode}    adMin                = 39;        {compare the source and destination pixels, and }                            { replace the destination pixel with the color }                            { containing the lesser saturation of each of the RGB }                            { components; if the destination is a bitmap or }                            { 1-bit pixel map, revert to srcOr mode}    {transparent mode constant}    transparent                = 36;        {replace the destination pixel with the source pixel }                            { if the source pixel isn't equal to the background }                            { color}    hilite                = 50;        {add to source or pattern mode for highlighting}    hiliteBit                 = 7;        {flag bit in HiliteMode (lowMem flag)}    pHiliteBit                 = 0;        {flag bit in HiliteMode used with BitClr procedure}    defQDColors = 127;                            {resource ID of 'clut' for default QDColors}    {pixel type}    RGBDirect = 16;                            {16 & 32 bits per pixel pixelType value}    {pmVersion values}    baseAddr32 = 4;    {pixmap base address is 32-bit address}Data TypesTYPE        PixMap                = RECORD    baseAddr:                    Ptr;                {pixel image}    rowBytes:                    Integer;                {flags, and row width}    bounds:                    Rect;                {boundary rectangle}    pmVersion:                    Integer;                {PixMap record version number}    packType:                    Integer;                {packing format}    packSize:                    LongInt;                {size of data in packed state}    hRes:                    Fixed;                {horizontal resolution (dpi)}    vRes:                    Fixed;                {vertical resolution (dpi)}    pixelType:                    Integer;                {format of pixel image}    pixelSize:                    Integer;                {physical bits per pixel}    cmpCount:                    Integer;                {logical components per pixel}    cmpSize:                     Integer;                {logical bits per component}    planeBytes:                    LongInt;                {offset to next plane}    pmTable:                     CTabHandle;                {handle to color table for this image}    pmReserved:                    LongInt        ;        {reserved for future expansion}END;CGrafPtr                    = ^CGrafPort;CGrafPort                    = RECORD    device:                    Integer;                    {device ID for font selection}    portPixMap:                    PixMapHandle;                    {handle to PixMap record}    portVersion:                    Integer;                    {highest 2 bits always set}    grafVars:                    Handle;                    {handle to GrafVars record}    chExtra:                    Integer;                    {added width for nonspace characters}    pnLocHFrac:                    Integer;                    {pen fraction}    portRect:                    Rect;                    {port rectangle}    visRgn:                    RgnHandle;                    {visible region}    clipRgn:                    RgnHandle;                    {clipping region}    bkPixPat:                    PixPatHandle;                    {background pattern}    rgbFgColor:                    RGBColor;                    {requested foreground color}    rgbBkColor:                    RGBColor;                    {requested background color}    pnLoc:                    Point;                    {pen location}    pnSize:                    Point;                    {pen size}    pnMode:                    Integer;                    {pattern mode}    pnPixPat:                    PixPatHandle;                     {pen pattern}    fillPixPat:                    PixPatHandle;                     {fill pattern}    pnVis:                    Integer;                     {pen visibility}    txFont:                    Integer;                    {font number for text}    txFace:                    Style;                    {text's font style}    txMode:                    Integer;                    {source mode for text}    txSize:                    Integer;                    {font size for text}    spExtra:                    Fixed;                    {added width for space characters}    fgColor:                    LongInt;                    {actual foreground color}    bkColor:                    LongInt;                    {actual background color}    colrBit:                    Integer;                    {plane being drawn}    patStretch:                    Integer;                    {used internally}    picSave:                    Handle;                    {picture being saved, used internally}    rgnSave:                    Handle;                    {region being saved, used internally}    polySave:                    Handle;                    {polygon being saved, used internally}    grafProcs:                    CQDProcsPtr;                    {low-level drawing routines}END;RGBColor                    = RECORD    red:            Integer;                {red component}    green:            Integer;                {green component}    blue:            Integer;                {blue component}END;ColorSpec                    = RECORD    value:            Integer;                {index or other value}    rgb:            RGBColor;                {true color}END;cSpecArray : ARRAY[0..0] OF ColorSpec;CTabHandle                    = ^CTabPtr;CTabPtr                    = ^ColorTable;ColorTable                    = RECORD    ctSeed:            LongInt;                {unique identifier from table}    ctFlags:            Integer;                {contains flags describing the ctTable field; }                                { clear for a PixMap record}    ctSize:             Integer;                {number of entries in the next field minus 1}    ctTable:            cSpecArray;                {an array of ColorSpec records}END;MatchRec                    = RECORD    red:                Integer;            {red component of seed}    green:                Integer;            {green component of seed}    blue:                Integer;            {blue component of seed}    matchData:                LongInt;            {value in matchData parameter of }                                { SeedCFill or CalcCMask}END;PixPatHandle                    = ^PixPatPtr;PixPatPtr                    = ^PixPat;PixPat                    = RECORD    patType        :        Integer;                    {pattern type}    patMap:                PixMapHandle;                    {PixMap record for pattern}    patData:                Handle;                    {pixel image defining pattern}    patXData:                Handle;                    {expanded pixel image}    patXValid:                Integer;                    {flags for expanded pattern data}    patXMap:                Handle;                    {handle to expanded pattern data}    pat1Data:                Pattern;                    {bit pattern for a GrafPort record}END;CQDProcsPtr                        = ^CQDProcsCQDProcs                        = RECORD    textProc:                    Ptr;         {text drawing}    lineProc:                    Ptr;         {line drawing}    rectProc:                    Ptr;         {rectangle drawing}    rRectProc:                    Ptr;         {rounded rectangle drawing}    ovalProc:                    Ptr;         {oval drawing}    arcProc:                    Ptr;         {arc and wedge drawing}    polyProc:                    Ptr;         {polygon drawing}    rgnProc:                    Ptr;         {region drawing}    bitsProc:                    Ptr;         {bit transfer}    commentProc:                    Ptr;         {picture comment processing}    txMeasProc:                    Ptr;         {text width measurement}    getPicProc:                    Ptr;         {picture retrieval}    putPicProc:                    Ptr;         {picture saving}    opcodeProc:                    Ptr;        {reserved for future use}        newProc1:                    Ptr;        {reserved for future use}    newProc2:                    Ptr;        {reserved for future use}    newProc3:                    Ptr;        {reserved for future use}    newProc4:                    Ptr;        {reserved for future use}    newProc5:                    Ptr;        {reserved for future use}    newProc6:                    Ptr;        {reserved for future use}END;GrafVars                    = RECORD    rgbOpColor:                        RGBColor;                {color for addPin, subPin, and blend}    rgbHiliteColor:                        RGBColor;                 {color for highlighting}    pmFgColor:                        Handle;                {palette handle for foreground color}    pmFgIndex:                        Integer;                {index value for foreground}    pmBkColor:                        Handle;                {palette handle for background color}    pmBkIndex:                        Integer;                {index value for background}    pmFlags:                        Integer;                {flags for Palette Manager}END;Color QuickDraw RoutinesOpening and Closing Color Graphics PortsPROCEDURE OpenCPort    (port: CGrafPtr);PROCEDURE InitCPort    (port: CGrafPtr); PROCEDURE CloseCPort    (port: CGrafPtr); Managing a Color Graphics PenPROCEDURE PenPixPat    (ppat: PixPatHandle);Changing the Background Pixel PatternPROCEDURE BackPixPat    (ppat: PixPatHandle);Drawing With Color QuickDraw ColorsPROCEDURE RGBForeColor    (color: RGBColor);PROCEDURE RGBBackColor    (color: RGBColor);PROCEDURE SetCPixel    (h,v: Integer; cPix: RGBColor);PROCEDURE FillCRect    (r: Rect; ppat: PixPatHandle);PROCEDURE FillCRoundRect    (r: Rect; ovalWidth,ovalHeight: Integer; ppat: PixPatHandle);PROCEDURE FillCOval    (r: Rect; ppat: PixPatHandle);PROCEDURE FillCArc    (r: Rect; startAngle,arcAngle: Integer; ppat: PixPatHandle);PROCEDURE FillCPoly    (poly: PolyHandle; ppat: PixPatHandle);PROCEDURE FillCRgn    (rgn: RgnHandle; ppat: PixPatHandle);PROCEDURE OpColor    (color: RGBColor);PROCEDURE HiliteColor    (color: RGBColor);Determining Current Colors and Best Intermediate ColorsPROCEDURE GetForeColor    (VAR color: RGBColor);PROCEDURE GetBackColor    (VAR color: RGBColor);PROCEDURE GetCPixel    (h,v: Integer; VAR cPix: RGBColor);FUNCTION GetGray     (device: GDHandle; backGround: RGBColor; VAR foreGround: RGBColor): Boolean;Calculating Color FillsPROCEDURE SeedCFill     (srcBits,dstBits: BitMap; srcRect,dstRect: Rect; seedH,seedV: Integer; matchProc: ProcPtr; matchData: LongInt);PROCEDURE CalcCMask    (srcBits,dstBits: BitMap; srcRect,dstRect: Rect; seedRGB: RGBColor; matchProc: ProcPtr; matchData: LongInt);Creating, Setting, and Disposing of Pixel Maps{DisposePixMap is also spelled as DisposPixMap}FUNCTION NewPixMap     : PixMapHandle;PROCEDURE CopyPixMap    (srcPM,dstPM: PixMapHandle);PROCEDURE SetPortPix    (pm: PixMapHandle);PROCEDURE DisposePixMap    (pm: PixMapHandle);Creating and Disposing of Pixel Patterns{DisposePixPat is also spelled as DisposPixPat}FUNCTION GetPixPat    (patID: Integer): PixPatHandle;FUNCTION NewPixPat     : PixPatHandle;PROCEDURE CopyPixPat    (srcPP,dstPP: PixPatHandle);PROCEDURE MakeRGBPat    (ppat: PixPatHandle; myColor: RGBColor);PROCEDURE DisposePixPat    (ppat: PixPatHandle);Creating and Disposing of Color Tables{DisposeCTable is also spelled as DisposCTable}FUNCTION GetCTable    (ctID: Integer): CTabHandle;PROCEDURE DisposeCTable    (cTable: CTabHandle);Retrieving Color QuickDraw Result CodesFUNCTION QDError:     Integer;Customizing Color QuickDraw OperationsPROCEDURE SetStdCProcs    (VAR cProcs: CQDProcs);Reporting Data Structure Changes to QuickDrawPROCEDURE CTabChanged    (ctab: CTabHandle);PROCEDURE PixPatChanged    (ppat: PixPatHandle);PROCEDURE PortChanged    (port: GrafPtr);PROCEDURE GDeviceChanged    (gdh: GDHandle);Application-Defined RoutineFUNCTION MyColorSearch    (rgb: RGBColor; position: LongInt): Boolean;C SummaryConstantsenum {    /* checking for Color QuickDraw and its features */    gestaltQuickdrawVersion                                = 'qd  ',                /* Gestalt selector for Color                                                        QuickDraw */    gestalt8BitQD                        = 0x100,            /* 8-bit Color QD */    gestalt32BitQD                        = 0x200,            /* 32-bit Color QD */    gestalt32BitQD11                        = 0x210,            /* 32-bit Color QDv1.1 */    gestalt32BitQD12                        = 0x220,            /* 32-bit Color QDv1.2 */    gestalt32BitQD13                        = 0x230,            /* System 7: 32-bit Color QDv1.3 */    gestaltQuickdrawFeatures                            = 'qdrw',                /* Gestalt selector for Color QuickDraw                                                 features */    gestaltHasColor                                 = 0,        /* Color QuickDraw is present */    gestaltHasDeepGWorlds                                = 1,        /* GWorlds deeper than 1 bit */    gestaltHasDirectPixMaps                                = 2,        /* PixMaps can be direct--16 or 32 bit */    gestaltHasGrayishTextOr                                = 3,        /* supports text mode grayishTextOr */    /* source modes for color graphics ports */    srcCopy                = 0,        /* determine how close the color of the source pixel is                                to black, and assign this relative amount of                                foreground color to the destination pixel; determine                                how close the color of the source pixel is to white,                                 and assign this relative amount of background color                                to the destination pixel */    srcOr                = 1,        /* determine how close the color of the source pixel is                                to black, and assign this relative amount of                                foreground color to the destination pixel */    srcXor                = 2,        /* where source pixel is black, invert the destination                                pixel--for a colored destination pixel, use the                                 complement of its color if the pixel is direct,                                invert its index if the pixel is indexed */    srcBic                = 3,        /* determine how close the color of the source pixel is                               to black, and assign this relative amount of                               background color to the destination pixel */    notSrcCopy                = 4,         /* determine how close the color of the source pixel is                                to black, and assign this relative amount of                                background color to the destination pixel; determine                                how close the color of the source pixel is to white,                                and assign this relative amount of foreground color                                to the destination pixel */    notSrcOr                = 5,        /* determine how close the color of the source pixel is                                to white, and assign this relative amount of                                foreground color to the destination pixel */    notSrcXor                = 6,        /* where source pixel is white, invert destination                                pixel--for a colored destination pixel, use the                                 complement of its color if the pixel is direct,                                 invert its index if the pixel is indexed */    notSrcBic                = 7,        /* determine how close the color of the source pixel is                                to white, and assign this relative amount of                                background color to the destination pixel */    /* special text transfer mode */    grayishTextOr                    = 49,    /* arithmetic transfer modes available in Color QuickDraw */    blend                = 32,        /* replace destination pixel with a blend of the source                                and destination pixel colors; if the destination is a                                bitmap or 1-bit pixel map, revert to srcCopy mode */    addPin                = 33,        /* replace destination pixel with the sum of the source                                and destination pixel colors--up to a maximum                                allowable value; if the destination is a bitmap or                                 1-bit pixel map, revert to srcBic mode */    addOver                = 34,        /* replace destination pixel with the sum of the source                                and destination pixel colors--but if the value of                                the red, green, or blue component exceeds 65,536,                                 subtract 65,536 from that value; if the destination                                is a bitmap or 1-bit pixel map, revert to srcXor                                mode */    subPin                = 35,        /* replace destination pixel with the difference of the                                source and destination pixel colors--but not less                                than a minimum allowable value; if the destination is                                a bitmap or 1-bit pixel map, revert to srcOr mode */    addMax                = 37,        /* compare the source and destination pixels, and                                replace the destination pixel with the color                                 containing the greater saturation of each of the RGB                                components; if the destination is a bitmap or 1-bit                                 pixel map, revert to srcBic mode */    subOver                = 38,        /* replace destination pixel with the difference of the                                source and destination pixel colors--but if the value                                of the red, green, or blue component is less than 0,                                add the negative result to 65,536; if the destination                                is a bitmap or 1-bit pixel map, revert to                                 srcXor mode */    adMin                = 39,        /* compare the source and destination pixels, and                                 replace the destination pixel with the color                                 containing the lesser saturation of each of the RGB                                 components; if the destination is a bitmap or 1-bit                                 pixel map, revert to srcOr mode */    /* transparent mode constant */    transparent = 36,                        /* replace the destination pixel with the source pixel                                 if the source pixel isn't equal to the background                                color */    hilite                = 50,        /* add to source or pattern mode for highlighting */    hiliteBit                = 7,        /* flag bit in highlight mode (lowMem flag) */    pHiliteBit                = 0,        /* flag bit in highlight mode used with BitClr                                procedure */    defQDColors                    = 127,            /* resource ID of 'clut' for default QDColors */        /* pixel type */    RGBDirect = 16,          /* 16 & 32 bits/pixel pixelType value */    /* pmVersion values */    baseAddr32 = 4,                                /* pixel map base address is 32-bit address */};Data Typesstruct PixMap {    Ptr                baseAddr;                    /* pixel image */    short                rowBytes;                    /* flags, and row width */    Rect                bounds;                    /* boundary rectangle */    short                 pmVersion;                    /* PixMap version number */    short                 packType;                    /* packing format */    long                packSize;                    /* size of data in packed state */    Fixed                 hRes;                    /* horizontal resolution (dpi) */    Fixed                 vRes;                    /* vertical resolution (dpi) */    short                 pixelType;                    /* format of pixel image */    short                 pixelSize;                    /* physical bits per pixel */    short                 cmpCount;                    /* logical components per pixel */    short                 cmpSize;                    /* logical bits per component */    long                planeBytes;                    /* offset to next plane */    CTabHandle                pmTable;                    /* handle to the ColorTable struct */    long                pmReserved;                    /* reserved for future expansion; must be 0 */};typedef struct PixMap PixMap;typedef PixMap *PixMapPtr, **PixMapHandle;typedef unsigned char PixelType;struct CGrafPort {    short                    device;                /* device ID for font selection */    PixMapHandle                    portPixMap;                /* handle to PixMap struct */    short                    portVersion;                /* highest 2 bits always set */    Handle                     grafVars;                /* handle to a GrafVars struct */    short                    chExtra;                /* added width for nonspace characters */    short                    pnLocHFrac;                /* pen fraction */    Rect                    portRect;                /* port rectangle */    RgnHandle                    visRgn;                /* visible region */    RgnHandle                    clipRgn;                /* clipping region */    PixPatHandle                    bkPixPat;                /* background pattern */    RGBColor                    rgbFgColor;                /* requested foreground color */    RGBColor                    rgbBkColor;                /* requested background color */    Point                    pnLoc;                /* pen location */    Point                    pnSize;                /* pen size */    short                    pnMode;                /* pattern mode */    PixPatHandle                    pnPixPat;                /* pen pattern */    PixPatHandle                    fillPixPat;                /* fill pattern */    short                    pnVis;                /* pen visibility */    short                    txFont;                /* font number for text */    Style                    txFace;                /* text's font style */    char                    filler;                    short                    txMode;                /* source mode for text */    short                    txSize;                /* font size for text */    Fixed                    spExtra;                /* added width for space characters */    long                    fgColor;                /* actual foreground color */    long                    bkColor;                /* actual background color */    short                    colrBit;                /* plane being drawn */    short                    patStretch;                /* used internally */    Handle                    picSave;                /* picture being saved, used internally */    Handle                    rgnSave;                /* region being saved, used internally */    Handle                    polySave;                /* polygon being saved, used internally */    CQDProcsPtr                    grafProcs;                /* low-level drawing routines */};typedef struct CGrafPort CGrafPort;typedef CGrafPort *CGrafPtr;typedef CGrafPtr CWindowPtr;struct RGBColor {    unsigned short red;                                /* magnitude of red component */    unsigned short green;                                /* magnitude of green component */    unsigned short blue;                                /* magnitude of blue component */};typedef struct RGBColor RGBColor;struct ColorSpec {    short                 value;            /* index or other value */    RGBColor                rgb;            /* true color */};typedef struct ColorSpec ColorSpec;typedef ColorSpec *ColorSpecPtr;typedef ColorSpec CSpecArray[1];struct ColorTable {    long                 ctSeed;                /* unique identifier for table */    short                 ctFlags;                /* high bit: 0 = PixMap; 1 = device */    short                 ctSize;                /* number of entries in next field */    CSpecArray                ctTable;                /* array[0..0] of ColorSpec records */};typedef struct ColorTable ColorTable;typedef ColorTable *CTabPtr, **CTabHandle;struct MatchRec {    unsigned short red;                                    /* red component of seed */    unsigned short green;                                    /* green component of seed */    unsigned short blue;                                    /* blue component of seed */    long matchData;                                    /* value in matchData parameter of                                             SeedCFill or CalcCMask */};typedef struct MatchRec MatchRec;struct PixPat {    short                    patType;                /* pattern type */    PixMapHandle                    patMap;                /* PixMap structure for pattern */    Handle                     patData;                /* pixel-image defining pattern */    Handle                     patXData;                /* expanded pattern image */    short                    patXValid;                /* for expanded pattern data */    Handle                    patXMap;                /* handle to expanded pattern data */    Pattern                    pat1Data;                /* a bit pattern for a GrafPort structure */};typedef struct PixPat PixPat;typedef PixPat *PixPatPtr, **PixPatHandle;struct CQDProcs {    Ptr textProc;                        /* text drawing */    Ptr lineProc;                        /* line drawing */    Ptr rectProc;                        /* rectangle drawing */    Ptr rRectProc;                        /* rounded rectangle drawing */    Ptr ovalProc;                        /* oval drawing */    Ptr arcProc;                        /* arc/wedge drawing */    Ptr polyProc;                        /* polygon drawing */    Ptr rgnProc;                        /* region drawing */    Ptr bitsProc;                        /* bit transfer */    Ptr commentProc;                        /* picture comment processing */    Ptr txMeasProc;                        /* text width measurement */    Ptr getPicProc;                        /* picture retrieval */    Ptr putPicProc;                        /* picture saving */    Ptr opcodeProc;                        /* reserved for future use */    Ptr newProc1;                        /* reserved for future use */    Ptr newProc2;                        /* reserved for future use */    Ptr newProc3;                        /* reserved for future use */    Ptr newProc4;                        /* reserved for future use */    Ptr newProc5;                        /* reserved for future use */    Ptr newProc6;                        /* reserved for future use */};typedef struct CQDProcs CQDProcs;typedef CQDProcs *CQDProcsPtr;struct GrafVars {    RGBColor                rgbOpColor;                        /* color for addPin,subPin,and blend */    RGBColor                rgbHiliteColor;                        /* color for highlighting */    Handle                pmFgColor;                        /* palette handle for foreground color */    short                pmFgIndex;                        /* index value for foreground */    Handle                pmBkColor;                        /* palette handle for background color */    short                pmBkIndex;                        /* index value for background */    short                pmFlags;                        /* flags for Palette Manager */};typedef struct GrafVars GrafVars;typedef GrafVars *GVarPtr, **GVarHandle;Color QuickDraw FunctionsOpening and Closing Color Graphics Portspascal void OpenCPort    (CGrafPtr port); pascal void InitCPort    (CGrafPtr port); pascal void CloseCPort    (CGrafPtr port); Managing a Color Graphics Penpascal void PenPixPat    (PixPatHandle pp); Changing the Background Pixel Patternpascal void BackPixPat    (PixPatHandle pp); Drawing With Color QuickDraw Colorspascal void RGBForeColor    (const RGBColor *color); pascal void RGBBackColor    (const RGBColor *color); pascal void SetCPixel    (short h, short v, const RGBColor *cPix); pascal void FillCRect    (const Rect *r, PixPatHandle pp); pascal void FillCRoundRect    (const Rect *r, short ovalWidth, short ovalHeight, PixPatHandle pp); pascal void FillCOval    (const Rect *r, PixPatHandle pp); pascal void FillCArc    (const Rect *r, short startAngle,short arcAngle, PixPatHandle pp); pascal void FillCPoly    (PolyHandle poly, PixPatHandle pp); pascal void FillCRgn    (RgnHandle rgn, PixPatHandle pp); pascal void OpColor    (const RGBColor *color); pascal void HiliteColor    (const RGBColor *color); Determining Current Colors and Best Intermediate Colorspascal void GetForeColor    (RGBColor *color); pascal void GetBackColor    (RGBColor *color); pascal void GetCPixel    (short h, short v, RGBColor *cPix);pascal Boolean GetGray    (GDHandle device, const RGBColor *backGround, RGBColor *foreGround); Calculating Color Fillspascal void SeedCFill    (const BitMap *srcBits, const BitMap *dstBits, const Rect *srcRect, const Rect *dstRect, short seedH, short seedV, ColorSearchProcPtr matchProc, long matchData); pascal void CalcCMask    (const BitMap *srcBits, const BitMap *dstBits, const Rect *srcRect, const Rect *dstRect, const RGBColor *seedRGB, ColorSearchProcPtr matchProc, long matchData); Creating, Setting, and Disposing of Pixel Maps/* DisposePixMap is also spelled as DisposPixMap */pascal PixMapHandle NewPixMap    (void); pascal void CopyPixMap    (PixMapHandle srcPM, PixMapHandle dstPM); pascal void SetPortPix    (PixMapHandle pm); pascal void DisposePixMap    (PixMapHandle pm); Creating and Disposing of Pixel Patterns/* DisposePixPat is also spelled as DisposPixPat */pascal PixPatHandle GetPixPat    (short patID); pascal PixPatHandle NewPixPat    (void);pascal void CopyPixPat    (PixPatHandle srcPP, PixPatHandle dstPP); pascal void MakeRGBPat    (PixPatHandle pp, const RGBColor *myColor); pascal void DisposePixPat    (PixPatHandle pp); Creating and Disposing of Color Tables/* DisposeCTable is also spelled as DisposCTable */pascal CTabHandle GetCTable(short ctID); pascal void DisposeCTable    (CTabHandle cTable); Retrieving Color QuickDraw Result Codespascal short QDError    (void);Customizing Color QuickDraw Operationspascal void SetStdCProcs    (CQDProcs *procs); Reporting Data Structure Changes to QuickDrawpascal void CTabChanged    (CTabHandle ctab);pascal void PixPatChanged    (PixPatHandle ppat);pascal void PortChanged    (GrafPtr port);pascal void GDeviceChanged    (GDHandle gdh);Application-Defined Functionpascal Boolean MyColorSearch    (rgb RGBColor, position LongInt);Assembly-Language SummaryData StructuresPixMap Data Structure0    pmBaseAddr    long    pixel image     4    pmRowBytes    word    flags, and row width    6    pmBounds    8 bytes    boundary rectangle    14    pmVersion    word    PixMap version number    16    pmPackType    word    packing format    18    pmPackSize    long    size of data in packed state    22    pmHRes    long    horizontal resolution (dpi)    26    pmVRes    long    vertical resolution (dpi)    30    pmPixelType    word    format of pixel image    32    pmPixelSize    word    physical bits per pixel    34    pmCmpCount    word    logical components per pixel    36    pmCmpSize    word    logical bits per component    38    pmPlaneBytes    long    offset to next plane    42    pmTable    long    handle to next ColorTable record    46    pmReserved    long    reserved; must be 0    CGrafPort Data Structure0    device    short    device ID for font selection    2    portPixMap    long    handle to PixMap record    6    portVersion    short    highest 2 bits always set    8    grafVars    long    handle to GrafVars record    12    chExtra    short    added width for nonspace characters    14    pnLocHFrac    short    pen fraction    16    portRect    8 bytes    port rectangle    24    visRgn    long    visible region    28    clipRgn    long    clipping region    32    bkPixPat    long    background pattern    36    rgbForeColor    6 bytes    requested foreground color    42    rgbBackColor    6 bytes    requested background color    48    pnLoc    long    pen location    52    pnSize    long    pen size    56    pnMode    word    pattern mode    58    pnPixPat    long    pen pattern    62    fillPixPat    long    fill pattern    66    pnVis    word    pen visibility    68    txFont    word    font number for text    70    txFace    word    text’s font style    72    txMode    word    source mode for text    74    txSize    word    font size for text    76    spExtra    long    added width for space characters    80    fgColor    long    actual foreground color     84    bkColor    long    actual background color     88    colrBit    word    plane being drawn    90    patStretch    word    used internally    92    picSave    long    picture being saved, used internally    96    rgnSave    long    region being saved, used internally    100    polySave    long    polygon being saved, used internally    104    grafProcs    long    low-level drawing routines    Relative Offsets of Additional Fields in a CGrafPort RecordportBits    portPixMap    long    handle to PixMap record    portPixMap+4    portVersion    word    highest 2 bits always set    portVersion+2    grafVars    long    handle to a GrafVars record    grafVars+4    chExtra    word    added width for nonspace characters    chExtra+2    pnLocHFrac    word    pen fraction    bkPat    bkPixPat    long    background pattern    bkPixPat+4    rgbFgColor    6 bytes    requested foreground color    rgbFgColor+6    rgbBkColor    6 bytes    requested background color    pnPat    pnPixPat    long    pen pattern    pnPixPat+4    fillPixPat    long    fill pattern    RGBColor Data Structure0    red    short    magnitude of red component     2    green    short    magnitude of green component    4    blue    short    magnitude of blue component    ColorSpec Data Structure0    value    short    index or other value    2    rgb    6 bytes    true color    ColorTable Data Structure0    ctSeed    long    unique identifier for table    4    transIndex    word    index of transparent pixel (obsolete)    8    ctFlags    word    high bit: 0 = pixel map; 1 = device    10    ctSize    word    number of entries in next field    12    ctTable    variable    array of ColorSpec records    MatchRec Data Structure0    red    word    red component of seed    2    green    word    green component of seed    4    blue    word    blue component of seed    6    matchData    long    value in matchData parameter of SeedCFill or CalcCMask     PixPat Data Structure0    patType    word    pattern type     2    patMap    long    handle to PixMap record for pattern    6    patData    long    pixel-image defining pattern    10    patXData    long    expanded pattern data    14    patXValid    word    for expanded pattern data    16    patXMap    long    handle to expanded pattern data    20    pat1Data    8 bytes    a bit pattern for a GrafPort record                    CQDProcs Data Structure0    textProc    long    pointer to text-drawing routine    4    lineProc    long    pointer to line-drawing routine    8    rectProc    long    pointer to rectangle-drawing routine    12    rRectProc    long    pointer to rounded rectangle–drawing routine    16    ovalProc    long    pointer to oval-drawing routine    20    arcProc    long    pointer to arc/wedge-drawing routine    24    polyProc    long    pointer to polygon-drawing routine    28    rgnProc    long    pointer to region-drawing routine    32    bitsProc    long    pointer to bit transfer routine    36    commentProc    long    pointer to picture comment–processing routine    40    txMeasProc    long    pointer to text-width measurement routine    44    getPicProc    long    pointer to picture retrieval routine    48    putPicProc    long    pointer to picture-saving routine    52    opcodeProc    long    reserved for future use    56    newProc1    long    reserved for future use    60    newProc2    long    reserved for future use    64    newProc3    long    reserved for future use    68    newProc4    long    reserved for future use    72    newProc5    long    reserved for future use    76    newProc6    long    reserved for future use    GrafVars Data Structure0    rgbOpColor    6 bytes    color for addPin, subPin, and blend    6    rgbHiliteColor    6 bytes    color for highlighting    12    pmFgColor    long    palette handle for foreground color    16    pmFgIndex    short    index value for foreground color    18    pmBkColor    long    palette handle for background color    22    pmBkIndex    short    index value for background color    24    pmFlags    short    flags for Palette Manager    Trap Macros Requiring Routine Selectors_QDExtensionsSelector    Routine    $00040007    CTabChanged    $00040008    PixPatChanged    $00040009    PortChanged    $0004000A    GDeviceChanged    Result CodesnoErr    0    No error    paramErr    –50    Illegal parameter to NewGWorld        –143    CopyBits couldn’t allocate required temporary memory        –144    Ran out of stack space while drawing polygon    noMemForPictPlaybackErr    –145    Insufficient memory for drawing the picture    regionTooBigError    –147    Region too big or complex    pixmapTooDeepErr    –148    Pixel map is deeper than 1 bit per pixel    nsStackErr    –149    Insufficient stack    cMatchErr    –150    Color2Index failed to find an index    cTempMemErr    –151    Failed to allocate memory for temporary structures    cNoMemErr    –152    Failed to allocate memory for structure    cRangeErr    –153    Range error on color table request    cProtectErr    –154    ColorTable record entry protection violation    cDevErr    –155    Invalid type of graphics device    cResErr    –156    Invalid resolution for MakeITable    cDepthErr    –157    Invalid pixel depth specified to NewGWorld    rgnTooBigErr    –500    Bitmap would convert to a region greater than 64 KB    Listing 5-0Table 5-0Graphics DevicesContentsAbout Graphics Devices5-3Using Graphics Devices5-6Optimizing Your Images for Different Graphics Devices5-8Zooming Windows on Multiscreen Systems5-9Setting a Device’s Pixel Depth5-13Exceptional Cases When Working With Color Devices5-13Graphics Devices Reference5-14Data Structures5-15Routines for Graphics Devices5-19Creating, Setting, and Disposing of GDevice Records5-19Getting the Available Graphics Devices5-25Determining the Characteristics of a Video Device5-29Changing the Pixel Depth for a Video Device5-33Application-Defined Routine5-35Resource5-37The Screen Resource5-37Summary of Graphics Devices5-38Pascal Summary5-38Constants5-38Data Types5-39Routines for Graphics Devices5-40Application-Defined Routine5-40C Summary5-41Constants5-41Data Types5-41Functions for Graphics Devices5-43Application-Defined Function5-44Assembly-Language Summary5-44Data Structure5-44Global Variables5-44Graphics DevicesThis chapter describes how Color QuickDraw manages video devices so that your application can draw to a window’s graphics port without regard to the capabilities of the screen—even if the window spans more than one screen.Read this chapter to learn how Color QuickDraw communicates with a video device—such as a plug-in video card or a built-in video interface—by automatically creating and managing a record of data type GDevice. Your application generally never needs to create GDevice records. However, your application may find it useful to examine GDevice records to determine the capabilities of the user’s screens. When zooming a window, for example, your application can use GDevice records to determine which screen contains the largest area of a window, and then determine the ideal window size for that screen. You may also wish to use the DeviceLoop procedure, described in this chapter, if you want to optimize your application’s drawing for screens with different capabilities.This chapter describes the GDevice record and the routines that Color QuickDraw uses to create and manage such records. This chapter also describes routines that your application might find helpful for determining screen characteristics. For many applications, QuickDraw provides a device-independent interface; as described in other chapters of this book, your application can draw images in a graphics port for a window, and Color QuickDraw automatically manages the path to the screen—even if the user has multiple screens. However, if your application needs more control over how it draws images on screens of various sizes and with different capabilities, your application can use the routines described in this chapter.About Graphics DevicesA graphics device is anything into which QuickDraw can draw. There are three types of graphics devices: video devices (such as plug-in video cards and built-in video interfaces) that control screens, offscreen graphics worlds (which allow your application to build complex images off the screen before displaying them), and printing graphics ports for printers. The chapter “Offscreen Graphics Worlds” in this book describes how to use QuickDraw to draw into an offscreen graphics world; the chapter “Printing Manager” in this book describes how to use QuickDraw to draw into a printing graphics port.For a video device or an offscreen graphics world, Color QuickDraw stores state information in a GDevice record. Note that printers do not have GDevice records. Color QuickDraw automatically creates GDevice records. (Basic QuickDraw does not create GDevice records, nor does basic QuickDraw support multiple screens.)When the system starts up, it allocates and initializes a handle to a GDevice record for each video device it finds. When you use the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book), Color QuickDraw automatically creates a GDevice record for the new offscreen graphics world. All existing GDevice records are linked together in a list, called the device list; the global variable DeviceList holds a handle to the first record in the list. At any given time, exactly one graphics device is the current device (also called the active device)—the one on which drawing is actually taking place. A handle to its GDevice record is stored in the global variable TheGDevice. By default, the GDevice record corresponding to the first video device found is marked as the current device; all other graphics devices in the list are initially marked as inactive.When the user moves a window or creates a window on another screen, and your application draws into that window, QuickDraw automatically makes the video device for that screen the current device. Color QuickDraw stores that information in the global variable TheGDevice. As Color QuickDraw draws across a user’s video devices, it keeps switching to the GDevice record for the video device on which Color QuickDraw is actively drawing.The user can use the Monitors control panel to set the desired pixel depth of each video device; to set the display to color, grayscale, or black and white; and to set the position of each screen relative to the main screen (that is, the one that contains the menu bar). The Monitors control panel stores all configuration information for a multiscreen system in the System file in a resource of type 'scrn' that has a resource ID of 0. Your application should never create this resource, and should never alter or examine it. The 'scrn' resource consists of an array of data structures that are analogous to GDevice records. Each element of this array contains information about a different video device.When the InitGraf procedure (described in the chapter “Basic QuickDraw” in this book) initializes QuickDraw, it checks the System file for the 'scrn' resource. If the 'scrn' resource is found and it matches the hardware, InitGraf organizes the video devices according to the contents of this resource; if not, then QuickDraw uses only the video device for the startup screen. The GDevice record is diagrammed in Figure 5-1. Some aspects of its contents are discussed after the figure; see page 5-15 for a complete description of the fields. Your application can use the routines described in this chapter to manipulate values for the fields in this record.Figure 5-1    The GDevice recordThe gdITable field points to an inverse table, which the Color Manager creates and maintains. An inverse table is a special Color Manager data structure arranged in such a manner that, given an arbitrary RGB color, its pixel value (that is, its index number in the CLUT) can be found quickly. The process is very fast once the table is built, but, if a color is changed in the video device’s CLUT, the Color Manager must rebuild the inverse table the next time it has to find a color. The Color Manager is described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging.The gdPMap field contains a handle to the pixel map that reflects the imaging capabilities of the graphics device. The pixel map’s PixelType and PixelSize fields indicate whether the graphics device is direct or indexed and what pixel depth it displays. Color QuickDraw automatically synchronizes this pixel map’s color table with the CLUT on the video device. The gdRect field describes the graphics device’s boundary rectangle in global coordinates. Color QuickDraw maps the (0,0) origin point of the global coordinate plane to the main screen’s upper-left corner, and other screens are positioned adjacent to the main screen according to the settings made by the user with the Monitors control panel. Using Graphics DevicesTo use graphics devices, your application generally uses the QuickDraw routines described elsewhere in this book to draw images into a window; Color QuickDraw automatically displays your images in a manner appropriate for each graphics device that contains a portion of that window. NoteThe pixel map for a window’s color graphics port always consists of the pixel depth, color table, and boundary rectangle of the main screen, even if the window is created on or moved to an entirely different screen.uInstead of drawing directly into an onscreen graphics port, your application can use an offscreen graphics world (described in the chapter “Offscreen Graphics Worlds”) to create images with the ideal pixel depth and color table required by your application. Then your application can use the CopyBits procedure to copy the images to the screen. Color QuickDraw converts the colors of the images for appropriate display on grayscale graphics devices and on direct and indirect color graphics devices. The manner in which Color QuickDraw translates the colors specified by your application to different graphics devices is described in the chapter “Color QuickDraw.” However, if Color QuickDraw were to translate the colors of a color wheel (such as that used by the Color Picker, described in Inside Macintosh: Advanced Color Imaging), the image would appear as solid black on a black-and-white screen.Many applications can let Color QuickDraw manage multiple video devices of differing dimensions and pixel depths. If your application needs more control over video device management—if it needs certain pixel depths or sets of colors to function effectively, for example—you can take several steps.n    If you need to know about the characteristics of available video devices, your application can use the GetDeviceList function to obtain a handle to the first GDevice record in the device list, the GetGDevice function to obtain a handle to the GDevice record for the current device, the GetMainDevice function to obtain a handle to the GDevice record for the main screen, or the GetMaxDevice function to obtain a handle to the GDevice record for the graphics device with the greatest pixel depth. Your application can then pass this handle to a routine like the TestDeviceAttribute function or the HasDepth function to determine various characteristics of a video device, or your application can examine the gdRect field of the GDevice record to determine the dimensions of the screen it represents.n    If you want to optimize your application’s drawing for the best possible display on whatever type of screen is the current device, your application can use the DeviceLoop procedure, described on page 5-29, to determine the capabilities of the current device before drawing into a window on that device. n    If the current device is not suitable for the proper display of an image—for example, if the user has moved the window for your multicolored display of national flags to a black-and-white screen—your application can display the best image possible and display a message explaining that a more capable screen is required for better presentation of the image. Your application can use the DeviceLoop procedure to determine the capabilities of the current device.n    If your application uses the HasDepth function to determine that the current device can support the pixel depth required for the proper display of your image, but the DeviceLoop procedure indicates that the user has changed the screen’s display, your application can use the SetDepth function to change the pixel depth of the screen. Note that the SetDepth function is provided for applications that are able to run only on graphics devices of a particular depth. Your application should use it only after soliciting the user’s permission with a dialog box.n    If your application needs more control over colors on different indexed devices, your application can use the Palette Manager to arrange different sets of colors for particular images. Because the CLUT is variable on most video devices, your application can display up to 16 million colors, although on an 8-bit indexed device, for example, only 256 different colors can appear at once. See the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging for more information.n    If your application needs to work with offscreen images that have characteristics different from those on the available graphics devices, your application can create offscreen graphics worlds, which contain their own GDevice records. See the chapter “Offscreen Graphics Worlds” in this book for more information.To use the routines described in this chapter, your application must check for the existence of Color QuickDraw by using the Gestalt function with the gestaltQuickDrawVersion selector. The Gestalt function returns a 4-byte value in its response parameter; the low-order word contains QuickDraw version data. In that low-order word, the high-order byte gives the major revision number and the low-order byte gives the minor revision number. If the value returned in the response parameter is greater than or equal to the value of the constant gestalt32BitQD, then the system supports Color QuickDraw and all of the routines described in this chapter.Optimizing Your Images for Different Graphics DevicesThe DeviceLoop procedure searches for graphics devices that intersect your window’s drawing region, and it informs your application of each different graphics device it finds. The DeviceLoop procedure provides your application with information about the current device’s pixel depth and other attributes. Your application can then choose what drawing technique to use for the current device. For example, your application might use inversion to achieve a highlighting effect on a 1-bit graphics device, and, by using the HiliteColor procedure described in the chapter “Color QuickDraw,” it might specify a color like magenta as the highlight color on a color graphics device. For example, you can call DeviceLoop after calling the Event Manager procedure BeginUpdate whenever your application needs to draw into a window, as shown in Listing 5-1.Listing 5-1    Using the DeviceLoop procedurePROCEDURE DoUpdate (window: WindowPtr);VAR    windowType := Integer;    myWindow: LongInt;BEGIN    windowType := MyGetWindowType(window);    CASE windowType OF    kSimpleRectanglesWindow:                 {simple case: window with 2 color rectangles}        BEGIN            BeginUpdate(window);            myWindow := LongInt(window); {coerce window ptr for MyDrawingProc}            DeviceLoop(window^.visRgn, @MyTrivialDrawingProc,                          myWindow, []);            EndUpdate;        END;    {handle other window types--documents, dialog boxes, etc.--here}END;When you use the DeviceLoop procedure, you must supply a handle to a drawing region and a pointer to your own application-defined drawing procedure. In Listing 5-1, a handle to the window’s visible region and a pointer to an application-defined drawing procedure called MyTrivialDrawingProc are passed to DeviceLoop. For each graphics device it finds as the application updates its window, DeviceLoop calls MyTrivialDrawingProc.Because DeviceLoop provides your drawing procedure with the pixel depth of the current device (along with other attributes passed to your drawing procedure in the deviceFlags parameter), your drawing procedure can optimize its drawing for whatever type of video device is the current device, as illustrated in Listing 5-2.Listing 5-2    Drawing into different screensPROCEDURE MyTrivialDrawingProc (depth: Integer;                                          deviceFlags: Integer;                                           targetDevice: GDHandle;                                          userData: LongInt);VAR    window: WindowPtr;BEGIN    window:= WindowPtr(userData);    EraseRect(window^.portRect);    CASE depth OF    1:                                         {black-and-white screen}        MyDraw1BitRects(window);                                    {draw with ltGray, dkGray pats}    2:        MyDraw2BitRects(window);                                 {draw with 2 of 4 available colors}    {handle other screen depths here}END;Zooming Windows on Multiscreen SystemsThe zoom box in the upper-right corner of the standard document window allows the user to alternate quickly between two window positions and sizes: the user state and the standard state.The user state is the window size and location established by the user. If your application does not supply an initial user state, the user state is simply the size and location of the window when it was created, until the user resizes it.The standard state is the window size and location that your application considers most convenient, considering the function of the document and the screen space available. In a word-processing application, for example, a standard-state window might show a full page, if possible, or a page of full width and as much length as fits on the screen. If the user changes the page size with the Page Setup command, the application might adjust the standard state to reflect the new page size. If your application does not define a standard state, the Window Manager automatically sets the standard state to the entire gray region on the main screen, minus a three-pixel border on all sides. (See Macintosh Human Interface Guidelines for a detailed description of how your application determines where to open and zoom windows.) The user cannot change a window’s standard state. (The user and standard states are stored in a data structure of type WStateData whose handle appears in the dataHandle field of the window record.)Listing 5-3 illustrates an application-defined procedure, DoZoomWindow, which an application might call when the user clicks the zoom box. Because the user might have moved the window to a different screen since it was last zoomed, the procedure first determines which screen contains the largest area of the window and then calculates the ideal window size for that screen before zooming the window. The screen calculations in the DoZoomWindow procedure compare GDevice records stored in the device list. (If Color QuickDraw is not available, DoZoomWindow assumes that it’s running on a computer with a single screen.)Listing 5-3    Zooming a windowPROCEDURE DoZoomWindow (thisWindow: windowPtr; zoomInOrOut: Integer);VAR    gdNthDevice, gdZoomOnThisDevice:                                            GDHandle;    savePort:                                            GrafPtr;    windRect, zoomRect, theSect:                                            Rect;    sectArea, greatestArea:                                            LongInt;    wTitleHeight:                                            Integer;    sectFlag:                                            Boolean;BEGIN    GetPort(savePort);    SetPort(thisWindow);    EraseRect(thisWindow^.portRect);                                                {erase to avoid flicker}    IF zoomInOrOut = inZoomOut THEN                                                {zooming to standard state}    BEGIN        IF NOT gColorQDAvailable THEN                                            {assume a single screen and }        BEGIN                                            { set standard state to full screen}            zoomRect := screenBits.bounds;            InsetRect(zoomRect, 4, 4);            WStateDataHandle(WindowPeek(thisWindow)^.dataHandle)^^.stdState                                                                                    := zoomRect;        END        ELSE                                {locate window on available screens}        BEGIN            windRect := thisWindow^.portRect;            LocalToGlobal(windRect.topLeft);                                                {convert to global coordinates}            LocalToGlobal(windRect.botRight);            {calculate height of window's title bar}            wTitleHeight := windRect.top - 1 -                             WindowPeek(thisWindow)^.strucRgn^^.rgnBBox.top;            windRect.top := windRect.top - wTitleHeight;            gdNthDevice := GetDeviceList;                                            {get the first screen}            greatestArea := 0;                                    {initialize area to 0}            {check window against all gdRects in gDevice list and remember }            { which gdRect contains largest area of window}            WHILE gdNthDevice <> NIL DO            IF TestDeviceAttribute(gdNthDevice, screenDevice) THEN                IF TestDeviceAttribute(gdNthDevice, screenActive) THEN                BEGIN                    {The SectRect function calculates the intersection }                    { of the window rectangle and this GDevice's boundary }                    { rectangle and returns TRUE if the rectangles intersect, }                    { FALSE if they don't.}                    sectFlag := SectRect(windRect, gdNthDevice^^.gdRect,                                                 theSect);                    {determine which screen holds greatest window area}                    {first, calculate area of rectangle on current screen}                    WITH theSect DO                                                sectArea := LongInt(right - left) * (bottom - top);                    IF sectArea > greatestArea THEN                    BEGIN                        greatestArea := sectArea;                                    {set greatest area so far}                        gdZoomOnThisDevice := gdNthDevice;                                                {set zoom device}                    END;                    gdNthDevice := GetNextDevice(gdNthDevice);                                                            {get next }                END;         {of WHILE}                                                        { GDevice record}            {if gdZoomOnThisDevice is on main device, allow for menu bar height}            IF gdZoomOnThisDevice = GetMainDevice THEN                wTitleHeight := wTitleHeight + GetMBarHeight;            WITH gdZoomOnThisDevice^^.gdRect DO                                                    {create the zoom rectangle}            BEGIN                {set the zoom rectangle to the full screen, minus window title }                { height (and menu bar height if necessary), inset by 3 pixels}                SetRect(zoomRect, left + 3, top + wTitleHeight + 3,                         right - 3, bottom - 3);                {If your application has a different "most useful" standard }                { state, then size the zoom window accordingly.}                                {set up the WStateData record for this window}                WStateDataHandle(WindowPeek(thisWindow)^.dataHandle)^^.stdState                                                                                     := zoomRect;            END;        END;    END; {of inZoomOut}    {if zoomInOrOut = inZoomIn, just let ZoomWindow zoom to user state}    {zoom the window frame}    ZoomWindow(thisWindow, zoomInOrOut, (thisWindow = FrontWindow));    MyResizeWindow(thisWindow);                                        {application-defined window-sizing routine}    SetPort(savePort);END; (of DoZoomWindow)If the user is zooming the window to the standard state, DoZoomWindow calculates a new standard size and location based on the application’s own considerations, the current location of the window, and the available screens. The DoZoomWindow procedure always places the standard state on the screen where the window is currently displayed or, if the window spans screens, on the screen containing the largest area of the window.Listing 5-3 uses the QuickDraw routines GetDeviceList, TestDeviceAttribute, GetNextDevice, SectRect, and GetMainDevice to examine characteristics of the available screens as stored in GDevice records. Most of the code in Listing 5-3 is devoted to determining which screen should display the window in the standard state. IMPORTANTNever use the bounds field of a PixMap record to determine the size of the screen; instead use the value of the gdRect field of the GDevice record for the screen, as shown in Listing 5-3.sAfter calculating the standard state, if necessary, DoZoomWindow calls the ZoomWindow procedure to redraw the window frame in the new size and location and then calls the application-defined procedure MyResizeWindow to redraw the window’s content region. For more information on zooming and resizing windows, see the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials.Setting a Device’s Pixel DepthThe Monitors control panel is the user interface for changing the pixel depth, color capabilities, and positions of video devices. Since the user can control the capabilities of the video device, your application should be flexible: although it may have a preferred pixel depth, your application should do its best to accommodate less than ideal conditions. Your application can use the SetDepth function to change the pixel depth of a video device, but your application should do so only with the consent of the user. If your application must have a specific pixel depth, it can display a dialog box that offers the user a choice between changing to that depth or canceling display of the image. This dialog box saves the user the trouble of going to the Monitors control panel before returning to your application. (See the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for more information about creating and using dialog boxes.)Before calling SetDepth, use the HasDepth function to determine whether the available hardware can support the pixel depth you require. The SetDepth function is described on page 5-34, and the HasDepth function is described on page 5-33.Exceptional Cases When Working With Color DevicesIf your application always specifies colors in RGBColor records, Color QuickDraw automatically handles the colors on both indexed and direct devices. However, if your application does not specify colors in RGBColor records, your application may need to create and use special-purpose CGrafPort, PixMap, and GDevice records with the routines described in the chapter “Offscreen Graphics Worlds.”If your application must work with CGrafPort, PixMap, and GDevice records in ways beyond the scope of the routines described elsewhere in this book, the following guidelines may aid you in adapting Color QuickDraw to color graphics devices.n    Don’t draw directly to the screen. Create your own offscreen graphics world (as described in the chapter “Offscreen Graphics Worlds”) and use the CopyBits, CopyMask, or CopyDeepMask routine (described in the chapter “Color QuickDraw”) to transfer the image to the screen.n    Don’t directly change the fgColor or bkColor fields of a GrafPort record and expect them to be used as the pixel values. Color QuickDraw recalculates these values for each graphics device. If you want to draw with a color with a particular index value, use a palette with explicit colors, as described in Inside Macintosh: Advanced Color Imaging. For device-independent colors, use the RGBForeColor and RGBBackColor procedures, described in the chapter “Color QuickDraw” in this book.n    Don’t copy a GDevice record’s PixMap record. Instead, use the NewPixMap function or the CopyPixMap procedure, and fill all the fields. (These routines are described in the chapter “Color QuickDraw.”) The NewPixMap function returns a PixMap record that is cloned from the PixMap record pointed to by the global variable TheGDevice. If you don’t want a copy of the main screen’s PixMap record—for example, you want one that is a different pixel depth—then you must fill out more fields than just pixelSize: you must fill out the pixelType, cmpCount, and cmpSize fields. Set the pmVersion field to 0 when initializing your own PixMap record. For future compatibility you should also set the packType, packSize, planeBytes, and pmReserved fields to 0. Don’t assume a PixMap record has a color table—a pixel map for a direct device doesn’t need one. For compatibility, a PixMap record for a direct device should have a dummy handle in the pmTable field that points to a ColorTable record with a seed value equal to cmpSize ¥ cmpCount and a ctSize field set to 0.n    Fill out all the fields of a new GDevice record. When creating an offscreen GDevice record by calling NewGDevice with the mode parameter set to –1, you must fill out the fields of the GDevice record (for instance, the gdType field) yourself. If you want a copy of an existing GDevice record, copy the gdType field from it. If you explicitly want an indexed device, assign the clutType constant to the gdType field. Graphics Devices ReferenceThis section describes the GDevice record, the routines that manipulate GDevice records, and the 'scrn' resource.“Data Structures” shows the Pascal data structure for the GDevice record, which contains information about a video device or offscreen graphics world. “Data Structures” also shows the data structure for the DeviceLoopFlags data type, which defines a set of options you can specify to the DeviceLoop procedure.“Routines for Graphics Devices” describes routines for creating, setting, and disposing of GDevice records; getting the available graphics devices; and determining device characteristics. Your application generally never needs to create, set, or dispose of GDevice records. However, you may find it useful for your application to get GDevice records to determine the capabilities of the user’s screens. When zooming a window, for example, your application can use GDevice records to determine which screen contains the largest area of a window, and then determine the ideal window size for that screen. You may also wish to use the DeviceLoop procedure, described in this chapter, if you want to optimize your application’s drawing for graphics devices with different capabilities. “Application-Defined Routine” describes how you can define your own drawing procedure when optimizing your application’s drawing for different graphics devices.“Resource” describes the screen ('scrn') resource. System software automatically creates and uses this resource; your application never needs it. The screen resource is documented here for your general information.Data StructuresThis section shows the Pascal data structure for the GDevice record, which can contain information about a video device or an offscreen graphics world. This section also shows the data structure for the DeviceLoopFlags data type, which defines a set of options you can specify to the DeviceLoop procedure.GDeviceColor QuickDraw stores state information for video devices and offscreen graphics worlds in GDevice records. When the system starts up, it allocates and initializes one handle to a GDevice record for each video device it finds. When you use the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book), Color QuickDraw automatically creates a GDevice record for the new offscreen graphics world. The system links these GDevice records in a list, called the device list. (You can find a handle to the first element in the device list in the global variable DeviceList.) By default, the GDevice record corresponding to the first video device found is marked as the current device; all other graphics devices in the list are initially marked as inactive. NotePrinting graphics ports, described in the chapter “Printing Manager” in this book, do not have GDevice records.uWhen the user moves a window or creates a window on another screen, and your application draws into that window, Color QuickDraw automatically makes the video device for that screen the current device. Color QuickDraw stores that information in the global variable TheGDevice. GDevice records that correspond to video devices have drivers associated with them. These drivers can be used to change the mode of the video device from black and white to color and to change the pixel depth. The set of routines supported by a video driver is defined and described in Designing Cards and Drivers for the Macintosh Family, third edition. Application-created GDevice records usually don’t require drivers. A GDevice record is defined as follows:TYPE GDevice = RECORD    gdRefNum:                    Integer;                    {reference number of screen }                                            { driver}    gdID:                    Integer;                    {reserved; set to 0}    gdType    :                Integer;                    {device type--indexed or direct}    gdITable:                    ITabHandle;                    {handle to inverse table for }                                            { Color Manager}    gdResPref:                    Integer;                    {preferred resolution}    gdSearchProc:                    SProcHndl;                    {handle to list of search }                                            { functions}    gdCompProc:                    CProcHndl;                    {handle to list of complement }                                            { functions}    gdFlags:                    Integer;                    {graphics device flags}    gdPMap:                    PixMapHandle;                    {handle to PixMap record for }                                            { displayed image}    gdRefCon:                    LongInt;                    {reference value}    gdNextGD:                    GDHandle;                    {handle to next graphics device}    gdRect:                    Rect;                    {graphics device's global bounds}    gdMode:                    LongInt;                    {graphics device's current mode}    gdCCBytes:                    Integer;                    {width of expanded cursor data}    gdCCDepth:                    Integer;                    {depth of expanded cursor data}    gdCCXData:                    Handle;                    {handle to cursor's expanded }                                            { data}    gdCCXMask:                    Handle;                    {handle to cursor's expanded }                                            { mask}    gdReserved:                    LongInt;                    {reserved for future use--must }                                            { be 0}END;Field descriptionsgdRefNum    The reference number of the driver for the screen associated with the video device. For most video devices, this information is set at system startup time. gdID    Reserved. If you create your own GDevice record, set this field to 0. gdType    The general type of graphics device. Values include                    CONST                    clutType = 0;                        {CLUT device--that is, one with }                                            { colors mapped with a color }                                            { lookup table}                    fixedType = 1;                        {fixed colors--that is, the }                                            { color lookup table can't }                                            { be changed}                    directType = 2;                        {direct RGB colors}    These types are described in more detail in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging.gdITable    A handle to the inverse table for color mapping; the inverse table is described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging.gdResPref    The preferred resolution for inverse tables. gdSearchProc    A handle to the list of search functions, as described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging; its value is NIL for the default function. gdCompProc    A handle to a list of complement functions, as described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging; its value is NIL for the default function. gdFlags    The GDevice record’s attributes. To set the attribute bits in the gdFlags field, use the SetDeviceAttribute procedure (described on page 5-22)—do not set these flags directly in the GDevice record. The constants representing each bit are listed here.CONST {flag bits for gdFlags field of GDevice record}gdDevType                    = 0;        {if bit is set to 0, graphics device is }                            { black and white; if set to 1, }                            { graphics device supports color}burstDevice                    = 7;        {if bit is set to 1, graphics device }                            { supports block transfer}ext32Device                    = 8;        {if bit is set to 1, graphics device }                            { must be used in 32-bit mode}ramInit                    = 10;        {if bit is set to 1, graphics device has }                            { been initialized from RAM}mainScreen                    = 11;        {if bit is set to 1, graphics device is }                            { the main screen}allInit                    = 12;        {if bit is set to 1, all graphics devices }                            { were initialized from 'scrn' resource}screenDevice                    = 13;        {if bit is set to 1, graphics device is }                            { a screen}noDriver                    = 14;        {if bit is set to 1, GDevice }                            { record has no driver}screenActive                    = 15;        {if bit is set to 1, graphics device is }                            { active}gdPMap    A handle to a PixMap record giving the dimension of the image buffer, along with the characteristics of the graphics device (resolution, storage format, color depth, and color table). PixMap records are described in the chapter “Color QuickDraw” in this book. For GDevice records, the high bit of the global variableTheGDevice^^.gdPMap^^.pmTable^^.ctFlagsis always set.gdRefCon    A value used by system software to pass device-related parameters. Since a graphics device is shared, you shouldn’t store data here.gdNextGD    A handle to the next graphics device in the device list. If this is the last graphics device in the device list, the field contains 0. gdRect    The boundary rectangle of the graphics device represented by the GDevice record. The main screen has the upper-left corner of the rectangle set to (0,0). All other graphics devices are relative to this point.gdMode    The current setting for the graphics device mode. This value is passed to the video driver to set its pixel depth and to specify color or black and white; applications don’t need this information. See Designing Cards and Drivers for the Macintosh Family, third edition, for more information about the modes specified in this field.gdCCBytes    The rowBytes value of the expanded cursor. Your application should not change this field. Cursors are described in the chapter “Cursor Utilities.”gdCCDepth    The depth of the expanded cursor. Your application should not change this field.gdCCXData    A handle to the cursor’s expanded data. Your application should not change this field.gdCCXMask    A handle to the cursor’s expanded mask. Your application should not change this field.gdReserved    Reserved for future expansion; it must be set to 0 for future compatibility. Your application should never need to directly change the fields of a GDevice record. If you find it absolutely necessary for your application to so, immediately use the GDeviceChanged procedure to notify Color QuickDraw that your application has changed the GDevice record. The GDeviceChanged procedure is described in the chapter “Color QuickDraw” in this book.DeviceLoopFlagsWhen you use the DeviceLoop procedure (described on page 5-29), you can change its default behavior by using the flags parameter to specify one or more members of the set of flags defined by the DeviceLoopFlags data type. These flags are described here; if you want to use the default behavior of DeviceLoop, pass in the flags parameter 0 in your C code or an empty set ([]) in your Pascal code.TYPE DeviceLoopFlags = SET OF                             {for flags parameter of DeviceLoop}    (singleDevices,                        {DeviceLoop doesn't group similar graphics }                            { devices when calling drawing procedure}    dontMatchSeeds,                        {DeviceLoop doesn't consider ctSeed fields }                            { of ColorTable records for graphics }                            { devices when comparing them}    allDevices);                        {DeviceLoop ignores value of drawingRgn }                             { parameter--instead, it calls drawing }                            { procedure for every screen}Field descriptionsField descriptionssingleDevices    If this flag is not set, DeviceLoop calls your drawing procedure only once for each set of similar graphics devices, and the first one found is passed as the target device. (It is assumed to be representative of all the similar graphics devices.) If you set the singleDevices flag, then DeviceLoop does not group similar graphics devices—that is, those having identical pixel depths, black-and-white or color settings, and matching color table seeds—when it calls your drawing procedure.dontMatchSeeds    If you set the dontMatchSeeds flag, then DeviceLoop doesn’t consider color table seeds when comparing graphics devices for similarity; DeviceLoop ignores this flag if you set the singleDevices flag. Used primarily by the Palette Manager, the ctSeed field of a ColorTable record is described in the chapter “Color QuickDraw” in this book.allDevices    If you set the allDevices flag, DeviceLoop ignores the drawingRgn parameter and calls your drawing procedure for every graphics device. The value of current graphics port’s visRgn field is not affected when you set this flag.Routines for Graphics DevicesThis section describes routines for creating, setting, and disposing of GDevice records; for getting the available video devices and offscreen graphics worlds; and for determining the characteristics of video devices and offscreen graphics worlds. Generally, your application won’t need to use the routines for creating, setting, and disposing of GDevice records, because Color QuickDraw calls them automatically as appropriate. However, you may wish to use the other routines described in this section, particularly if you want to optimize your application’s drawing for screens with different capabilities.Creating, Setting, and Disposing of GDevice RecordsColor QuickDraw uses GDevice records to maintain information about video devices and offscreen graphics worlds. A GDevice record must be allocated with the NewGDevice function and initialized with the InitGDevice procedure. Normally, your application does not call these routines directly. When the system starts up, it allocates and initializes one handle to a GDevice record for each video device it finds. When you use the NewGWorld function (described in the chapter “Offscreen Graphics Worlds” in this book), Color QuickDraw automatically creates a GDevice record for the new offscreen graphics world. Whenever QuickDraw routines are used to draw into a graphics port on a video device, Color QuickDraw uses the SetGDevice procedure to make the video device for that screen the current device. Your application won’t generally need to use this procedure, because when your application draws into a window on one or more screens, Color QuickDraw automatically switches GDevice records as appropriate; and when your application needs to draw into an offscreen graphics world, it can use the SetGWorld procedure to set the graphics port as well as the GDevice record for the offscreen environment. However, if your application uses the SetPort procedure (described in the chapter “Basic QuickDraw” in this book) instead of the SetGWorld procedure to set the graphics port to or from an offscreen graphics world, then your application must use SetGDevice in conjunction with SetPort.You use the SetDeviceAttribute procedure to set attribute bits in a GDevice record.When Color QuickDraw no longer needs a GDevice record, it uses the DisposeGDevice procedure to dispose of it. As with the other routines described in this section, your application typically does not need to use DisposeGDevice.NewGDeviceYou can use the NewGDevice function to create a new GDevice record, although you generally don’t need to, because Color QuickDraw uses this function to create GDevice records for your application automatically.FUNCTION NewGDevice (refNum: Integer; mode: LongInt): GDHandle;refNum    Reference number of the graphics device for which you are creating a GDevice record. For most video devices, this information is set at system startup.mode    The device configuration mode. Used by the screen driver, this value sets the pixel depth and specifies color or black and white.DESCRIPTIONFor the graphics device whose driver is specified in the refNum parameter and whose mode is specified in the mode parameter, the NewGDevice function allocates a new GDevice record and all of its handles, and then calls the InitGDevice procedure to initialize the record. As its function result, NewGDevice returns a handle to the new GDevice record. If the request is unsuccessful, NewGDevice returns NIL. The NewGDevice function allocates the new GDevice record and all of its handles in the system heap, and the NewGDevice function sets all attributes in the gdFlags field of the GDevice record to FALSE. If your application creates a GDevice record, it can use the SetDeviceAttribute procedure, described on page 5-22, to change the flag bits in the gdFlags field of the GDevice record to TRUE. Your application should never directly change the gdFlags field of the GDevice record; instead, your application should use only the SetDeviceAttribute procedure.If your application creates a GDevice record without a driver, it should set the mode parameter to –1. In this case, InitGDevice cannot initialize the GDevice record, so your application must perform all initialization of the record. A GDevice record’s default mode is defined as 128; this is assumed to be a black-and-white mode. If you specify a value other than 128 in the mode parameter, the record’s gdDevType bit in the gdFlags field of the GDevice record is set to TRUE to indicate that the graphics device is capable of displaying color.The NewGDevice function doesn’t automatically insert the GDevice record into the device list. In general, your application shouldn’t create GDevice records, and if it ever does, it should never add them to the device list.SPECIAL CONSIDERATIONSIf your program uses NewGDevice to create a graphics device without a driver, InitGDevice does nothing; instead, your application must initialize all fields of the GDevice record. After your application initializes the color table for the GDevice record, your application should call the Color Manager procedure MakeITable to build the inverse table for the graphics device.The NewGDevice function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOThe GDevice record is described on page 5-15. See Designing Cards and Drivers for the Macintosh Family, third edition, for more information about the device modes that you can specify in the mode parameter. The Color Manager is described in Inside Macintosh: Advanced Color Imaging.InitGDeviceThe NewGDevice function uses the InitGDevice procedure to initialize a GDevice record.PROCEDURE InitGDevice (gdRefNum: Integer; mode: LongInt;                               gdh: GDHandle);gdRefNum    Reference number of the graphics device. System software sets this number at system startup time for most graphics devices.mode    The device configuration mode. Used by the screen driver, this value sets the pixel depth and specifies color or black and white.gdh    The handle, returned by the NewGDevice function, to the GDevice record to be initialized.DESCRIPTIONThe InitGDevice procedure initializes the GDevice record specified in the gdh parameter. The InitGDevice procedure sets the graphics device whose driver has the reference number specified in the gdRefNum parameter to the mode specified in the mode parameter. The InitGDevice procedure then fills out the GDevice record, previously created with the NewGDevice function, to contain all information describing that mode.The mode parameter determines the configuration of the device; possible modes for a device can be determined by interrogating the video device’s ROM through Slot Manager routines. The information describing the device’s mode is primarily contained in the video device’s ROM. If the video device has a fixed color table, then that table is read directly from the ROM. If the video device has a variable color table, then InitGDevice uses the default color table defined in a 'clut' resource, contained in the System file, that has a resource ID equal to the video device’s pixel depth.In general, your application should never need to call InitGDevice. All video devices are initialized at start time, and users change modes through the Monitors control panel. SPECIAL CONSIDERATIONSIf your program uses NewGDevice to create a graphics device without a driver, InitGDevice does nothing; instead, your application must initialize all fields of the GDevice record. After your application initializes the color table for the GDevice record, your application should call the Color Manager procedure MakeITable to build the inverse table for the graphics device.The InitGDevice procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOThe GDevice record is described on page 5-15. See Designing Cards and Drivers for the Macintosh Family, third edition, for more information about the device modes that you can specify in the mode parameter. The MakeITable procedure is described in the chapter “Color Manager” in Inside Macintosh: Advanced Color Imaging.SetDeviceAttributeTo set the attribute bits of a GDevice record, use the SetDeviceAttribute procedure.PROCEDURE SetDeviceAttribute (gdh: GDHandle; attribute: Integer;                                         value: Boolean);gdh    A handle to a GDevice record.attribute    One of the following constants, which represent bits in the gdFlags field of a GDevice record:              CONST {flag bits for gdFlags field of GDevice record}                gdDevType                    = 0;        {if bit is set to 0, graphics }                                            { device is black and white; }                                            { if set to 1, device supports }                                            { color}                burstDevice                    = 7;        {if bit is set to 1, device }                                            { supports block transfer}                ext32Device                    = 8;        {if bit is set to 1, device }                                            { must be used in 32-bit mode}                ramInit                    = 10;        {if bit is set to 1, device has }                                            { been initialized from RAM}                mainScreen                    = 11;        {if bit is set to 1, device is }                                            { the main screen}                allInit                    = 12;        {if bit is set to 1, all }                                            { devices were initialized from }                                            { 'scrn' resource}                screenDevice                    = 13;        {if bit is set to 1, device is }                                            { a screen}                noDriver                    = 14;        {if bit is set to 1, GDevice }                                            { record has no driver}                screenActive                    = 15;        {if bit is set to 1, device is }                                            { active}value    A value of either 0 or 1 for the flag bit specified in the attribute parameter.DESCRIPTIONFor the graphics device specified in the gdh parameter, the SetDeviceAttribute procedure sets the flag bit specified in the attribute parameter to the value specified in the value parameter.SPECIAL CONSIDERATIONSYour application should never directly change the gdFlags field of the GDevice record; instead, your application should use only the SetDeviceAttribute procedure. The SetDeviceAttribute procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SetGDeviceYour application can use the SetGDevice procedure to set a GDevice record as the current device. PROCEDURE SetGDevice (gdh: GDHandle);gdh    A handle to a GDevice record.DESCRIPTIONThe SetGDevice procedure sets the specified GDevice record as the current device. Your application won’t generally need to use this procedure, because when your application draws into a window on one or more screens, Color QuickDraw automatically switches GDevice records as appropriate; and when your application needs to draw into an offscreen graphics world, it can use the SetGWorld procedure to set the graphics port as well as the GDevice record for the offscreen environment. However, if your application uses the SetPort procedure (described in the chapter “Basic QuickDraw” in this book) instead of the SetGWorld procedure to set the graphics port to or from an offscreen graphics world, then your application must use SetGDevice in conjunction with SetPort.A handle to the currently active device is kept in the global variable TheGDevice.SPECIAL CONSIDERATIONSThe SetGDevice procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOSee the chapter “Offscreen Graphics Worlds” in this book for information about the SetGWorld procedure and about drawing into offscreen graphics worlds.DisposeGDeviceAlthough your application generally should never need to use this routine, the DisposeGDevice procedure disposes of a GDevice record, releases the space allocated for it, and disposes of all the data structures allocated for it. The DisposeGDevice procedure is also available as the DisposGDevice procedure.PROCEDURE DisposeGDevice (gdh: GDHandle);gdh    A handle to the GDevice record.DESCRIPTIONThe DisposeGDevice procedure disposes of a GDevice record, releases the space allocated for it, and disposes of all the data structures allocated for it. Color QuickDraw calls this procedure when appropriate.SEE ALSOWhen your application uses the DisposeGWorld procedure to dispose of an offscreen graphics world, DisposeGDevice disposes of its GDevice record. See the chapter “Offscreen Graphics Worlds” in this book for a description of DisposeGWorld. Getting the Available Graphics DevicesTo gain access to the GDevice record for a video device—for example, to determine the size and pixel depth of its attached screen—your application needs to get a handle to that record. Your application can use the GetDeviceList function to obtain a handle to the first GDevice record in the device list, the GetGDevice function to obtain a handle to the GDevice record for the current device, the GetMainDevice function to obtain a handle to the GDevice record for the main screen, and the GetMaxDevice function to obtain a handle to the GDevice record for the video device with the greatest pixel depth. All existing GDevice records are linked together in the device list. After using one of these functions to obtain a handle to one of the GDevice records in the device list, your application can use the GetNextDevice function to obtain a handle to the next GDevice record in the list.Two related functions, GetGWorld and GetGWorldDevice, also allow you to obtain handles to GDevice records. To get the GDevice record for the current device, you can use the GetGWorld function. To get a handle to the GDevice record for a particular offscreen graphics world, you can use the GetGWorldDevice function. These two functions are described in the next chapter, “Offscreen Graphics Worlds.”GetGDeviceTo obtain a handle to the GDevice record for the current device, use the GetGDevice function. FUNCTION GetGDevice: GDHandle;DESCRIPTIONThe GetGDevice function returns a handle to the GDevice record for the current device. (At any given time, exactly one video device is the current device—that is, the one on which drawing is actually taking place.) Color QuickDraw stores a handle to the current device in the global variable TheGDevice.SPECIAL CONSIDERATIONSThe GetGDevice function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.GetDeviceListTo obtain a handle to the first GDevice record in the device list, use the GetDeviceList function.FUNCTION GetDeviceList: GDHandle;DESCRIPTIONThe GetDeviceList function returns a handle to the first GDevice record in the global variable DeviceList.SPECIAL CONSIDERATIONSThe GetDeviceList function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOListing 5-3 on page 5-10 illustrates the use of this function. GetMainDeviceTo obtain a handle to the GDevice record for the main screen, use the GetMainDevice function. FUNCTION GetMainDevice: GDHandle;DESCRIPTIONThe GetMainDevice function returns a handle to the GDevice record that corresponds to the main screen—that is, the one containing the menu bar.A handle to the main device is kept in the global variable MainDevice.SPECIAL CONSIDERATIONSThe GetMainDevice function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOListing 5-3 on page 5-10 illustrates the use of this function. GetMaxDeviceTo obtain a handle to the GDevice record for the video device with the greatest pixel depth, use the GetMaxDevice function. FUNCTION GetMaxDevice (globalRect: Rect): GDHandle;globalRectA rectangle, in global coordinates, that intersects the graphics devices that you are searching to find the one with the greatest pixel depth.DESCRIPTIONAs its function result, GetMaxDevice returns a handle to the GDevice record for the video device that has the greatest pixel depth among all graphics devices that intersect the rectangle you specify in the globalRect parameter. SPECIAL CONSIDERATIONSThe GetMaxDevice function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.GetNextDeviceAfter using the GetDeviceList function to obtain a handle to the first GDevice record in the device list, GetGDevice to obtain a handle to the GDevice record for the current device, GetMainDevice to obtain a handle to the GDevice record for the main screen, or GetMaxDevice to obtain a handle to the GDevice record for the video device with the greatest pixel depth, you can use the GetNextDevice function to obtain a handle to the next GDevice record in the list.FUNCTION GetNextDevice (curDevice: GDHandle): GDHandle;curDevice    A handle to the GDevice record at which you want the search to begin.DESCRIPTIONThe GetNextDevice function returns a handle to the next GDevice record in the device list. If there are no more GDevice records in the list, it returns NIL.SPECIAL CONSIDERATIONSThe GetNextDevice function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOListing 5-3 on page 5-10 illustrates the use of this function. Determining the Characteristics of a Video DeviceFor drawing images that are optimized for every screen they cross, your application can use the DeviceLoop procedure. The DeviceLoop procedure searches for graphics devices that intersect your window’s drawing region, and it calls your drawing procedure for each different video device it finds. The DeviceLoop procedure provides your drawing procedure with information about the current device’s pixel depth and other attributes.To determine whether the flag bit for an attribute has been set in the gdFlags field of a GDevice record, your application can use the TestDeviceAttribute function.To determine whether a video device supports a specific pixel depth, your application can also use the HasDepth function, described on page 5-33. To change the pixel depth of a video device, your application can use the SetDepth function, described on page 5-34. If you need to determine the resolution of the main device, you can use the ScreenRes procedure.DeviceLoopFor drawing images that are optimized for every screen they cross, use the DeviceLoop procedure. PROCEDURE DeviceLoop (drawingRgn: RgnHandle;                             drawingProc: DeviceLoopDrawingProcPtr;                             userData: LongInt; flags: DeviceLoopFlags);drawingRgnA handle to the region in which you will draw; this drawing region uses coordinates that are local to its graphics port.drawingProcA pointer to your own drawing procedure.userData    Any additional data that you wish to supply to your drawing procedure.flags    One or more members of the set of flags defined by the DeviceLoopFlags data type:              TYPE                  DeviceLoopFlags = SET OF                   (singleDevices,dontMatchSeeds,allDevices);    These flags are described in the following text; if you want to use the default behavior of DeviceLoop, specify an empty set ([]) in this parameter.DESCRIPTIONThe DeviceLoop procedure searches for graphics devices that intersect your window’s drawing region, and it calls your drawing procedure for each video device it finds. In the drawingRgn parameter, supply a handle to the region in which you wish to draw; in the drawingProc parameter, supply a pointer to your drawing procedure. In the flags parameter, you can specify members of the set of these flags defined by the DeviceLoopFlags data type:singleDevices    If this flag is not set, DeviceLoop calls your drawing procedure only once for each set of similar graphics devices, and the first one found is passed as the target device. (It is assumed to be representative of all the similar graphics devices.) If you set the singleDevices flag, then DeviceLoop does not group similar graphics devices—that is, those having identical pixel depths, black-and-white or color settings, and matching color table seeds—when it calls your drawing procedure.     dontMatchSeeds    If you set the dontMatchSeeds flag, then DeviceLoop doesn’t consider the ctSeed field of ColorTable records for graphics devices when comparing them; DeviceLoop ignores this flag if you set the singleDevices flag.    allDevices    If you set the allDevices flag, DeviceLoop ignores the drawingRgn parameter and calls your drawing procedure for every device. The value of current graphics port’s visRgn field is not affected when you set this flag.    For each dissimilar video device that intersects this region, DeviceLoop calls your drawing procedure. For example, after a call to the Event Manager procedure BeginUpdate, the region you specify in the drawingRgn parameter can be the same as the visible region for the active window. Because DeviceLoop provides your drawing procedure with the pixel depth and other attributes of each video device, your drawing procedure can optimize its drawing for each video device—for example, by using the HiliteColor procedure to set magenta as the highlight color on a color video device.SPECIAL CONSIDERATIONSThe DeviceLoop procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.SEE ALSOListing 5-1 on page 5-8 illustrates the use of DeviceLoop. See page 5-35 for a description of the drawing procedure you must provide for the drawingProc parameter. Offscreen graphics worlds are described in the next chapter. The HiliteColor procedure is described in the chapter “Color QuickDraw” in this book.TestDeviceAttributeTo determine whether the flag bit for an attribute has been set in the gdFlags field of a GDevice record, use the TestDeviceAttribute function.FUNCTION TestDeviceAttribute (gdh: GDHandle;                                         attribute: Integer): Boolean;gdh    A handle to a GDevice record.attribute    One of the following constants, which represent bits in the gdFlags field of a GDevice record:              CONST {flag bits for gdFlags field of GDevice record}                gdDevType                    = 0;        {if bit is set to 0, graphics }                                            { device is black and white; }                                            { if set to 1, device supports }                                            { color}                burstDevice                    = 7;        {if bit is set to 1, device }                                            { supports block transfer}                ext32Device                    = 8;        {if bit is set to 1, device }                                            { must be used in 32-bit mode}                ramInit                    = 10;        {if bit is set to 1, device has }                                            { been initialized from RAM}                mainScreen                    = 11;        {if bit is set to 1, device is }                                            { the main screen}                allInit                    = 12;        {if bit is set to 1, all }                                            { devices were initialized from }                                            { 'scrn' resource}                screenDevice                    = 13;        {if bit is set to 1, device is }                                            { a screen}                noDriver                    = 14;        {if bit is set to 1, GDevice }                                            { record has no driver}                screenActive                    = 15;        {if bit is set to 1, device is }                                            { active}DESCRIPTIONThe TestDeviceAttribute function tests a single graphics device attribute to see if its bit is set to 1 and, if so, returns TRUE. Otherwise, TestDeviceAttribute returns FALSE.SPECIAL CONSIDERATIONSThe TestDeviceAttribute function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.SEE ALSOListing 5-3 on page 5-10 illustrates the use of TestDeviceAttribute. Your application can use the SetDeviceAttribute procedure, described on page 5-22, to change any of the flags tested by the TestDeviceAttribute function. ScreenResIf you need to determine the resolution of the main device, you can use the ScreenRes procedure.PROCEDURE ScreenRes (VAR scrnHRes,scrnVRes: Integer);DESCRIPTIONIn the scrnHRes parameter, the ScreenRes procedure returns the number of horizontal pixels per inch displayed by the current device. In the scrnVRes parameter, it returns the number of vertical pixels per inch.To determine the resolutions of all available graphics devices, you should examine their GDevice records (described on page 5-15). The horizontal and vertical resolutions for a graphics device are stored in the hRes and vRes fields, respectively, of the PixMap record for the device’s GDevice record.SPECIAL CONSIDERATIONSCurrently, QuickDraw and the Printing Manager always assume a screen resolution of 72 dpi. Do not use the actual screen resolution as a scaling factor when drawing into a printing graphics port; instead, always use 72 dpi as the scaling factor. See the chapter “Printing Manager” in this book for more information about the Printing Manager and drawing into a printing graphics port.ASSEMBLY-LANGUAGE INFORMATIONThe horizontal resolution, in pixels per inch, is stored in the global variable ScrHRes, and the vertical resolution is stored in the global variable ScrVRes.Changing the Pixel Depth for a Video DeviceThe Monitors control panel is the user interface for changing the pixel depth, color capabilities, and positions of video devices. Since the user can control the capabilities of the video device, your application should be flexible: although it may have a preferred pixel depth, your application should do its best to accommodate less than ideal conditions. If it is absolutely necessary for your application to draw on a video device of a specific pixel depth, your application can use the SetDepth function to change its pixel depth. Before calling SetDepth, use the HasDepth function to determine whether the available hardware can support the pixel depth you require.HasDepthTo determine whether a video device supports a specific pixel depth, you can use the HasDepth function.FUNCTION HasDepth (aDevice: GDHandle; depth: Integer;                         whichFlags: Integer; flags: Integer): Integer;aDevice    A handle to the GDevice record of the video device.depth    The pixel depth for which you’re testing.whichFlags    The gdDevType constant, which represents a bit in the gdFlags field of the GDevice record. (If this bit is set to 0 in the GDevice record, the video device is black and white; if the bit is set to 1, the device supports color.)flags    The value 0 or 1. If you pass 0 in this parameter, the HasDepth function tests whether the video device is black and white; if you pass 1 in this parameter, HasDepth tests whether the video device supports color.DESCRIPTIONThe HasDepth function checks whether the video device you specify in the aDevice parameter supports the pixel depth you specify in the depth parameter, and whether the device is black and white or color, whichever you specify in the flags parameter. The HasDepth function returns 0 if the device does not support the depth you specify in the depth parameter or the display mode you specify in the flags parameter. Any other value indicates that the device supports the specified depth and display mode. The function result contains the mode ID that QuickDraw passes to the video driver to set its pixel depth and to specify color or black and white. You can pass this mode ID in the depth parameter for the SetDepth function (described next) to set the graphics device to the pixel depth and display mode for which you tested. SPECIAL CONSIDERATIONSThe HasDepth function may move or purge blocks of memory in the application heap. Your application should not call this function at interrupt time.SEE ALSOSee Designing Cards and Drivers for the Macintosh Family, third edition, for more information about the device modes returned as a function result for HasDepth. SetDepthTo change the pixel depth of a video device, use the SetDepth function.FUNCTION SetDepth (aDevice: GDHandle; depth: Integer;                         whichFlags: Integer; flags: Integer): OSErr;aDevice    A handle to the GDevice record of the video device whose pixel depth you wish to change.depth    The mode ID returned by the HasDepth function (described in the previous section) indicating that the video device supports the desired pixel depth. Alternatively, you can pass the desired pixel depth directly in this parameter, although you should use the HasDepth function to ensure that the device supports this depth.whichFlags    The gdDevType constant, which represents a bit in the gdFlags field of the GDevice record. (If this bit is set to 0 in the GDevice record, the video device is black and white; if the bit is set to 1, the device supports color.)flags    The value 0 or 1. If you pass 0 in this parameter, the SetDepth function changes the video device to black and white; if you pass 1 in this parameter, SetDepth changes the video device to color.DESCRIPTIONThe SetDepth function sets the video device you specify in the aDevice parameter to the pixel depth you specify in the depth parameter, and it sets the device to either black and white or color as you specify in the flags parameter. You should use the HasDepth function to ensure that the video device supports the values you specify to SetDepth. The SetDepth returns zero if successful, or it returns a nonzero value if it cannot impose the desired depth and display mode on the requested device.The SetDepth function does not change the 'scrn' resource; when the system is restarted, the original depth for this device is restored. SPECIAL CONSIDERATIONSYour application should use SetDepth only if your application can run on devices of a particular pixel depth and is unable to adapt to any other depth. Your application should display a dialog box that offers the user a choice between changing to that depth or canceling display of the image before your application uses SetDepth. Such a dialog box saves the user the trouble of going to the Monitors control panel before returning to your application. The SetDepth function may move or purge blocks of memory in the application heap. Your application should not call this function at interrupt time.SEE ALSOSee the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about creating and using dialog boxes.Application-Defined RoutineYour application can use the DeviceLoop procedure (described on page 5-29) before drawing images that are optimized for every screen they cross. The DeviceLoop procedure searches for video devices that intersect your drawing region, and it calls a drawing procedure that you define for every different video device it finds. For each video device that intersects a drawing region that you define (generally, the update region of a window), DeviceLoop calls your drawing procedure. Because DeviceLoop provides your drawing procedure with the pixel depth and other attributes of the current device, your drawing procedure can optimize its drawing for whatever type of graphics device is the current device. When highlighting, for example, your application might invert black and white when drawing onto a 1-bit video device but use magenta as the highlight color when drawing onto a color video device. In this case, even were your window to span both a black-and-white and a color screen, the user sees the selection inverted on the black-and-white screen, while magenta would be used to highlight the selection on the color screen.You must provide a pointer to your drawing procedure in the drawingProc parameter for DeviceLoop.MyDrawingProcHere’s how to declare a drawing procedure to supply to the DeviceLoop procedure if you were to name the procedure MyDrawingProc:PROCEDURE MyDrawingProc (depth: Integer; deviceFlags: Integer;                                   targetDevice: GDHandle;                                  userData: LongInt);depth    The pixel depth of the graphics device.deviceFlagsAny of the following constants, which represent bits that are set to 1 in the gdFlags field of the GDevice record (described on page 5-15) for the current device:              CONST {flag bits for gdFlags field of GDevice record}                gdDevType                    = 0;        {if bit is set to 1, graphics }                                            { device supports color}                burstDevice                    = 7;        {if bit is set to 1, device }                                            { supports block transfer}                ext32Device                    = 8;        {if bit is set to 1, device }                                            { must be used in 32-bit mode}                ramInit                    = 10;        {if bit is set to 1, device has }                                            { been initialized from RAM}                mainScreen                    = 11;        {if bit is set to 1, device is }                                            { the main screen}                allInit                    = 12;        {if bit is set to 1, all }                                            { devices were initialized from }                                            { 'scrn' resource}                screenDevice                    = 13;        {if bit is set to 1, device is }                                            { a screen}                noDriver                    = 14;        {if bit is set to 1, GDevice }                                            { record has no driver}                screenActive                    = 15;        {if bit is set to 1, device is }                                            { active}targetDeviceA handle to the GDevice record (described on page 5-15) for the current device.userData    A value that your application supplies to the DeviceLoop procedure, which in turn passes the value to your drawing procedure for whatever purpose you deem useful.DESCRIPTIONYour drawing procedure should analyze the pixel depth passed in the depth parameter and the values passed in the deviceFlags parameter, and then draw in a manner that is optimized for the current device.SEE ALSOListing 5-2 on page 5-9 illustrates a simple drawing procedure called by DeviceLoop.ResourceThe user can use the Monitors control panel to set the desired pixel depth of each screen; whether it displays color, grayscale, or black and white; and the position of each screen relative to the main screen. The Monitors control panel stores all configuration information for a multiscreen system in the System file in a resource of type 'scrn' that has a resource ID of 0. Your application should never create this resource, and should never alter or examine it. When the InitGraf procedure (described in the chapter “Basic QuickDraw” in this book) initializes Color QuickDraw, it checks the System file for the 'scrn' resource. If the 'scrn' resource is found and it matches the hardware, InitGraf organizes the video devices according to the contents of this resource; if not, then Color QuickDraw uses only the video device for the startup screen. The Screen ResourceThe 'scrn' resource consists of an array of data structures that are analogous to GDevice records. Each data structure in this array contains information about a different video device. Because your application shouldn’t create or alter the 'scrn' resource, its structure is not described here.Summary of Graphics DevicesPascal SummaryConstantsCONST    {flag bits for gdType field of GDevice record}    clutType = 0;                        {CLUT device--that is, one with colors mapped with a }                            { color lookup table}    fixedType = 1;                        {fixed colors--that is, the color lookup table }                            { can't be changed}    directType = 2;                        {direct RGB colors}    {flag bits for gdFlags field of GDevice record}    gdDevType                    = 0;        {if bit is set to 0, graphics device is black }                                { and white; if bit is set to 1, graphics device }                                { supports color}    burstDevice                    = 7;        {if bit is set to 1, graphics device supports block }                                { transfer}    ext32Device                    = 8;        {if bit is set to 1, graphics device must be used }                                { in 32-bit mode}    ramInit                    = 10;        {if bit is set to 1, graphics device has been }                                { initialized from RAM}    mainScreen                    = 11;        {if bit is set to 1, graphics device is the main }                                { screen}    allInit                    = 12;        {if bit is set to 1, all graphics devices were }                                { initialized from 'scrn' resource}    screenDevice                    = 13;        {if bit is set to 1, graphics device is a screen}    noDriver                    = 14;        {if bit is set to 1, GDevice record has no driver}    screenActive                    = 15;        {if bit is set to 1, graphics device is current }                                { device}Data TypesTYPE        GDHandle                = ^GDPtr;GDPtr                = ^GDevice;GDevice                 = RECORD    gdRefNum:                    Integer;                    {reference number of screen driver}    gdID:                    Integer;                    {reserved; set to 0}    gdType    :                Integer;                    {type of device--indexed or direct}    gdITable:                    ITabHandle;                    {handle to inverse table for Color Manager}    gdResPref:                    Integer;                    {preferred resolution}    gdSearchProc:                    SProcHndl;                    {handle to list of search functions}    gdCompProc:                    CProcHndl;                    {handle to list of complement functions}    gdFlags:                    Integer;                    {graphics device flags}    gdPMap:                    PixMapHandle;                    {handle to PixMap record for displayed }                                            { image}    gdRefCon:                    LongInt;                    {reference value}    gdNextGD:                    GDHandle;                    {handle to next graphics device}    gdRect:                    Rect;                    {graphics device's boundary in global }                                            { coordinates}    gdMode:                    LongInt;                    {graphics device's current mode}    gdCCBytes:                    Integer;                    {width of expanded cursor data}    gdCCDepth:                    Integer;                    {depth of expanded cursor data}    gdCCXData:                    Handle;                    {handle to cursor's expanded data}    gdCCXMask:                    Handle;                    {handle to cursor's expanded mask}    gdReserved:                    LongInt;                    {reserved for future use; must be 0}END;QDErr = Integer;DeviceLoopDrawingProcPtr = ProcPtr;DeviceLoopFlags = SET OF                                     {for flags parameter of DeviceLoop}    (singleDevices,                                 {DeviceLoop doesn't group similar graphics }                                    { devices when calling drawing procedure}    dontMatchSeeds,                                 {DeviceLoop doesn't consider ctSeed fields }                                    { of ColorTable records for graphics devices }                                    { when comparing them}    allDevices);                                {DeviceLoop ignores value of drawingRgn }                                     { parameter--instead, it calls drawing procedure }                                    { for every screen}Routines for Graphics DevicesCreating, Setting, and Disposing of GDevice Records{ DisposeGDevice is also spelled as DisposGDevice }FUNCTION NewGDevice     (refNum: Integer; mode: LongInt): GDHandle;PROCEDURE InitGDevice     (gdRefNum: Integer; mode: LongInt; gdh: GDHandle);PROCEDURE SetDeviceAttribute    (gdh: GDHandle; attribute: Integer; value: Boolean);PROCEDURE SetGDevice     (gdh: GDHandle);PROCEDURE DisposeGDevice     (gdh: GDHandle);Getting the Available Graphics DevicesFUNCTION GetGDevice    : GDHandle;FUNCTION GetDeviceList    : GDHandle;FUNCTION GetMainDevice    : GDHandle;FUNCTION GetMaxDevice     (globalRect: Rect): GDHandle;FUNCTION GetNextDevice     (curDevice: GDHandle): GDHandle;Determining the Characteristics of a Video DevicePROCEDURE DeviceLoop     (drawingRgn: RgnHandle; drawingProc: DeviceLoopDrawingProcPtr; userData: LongInt; flags: DeviceLoopFlags);FUNCTION TestDeviceAttribute    (gdh: GDHandle; attribute: Integer): Boolean;PROCEDURE ScreenRes    (VAR scrnHRes,scrnVRes: Integer);Changing the Pixel Depth for a Video DeviceFUNCTION HasDepth     (aDevice: GDHandle; depth: Integer; whichFlags: Integer; flags: Integer): Integer;FUNCTION SetDepth     (aDevice: GDHandle; depth: Integer; whichFlags: Integer; flags: Integer): OSErr;Application-Defined RoutinePROCEDURE MyDrawingProc    (depth: Integer; deviceFlags: Integer; targetDevice: GDHandle; userData: LongInt);C SummaryConstantsenum {        /* flag bits for gdType field of GDevice record */    clutType                     = 0;        /* CLUT device--that is, one with colors mapped with                                    a color lookup table */    fixedType                     = 1;        /* fixed colors--that is, the color lookup table                                     can't be changed */    directType                     = 2;        /* direct RGB colors */    /* flag bits for gdFlags field of GDevice record */    gdDevType                    = 0,        /* if bit is set to 0, graphics device is black and                                    white; if set to 1, device is color */    burstDevice                    = 7,        /* if bit is set to 1, graphics device supports block                                     transfer */    ext32Device                    = 8,        /* if bit is set to 1, graphics device must be used                                      in 32-bit mode */    ramInit                    = 10,        /* if bit is set to 1, graphics device was                                     initialized from RAM */    mainScreen                    = 11,        /* if bit is set to 1, graphics device is the main                                    screen */    allInit                    = 12,        /* if bit is set to 1, all graphics devices were                                     initialized from 'scrn' resource */    screenDevice                    = 13,        /* if bit is set to 1, graphics device is a screen                                     device */    noDriver                    = 14,        /* if bit is set to 1, GDevice record has                                     no driver */    screenActive                    = 15,        /* if bit is set to 1, graphics device is current                                     device */};Data Typesstruct GDevice {    short                    gdRefNum;                    /* reference number of screen driver */    short                    gdID;                    /* reserved; set to 0 */    short                    gdType;                    /* type of device--indexed or direct */    ITabHandle                    gdITable;                    /* handle to inverse table for Color                                                 Manager */    short                    gdResPref;                    /* preferred resolution */    SProcHndl                    gdSearchProc;                    /* handle to list of search functions */    CProcHndl                    gdCompProc;                    /* handle to list of complement functions */    short                    gdFlags;                    /* graphics device flags */    PixMapHandle                    gdPMap;                    /* handle to PixMap record for displayed                                                 image */    long                    gdRefCon;                    /* reference value */    GDHandle                    gdNextGD;                    /* handle to next graphics device */    Rect                    gdRect;                    /* graphics device's boundary in global                                                 coordinates */    long                    gdMode;                    /* graphics device's current mode */    short                    gdCCBytes;                    /* width of expanded cursor data */    short                    gdCCDepth;                    /* depth of expanded cursor data */    Handle                    gdCCXData;                    /* handle to cursor's expanded data */    Handle                    gdCCXMask;                    /* handle to cursor's expanded mask */    long                    gdReserved;                    /* reserved for future use; must be 0 */};typedef struct GDevice GDevice;typedef GDevice *GDPtr, **GDHandle;typedef short QDErr;typedef pascal void                             (*DeviceLoopDrawingProcPtr)                            (short depth, short deviceFlags,                              GDHandle targetDevice, long userData);/* for flags parameter of DeviceLoop */enum         {singleDevicesBit = 0,dontMatchSeedsBit = 1,allDevicesBit = 2};enum         {singleDevices = 1 << singleDevicesBit,                                                        /* DeviceLoop doesn't group                                                                   similar graphics devices                                                                   when calling drawing                                                                   procedure */        dontMatchSeeds = 1 << dontMatchSeedsBit,                                                        /* DeviceLoop doesn't                                                                    consider ctSeed fields of                                                                    ColorTable records for                                                                   graphics devices when                                                                    comparing them */        allDevices = 1 << allDevicesBit};                                                        /* DeviceLoop ignores value                                                                    of drawingRgn parameter--                                                                   instead it calls drawing                                                                   procedure for every                                                                    screen */typedef unsigned long DeviceLoopFlags;Functions for Graphics DevicesCreating, Setting, and Disposing of GDevice Records/* DisposeGDevice is also spelled as DisposGDevice */pascal GDHandle NewGDevice    (short refNum, long mode); pascal void InitGDevice    (short gdRefNum, long mode, GDHandle gdh); pascal void SetDeviceAttribute(GDHandle gdh, short attribute, Boolean value); pascal void SetGDevice    (GDHandle gdh); pascal void DisposeGDevice    (GDHandle gdh); Getting the Available Graphics Devicespascal GDHandle GetGDevice    (void); pascal GDHandle GetDeviceList(void); pascal GDHandle GetMainDevice(void); pascal GDHandle GetMaxDevice    (const Rect *globalRect); pascal GDHandle GetNextDevice(GDHandle curDevice); Determining the Characteristics of a Video Devicepascal void DeviceLoop    (RgnHandle drawingRgn, DeviceLoopDrawingProcPtr drawingProc, long userData, DeviceLoopFlags flags);pascal Boolean TestDeviceAttribute(GDHandle gdh, short attribute);pascal void ScreenRes    (short *scrnHRes, short *scrnVRes);Changing the Pixel Depth for a Video Devicepascal Integer HasDepth     (GDHandle aDevice, Integer depth, Integer whichFlags, Integer flags);pascal OSErr SetDepth     (GDHandle aDevice, Integer depth, Integer whichFlags, Integer flags);Application-Defined Functionpascal void MyDrawingProc    (Integer depth, Integer deviceFlags, GDHandle targetDevice, LongInt userData);Assembly-Language SummaryData StructureGDevice Data Structure0    gdRefNum    word    refNum of screen driver    2    gdID    word    reserved; set to 0    4    gdType    word    general type of graphics device    6    gdITable    long    handle to inverse table    10    gdResPref    word    preferred resolution for inverse tables    12    gdSearchProc    long    search function pointer    16    gdCompProc    long    complement function pointer    20    gdFlags    word    graphics device flags word    22    gdPMap    long    handle to pixel map describing graphics device    26    gdRefCon    long    reference value    30    gdNextGD    long    handle to next GDevice record    34    gdRect    8 bytes    graphics device’s bounds in global coordinates    42    gdMode    long    device’s current mode    46    gdCCBytes    word    width of expanded cursor data    48    gdCCDepth    word    depth of expanded cursor data    50    gdCCXData    long    handle to cursor’s expanded data    54    gdCCXMask    long    handle to cursor’s expanded mask    58    gdReserved    long    reserved; must be 0    Global VariablesDeviceList    Handle to the first GDevice record in the device list.    MainDevice    Handle to the GDevice record for the main screen.    ScrHRes    The horizontal resolution, in pixels per inch, for the current device.    ScrVRes    The vertical resolution, in pixels per inch, for the current device.    TheGDevice    Handle to the GDevice record for the current device.    Listing 6-0Table 6-0Offscreen Graphics WorldsContentsAbout Offscreen Graphics Worlds6-3Using Offscreen Graphics Worlds6-4Creating an Offscreen Graphics World6-5Setting the Graphics Port for an Offscreen Graphics World6-8Drawing Into an Offscreen Graphics World6-8Copying an Offscreen Image Into a Window6-9Updating an Offscreen Graphics World6-9Creating a Mask and a Source Image in Offscreen Graphics Worlds6-10Offscreen Graphics Worlds Reference6-12Data Structures6-12Routines6-16Creating, Altering, and Disposing of Offscreen Graphics Worlds6-16Saving and Restoring Graphics Ports and Offscreen Graphics Worlds6-27Managing an Offscreen Graphics World’s Pixel Image6-30Summary of Offscreen Graphics Worlds6-40Pascal Summary6-40Constants6-40Data Types6-41Routines6-42C Summary6-43Constants6-43Data Types6-44Functions6-45Assembly-Language Summary6-46Result Codes6-46Offscreen Graphics WorldsThis chapter describes QuickDraw routines and data structures that your application can use to create offscreen graphics worlds. Whether your application uses Color QuickDraw or basic QuickDraw, you should read this chapter to improve your application’s appearance and performance when it draws onscreen images. Read this chapter to learn how to set up and use an offscreen graphics world—a sophisticated environment for preparing complex color or black-and-white images before displaying them on the screen. Offscreen graphics worlds are available on all Macintosh computers that support System 7.You can use all of the drawing operations described in the chapters “QuickDraw Drawing” and “Color QuickDraw” in this book to create images in an offscreen graphics world. After preparing an image in an offscreen graphics world, you can use the CopyBits, CopyMask, or CopyDeepMask procedure to move the image to an onscreen color graphics port or basic graphics port. Color graphics ports are described in the chapter “Color QuickDraw,” and basic graphics ports are described in the chapter “Basic QuickDraw” in this book.To support your application in preparing an offscreen image for display on a screen, Color QuickDraw by default uses the screen’s GDevice record to define the pixel depth and color table for the offscreen graphics world. The GDevice record is described in the chapter “Graphics Devices” in this book.Your application can treat an offscreen graphics world as a virtual screen where your application has complete control over its drawing environment, and on which your application can draw a complex image where the user can’t see the various steps your application must take before completing it. For example, your application can use QuickDraw drawing routines to build a complex color image in an offscreen graphics world; then, after building the image, your application can use CopyBits to copy it quickly to the screen. This prevents the choppiness that could occur if your application were to construct the image directly in a color graphics port on the screen.About Offscreen Graphics WorldsAn offscreen graphics world is defined by a private data structure that, in Color QuickDraw, contains a CGrafPort record and its handles to associated PixMap and ColorTable records. The offscreen graphics world also contains a reference to a GDevice record and other state information. On computers lacking Color QuickDraw, GWorldPtr points to an extension of the GrafPort record. An offscreen graphics world for a basic QuickDraw system does not contain a reference to a GDevice record, but it does support a special type of 1-bit pixel map. When your application uses the NewGWorld function to create an offscreen world, NewGWorld returns a pointer of type GWorldPtr, which your application uses to refer to the offscreen graphics world. This pointer is defined as follows: TYPE GWorldPtr = CGrafPtr;Offscreen graphics worlds have two primary purposes.n    They prevent any other application or desk accessory from changing your drawing environment while your application is creating an image. An offscreen graphics world that you create cannot be modified by any other application. n    They increase onscreen drawing speed and visual smoothness. For example, suppose your application draws multiple graphics objects in a window, and then needs to update part of that window. If your image is very complex, your application can copy it from an offscreen graphics world onto the screen faster than it can repeat all of the steps necessary to redraw the image onscreen. At the same time, your application avoids the choppy visual effect that arises from drawing a large number of separate objects. The term offscreen graphics world implies that you prepare an image on the global coordinate plane somewhere outside the boundary rectangles for the user’s screens. While this is possible, you more typically use the coordinates of the port rectangle for an onscreen window when preparing your “offscreen” image; until you copy the image to the onscreen window, the image in the offscreen graphics world is drawn into a part of memory not used by the video device and therefore remains hidden from the user.Using Offscreen Graphics WorldsTo use an offscreen graphics world, you generallyn    use the NewGWorld function to create an offscreen graphics worldn    use the GetGWorld procedure to save the onscreen graphics port for the active windown    use the SetGWorld procedure to make the offscreen graphics world the current graphics portn    use the LockPixels function to prevent the base address for the offscreen pixel image from moving while you draw into it or copy from itn    use the EraseRect procedure to initialize the offscreen pixel imagen    use the basic QuickDraw and Color QuickDraw routines described elsewhere in this book to draw into the offscreen graphics worldn    use the SetGWorld procedure to restore the active window as the current graphics portn    use the CopyBits procedure to copy the image from the offscreen graphics world into the active windown    use the UnlockPixels procedure to allow the Memory Manager to move the base address for the offscreen pixel imagen    use the DisposeGWorld procedure to dispose of all the memory allocated for an offscreen graphics world when you no longer need its offscreen pixel imageIf you want to use the CopyMask or CopyDeepMask procedure, you can create another offscreen graphics world and draw your mask into that offscreen world.These tasks are explained in greater detail in the rest of this chapter.Before using the routines described in this chapter, you must use the InitGraf procedure, described in the chapter “Basic QuickDraw,” to initialize QuickDraw. You should also ensure the availability of these routines by checking for the existence of System 7 or Color QuickDraw. You can make sure that offscreen graphics world routines are available on any computer—including one supporting only basic QuickDraw—by using the Gestalt function with the gestaltSystemVersion selector. Test the low-order word in the response parameter; if the value is $0700 or greater, then offscreen graphics worlds are supported.You can also test for offscreen graphics world support by using the Gestalt function with the gestaltQuickDrawVersion selector. If the value returned in the response parameter is equal to or greater than the value of the constant gestalt32BitQD, then the system supports both Color QuickDraw and offscreen graphics worlds.You can use the Gestalt function with the gestaltQuickDrawVersion selector to determine whether the user’s system supports offscreen color pixel maps. If the bit indicated by the gestaltHasDeepGWorlds constant is set in the response parameter, then offscreen color pixel maps are available.For more information about the Gestalt function, see the chapter “Gestalt Manager” in Inside Macintosh: Operating System Utilities.Creating an Offscreen Graphics WorldYou create an offscreen graphics world with the NewGWorld function. It creates a new offscreen graphics port, a new offscreen pixel map, and (on computers that support Color QuickDraw) either a new offscreen GDevice record or a link to an existing one. It returns a data structure of type GWorldPtr by which your application refers to your new offscreen graphics world. Listing 6-1 illustrates how to create an offscreen graphics world.Listing 6-1    Using a single offscreen graphics world and the CopyBits procedurePROCEDURE MyPaintRectsThruGWorld (wp: WindowPtr);    VAR        origPort:                                GrafPtr;        origDev:                                GDHandle;        myErr:                                QDErr;        myOffGWorld:                                GWorldPtr;        offPixMapHandle:                                PixMapHandle;        good:                                Boolean;        sourceRect, destRect:                                 Rect;BEGIN    GetGWorld(origPort, origDev);                                                    {save window's graphics port}    myErr := NewGWorld(myOffGWorld, 0,                                                     {create offscreen graphics world, }                            wp^.portRect,                            { using window's port rectangle}                            NIL, NIL, []);    IF (myOffGWorld = NIL) OR (myErr <> noErr) THEN        ; {handle error here}    SetGWorld(myOffGWorld, NIL);                                        {make offscreen world the current port}    offPixMapHandle := GetGWorldPixMap(myOffGWorld);                                                                    {get handle to }    good := LockPixels(offPixMapHandle);                                             { offscreen pixel image and lock it}    IF NOT good THEN        ; {handle error here}    EraseRect(myOffGWorld^.portRect);                                                        {initialize its pixel image}    MyPaintAndFillColorRects; {paint a blue rectangle, fill a green rectangle}    SetGWorld(origPort, origDev);                                                    {make window the current port}        {next, for CopyBits, create source and destination rectangles that }        { exclude scroll bar areas}    sourceRect := myOffGWorld^.portRect;                                                    {use offscreen portRect for source}    sourceRect.bottom := myOffGWorld^.portRect.bottom - 15;    sourceRect.right := myOffGWorld^.portRect.right - 15;    destRect := wp^.portRect;                                            {use window portRect for destination}    destRect.bottom := wp^.portRect.bottom - 15;    destRect.right := wp^.portRect.right - 15;        {next, use CopyBits to transfer the offscreen image to the window}    CopyBits(GrafPtr(myOffGWorld)^.portBits,                                                        {coerce graphics world's }                                                            { PixMap to a BitMap}                GrafPtr(wp)^.portBits,                                     {coerce window's PixMap to a BitMap}                sourceRect, destRect, srcCopy, NIL);    IF QDError <> noErr THEN        ; {likely error is that there is insufficient memory}    UnlockPixels(offPixMapHandle);                                                    {unlock the pixel image}    DisposeGWorld(myOffGWorld);                                                    {dispose of offscreen world}END;When you use NewGWorld, you can specify a pixel depth, a boundary rectangle (which also becomes the port rectangle), a color table, a GDevice record, and option flags for memory allocation for the offscreen graphics world. Typically, however, you pass 0 as the pixel depth, a window’s port rectangle as the offscreen world’s boundary rectangle, NIL for both the color table and GDevice record, and an empty set ([ ]) in your Pascal code or 0 in your C code for the option flags. This provides your application with the default behavior of NewGWorld, and it supports computers running only basic QuickDraw. This also allows QuickDraw to optimize the CopyBits, CopyMask, and CopyDeepMask procedures when your application copies the image you create in an offscreen graphics world into the window’s port rectangle.When creating an offscreen graphics world, if you specify 0 as the pixel depth, the port rectangle for a window as the boundary rectangle, and no option flags, the NewGWorld functionn    uses the pixel depth of the screen with the greatest pixel depth from among all screens intersected by the windown    aligns the pixel image to the screen for optimum performance for the CopyBits proceduren    uses the color table and GDevice record for the screen with the greatest pixel depth from among all screens intersected by the windown    allocates an unpurgeable base address for the offscreen pixel image in your application heapn    allows graphics accelerators to cache the offscreen pixel imageThe application-defined routine MyPaintRectsThruGWorld in Listing 6-1, for example, specifies the default behavior for NewGWorld. The MyPaintRectsThruGWorld routine dereferences the window pointer passed in the wp parameter to obtain a window’s port rectangle, which MyPaintRectsThruGWorld passes to NewGWorld as the boundary and port rectangle for the offscreen graphics world.Setting the Graphics Port for an Offscreen Graphics WorldBefore drawing into the offscreen graphics port created in Listing 6-1 on page 6-5, MyPaintRectsThruGWorld saves the graphics port for the front window by calling the GetGWorld procedure, which saves the current graphics port and its GDevice record. Then MyPaintRectsThruGWorld makes the offscreen graphics world the current port by calling the SetGWorld procedure. After drawing into the offscreen graphics world, MyPaintRectsThruGWorld also uses SetGWorld to restore the active window as the current graphics port.Instead of using the GetPort and SetPort procedures for saving and restoring offscreen graphics worlds, you must use GetGWorld and SetGWorld; you can also use GetGWorld and SetGWorld for saving and restoring color and basic graphics ports.Drawing Into an Offscreen Graphics WorldYou must call the LockPixels function before drawing to or copying from an offscreen graphics world. The LockPixels function prevents the base address for an offscreen pixel image from being moved while you draw into it or copy from it. If the base address for an offscreen pixel image hasn’t been purged by the Memory Manager or if its base address is not purgeable, LockPixels returns TRUE as its function result, and your application can draw into or copy from the offscreen pixel image. However, if the base address for an offscreen pixel image has been purged, LockPixels returns FALSE to indicate that you cannot draw into it or copy from it. (At that point, your application should either call the UpdateGWorld function to reallocate the offscreen pixel image and then reconstruct it, or draw directly into an onscreen graphics port.)After setting the offscreen graphics world to the current graphics port, MyPaintRectsThruGWorld in Listing 6-1 on page 6-5 uses the GetGWorldPixMap function to get a handle to an offscreen pixel map. Passing this handle to the LockPixels function, MyPaintRectsThruGWorld locks the memory for the offscreen pixel image in preparation for drawing into its pixel map.IMPORTANTOn a system running only basic QuickDraw, the GetGWorldPixMap function returns the handle to a 1-bit pixel map that your application can supply as a parameter to LockPixels and the other routines related to offscreen graphics worlds that are described in this chapter. On a basic QuickDraw system, however, your application should not supply this handle to Color QuickDraw routines.sThe MyPaintRectsThruGWorld routine initializes the offscreen pixel image to all white by calling the EraseRect procedure, which is described in the chapter “Basic QuickDraw.” The MyPaintRectsThruGWorld routine then calls another application-defined routine, MyPaintAndFillColorRects, to draw color rectangles into the pixel map for the offscreen graphics world.IMPORTANTIMPORTANTYou cannot dereference the GWorldPtr data structure to get to the pixel map. The baseAddr field of the PixMap record for an offscreen graphics world contains a handle instead of a pointer, which is what the baseAddr field for an onscreen pixel map contains. You must use the GetPixBaseAddr function (described on page 6-38) to obtain a pointer to the PixMap record for an offscreen graphics world.sCopying an Offscreen Image Into a WindowAfter preparing an image in the offscreen graphics world, your application must use SetGWorld to restore the active window as the current graphics port, as illustrated in Listing 6-1 on page 6-5.To copy the image from an offscreen graphics world into a window, use the CopyBits procedure. Specify the offscreen graphics world as the source image for CopyBits, and specify the window as its destination. When using CopyBits, you must coerce the offscreen graphics world’s GWorldPtr data type to a data structure of type GrafPtr. Similarly, whenever a color graphics port is your destination, you must coerce the window’s CGrafPtr data type to a data structure of type GrafPtr. (The CopyBits procedure is described in the chapter “QuickDraw Drawing.”)As long as you’re drawing into an offscreen graphics world or copying the image out of it, you must leave its pixel image locked. When you are finished drawing into and copying from an offscreen graphics world, use the UnlockPixels procedure. To help prevent heap fragmentation, the UnlockPixels procedure allows the Memory Manager to move the base address for the offscreen pixel image. (For more information about Macintosh memory management, see Inside Macintosh: Memory.)Finally, call the DisposeGWorld procedure when your application no longer needs the pixel image associated with this offscreen graphics world, as illustrated in Listing 6-1.Updating an Offscreen Graphics WorldWhen the user resizes or moves a window, changes the pixel depth of a screen that a window intersects, or modifies a color table, you can use the UpdateGWorld function to reflect the user’s choices in the offscreen graphics world. The UpdateGWorld function, described on page 6-23, allows you to change the pixel depth, boundary rectangle, or color table for an existing offscreen graphics world without recreating it and redrawing its contents. You should also call UpdateGWorld after every update event.Calling UpdateGWorld and then CopyBits when the user makes these changes helps your application get the maximum refresh speed when updating the window. See the chapters “Event Manager” and “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials for more information about handling update events in windows and about resizing windows. Creating a Mask and a Source Image in Offscreen Graphics WorldsWhen you use the CopyMask or CopyDeepMask procedure (described in the chapter “QuickDraw Drawing”), you can create the source image and its mask in separate offscreen graphics worlds. Plates 3 and 4 at the front of this book illustrate how to use CopyMask in this way. The source image in Plate 3 consists of graduated gray stripes; this image is created in an offscreen graphics world. The mask in Plate 3 consists of a black rectangle alongside a red rectangle; this mask is created in a separate graphics world that shares the same coordinates as the source image.When the CopyMask procedure copies the grayscale image through this mask, the result is the untitled window illustrated in the bottom half of Plate 3. The black pixels in the mask cause CopyMask to copy directly into the window those pixels from the source image that are masked by the black rectangle. The red pixels in the mask cause CopyMask to alter most of the source pixels masked by the red rectangle when copying them. That is, the source pixels that are completely black are changed to the mask’s red when copied into the window. The source pixels that are completely white are left unaltered when copied into the window. The source pixels that are between black and white are given a graduated amount of the mask’s red.Listing 6-2 shows the code that produces the window shown in Plate 3. Listing 6-2    Using two offscreen graphics worlds and the CopyMask procedurePROCEDURE MyCopyBlackAndRedMasks (wp: WindowPtr);    VAR        origPort:                                                GrafPtr;        origDevice:                                                 GDHandle;        myErr:                                                 QDErr;        myOffScreen1, myOffScreen2:                                                 GWorldPtr;        theColor:                                                 RGBColor;        i:                                                 Integer;        offPixMapHandle1, offPixMapHandle2:                                                PixMapHandle;        good:                                                 Boolean;        myRect:                                                 Rect;BEGIN    GetGWorld(origPort, origDevice);                                                    {save window's graphics port}                                {create an offscreen world for building an image}    myErr := NewGWorld(myOffScreen1, 0, wp^.portRect, NIL, NIL, []);    IF (myOffScreen1 = NIL) OR (myErr <> noErr) THEN        ; {handle error here}                                {create another offscreen world for building a mask}    myErr := NewGWorld(myOffScreen2, 0, wp^.portRect, NIL, NIL, []);    IF (myOffScreen2 = NIL) OR (myErr <> noErr) THEN        ; {handle error here}    SetGWorld(myOffScreen1, NIL);                                     {make first offscreen world the }                                            { current port}    offPixMapHandle1 := GetGWorldPixMap(myOffScreen1);    good := LockPixels(offPixMapHandle1);                                                    {lock its pixel image}    IF NOT good THEN        ; {handle error here}    EraseRect(myOffScreen1^.portRect);                                                    {initialize its pixel image}    FOR i := 0 TO 9 DO                                {draw graduated grayscale stripes for the image}        BEGIN            theColor.red := i * 7168;             theColor.green := i * 7168;             theColor.blue := i * 7168;            RGBForeColor(theColor);            SetRect(myRect, myOffScreen1^.portRect.left, i * 10,                      myOffScreen1^.portRect.right, i * 10 + 10);            PaintRect(myRect);        END;    SetGWorld(myOffScreen2, NIL);                                        {make second offscreen world the }                                            { current port}    offPixMapHandle2 := GetGWorldPixMap(myOffScreen2);    good := LockPixels(offPixMapHandle2);                                                    {lock its pixel image}    IF NOT good THEN        ; {handle error here}    EraseRect(myOffScreen2^.portRect);                                                    {initialize its pixel image}    SetRect(myRect, 20, 20, 80, 80);    PaintRect(myRect);                            {paint a black rectangle in the mask}    SetRect(myRect, 100, 20, 160, 80);    theColor.red := $FFFF;  theColor.green := $0000; theColor.blue := $0000;    RGBForeColor(theColor);    PaintRect(myRect);                            {paint a red rectangle in the mask}    SetGWorld(wp, GetMainDevice);                                        {make window the current port}    EraseRect(wp^.portRect);                                        {erase the window before using CopyMask}    CopyMask(GrafPtr(myOffScreen1)^.portBits,                                                        {use gray image as source}                GrafPtr(myOffScreen2)^.portBits,                                            {use 2-rectangle image as mask}                GrafPtr(wp)^.portBits,                                             {use window as destination}                myOffScreen1^.portRect,                 myOffScreen2^.portRect,                 wp^.portRect);    UnlockPixels(offPixMapHandle1);  UnlockPixels(offPixMapHandle2);    DisposeGWorld(myOffScreen1);  DisposeGWorld(myOffScreen2);    SetGWorld(origPort, origDevice);                                                {restore original graphics port}END;Offscreen Graphics Worlds ReferenceThis section describes the data structures and routines that your application can use to create and manage offscreen graphics worlds. “Data Structures” shows the Pascal data structures for the GWorldPtr and GWorldFlags data types. “Routines” describes routines for creating, altering, and disposing of offscreen graphics worlds; for saving and restoring offscreen graphics worlds; and for managing an offscreen graphics world’s pixel map.Data StructuresThis section shows the Pascal data structures for the GWorldPtr and GWorldFlags data types. Your application uses pointers of type GWorldPtr to refer to the offscreen graphics worlds it creates. Several routines in this chapter expect or return values defined by the GWorldFlags data type.GWorldPtrAn offscreen graphics world in Color QuickDraw contains a CGrafPort record—and its handles to associated PixMap and ColorTable records—that describes an offscreen graphics port and contains references to a GDevice record and other state information. The actual data structure for an offscreen graphics world is kept private to allow for future extensions. However, when your application uses the NewGWorld function to create an offscreen world, NewGWorld returns a pointer of type GWorldPtr by which your application refers to the offscreen graphics world. This pointer is defined as follows: TYPE GWorldPtr = CGrafPtr;On computers lacking Color QuickDraw, GWorldPtr points to an extension of the GrafPort record. GWorldFlagsSeveral routines in this chapter expect or return values defined by the GWorldFlags data type, which is defined as follows:TYPE GWorldFlags = SET OF (    pixPurge,                        {specify to NewGWorld to make base address }                             { for offscreen pixel image purgeable}    noNewDevice,                        {specify to NewGWorld to not create a new }                            { GDevice record for offscreen world}    useTempMem,                        {specify to NewGWorld to create base }                            { address for offscreen pixel image in }                            { temporary memory}    keepLocal,                        {specify to NewGWorld to keep offscreen }                            { pixel image in main memory}    gWorldFlag4,                        {reserved}    gWorldFlag5,                        {reserved}    pixelsPurgeable,                        {returned by GetPixelsState to indicate }                            { that base address for offscreen pixel }                            { image is purgeable; specify to }                            { SetPixelsState to make base address for }                            { pixel image purgeable}    pixelsLocked,                        {returned by GetPixelsState to indicate }                            { that base address for offscreen pixel }                            { image is locked; specify to }                            { SetPixelsState to lock base address for }                            { offscreen pixel image}    gWorldFlag8,                        {reserved}    gWorldFlag9,                        {reserved}    gWorldFlag10,                        {reserved}    gWorldFlag11,                        {reserved}    gWorldFlag12,                        {reserved}    gWorldFlag13,                        {reserved}    gWorldFlag14,                        {reserved}    gWorldFlag15,                        {reserved}    mapPix,                        {returned by UpdateGWorld if it remapped }                            { colors to a new color table}    newDepth,                        {returned by UpdateGWorld if it translated }                            { pixel map to a different pixel depth}    alignPix,                        {returned by UpdateGWorld if it realigned }                            { pixel image to onscreen window}    newRowBytes,                        {returned by UpdateGWorld if it changed }                             { rowBytes field of PixMap record}    reallocPix,                        {returned by UpdateGWorld if it reallocated }                            { base address for offscreen pixel image}    gWorldFlag21,                        {reserved}    gWorldFlag22,                        {reserved}    gWorldFlag23,                        {reserved}    gWorldFlag24,                        {reserved}    gWorldFlag25,                        {reserved}    gWorldFlag26,                        {reserved}    gWorldFlag27,                        {reserved}    clipPix,                        {specify to UpdateGWorld to update and clip }                            { pixel image}    stretchPix,                        {specify to UpdateGWorld to update and }                            { stretch or shrink pixel image}    ditherPix,                        {specify to UpdateGWorld to dither pixel }                            { image}    gwFlagErr,                        {returned by UpdateGWorld if it failed});Field descriptionspixPurge    If you specify this flag for the flags parameter of the NewGWorld function, NewGWorld (described on page 6-16) makes the base address for the offscreen pixel image purgeable.noNewDevice    If you specify this flag for the flags parameter of the NewGWorld function, NewGWorld does not create a new offscreen GDevice record; instead, NewGWorld uses either the GDevice record you specify or the GDevice record for a video card on the user’s system.useTempMem    If you specify this in the flags parameter of the NewGWorld function, NewGWorld creates the base address for an offscreen pixel image in temporary memory. You generally should not use this flag. You should use temporary memory only for fleeting purposes and only with the AllowPurgePixels procedure (described on page 6-34) so that other applications can launch.keepLocal    If you specify this in the flags parameter of the NewGWorld function, NewGWorld creates a pixel image in Macintosh main memory where it cannot be cached to a graphics accelerator card.gWorldFlag4    Reserved.gWorldFlag5    Reserved.pixelsPurgeable    If you specify this in the state parameter of the SetPixelsState procedure (described on page 6-37), SetPixelsState makes the base address for an offscreen pixel map purgeable. If you use the SetPixelsState procedure without passing it this flag, then SetPixelsState makes the base address for an offscreen pixel map unpurgeable. If the GetPixelsState function (described on page 6-36) returns this flag, then the base address for an offscreen pixel is purgeable.pixelsLocked    If you specify this flag for the state parameter of the SetPixelsState procedure, SetPixelsState locks the base address for an offscreen pixel image. If you use the SetPixelsState procedure without passing it this flag, then SetPixelsState unlocks the offscreen pixel image. If the GetPixelsState function returns this flag, then the base address for an offscreen pixel is locked.gWorldFlag8    Reserved.gWorldFlag9    Reserved.gWorldFlag10    Reserved.gWorldFlag11    Reserved.gWorldFlag12    Reserved.gWorldFlag13    Reserved.gWorldFlag14    Reserved.gWorldFlag15    Reserved.mapPix    If the UpdateGWorld function (described on page 6-23) returns this flag, then it remapped the colors in the offscreen pixel map to a new color table. newDepth    If the UpdateGWorld function returns this flag, then it translated the offscreen pixel map to a different pixel depth. alignPix    If the UpdateGWorld function returns this flag, then it realigned the offscreen pixel image to an onscreen window. newRowBytes    If the UpdateGWorld function returns this flag, then it changed the rowBytes field of the PixMap record for the offscreen graphics world. reallocPix    If the UpdateGWorld function returns this flag, then it reallocated the base address for the offscreen pixel image. Your application should then reconstruct the pixel image or draw directly in a window instead of preparing the image in an offscreen graphics world.gWorldFlag21    Reserved.gWorldFlag22    Reserved.gWorldFlag23    Reserved.gWorldFlag24    Reserved.gWorldFlag25    Reserved.gWorldFlag26    Reserved.gWorldFlag27    Reserved.clipPix    If the UpdateGWorld function returns this flag, then it clipped the pixel image. stretchPix    If the UpdateGWorld function returns this flag, then it stretched or shrank the offscreen image.ditherPix    If the UpdateGWorld function returns this flag, then it dithered the offscreen image.gwFlagErr    If the UpdateGWorld function returns this flag, then it was unsuccessful and the offscreen graphics world was left unchanged.RoutinesThis section describes routines for creating, altering, and disposing of offscreen graphics worlds; for saving and restoring offscreen graphics worlds; and for managing an offscreen graphics world’s pixel map.Creating, Altering, and Disposing of Offscreen Graphics WorldsTo create an offscreen graphics world, use the NewGWorld function. The NewGWorld function uses the NewScreenBuffer function to create and allocate memory for an offscreen pixel image; your application generally won’t need to use NewScreenBuffer, but it is described here for completeness. The NewGWorld function similarly uses the NewTempScreenBuffer function to create and allocate temporary memory for an offscreen pixel image.To change the pixel depth, boundary rectangle, or color table for an existing offscreen graphics world, use the UpdateGWorld function. When you no longer need the pixel image associated with this offscreen graphics world, use the DisposeGWorld procedure to dispose of all the memory allocated for the offscreen graphics world. The DisposeGWorld procedure uses the DisposeScreenBuffer procedure when disposing of an offscreen graphics world; generally, your application won’t need to use DisposeScreenBuffer.NoteBefore drawing into an offscreen graphics world, be sure to use the SetGWorld procedure (described on page 6-29) to make that offscreen world the current graphics port. In addition, before drawing into—or copying from—an offscreen pixel map, be sure to use the LockPixels function, which is described on page 6-32.uNewGWorldUse the NewGWorld function to create an offscreen graphics world. FUNCTION NewGWorld (VAR offscreenGWorld: GWorldPtr;                           pixelDepth: Integer; boundsRect: Rect;                           cTable: CTabHandle; aGDevice: GDHandle;                           flags: GWorldFlags): QDErr;offscreenGWorldA pointer to the offscreen graphics world created by this routine.pixelDepthThe pixel depth of the offscreen world; possible depths are 1, 2, 4, 8, 16, and 32 bits per pixel. If you specify 0 in this parameter, you get the default behavior for the NewGWorld function—that is, it uses the pixel depth of the screen with the greatest pixel depth from among all screens whose boundary rectangles intersect the rectangle that you specify in the boundsRect parameter. If you specify 0 in this parameter, NewGWorld also uses the GDevice record from this device instead of creating a new GDevice record for the offscreen world. If you use NewGWorld on a computer that supports only basic QuickDraw, you may specify only 0 or 1 in this parameter.boundsRectThe boundary rectangle and port rectangle for the offscreen pixel map. This becomes the boundary rectangle for the GDevice record, if NewGWorld creates one. If you specify 0 in the pixelDepth parameter, NewGWorld interprets the boundaries in global coordinates that it uses to determine which screens intersect the rectangle. (NewGWorld then uses the pixel depth, color table, and GDevice record from the screen with the greatest pixel depth from among all screens whose boundary rectangles intersect this rectangle.) Typically, your application supplies this parameter with the port rectangle for the onscreen window into which your application will copy the pixel image from this offscreen world.cTable    A handle to a ColorTable record. If you pass NIL in this parameter, NewGWorld uses the default color table for the pixel depth that you specify in the pixelDepth parameter. If you set the pixelDepth parameter to 0, NewGWorld ignores the cTable parameter and instead copies and uses the color table of the graphics device with the greatest pixel depth among all graphics devices whose boundary rectangles intersect the rectangle that you specify in the boundsRect parameter. If you use NewGWorld on a computer that supports only basic QuickDraw, you may specify only NIL in this parameter.aGDevice    A handle to a GDevice record that is used only when you specify the noNewDevice flag in the flags parameter, in which case NewGWorld attaches this GDevice record to the new offscreen graphics world. If you set the pixelDepth parameter to 0, or if you do not set the noNewDevice flag, NewGWorld ignores the aGDevice parameter, so you should set it to NIL. If you set the pixelDepth parameter to 0, NewGWorld uses the GDevice record for the graphics device with the greatest pixel depth among all graphics devices whose boundary rectangles intersect the rectangle that you specify in the boundsRect parameter. You should pass NIL in this parameter if the computer supports only basic QuickDraw. Generally, your application should never create GDevice records for offscreen graphics worlds.flags    Options available to your application. You can set a combination of the flags pixPurge, noNewDevice, useTempMem, and keepLocal. If you don’t wish to use any of these flags, pass the empty set ([ ]) in your Pascal code or 0 in your C code in this parameter, in which case you get the default behavior for NewGWorld—that is, it creates an offscreen graphics world where the base address for the offscreen pixel image is unpurgeable, it uses an existing GDevice record (if you pass 0 in the depth parameter) or creates a new GDevice record, it uses memory in your application heap, and it allows graphics accelerators to cache the offscreen pixel image. The available flags are described here:TYPE GWorldFlags = SET OF (                    {flags for only NewGWorld are listed here} pixPurge,                    {make base address for offscreen pixel }                    { image purgeable} noNewDevice,                    {do not create an offscreen GDevice }                    { record} useTempMem,                    {create base address for offscreen pixel }                    { image in temporary memory} keepLocal,                    {keep offscreen pixel image in main }                    { memory where it cannot be cached to }                    { a graphics accelerator card});DESCRIPTIONThe NewGWorld function creates an offscreen graphics world with the pixel depth you specify in the pixelDepth parameter, the boundary rectangle you specify in the boundsRect parameter, the color table you specify in the cTable parameter, and the options you specify in the flags parameter. The NewGWorld function returns a pointer to the new offscreen graphics world in the offscreenGWorld parameter. You use this pointer when referring to this new offscreen world in other routines described in this chapter.Typically, you pass 0 in the pixelDepth parameter, a window’s port rectangle in the boundsRect parameter, NIL in the cTable and aGDevice parameters, and—in the flags parameter—an empty set ([ ]) for Pascal code or 0 for C code. This provides your application with the default behavior of NewGWorld, and it supports computers running basic QuickDraw. This also allows QuickDraw to optimize the CopyBits, CopyMask, and CopyDeepMask procedures when your application copies the image in an offscreen graphics world into an onscreen graphics port.The NewGWorld function allocates memory for an offscreen graphics port and its pixel map. On computers that support only basic QuickDraw, NewGWorld creates a 1-bit pixel map that your application can manipulate using other relevant routines described in this chapter. Your application can copy this 1-bit pixel map into basic graphics ports.Unless you specify 0 in the pixelDepth parameter—or pass the noNewDevice flag in the flags parameter and supply a GDevice record in the aGDevice parameter—NewGWorld also allocates a new offscreen GDevice record. When creating an image, your application can use the NewGWorld function to create an offscreen graphics world that is optimized for an image’s characteristics—for example, its best pixel depth. After creating the image, your application can then use the CopyBits, CopyMask, or CopyDeepMask procedure to copy that image to an onscreen graphics port. Color QuickDraw automatically renders the image at the best available pixel depth for the screen. Creating an image in an offscreen graphics port and then copying it to the screen in this way prevents the visual choppiness that would otherwise occur if your application were to build a complex image directly onscreen.The NewGWorld function initializes the offscreen graphics port by calling the OpenCPort function. The NewGWorld function sets the offscreen graphics port’s visible region to a rectangular region coincident with its boundary rectangle. The NewGWorld function generates an inverse table with the Color Manager procedure MakeITable, unless one of the GDevice records for the screens has the same color table as the GDevice record for the offscreen world, in which case NewGWorld uses the inverse table from that GDevice record.The address of the offscreen pixel image is not directly accessible from the PixMap record for the offscreen graphics world. However, you can use the GetPixBaseAddr function (described on page 6-38) to get a pointer to the beginning of the offscreen pixel image. For purposes of estimating memory use, you can compute the size of the offscreen pixel image by using this formula:rowBytes * (boundsRect.bottom – boundsRect.top)In the flags parameter, you can specify several options that are defined by the GWorldFlags data type. If you don’t wish to use any of these options, pass an empty set ([ ]) in the flags parameter for Pascal code or pass 0 here for C code.n    If you specify the pixPurge flag, NewGWorld stores the offscreen pixel image in a purgeable block of memory. In this case, before drawing to or from the offscreen pixel image, your application should call the LockPixels function (described on page 6-32) and ensure that it returns TRUE. If LockPixels returns FALSE, the memory for the pixel image has been purged, and your application should either call UpdateGWorld to reallocate it and then reconstruct the pixel image, or draw directly in a window instead of preparing the image in an offscreen graphics world. Never draw to or copy from an offscreen pixel image that has been purged without reallocating its memory and then reconstructing it.n    If you specify the noNewDevice flag, NewGWorld does not create a new offscreen GDevice record. Instead, it uses the GDevice record that you specify in the aGDevice parameter—and its associated pixel depth and color table—to create the offscreen graphics world. (If you set the pixelDepth parameter to 0, NewGWorld uses the GDevice record for the screen with the greatest pixel depth among all screens whose boundary rectangles intersect the rectangle that you specify in the boundsRect parameter—even if you specify the noNewDevice flag.) The NewGWorld function keeps a reference to the GDevice record for the offscreen graphics world, and the SetGWorld procedure (described on page 6-29) uses that record to set the current graphics device. n    If you set the useTempMem flag, NewGWorld creates the base address for an offscreen pixel image in temporary memory. You generally would not use this flag, because you should use temporary memory only for fleeting purposes and only with the AllowPurgePixels procedure (described on page 6-34).n    If you specify the keepLocal flag, your offscreen pixel image is kept in Macintosh main memory and is not cached to a graphics accelerator card. Use this flag carefully, as it negates the advantages provided by any graphics acceleration card that might be present.As its function result, NewGWorld returns one of three result codes.SPECIAL CONSIDERATIONSIf you supply a handle to a ColorTable record in the cTable parameter, NewGWorld makes a copy of the record and stores its handle in the offscreen PixMap record. It is your application’s responsibility to make sure that the ColorTable record you specify in the cTable parameter is valid for the offscreen graphics port’s pixel depth. If when using NewGWorld you specify a pixel depth, color table, or GDevice record that differs from those used by the window into which you copy your offscreen image, the CopyBits, CopyMask, and CopyDeepMask procedures require extra time to complete.To use a custom color table in an offscreen graphics world, you need to create the associated offscreen GDevice record, because Color QuickDraw needs its inverse table. The NewGWorld function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the NewGWorld function areTrap macro    Selector    _QDExtensions    $00160000    RESULT CODESnoErr    0    No error    paramErr    –50    Illegal parameter    cDepthErr    –157    Invalid pixel depth    SEE ALSOListing 6-1 on page 6-5 and Listing 6-2 on page 6-10 illustrate how to use NewGWorld to create offscreen graphics worlds.If your application needs to change the pixel depth, boundary rectangle, or color table for an offscreen graphics world, use the UpdateGWorld function, described on page 6-23.NewScreenBufferThe NewGWorld function uses the NewScreenBuffer function to create an offscreen PixMap record and allocate memory for the base address of its pixel image; applications generally don’t need to use NewScreenBuffer. FUNCTION NewScreenBuffer (globalRect: Rect;                                   purgeable: Boolean; VAR gdh: GDHandle;                                   VAR offscreenPixMap: PixMapHandle):                                   QDErr;globalRect    The boundary rectangle, in global coordinates, for the offscreen pixel map.purgeable    A value of TRUE to make the memory block for the offscreen pixel map purgeable, or a value of FALSE to make it unpurgeable.gdh    The handle to the GDevice record for the graphics device with the greatest pixel depth among all graphics devices whose boundary rectangles intersect the rectangle specified in the globalRect parameter.offscreenPixMapA handle to the new offscreen PixMap record.DESCRIPTIONThe NewScreenBuffer function creates a new offscreen PixMap record, using the pixel depth and color table of the device whose GDevice record is returned in the gdh parameter. The NewScreenBuffer function returns a handle to the new offscreen pixel map in the offscreenPixMap parameter.As its function result, NewScreenBuffer returns one of three result codes.SPECIAL CONSIDERATIONSThe NewScreenBuffer function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the NewScreenBuffer function areTrap macro    Selector    _QDExtensions    $000E0010    RESULT CODESnoErr    0    No error    paramErr    –50    Illegal parameter    cNoMemErr    –152    Failed to allocate memory for structures    NewTempScreenBufferThe NewGWorld function uses the NewTempScreenBuffer function to create an offscreen PixMap record and allocate temporary memory for the base address of its pixel image; applications generally don’t need to use NewTempScreenBuffer.FUNCTION NewTempScreenBuffer (globalRect: Rect;                                       purgeable: Boolean;                                       VAR gdh: GDHandle;                                       VAR offscreenPixMap: PixMapHandle):                                      QDErr;globalRect    The boundary rectangle, in global coordinates, for the offscreen pixel map.purgeable    A value of TRUE to make the memory block for the offscreen pixel map purgeable, or a value of FALSE to make it unpurgeable.gdh    The handle to the GDevice record for the graphics device with the greatest pixel depth among all graphics devices whose boundary rectangles intersect the rectangle specified in the globalRect parameter.offscreenPixMapA handle to the new offscreen PixMap record.DESCRIPTIONThe NewTempScreenBuffer function performs the same functions as NewScreenBuffer except that it creates the base address for the offscreen pixel image in temporary memory. When an application passes it the useTempMem flag, the NewGWorld function uses NewTempScreenBuffer instead of NewScreenBuffer.SPECIAL CONSIDERATIONSThe NewTempScreenBuffer function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the NewTempScreenBuffer function areTrap macro    Selector    _QDExtensions    $000E0015    UpdateGWorldTo change the pixel depth, boundary rectangle, or color table for an existing offscreen graphics world, use the UpdateGWorld function. You should call UpdateGWorld after every update event and whenever your windows move or change size.FUNCTION UpdateGWorld (VAR offscreenGWorld: GWorldPtr;                               pixelDepth: Integer; boundsRect: Rect;                               cTable: CTabHandle; aGDevice: GDHandle;                               flags: GWorldFlags): GWorldFlags;offscreenGWorldOn input, a pointer to an existing offscreen graphics world; upon completion, the pointer to the updated offscreen graphics world.pixelDepthThe pixel depth of the offscreen world; possible depths are 1, 2, 4, 8, 16, and 32 bits per pixel. If you specify 0 in this parameter, UpdateGWorld rescans the device list and uses the depth of the screen with the greatest pixel depth among all screens whose boundary rectangles intersect the rectangle that you specify in the boundsRect parameter. If you specify 0 in this parameter, UpdateGWorld also copies the GDevice record from this device to create an offscreen GDevice record. The UpdateGWorld function ignores the value you supply for this parameter if you specify a GDevice record in the aGDevice parameter.boundsRectThe boundary rectangle and port rectangle for the offscreen pixel map. This also becomes the boundary rectangle for the GDevice record, if NewGWorld creates one. If you specify 0 in the pixelDepth parameter, NewGWorld interprets the boundaries in global coordinates, with which it determines which screens intersect the rectangle. (NewGWorld then uses the pixel depth, color table, and GDevice record from the screen with the greatest pixel depth from among all screens whose boundary rectangles intersect this rectangle.) Typically, your application supplies this parameter with the port rectangle for the onscreen window into which your application will copy the pixel image from this offscreen world.cTable    A handle to a ColorTable record. If you pass NIL in this parameter, UpdateGWorld uses the default color table for the pixel depth that you specify in the pixelDepth parameter; if you set the pixelDepth parameter to 0, UpdateGWorld copies and uses the color table of the graphics device with the greatest pixel depth among all graphics devices whose boundary rectangles intersect the rectangle that you specify in the boundsRect parameter. The UpdateGWorld function ignores the value you supply for this parameter if you specify a GDevice record in the aGDevice parameter.aGDevice    As an option, a handle to a GDevice record whose pixel depth and color table you want to use for the offscreen graphics world. To use the pixel depth and color table that you specify in the pixelDepth and cTable parameters, set this parameter to NIL.flags    Options available to your application. You can set a combination of the flags keepLocal, clipPix, stretchPix, and ditherPix. If you don’t wish to use any of these flags, pass the empty set ([ ]) in this parameter for Pascal code or pass 0 here for C code. However, you should pass either clipPix or stretchPix to ensure that the pixel map is updated to reflect the new color table. The available flags are described here:              TYPE GWorldFlags =               SET OF (                      {flags for UpdateGWorld are listed here}               keepLocal,                      {keep data structures in main memory}               clipPix,                      {update and clip pixel image to new }                                  { boundary rectangle}               stretchPix,                      {update and stretch or shrink pixel }                                  { image to the new boundary rectangle}               ditherPix,                      {include with clipPix or stretchPix }                                  { flag to dither the pixel image}              );DESCRIPTIONThe UpdateGWorld function changes an offscreen graphics world to the specified pixel depth, rectangle, color table, and options that you supply in the pixelDepth, boundsRect, cTable, and flags parameters, respectively. In the offscreenGWorld parameter, pass the pointer returned to your application by the NewGWorld function when you created the offscreen graphics world. If the LockPixels function (described on page 6-32) reports that the Memory Manager has purged the base address for the offscreen pixel image, you can use UpdateGWorld to reallocate its memory. Your application should then reconstruct the pixel image or draw directly in a window instead of preparing the image in an offscreen graphics world.In the flags parameter, you can specify the keepLocal flag, which keeps the offscreen pixel image in Macintosh main memory or returns the image to main memory if it had been previously cached. If you use UpdateGWorld without passing it the keepLocal flag, you allow the offscreen pixel image to be cached on a graphics accelerator card if one is present.As its function result, UpdateGWorld returns the gwFlagErr flag if UpdateGWorld was unsuccessful; in this case, the offscreen graphics world is left unchanged. You can use the QDError function, described in the chapter “Color QuickDraw,” to help you determine why UpdateGWorld failed. If UpdateGWorld is successful, it returns a combination of the following flags, which are defined by the GWorldFlags data type:Flag    Meaning    mapPix    Color QuickDraw remapped the colors to a new color table.    newDepth    Color QuickDraw translated the pixel values in the offscreen pixel image to those for a different pixel depth.    alignPix    QuickDraw realigned the offscreen image to the window.    newRowBytes    QuickDraw changed the value of the rowBytes field in the PixMap record for the offscreen graphics world.    reallocPix    QuickDraw had to reallocate memory for the offscreen pixel image; your application should then reconstruct the pixel image, or draw directly in a window instead of preparing the image in an offscreen graphics world.    clipPix    QuickDraw clipped the pixel image.    stretchPix    QuickDraw stretched or shrank the offscreen image.    ditherPix    Color QuickDraw dithered the offscreen pixel image.    The UpdateGWorld function uses the following algorithm when updating the offscreen pixel image:    1.    If the color table that you specify in the cTable parameter is different from the previous color table, or if the color table associated with the GDevice record that you specify in the aGDevice parameter is different, Color QuickDraw maps the pixel values in the offscreen pixel map to the new color table.    2.    If the value you specify in the pixelDepth parameter differs from the previous pixel depth, Color QuickDraw translates the pixel values in the offscreen pixel image to those for the new pixel depth.    3.    If the rectangle you specify in the boundsRect parameter differs from, but has the same size as, the previous boundary rectangle, QuickDraw realigns the pixel image to the screen for optimum performance for the CopyBits procedure.    4.    If the rectangle you specify in the boundsRect parameter is smaller than the previous boundary rectangle and you specify the clipPix flag, the pixel image is clipped along the bottom and right edges.    5.    If the rectangle you specify in the boundsRect parameter is bigger than the previous boundary rectangle and you specify the clipPix flag, the bottom and right edges of the pixel image are undefined.    6.    If the rectangle you specify in the boundsRect parameter is smaller than the previous boundary rectangle and you specify the stretchPix flag, the pixel image is reduced to the new size.    7.    If the rectangle you specify in the boundsRect parameter is bigger than the previous boundary rectangle and you specify the stretchPix flag, the pixel image is stretched to the new size.    8.    If the Memory Manager purged the base address for the offscreen pixel image, UpdateGWorld reallocates the memory, but the pixel image is lost. You must reconstruct it. SPECIAL CONSIDERATIONSThe UpdateGWorld function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the UpdateGWorld function areTrap macro    Selector    _QDExtensions    $00160003    DisposeGWorldUse the DisposeGWorld procedure to dispose of all the memory allocated for an offscreen graphics world. PROCEDURE DisposeGWorld (offscreenGWorld: GWorldPtr);offscreenGWorldA pointer to an offscreen graphics world.DESCRIPTIONThe DisposeGWorld procedure disposes of all the memory allocated for the offscreen graphics world pointed to in the offscreenGWorld parameter, including its pixel map, color table, pixel image, and GDevice record (if one was created). In the offscreenGWorld parameter, pass the pointer returned to your application by the NewGWorld function when you created the offscreen graphics world.Call DisposeGWorld only when your application no longer needs the pixel image associated with this offscreen graphics world. If this offscreen graphics world was the current device, the current device is reset to the device stored in the global variable MainDevice.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the DisposeGWorld procedure areTrap macro    Selector    _QDExtensions    $00040004     DisposeScreenBufferThe DisposeGWorld procedure uses the DisposeScreenBuffer procedure when disposing of an offscreen graphics world; generally, applications do not need to use DisposeScreenBuffer.PROCEDURE DisposeScreenBuffer (offscreenPixMap: PixMapHandle);offscreenPixMapA handle to an existing offscreen PixMap record.DESCRIPTIONThe DisposeScreenBuffer procedure disposes of the memory allocated for the base address of an offscreen pixel image.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the DisposeScreenBuffer procedure areTrap macro    Selector    _QDExtensions    $00040011     Saving and Restoring Graphics Ports and Offscreen Graphics WorldsTo save the current graphics port (basic, color, or offscreen) and the current GDevice record, use the GetGWorld procedure. To change the current graphics port (basic, color, or offscreen), use the SetGWorld procedure; any drawing your application performs then occurs in this graphics port. You can use the GetGWorldDevice function to obtain a handle to the GDevice record associated with an offscreen graphics world.GetGWorldTo save the current graphics port (basic, color, or offscreen) and the current GDevice record, use the GetGWorld procedure.PROCEDURE GetGWorld (VAR port: CGrafPtr; VAR gdh: GDHandle);port    A pointer to an offscreen graphics world, color graphics port, or basic graphics port, depending on which is the current port.gdh    A handle to the GDevice record for the current device.DESCRIPTIONThe GetGWorld procedure returns a pointer to the current graphics port in the port parameter. This parameter can return values of type GrafPtr, CGrafPtr, or GWorldPtr, depending on whether the current graphics port is a basic graphics port, color graphics port, or offscreen graphics world. The GetGWorld procedure returns a handle to the GDevice record for the current device in the gdh parameter.After using GetGWorld to save a graphics port and a GDevice record, your application can later use the SetGWorld procedure, described next, to restore them.SPECIAL CONSIDERATIONSThe GetGWorld procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the GetGWorld procedure areTrap macro    Selector    _QDExtensions    $00080005    SEE ALSOListing 6-1 on page 6-5 and Listing 6-2 on page 6-10 illustrate how to use the GetGWorld procedure to save the current graphics port for an active window, the SetGWorld procedure to change the current graphics port to an offscreen graphics world, and then SetGWorld again to restore the active window as the current graphics port.SetGWorldTo change the current graphics port (basic, color, or offscreen), use the SetGWorld procedure. PROCEDURE SetGWorld (port: CGrafPtr; gdh: GDHandle);port    A pointer to an offscreen graphics world, color graphics port, or basic graphics port.gdh    A handle to a GDevice record. If you pass a pointer to an offscreen graphics world in the port parameter, set this parameter to NIL, because SetGWorld ignores this parameter and sets the current device to the device attached to the offscreen graphics world.DESCRIPTIONThe SetGWorld procedure sets the current graphics port to the one specified by the port parameter and—unless you set the current graphics port to be an offscreen graphics world—sets the current device to that specified by the gdh parameter.In the port parameter, you can specify values of type GrafPtr, CGrafPtr, or GWorldPtr, depending on whether you want to set the current graphics port to be a basic graphics port, color graphics port, or offscreen graphics world. Any drawing your application performs then occurs in this graphics port.SPECIAL CONSIDERATIONSThe SetGWorld procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the SetGWorld procedure areTrap macro    Selector    _QDExtensions    $00080006     SEE ALSOListing 6-1 on page 6-5 and Listing 6-2 on page 6-10 illustrate how to use the GetGWorld procedure to save the current graphics port for an active window, the SetGWorld procedure to change the current graphics port to an offscreen graphics world, and then SetGWorld again to restore the active window as the current graphics port. GetGWorldDeviceUse the GetGWorldDevice function to obtain a handle to the GDevice record associated with an offscreen graphics world.FUNCTION GetGWorldDevice (offscreenGWorld: GWorldPtr): GDHandle;offscreenGWorldA pointer to an offscreen graphics world. The pointer returned to your application by the NewGWorld function.DESCRIPTIONThe GetGWorldDevice function returns a handle to the GDevice record associated with the offscreen graphics world specified by the offscreenGWorld parameter. In this parameter, supply the pointer returned to your application by the NewGWorld function when you created the offscreen graphics world. If you created the offscreen world by specifying the noNewDevice flag, the GDevice record is for one of the screen devices or is the GDevice record that you specified to NewGWorld or UpdateGWorld. If you point to a GrafPort or CGrafPort record in the offscreenGWorld parameter, GetGWorldDevice returns the current device. SPECIAL CONSIDERATIONSThe GetGWorldDevice function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the GetGWorldDevice function areTrap macro    Selector    _QDExtensions    $00040012     Managing an Offscreen Graphics World’s Pixel ImageUse the GetGWorldPixMap function to obtain a handle to the PixMap record for an offscreen graphics world. You can then pass this handle, which is of data type PixMapHandle, in parameters to several routines that allow you to manage an offscreen graphics world’s pixel image.To prevent the base address for an offscreen pixel image from being moved (while you draw into or copy from its pixel map, for example), pass its handle to the LockPixels function. When you are finished drawing into or copying from an offscreen pixel map, pass its handle to the UnlockPixels procedure.You can use the AllowPurgePixels procedure to make the base address for an offscreen pixel image purgeable. To prevent the Memory Manager from purging the base address for an offscreen pixel map, use the NoPurgePixels procedure.To save the current information about the memory allocated for an offscreen pixel image, you can use the GetPixelsState function. To restore this state, you can use the SetPixelsState procedure.You can use the GetPixBaseAddr function to obtain a pointer to the beginning of a pixel image in memory. You can use the PixMap32Bit function to determine whether a pixel map requires 32-bit addressing mode for access to its pixel image.GetGWorldPixMapUse the GetGWorldPixMap function to obtain the pixel map created for an offscreen graphics world.FUNCTION GetGWorldPixMap (offscreenGWorld: GWorldPtr):                                   PixMapHandle;offscreenGWorldA pointer to an offscreen graphics world.DESCRIPTIONThe GetGWorldPixMap function returns a handle to the pixel map created for an offscreen graphics world. In the offscreenGWorld parameter, pass the pointer returned to your application by the NewGWorld function when you created the offscreen graphics world. Your application can, in turn, pass the handle returned by GetGWorldPixMap as a parameter to other QuickDraw routines that accept a handle to a pixel map.On a system running only basic QuickDraw, the GetGWorldPixMap function returns the handle to a 1-bit pixel map that your application can supply as a parameter to the other routines related to offscreen graphics worlds. However, your application should not supply this handle to Color QuickDraw routines.SPECIAL CONSIDERATIONSTo ensure compatibility on systems running basic QuickDraw instead of Color QuickDraw, use GetGWorldPixMap whenever you need to gain access to the bitmap created for a graphics world—that is, do not dereference the GWorldPtr record for that graphics world.The GetGWorldPixMap function is not available in systems preceding System 7. You can make sure that the GetGWorldPixMap function is available by using the Gestalt function with the gestaltSystemVersion selector. Test the low-order word in the response parameter; if the value is $0700 or greater, then GetGWorldPixMap is available.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the GetGWorldPixMap function areTrap macro    Selector    _QDExtensions    $00040017     SEE ALSOThe Gestalt function is described in the chapter “Gestalt Manager” of Inside Macintosh: Operating System Utilities.LockPixelsTo prevent the base address for an offscreen pixel image from being moved while you draw into or copy from its pixel map, use the LockPixels function.FUNCTION LockPixels (pm: PixMapHandle): Boolean;pm    A handle to an offscreen pixel map. To get a handle to an offscreen pixel map, use the GetGWorldPixMap function, described on page 6-31. DESCRIPTIONThe LockPixels function prevents the base address for an offscreen pixel image from being moved. You must call LockPixels before drawing to or copying from an offscreen graphics world. The baseAddr field of the PixMap record for an offscreen graphics world contains a handle instead of a pointer (which is what the baseAddr field for an onscreen pixel map contains). The LockPixels function dereferences the PixMap handle into a pointer. When you use the UnlockPixels procedure, which is described next, the handle is recovered.If the base address for an offscreen pixel image hasn’t been purged by the Memory Manager or is not purgeable, LockPixels returns TRUE as its function result, and your application can draw into or copy from the offscreen pixel map. However, if the base address for an offscreen pixel image has been purged, LockPixels returns FALSE to indicate that you can perform no drawing to or copying from the pixel map. At that point, your application should either call the UpdateGWorld function (described on page 6-23) to reallocate the offscreen pixel image and then reconstruct it, or draw directly in a window instead of preparing the image in an offscreen graphics world. As soon as you are finished drawing into and copying from the offscreen pixel image, you should call the UnlockPixels procedure. SPECIAL CONSIDERATIONSThe LockPixels function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the LockPixels function areTrap macro    Selector    _QDExtensions    $00040001     SEE ALSOListing 6-1 on page 6-5 and Listing 6-2 on page 6-10 illustrate the use of this function. See Inside Macintosh: Memory for more information about memory management.UnlockPixelsWhen you are finished drawing into and copying from an offscreen graphics world, use the UnlockPixels procedure.PROCEDURE UnlockPixels (pm: PixMapHandle);pm    A handle to an offscreen pixel map. Pass the same handle that you passed previously to the LockPixels function.DESCRIPTIONThe UnlockPixels procedure allows the Memory Manager to move the base address for the offscreen pixel map that you specify in the pm parameter. To ensure the integrity of the data in a pixel image, call LockPixels (explained in the preceding section) before drawing into or copying from a pixel map; then, to prevent heap fragmentation, call UnlockPixels as soon as your application finishes drawing to and copying from the offscreen pixel map. The baseAddr field of the PixMap record for an offscreen graphics world contains a handle instead of a pointer (which is what the baseAddr field for an onscreen pixel map contains). The LockPixels function dereferences the PixMap handle into a pointer. When you use the UnlockPixels procedure, the handle is recovered.You don’t need to call UnlockPixels if LockPixels returns FALSE, because LockPixels doesn’t lock the memory for a pixel image if that memory has been purged. However, calling UnlockPixels on purged memory does no harm. SPECIAL CONSIDERATIONSThe UnlockPixels procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the UnlockPixels procedure areTrap macro    Selector    _QDExtensions    $00040002     AllowPurgePixelsYou can use the AllowPurgePixels procedure to make the base address for an offscreen pixel image purgeable. PROCEDURE AllowPurgePixels (pm: PixMapHandle);pm    A handle to an offscreen pixel map.DESCRIPTIONThe AllowPurgePixels procedure marks the base address for an offscreen pixel image as purgeable; this allows the Memory Manager to free the memory it occupies if available memory space becomes low. By default, NewGWorld creates an unpurgeable base address for an offscreen pixel image. To get a handle to an offscreen pixel map, first use the GetGWorldPixMap function, described on page 6-31. Then supply this handle for the pm parameter of AllowPurgePixels.Your application should call the LockPixels function (described on page 6-32) before drawing into or copying from an offscreen pixel map. If the Memory Manager has purged the base address for its pixel image, LockPixels returns FALSE. In that case either your application should use the UpdateGWorld function (described on page 6-23) to begin reconstructing the offscreen pixel image, or it should draw directly to an onscreen graphics port.Only unlocked memory blocks can be made purgeable. If you use LockPixels, you must use the UnlockPixels procedure (explained in the preceding section) before calling AllowPurgePixels.SPECIAL CONSIDERATIONSThe AllowPurgePixels procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the AllowPurgePixels procedure areTrap macro    Selector    _QDExtensions    $0004000B     SEE ALSOSee Inside Macintosh: Memory for more information about memory management. NoPurgePixelsTo prevent the Memory Manager from purging the base address for an offscreen pixel image, use the NoPurgePixels procedure. PROCEDURE NoPurgePixels (pm: PixMapHandle);pm    A handle to an offscreen pixel map.DESCRIPTIONThe NoPurgePixels procedure marks the base address for an offscreen pixel image as unpurgeable. To get a handle to an offscreen pixel map, use the GetGWorldPixMap function, described on page 6-31. Then supply this handle for the pm parameter of NoPurgePixels.SPECIAL CONSIDERATIONSThe NoPurgePixels procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the NoPurgePixels procedure areTrap macro    Selector    _QDExtensions    $0004000C     GetPixelsStateTo save the current information about the memory allocated for an offscreen pixel image, you can use the GetPixelsState function.FUNCTION GetPixelsState (pm: PixMapHandle): GWorldFlags;pm    A handle to an offscreen pixel map.DESCRIPTIONThe GetPixelsState function returns information about the memory allocated for the base address for an offscreen pixel image. This information can be either of the following flags defined by the GWorldFlags data type:TYPE GWorldFlags = SET OF (                    {flags for GetPixelsState only are listed here}    pixelsPurgeable,                        {the base address for an offscreen pixel }                            { image is purgeable}    pixelsLocked,                        {the offscreen pixel image is locked and }                            { not purgeable});If the pixelsPurgeable flag is not returned, then the base address for the offscreen pixel image is unpurgeable. If the pixelsLocked flag is not returned, then the base address for the offscreen pixel image is unlocked.After using GetPixelsState to save this state information, your application can later use the SetPixelsState procedure, described next, to restore this state to the offscreen graphics world.Specify a handle to a pixel map in the pm parameter. To get a handle to an offscreen pixel map, use the GetGWorldPixMap function, described on page 6-31. SPECIAL CONSIDERATIONSThe GetPixelsState function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the GetPixelsState function areTrap macro    Selector    _QDExtensions    $0004000D     SEE ALSOAfter using GetPixelsState and before using SetPixelsState, your application can temporarily use the AllowPurgePixels procedure (described on page 6-34) to make the base address for an offscreen pixel image purgeable, the NoPurgePixels procedure (described on page 6-35) to make it unpurgeable, the LockPixels function (described on page 6-32) to prevent it from being moved, and the UnlockPixels procedure (described on page 6-33) to allow it to be moved. SetPixelsStateTo restore an offscreen pixel image to the state that you saved with the GetPixelsState function (explained in the preceding section), you can use the SetPixelsState procedure. PROCEDURE SetPixelsState (pm: PixMapHandle; state: GWorldFlags);pm    A handle to an offscreen pixel map.state    Flags, which you usually save with the GetPixelsState function, defined by the GWorldFlags data type:               TYPE GWorldFlags =               SET OF ( {flags for SetPixelsState are listed here}                 pixelsPurgeable,                         {make the base address for an }                                           { offscreen pixel image purgeable}                 pixelsLocked                         {prevent the base address for an }                                           { offscreen pixel image from }                                           { being moved}              );DESCRIPTIONThe SetPixelsState procedure changes the state of the memory allocated for an offscreen pixel image to the state indicated by the flags specified in the state parameter, which you typically save using the GetPixelsState function.Because only an unlocked memory block can be purged, SetPixelsState calls the UnlockPixels and AllowPurgePixels procedures (described on page 6-33 and page 6-34, respectively) if the state parameter specifies the pixelsPurgeable flag. If the state parameter does not specify the pixelsPurgeable flag, SetPixelsState makes the base address for the offscreen pixel image unpurgeable.If the state parameter does not specify the pixelsLocked flag, SetPixelsState allows the base address for the offscreen pixel image to be moved.SPECIAL CONSIDERATIONSThe SetPixelsState procedure may move or purge memory blocks in the application heap. Your application should not call this procedure at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the SetPixelsState procedure areTrap macro    Selector    _QDExtensions    $0008000E     SEE ALSOAfter using GetPixelsState and before using SetPixelsState, your application can temporarily alter the offscreen graphics world by using the AllowPurgePixels procedure (described on page 6-34) to temporarily mark the memory block for its offscreen pixel map as purgeable, the NoPurgePixels procedure (described on page 6-35) to make it unpurgeable, the LockPixels function (described on page 6-32) to prevent it from being moved, and the UnlockPixels procedure (described on page 6-33) to unlock it.GetPixBaseAddrYou can use the GetPixBaseAddr function to obtain a pointer to an offscreen pixel map.FUNCTION GetPixBaseAddr (pm: PixMapHandle): Ptr;pm    A handle to an offscreen pixel map. To get a handle to an offscreen pixel map, use the GetGWorldPixMap function, described on page 6-31.DESCRIPTIONThe GetPixBaseAddr function returns a 32-bit pointer to the beginning of a pixel image. The baseAddr field of the PixMap record for an offscreen graphics world contains a handle instead of a pointer, which is what the baseAddr field for an onscreen pixel map contains. You must use the GetPixBaseAddr function to obtain a pointer to the PixMap record for an offscreen graphics world.Your application should never directly access the baseAddr field of the PixMap record for an offscreen graphics world; instead, your application should always use GetPixBaseAddr. If your application is using 24-bit mode, your application should then use the PixMap32Bit function (described next) to determine whether a pixel map requires 32-bit addressing mode for access to its pixel image. If the offscreen buffer has been purged, GetPixBaseAddr returns NIL. SPECIAL CONSIDERATIONSAny QuickDraw routines that your application uses after calling GetPixBaseAddr may change the base address for the offscreen pixel image.The GetPixBaseAddr function may move or purge memory blocks in the application heap. Your application should not call this function at interrupt time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the GetPixBaseAddr function areTrap macro    Selector    _QDExtensions    $0004000F     SEE ALSOSee Inside Macintosh: Memory for information about determining addressing modes. PixMap32BitYou can use the PixMap32Bit function to determine whether a pixel map requires 32-bit addressing mode for access to its pixel image.FUNCTION PixMap32Bit (pmHandle: PixMapHandle): Boolean;pmHandle    A handle to an offscreen pixel map.DESCRIPTIONThe PixMap32Bit function returns TRUE if a pixel map requires 32-bit addressing mode for access to its pixel image. If your application is in 24-bit mode, you must change to 32-bit mode.To get a handle to an offscreen pixel map, first use the GetGWorldPixMap function, described on page 6-31. Then supply this handle for the pm parameter of PixMap32Bit.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PixMap32Bit function areTrap macro    Selector    _QDExtensions    $00040016     SEE ALSOSee Inside Macintosh: Memory for information about determining and setting addressing modes. Summary of Offscreen Graphics WorldsPascal SummaryConstantsCONST    cDepthErr                             = -157;            {invalid pixel depth}    pixPurgeBit                             = 0;            {set to to make base address for  }                                            { offscreen pixel image purgeable}    noNewDeviceBit                             = 1;            {set to not create a new GDevice }                                            { record for offscreen world}     useTempMemBit                             = 2;            {set to create base address for offscreen }                                            { pixel image in temporary memory}     keepLocalBit                             = 3;            {set to keep offscreen pixel image in }                                            { main memory}    pixelsPurgeableBit                            = 6;            {set to make base address for pixel image }                                            { purgeable}    pixelsLockedBit                             = 7;            {set to lock base address for offscreen }                                            { pixel image}    mapPixBit                             = 16;            {set by UpdateGWorld if it remapped }                                            { colors to a new color table}    newDepthBit                             = 17;            {set by UpdateGWorld if it translated }                                            { pixel map to a different pixel depth}    alignPixBit                             = 18;            {set by UpdateGWorld if it realigned }                                            { pixel image to onscreen window}     newRowBytesBit                             = 19;            {set by UpdateGWorld if it changed }                                            { rowBytes field of PixMap record}    reallocPixBit                             = 20;            {set by UpdateGWorld if it reallocated }                                            { base address for offscreen pixel image}    clipPixBit                             = 28;            {set to clip pixel image}     stretchPixBit                             = 29;            {set to stretch or shrink pixel image}     ditherPixBit                             = 30;            {set to dither pixel image}     gwFlagErrBit                             = 31;            {set by UpdateGWorld if it failed} Data TypesTYPE GWorldPtr = CGrafPtr;TYPE GWorldFlags =     SET OF (        pixPurge,                        {specify to NewGWorld to make base address for }                                { offscreen pixel image purgeable}        noNewDevice,                        {specify to NewGWorld to not create a new GDevice }                                { record for offscreen world}        useTempMem,                        {specify to NewGWorld to create base address for }                                { offscreen pixel image in temporary memory}        keepLocal,                        {specify to NewGWorld to keep offscreen pixel image }                                { in main memory}        gWorldFlag4,                        {reserved}        gWorldFlag5,                        {reserved}        pixelsPurgeable,                        {returned by GetPixelsState to indicate that base }                                { address for offscreen pixel image is purgeable; }                                { specify to SetPixelsState to make base address }                                { for pixel image purgeable}        pixelsLocked,                        {returned by GetPixelsState to indicate that base }                                { address for offscreen pixel image is locked; }                                { specify to SetPixelsState to lock base address }                                { for offscreen pixel image}        gWorldFlag8,                        {reserved}        gWorldFlag9,                        {reserved}        gWorldFlag10,                        {reserved}        gWorldFlag11,                        {reserved}        gWorldFlag12,                        {reserved}        gWorldFlag13,                        {reserved}        gWorldFlag14,                        {reserved}        gWorldFlag15,                        {reserved}        mapPix,                        {returned by UpdateGWorld if it remapped colors to }                                { a new color table}        newDepth,                        {returned by UpdateGWorld if it translated pixel }                                 { map to a different pixel depth}        alignPix,                        {returned by UpdateGWorld if it realigned pixel }                                { image to onscreen window}         newRowBytes,                        {returned by UpdateGWorld if it changed rowBytes }                                 { field of PixMap record}        reallocPix,                        {returned by UpdateGWorld if it reallocated }                                { base address for offscreen pixel image}        gWorldFlag21,                        {reserved}        gWorldFlag22,                        {reserved}        gWorldFlag23,                        {reserved}        gWorldFlag24,                        {reserved}        gWorldFlag25,                        {reserved}        gWorldFlag26,                        {reserved}        gWorldFlag27,                        {reserved}        clipPix,                        {specify to UpdateGWorld to update and clip pixel }                                { image}        stretchPix,                        {specify to UpdateGWorld to update and stretch or }                                { shrink pixel image}        ditherPix,                        {specify to UpdateGWorld to dither pixel image}        gwFlagErr,                        {returned by UpdateGWorld if it failed}    );RoutinesCreating, Altering, and Disposing of Offscreen Graphics WorldsFUNCTION NewGWorld     (VAR offscreenGWorld: GWorldPtr; pixelDepth: Integer; boundsRect: Rect; cTable: CTabHandle; aGDevice: GDHandle; flags: GWorldFlags): QDErr;FUNCTION NewScreenBuffer     (globalRect: Rect; purgeable: Boolean; VAR gdh: GDHandle; VAR offscreenPixMap: PixMapHandle): QDErr;FUNCTION NewTempScreenBuffer (globalRect: Rect; purgeable: Boolean; VAR gdh: GDHandle; VAR offscreenPixMap: PixMapHandle): QDErr;FUNCTION UpdateGWorld     (VAR offscreenGWorld: GWorldPtr; pixelDepth: Integer; boundsRect: Rect; cTable: CTabHandle; aGDevice: GDHandle; flags: GWorldFlags): GWorldFlags;PROCEDURE DisposeGWorld     (offscreenGWorld: GWorldPtr);PROCEDURE DisposeScreenBuffer (offscreenPixMap: PixMapHandle);Saving and Restoring Graphics Ports and Offscreen Graphics WorldsPROCEDURE GetGWorld    (VAR port: CGrafPtr; VAR gdh: GDHandle);PROCEDURE SetGWorld    (port: CGrafPtr; gdh: GDHandle);FUNCTION GetGWorldDevice    (offscreenGWorld: GWorldPtr): GDHandle;Managing an Offscreen Graphics World’s Pixel ImageFUNCTION GetGWorldPixMap    (offscreenGWorld: GWorldPtr): PixMapHandle;FUNCTION LockPixels     (pm: PixMapHandle): Boolean;PROCEDURE UnlockPixels     (pm: PixMapHandle);PROCEDURE AllowPurgePixels     (pm: PixMapHandle);PROCEDURE NoPurgePixels     (pm: PixMapHandle);FUNCTION GetPixelsState     (pm: PixMapHandle): GWorldFlags;PROCEDURE SetPixelsState     (pm: PixMapHandle; state: GWorldFlags);FUNCTION GetPixBaseAddr     (pm: PixMapHandle): Ptr;FUNCTION PixMap32Bit     (pmHandle: PixMapHandle): Boolean;C SummaryConstantsenum {                                        /* bit assignments for GWorldFlags data type */    pixPurgeBit                             = 0,        /* set to to make base address for                                               offscreen pixel image purgeable */    noNewDeviceBit                             = 1,        /* set to not create a new GDevice                                             record for offscreen world */    useTempMemBit                             = 2,        /* set to create base address for offscreen                                            pixel image in temporary memory */    keepLocalBit                             = 3,        /* set to keep offscreen pixel image in                                             main memory */    pixelsPurgeableBit                             = 6,        /* set to make base address for pixel image                                            purgeable */    pixelsLockedBit                             = 7,        /* set to lock base address for offscreen                                            pixel image */    mapPixBit                             = 16,        /* set by UpdateGWorld if it remapped                                             colors to a new color table */    newDepthBit                             = 17,        /* set by UpdateGWorld if it translated                                             pixel map to a different pixel depth */    alignPixBit                             = 18,        /* set by UpdateGWorld if it realigned                                             pixel image to onscreen window */    newRowBytesBit                             = 19,        /* set by UpdateGWorld if it changed                                             rowBytes field of PixMap record */    reallocPixBit                             = 20,        /* set by UpdateGWorld if it reallocated                                             base address for offscreen pixel image */    clipPixBit                             = 28,        /* set to update and clip pixel image */    stretchPixBit                             = 29,        /* set to update and stretch or shrink pixel                                             image */    ditherPixBit                             = 30,        /* set to dither pixel image */    gwFlagErrBit                             = 31        /* set by UpdateGWorld if it failed */};enum {                                /* constants for GWorldFlags data type */    pixPurge                         = 1 << pixPurgeBit,    noNewDevice                         = 1 << noNewDeviceBit,    useTempMem                         = 1 << useTempMemBit,    keepLocal                         = 1 << keepLocalBit,    pixelsPurgeable                        = 1 << pixelsPurgeableBit,    pixelsLocked                         = 1 << pixelsLockedBit,    mapPix                         = 1 << mapPixBit,    newDepth                         = 1 << newDepthBit,    alignPix                         = 1 << alignPixBit,    newRowBytes                         = 1 << newRowBytesBit,    reallocPix                         = 1 << reallocPixBit,    clipPix                         = 1 << clipPixBit,    stretchPix                         = 1 << stretchPixBit,    ditherPix                         = 1 << ditherPixBit,    gwFlagErr                         = 1 << gwFlagErrBit};enum {    cDepthErr                         = -157            /* invalid pixel depth */};Data Typestypedef CGrafPtr GWorldPtr;typedef unsigned long GWorldFlags;FunctionsCreating, Altering, and Disposing of Offscreen Graphics Worldspascal QDErr NewGWorld    (GWorldPtr *offscreenGWorld, short PixelDepth, const Rect *boundsRect, CTabHandle cTable, GDHandle aGDevice, GWorldFlags flags); pascal QDErr NewScreenBuffer    (const Rect *globalRect, Boolean purgeable, GDHandle *gdh, PixMapHandle *offscreenPixMap); pascal QDErr NewTempScreenBuffer(const Rect *globalRect, Boolean purgeable, GDHandle *gdh, PixMapHandle *offscreenPixMap); pascal GWorldFlags UpdateGWorld(GWorldPtr *offscreenGWorld, short pixelDepth,  const Rect *boundsRect, CTabHandle cTable, GDHandle aGDevice, GWorldFlags flags); pascal void DisposeGWorld    (GWorldPtr offscreenGWorld); pascal void DisposeScreenBuffer(PixMapHandle offscreenPixMap); Saving and Restoring Graphics Ports and Offscreen Graphics Worldspascal void GetGWorld    (CGrafPtr *port, GDHandle *gdh); pascal void SetGWorld    (CGrafPtr port, GDHandle gdh); pascal GDHandle GetGWorldDevice(GWorldPtr offscreenGWorld);Managing an Offscreen Graphics World’s Pixel Imagepascal PixMapHandle GetGWorldPixMap(GWorldPtr offscreenGWorld); pascal Boolean LockPixels    (PixMapHandle pm); pascal void UnlockPixels    (PixMapHandle pm); pascal void AllowPurgePixels    (PixMapHandle pm); pascal void NoPurgePixels    (PixMapHandle pm); pascal GWorldFlags GetPixelsState(PixMapHandle pm); pascal void SetPixelsState    (PixMapHandle pm, GWorldFlags state); pascal Ptr GetPixBaseAddr    (PixMapHandle pm); pascal Boolean PixMap32Bit    (PixMapHandle pmHandle); Assembly-Language SummaryTrap Macros Requiring Routine Selectors_QDExtensionsSelector    Routine    $00160000    NewGWorld    $00040001    LockPixels    $00040002    UnlockPixels    $00160003    UpdateGWorld    $00040004    DisposeGWorld    $00080005    GetGWorld    $00080006    SetGWorld    $0004000B    AllowPurgePixels    $0004000C    NoPurgePixels    $0004000D    GetPixelsState    $0008000E    SetPixelsState    $0004000F    GetPixBaseAddr    $000E0010    NewScreenBuffer    $00040011    DisposeScreenBuffer    $00040012    GetGWorldDevice    $000E0015    NewTempScreenBuffer    $00040016    PixMap32Bit    $00040017    GetGWorldPixMap    Result CodesnoErr    0    No error    paramErr    –50    Illegal parameter    cNoMemErr    –152    Failed to allocate memory for structures    cDepthErr    –157    Invalid pixel depth    Listing 7-0Table 7-0PicturesContentsAbout Pictures7-4Picture Formats7-5Opcodes: Drawing Commands and Picture Comments7-6Color Pictures in Basic Graphics Ports7-6'PICT' Files, 'PICT' Resources, and the 'PICT' Scrap Format7-7The Picture Utilities7-8Using Pictures7-8Creating and Drawing Pictures7-10Opening and Drawing Pictures7-13Drawing a Picture Stored in a 'PICT' File7-13Drawing a Picture Stored in the Scrap7-17Defining a Destination Rectangle7-18Drawing a Picture Stored in a 'PICT' Resource7-20Saving Pictures7-21Gathering Picture Information7-24Pictures Reference7-26Data Structures7-27QuickDraw and Picture Utilities Routines7-36Creating and Disposing of Pictures7-36Drawing Pictures7-43Collecting Picture Information7-46Application-Defined Routines7-61Resources7-67The Picture Resource7-67The Color-Picking Method Resource7-68Summary of Pictures and the Picture Utilities7-69Pascal Summary7-69Constants7-69Data Types7-69Routines7-72Application-Defined Routines7-73C Summary7-73Constants7-73Data Types7-74Functions7-76Application-Defined Functions7-77Assembly-Language Summary7-78Data Structures7-78Trap Macros7-80Result Codes7-80PicturesThis chapter describes QuickDraw pictures, which are sequences of saved drawing commands. Pictures provide a common medium for the sharing of image data. Pictures make it easier for your application to draw complex images defined in other applications; pictures also make it easier for other applications to display images created with your application. Virtually all applications should support the creation and drawing of pictures. All applications that support cut and paste, for example, should be able to draw pictures copied by the user from the Clipboard.Read this chapter to learn how to record QuickDraw drawing commands into a picture and how to draw the picture later by playing back these commands. You should also read this chapter to learn about the Picture Utilities, which allow your application to gather information about pictures—such as their colors, fonts, picture comments, and resolution. You can also use the Picture Utilities to gather information about the colors in pixel maps. Your application can use this information in conjunction with the Palette Manager, for example, to provide the best selection of colors for displaying a picture or other pixel image on an indexed device.The OpenCPicture function, available on all Macintosh computers running System 7, allows your application to create pictures in the extended version 2 picture format. This format allows your application to specify resolutions when creating pictures.Pictures can be created in color or black and white. Computers supporting only basic QuickDraw use black and white to display pictures created in color.As described in this chapter, your application can use File Manager or Resource Manager routines to save or open pictures stored in files. See the chapter “File Manager” in Inside Macintosh: Files for more information about the File Manager; see the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox for more information about the Resource Manager. To store or retrieve pictures in the scrap—for example, when the user copies from or pastes to the Clipboard—you must use Scrap Manager routines. See the chapter “Scrap Manager” in Inside Macintosh: More Macintosh Toolbox for more information about the Scrap Manager.You typically use the information gathered with the Picture Utilities in conjunction with other system software managers. You might use the Picture Utilities to determine what fonts are used in a picture, for example, and then use Font Manager routines to help you determine whether those fonts are available on the user’s system. Or, you might use the Picture Utilities to determine the most-used colors in a picture, and then use the Palette Manager or ColorSync Utilities to provide sophisticated support for these colors. For more information about fonts, see the chapter “Font Manager” in Inside Macintosh: Text. The Palette Manager and the ColorSync Utilities are described in Inside Macintosh: Advanced Color Imaging.You can also save and collect picture comments within your picture, as described in this chapter. Typically, however, your application uses picture comments to include special drawing commands for printers. Therefore, picture comments are described in greater detail in Appendix B, “Using Picture Comments for Printing,” in this book.About PicturesQuickDraw provides a simple set of routines for recording a collection of its drawing commands and then playing the collection back later. Such a collection of drawing commands (as well as its resulting image) is called a picture. A replayed collection of drawing commands results in the picture shown in Figure 7-1.Figure 7-1    A picture of a party hatWhen you use the OpenCPicture function (or the OpenPicture function) to begin defining a picture, QuickDraw collects your subsequent drawing commands in a data structure of type Picture. You can define a picture by using any of the drawing routines described in this book—with the exception of the CopyMask, CopyDeepMask, SeedFill, SeedCFill, CalcMask, and CalcCMask routines.By using the DrawPicture procedure, you can draw onscreen the picture defined by the instructions stored in the Picture record. Your application typically does not directly manipulate the information in this record. Instead, using a handle to a Picture record, your application passes this information to QuickDraw routines and Picture Utilities routines.NoteThe OpenPicture function, which is similar to the OpenCPicture function, was created for earlier versions of system software. Because of the support for higher resolutions provided by the OpenCPicture function, you should use OpenCPicture instead of OpenPicture to create a picture.uPicture FormatsThrough QuickDraw’s development, three different formats have evolved for the data contained in a Picture record. These formats aren    The extended version 2 format, which is created by the OpenCPicture function on all Macintosh computers running System 7, including those supporting only basic QuickDraw. This format permits your application to specify resolutions for pictures in color or black and white. Generally, your application should use the OpenCPicture function and create pictures in the extended version 2 format.n    The version 2 picture format, which is created by the OpenPicture function on machines with Color QuickDraw when the current graphics port is a color graphics port. Pictures created in this format support color drawing operations at 72 dpi.n    The original format, the version 1 picture format, which is created by the OpenPicture function on machines without Color QuickDraw or whenever the current graphics port is a basic graphics port. Pictures created in this format support only black-and-white drawing operations at 72 dpi.The Pascal data structure for all picture formats is exactly the same. As shown in Figure 7-2, the Picture record begins with a picSize field and a picFrame field, followed by a variable amount of picture definition data.Figure 7-2    The Picture recordTo maintain compatibility with the version 1 picture format, the picSize field was not changed for the version 2 or extended version 2 picture formats. The information in this field is useful only for version 1 pictures, which cannot exceed 32 KB in size. Version 2 and extended version 2 pictures can be much larger than the 32 KB limit imposed by the 2-byte picSize field. You should use the Memory Manager function GetHandleSize to determine the size of a picture in memory, the File Manager function PBGetFInfo to determine the size of a picture in a file of type 'PICT', and the Resource Manager function MaxSizeResource to determine the size of a picture in a resource of type 'PICT'. (See Inside Macintosh: Memory, Inside Macintosh: Files, and Inside Macintosh: More Macintosh Toolbox for more information about these functions.)The picFrame field contains the bounding rectangle for the picture. The DrawPicture procedure uses this rectangle to scale the picture when you draw it into a differently sized rectangle.Compact drawing instructions and picture comments constitute the rest of this record.Opcodes: Drawing Commands and Picture CommentsFollowing the picSize and picFrame fields, a Picture record contains data in the form of opcodes, which are values that the DrawPicture procedure uses to determine what object to draw or what mode to change for subsequent drawing. Your application generally should not read or write these opcodes directly but should instead use the QuickDraw routines described in this chapter for generating and processing the opcodes. (For your application’s debugging purposes, these opcodes are listed in Appendix A at the back of this book.)In addition to compact QuickDraw drawing commands, opcodes can also specify picture comments. Created with the PicComment procedure, a picture comment contains data or commands for special processing by output devices, such as PostScript printers. If your application requires capability beyond that provided by QuickDraw drawing routines, the PicComment procedure allows your application to pass data or commands directly to the output device. For example, picture comments enable highly sophisticated drawing applications that process opcodes directly to reconstruct drawing instructions—such as rotating text—not found in QuickDraw. Picture comments are usually stored in the definition of a picture or are included in the code an application sends to a printer driver.Unless your application creates highly sophisticated graphics, you typically use QuickDraw commands when drawing to the screen and use picture comments to include special drawing commands for printers only. For example, your application can use picture comments to specify commands—for rotating text and graphics and for drawing dashed lines, fractional line widths, and smoothed polygons—that are supported by some printers but are not accessible through standard QuickDraw calls. These picture comments are described in detail in Appendix B, “Using Picture Comments for Printing,” in this book.Color Pictures in Basic Graphics PortsYou can use Color QuickDraw drawing commands to create a color picture on a computer supporting Color QuickDraw. If the user were to cut the picture and paste it into an application that draws into a basic graphics port, the picture would lose some detail, but should be sufficient for most purposes. This is how basic QuickDraw in System 7 draws an extended version 2 or version 2 picture into a basic graphics port:n    QuickDraw maps foreground and background colors to those most closely approximated in basic QuickDraw’s eight-color system. n    QuickDraw draws pixel patterns created with the MakeRGBPat procedure as bit patterns having approximately the same luminance as the pixel patterns.n    QuickDraw replaces other color patterns with the bit pattern contained in the pat1Data field of the PixPat record. (The pat1Data field is initialized to 50 percent gray if the pattern is created with the NewPixPat function; this field is initialized from a 'ppat' resource if the pattern is retrieved with the GetPixPat function.)n    QuickDraw converts the pixel image to a bit image.n    QuickDraw ignores the values set by the HiliteColor and OpColor procedures, as well as any changes made to the chExtra and pnLocHFrac fields of the original CGrafPort record.'PICT' Files, 'PICT' Resources, and the 'PICT' Scrap FormatQuickDraw provides routines for creating and drawing pictures; to read pictures from and to write pictures to disk, you use File Manager and Resource Manager routines. To read pictures from and write pictures to the scrap, you use Scrap Manager routines.Files consist of two forks: a data fork and a resource fork. A data fork is the part of a file that contains data accessed using the File Manager. This data usually corresponds to data entered by the user. A resource fork is the part of a file that contains the file’s resources, which contain data accessed using the Resource Manager. This data usually corresponds to data—such as menu, icon, and control definitions—created by the application developer, but it may also include data created by the user while the application is running. A picture can be stored in the data fork of a file of type 'PICT'. A picture can also be stored as a resource of type 'PICT' in the resource fork of any file type. Normally, an application sets the file type in the file’s FInfo record when the application creates a new file; for example, the File Manager function FSpCreate takes a four-character file type—such as 'PICT'—as a parameter. The data fork of a 'PICT' file begins with a 512-byte header that applications can use for their own purposes. A Picture record follows this header. To read and write 'PICT' files, your application should use File Manager routines.You may find it useful to store pictures in the resource fork of your application or document file. For example, in response to the user choosing the About command in the Apple menu for your application, you might wish to display a window containing your company’s logo. Or, if yours is a page-layout application, you might want to store all the images created by the user for a document as resources in the document file. You can use high-level tools like the ResEdit resource editor, available from APDA, to create and store pictures as 'PICT' resources for distribution with your files. To create 'PICT' resources while your application is running, you should use Resource Manager routines. To retrieve a picture stored in a 'PICT' resource, you can use the GetPicture function.For each application, the Scrap Manager maintains a storage area to hold the last data cut or copied by the user. The area that is available to your application for this purpose is called the scrap. The scrap can reside either in memory or on disk. All applications that support copy-and-paste operations read data from and write data to the scrap. The 'PICT' scrap format is one of two standard scrap formats. (The other is 'TEXT'.) To support copy-and-paste operations, your application should use Scrap Manager routines to read and write data in 'PICT' scrap format.The Picture UtilitiesIn addition to the QuickDraw routines for creating and drawing pictures, system software provides a group of routines called the Picture Utilities for examining the contents of pictures. You typically use the Picture Utilities before displaying a picture.The Picture Utilities allow you to gather color, comment, font, resolution, and additional information about pictures. You might use the Picture Utilities, for example, to determine the 256 most-used colors in a picture, and then use the Palette Manager to make these colors available for the window in which your application needs to draw the picture. You can also use the Picture Utilities to collect colors from pixel maps. You typically use this information in conjunction with the Palette Manager and the ColorSync Utilities to provide advanced color imaging features for your users. These features are described in Inside Macintosh: Advanced Color Imaging.The Picture Utilities also collect information from black-and-white pictures and bitmaps. The Picture Utilities are supported in System 7 even by computers running only basic QuickDraw. However, when collecting color information on a computer running only basic QuickDraw, the Picture Utilities return NIL instead of handles to Palette and ColorTable records. Using PicturesTo create a picture, you shouldn    use the OpenCPicture function to create a Picture record and begin defining the picturen    issue QuickDraw drawing commands, which are collected in the Picture recordn    use the PicComment procedure to include picture comments in the picture definition (optional)n    use the ClosePicture procedure to conclude the picture definitionTo open an existing picture, you shouldn    use File Manager routines to get a picture stored in a 'PICT' filen    use the GetPicture function to get a picture stored in a 'PICT' resourcen    use the Scrap Manager function GetScrap to get a picture stored in the scrapTo draw a picture, you should use the DrawPicture procedure.To save a picture, you shouldn    use File Manager routines to save the picture in a 'PICT' filen    use Resource Manager routines to save the picture in a 'PICT' resourcen    use the Scrap Manager function PutScrap to place the picture in the scrapTo conserve memory, you can spool large pictures to and from disk storage; you shouldn    write your own low-level procedures—using File Manager routines—that read and write temporary 'PICT' files to diskn    use the SetStdCProcs procedure for a color graphics port (or the SetStdProcs procedure for a basic graphics port) and replace QuickDraw’s standard low-level procedures StdGetPic and StdPutPic with your own procedures for reading and writing temporary 'PICT' files to diskTo gather information about a single picture, pixel map, or bitmap, you shouldn    use the GetPictInfo function to get information about a picture, or use the GetPixMapInfo function to get information about a pixel map or bitmapn    use the Palette record or the ColorTable record, the handles of which are returned by these functions in a PictInfo record, to examine the colors collected from the picture, pixel map, or bitmapn    use the FontSpec record, the handle of which is returned by GetPictInfo in a PictInfo record, to examine the fonts contained in the picturen    use the CommentSpec record, the handle of which is returned by GetPictInfo in a PictInfo record, to examine the picture comments contained in the picturen    examine the rest of the fields of the PictInfo record for additional information—such as pixel depth or optimal resolution—about the picture, pixel map, or bitmapn    use the Memory Manager procedure DisposeHandle to release the memory occupied by the PictInfo, FontSpec, and CommentSpec records; use the Palette Manager procedure DisposePalette to release the memory occupied by a Palette record; and use the Color QuickDraw procedure DisposeCTable to release the memory occupied by a ColorTable record when you are finished with the information collected by the GetPictInfo functionTo gather information about multiple pictures, pixel maps, and bitmaps, you shouldn    use the NewPictInfo function to begin collecting pictures, pixel maps, and bitmaps for your surveyn    use the RecordPictInfo function to add the information for a picture to your surveyn    use the RecordPixMapInfo function to add the information for a pixel map or bitmap to your surveyn    use the RetrievePictInfo function to return the collected information in a PictInfo recordn    use the Palette record or the ColorTable record, the handles of which are returned in the PictInfo record, to examine the colors collected from the pictures, pixel maps, and bitmapsn    use the FontSpec record, the handle of which is returned in the PictInfo record, to examine the fonts contained in the collected picturesn    use the CommentSpec record, the handle of which is returned in the PictInfo record, to examine the picture comments contained in the collected picturesn    examine the rest of the fields of the PictInfo record for additional information about the pictures, pixel maps, and bitmaps in your surveyn    use the DisposePictInfo function to dispose of the private data structures allocated by the NewPictInfo function; use the Memory Manager procedure DisposeHandle to release the memory occupied by PictInfo, FontSpec, and CommentSpec records; use the Palette Manager procedure DisposePalette to release the memory occupied by a Palette record; and use the Color QuickDraw procedure DisposeCTable to release the memory occupied by a ColorTable record when you are finished with the information collected by NewPictInfoWhen you are finished using a picture (such as when you close the window containing it), you shouldn    release the memory it occupies by calling the KillPicture procedure if the picture is not stored in a 'PICT' resourcen    release the memory it occupies by calling the Resource Manager procedure ReleaseResource if the picture is stored in a 'PICT' resourceBefore using the routines described in this chapter, you must use the InitGraf procedure, described in the chapter “Basic QuickDraw” in this book, to initialize QuickDraw. The routines in this chapter are available on all computers running System 7—including those supporting only basic QuickDraw. To test for the existence of System 7, use the Gestalt function with the gestaltSystemVersion selector. Test the low-order word in the response parameter; if the value is $0700 or greater, all of the routines in this chapter are supported.NoteOn computers running only basic QuickDraw, the Picture Utilities return NIL in place of handles to Palette and ColorTable records.uCreating and Drawing PicturesUse the OpenCPicture function to begin defining a picture. OpenCPicture collects your subsequent QuickDraw drawing commands in a new Picture record. To complete the collection of drawing and picture comment commands that define your picture, use the ClosePicture procedure.NoteOperations with the following routines are not recorded in pictures: CopyMask, CopyDeepMask, SeedFill, SeedCFill, CalcMask, CalcCMask, and PlotCIcon.uYou pass information to OpenCPicture in the form of an OpenCPicParams record. This record provides a simple mechanism for specifying resolutions when creating images. For example, applications that create pictures from scanned images can specify resolutions higher than 72 dpi for these pictures in OpenCPicParams records.Listing 7-1 shows an application-defined routine, MyCreateAndDrawPict, that begins creating a picture by assigning values to the fields of an OpenCPicParams record. In this example, the normal screen resolution of 72 dpi is specified as the picture’s resolution. You also specify a rectangle for best displaying the picture at this resolution. Listing 7-1    Creating and drawing a pictureFUNCTION MyCreateAndDrawPict(pFrame: Rect): PicHandle;CONST    cHRes = $00480000;                            {for 72 dpi}    cVRes = $00480000;                            {for 72 dpi}VAR    myOpenCPicParams:                        OpenCPicParams;    myPic:                        PicHandle;    trianglePoly:                        PolyHandle;BEGIN    WITH myOpenCPicParams DO BEGIN        srcRect := pFrame;                            {best rectangle for displaying this picture}        hRes := cHRes;                            {horizontal resolution}        vRes := cVRes;                            {vertical resolution}        version := - 2;                            {always set this field to -2}        reserved1 := 0;                            {this field is unused}        reserved2 := 0;                            {this field is unused}    END;    myPic := OpenCPicture(myOpenCPicParams);                                                        {start creating the picture}    ClipRect(pFrame);                                                    {always set a valid clip region}    FillRect(pFrame,dkGray);                                    {create a dark gray rectangle for background}    FillOval(pFrame,ltGray);                                    {overlay the rectangle with a light gray oval}    trianglePoly := OpenPoly;                                    {start creating a triangle}    WITH pFrame DO BEGIN        MoveTo(left,bottom);        LineTo((right - left) DIV 2,top);        LineTo(right,bottom);        LineTo(left,bottom);    END;    ClosePoly;                                    {finish the triangle}    PaintPoly(trianglePoly);                                    {paint the triangle}    KillPoly(trianglePoly);                                    {dispose of the memory for the triangle}    ClosePicture;                                    {finish the picture}    DrawPicture(myPic,pFrame);                                            {draw the picture}    IF QDError <> noErr THEN        ; {likely error is that there is insufficient memory}    MyCreateAndDrawPict := myPic;END;After assigning values to the fields of an OpenCPicParams record, the MyCreateAndDrawPict routine passes this record to the OpenCPicture function.IMPORTANTAlways use the ClipRect procedure to specify a clipping region appropriate for your picture before you call OpenCPicture. If you do not use ClipRect to specify a clipping region, OpenCPicture uses the clipping region specified in the current graphics port. If the clipping region is very large (as it is when a graphics port is initialized) and you scale the picture when drawing it, the clipping region can become invalid when DrawPicture scales the clipping region—in which case, your picture will not be drawn. On the other hand, if the graphics port specifies a small clipping region, part of your drawing may be clipped when you draw it. Setting a clipping region equal to the port rectangle of the current graphics port, as shown in Listing 7-1, always sets a valid clipping region.sThe MyCreateAndDrawPict routine uses QuickDraw commands to draw a filled rectangle, a filled oval, and a black triangle. These commands are stored in the Picture record. NoteIf there is insufficient memory to draw a picture in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code noMemForPictPlaybackErr.uThe MyCreateAndDrawPict routine concludes the picture definition by using the ClosePicture procedure. By passing to the DrawPicture procedure the handle to the newly defined picture, MyCreateAndDrawPict replays in the current graphics port the drawing commands stored in the Picture record. Figure 7-3 shows the resulting figure.Figure 7-3    A simple pictureNoteNoteAfter using DrawPicture to draw a picture, your application can use the Window Manager procedure SetWindowPic to save a handle to the picture in the window record. When the window’s content region must be updated, the Window Manager draws this picture, or only a part of it as necessary, instead of generating an update event. Another Window Manager routine, the GetWindowPic function, allows your application to retrieve the picture handle that you store using SetWindowPic. When you use the Window Manager procedure DisposeWindow to close a window, DisposeWindow automatically calls the KillPicture procedure to release the memory allocated to a picture referenced in the window record. These routines and the window record are described in the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials.uOpening and Drawing PicturesUsing File Manager routines, your application can retrieve pictures saved in 'PICT' files; using the GetPicture function, your application can retrieve pictures saved in the resource forks of other file types; and using the Scrap Manager function GetScrap, your application can retrieve pictures stored in the scrap. Drawing a Picture Stored in a 'PICT' FileListing 7-2 illustrates an application-defined routine, called MyDrawFilePicture, that uses File Manager routines to retrieve a picture saved in a 'PICT' file. The MyDrawFilePicture routine takes a file reference number as a parameter. Listing 7-2    Opening and drawing a picture from diskFUNCTION MyDrawFilePicture(pictFileRefNum: Integer; destRect: Rect): OSErr;CONST    cPicFileHeaderSize = 512;VAR    myPic:                PicHandle;    dataLength:                LongInt;    err:                OSErr;BEGIN            {This listing assumes the current graphics port is set.}    err := GetEOF(pictFileRefNum,dataLength);                                                            {get file length}    IF err = noErr THEN BEGIN        err := SetFPos(pictFileRefNum,fsFromStart,                            cPicFileHeaderSize);                            {move past the 512-byte 'PICT' }                                                        { file header}        dataLength := dataLength - cPicFileHeaderSize;                                                                {remove 512-byte }                                                { 'PICT' file header from file length}        myPic := PicHandle(NewHandle(dataLength)); {allocate picture handle}        IF (err = noErr) & (myPic <> NIL) THEN BEGIN            HLock(Handle(myPic));                                {lock picture handle before using FSRead}            err := FSRead(pictFileRefNum,dataLength,Ptr(myPic^));                                                                        {read file}            HUnlock(Handle(myPic));                                {unlock picture handle after using FSRead}            MyAdjustDestRect(myPic,destRect);                                                {see Listing 7-7 on page 7-18}            DrawPicture(myPic,destRect);            IF QDError <> noErr THEN                ; {likely error is that there is insufficient memory}            KillPicture(myPic);        END;    END;    MyDrawFilePicture := err;END;In code not shown in Listing 7-2, this application uses the File Manager procedure StandardGetFile to display a dialog box that asks the user for the name of a 'PICT' file; using the file system specification record returned by StandardGetFile, the application calls the File Manager function FSpOpenDF to return a file reference number for the file. The application then passes this file reference number to MyDrawFilePicture.Because every 'PICT' file contains a 512-byte header for application-specific use, MyDrawFilePicture uses the File Manager function SetFPos to skip past this header information. The MyDrawFilePicture function then uses the File Manager function FSRead to read the file’s remaining bytes—those of the Picture record—into memory. The MyDrawFilePicture function creates a handle for the buffer into which the Picture record is read. Passing this handle to the DrawPicture procedure, MyDrawFilePicture is able to replay onscreen the commands stored in the Picture record.For large 'PICT' files, it is useful to spool the picture data from disk as necessary instead of reading all of it directly into memory. In low-memory conditions, for example, your application might find it useful to create a temporary file on disk for storing drawing instructions; your application can read this information as necessary. The application-defined routine MyReplaceGetPic shown in Listing 7-3 replaces the getPicProc field of the current graphics port’s CQDProcs record with an application-defined low-level routine, called MyFileGetPic. While QuickDraw’s standard StdGetPic procedure reads picture data from memory, MyFileGetPic reads the picture data from disk. (Listing 7-10 on page 7-22 shows how to replace QuickDraw’s standard StdPutPic procedure with one that writes data to a file so that your application can spool a large picture to disk.)Listing 7-3    Replacing QuickDraw’s standard low-level picture-reading routineFUNCTION MyReplaceGetPic: QDProcsPtr;VAR    currPort:                    GrafPtr;    customProcs:                    QDProcs;    customCProcs:                    CQDProcs;    savedProcs:                    QDProcsPtr;BEGIN    GetPort(currPort);    savedProcs := currPort^.grafProcs;                                                {save current CQDProcs }                                                    { or QDProcs record}    IF MyIsColorPort(currPort) THEN                                                 {this is a color graphics port}    BEGIN            SetStdCProcs(customCProcs);                                        {create new CQDProcs record containing }                                                { standard Color QuickDraw low-level }                                                { routines}        customCProcs.getPicProc := @MyFileGetPic;                                                        {replace StdGetPic with }                                                                { address of custom }                                                                { low-level routine }                                                                { shown in Listing 7-5}        currPort^.grafProcs := @customCProcs;                                                    {replace current CQDProcs }                                                            { record}    END    ELSE     BEGIN                                            {this is a basic graphics port}        SetStdProcs(customProcs);                                        {create new QDProcs record containing }                                                { standard basic QuickDraw low-level }                                                { routines}        customProcs.getPicProc := @MyFileGetPic;                                                        {replace StdGetPic with }                                                                { address of custom }                                                                { low-level routine }                                                                { shown in Listing 7-5}        currPort^.grafProcs := @customProcs;                                                    {replace current QDProcs record}    END;    MyReplaceGetPic := savedProcs;END;Listing 7-4 shows the application-defined procedure MyIsColorPort, which MyReplaceGetPic calls to determine whether to replace the low-level picture-reading routine for a color graphics port or a basic graphics port.Listing 7-4    Determining whether a graphics port is color or basicFUNCTION MyIsColorPort(aPort: GrafPtr): Boolean;BEGIN    MyIsColorPort := (aPort^.portBits.rowBytes < 0)END;Listing 7-5 shows the application-defined procedure MyFileGetPic, which uses the File Manager function FSRead to read the file with the file reference number assigned to the application-defined global variable gPictFileRefNum.Listing 7-5    A custom low-level procedure for spooling a picture from diskPROCEDURE MyFileGetPic (dataPtr: Ptr; byteCount: Integer);VAR    longCount:                LongInt;    myErr:                OSErr;BEGIN    longCount := byteCount;    myErr := FSRead(gPictFileRefNum, longCount, dataPtr);END;Your application does not keep track of where FSRead stops or resumes reading a file. After reading a portion of a file, FSRead automatically handles where to begin reading next. See Inside Macintosh: Files for more information about using FSRead and other File Manager routines to retrieve data stored in files.Drawing a Picture Stored in the ScrapAs described in the chapter “Scrap Manager” in Inside Macintosh: More Macintosh Toolbox, your application can use the Scrap Manager to copy and paste data within a document created by your application, among different documents created by your application, and among documents created by your application and documents created by other applications. The two standard scrap formats that all Macintosh applications should support are 'PICT' and 'TEXT'. Listing 7-6 illustrates the application-defined routine MyPastePict, which retrieves a picture stored on the scrap. For example, a user may have copied to the Clipboard a picture created in another application and then pasted the picture into the application that defines MyPastePict. The MyPastePict procedure uses the Scrap Manager procedure GetScrap to get a handle to the data stored on the scrap; MyPastePict then coerces this handle to one of type PicHandle, which it can pass to the DrawPicture procedure in order to replay the drawing commands stored in the scrap.Listing 7-6    Pasting in a picture from the scrapPROCEDURE MyPastePict(destRect: Rect);VAR    myPic:                PicHandle;    dataLength:                LongInt;    dontCare:                LongInt;BEGIN    myPic := PicHandle(NewHandle(0));                                                {allocate a handle for the picture}    dataLength :=                 GetScrap(Handle(myPic),'PICT',dontCare);                                                        {get picture in scrap}    IF dataLength > 0 THEN {ensure there is PICT data}    BEGIN        MyAdjustDestRect(myPic,destRect);                                                {shown in Listing 7-7}        DrawPicture(myPic,destRect);        IF QDError <> noErr THEN            ; {likely error is that there is insufficient memory}    END    ELSE    ; {handle error for len < or = 0 here}END;Defining a Destination RectangleIn addition to taking a handle to a picture as one parameter, DrawPicture also expects a destination rectangle as another parameter. You should specify this destination rectangle in coordinates local to the current graphics port. The DrawPicture procedure shrinks or stretches the picture as necessary to make it fit into this rectangle.Listing 7-7 shows an application-defined routine called MyAdjustDestRect that centers the picture inside a destination rectangle, which is passed to DrawPicture when it’s time to draw the picture. (MyAdjustDestRect first ensures that the picture fits inside the destination rectangle by scaling the picture if necessary.)Listing 7-7    Adjusting the destination rectangle for a picturePROCEDURE MyAdjustDestRect(aPict: PicHandle; VAR destRect: Rect);VAR    r:                                Rect;    width, height:                                Integer;    scale, scaleH, scaleV:                                Fixed;BEGIN    WITH destRect DO BEGIN                                {determine width and height of destination rect}        width := right - left;        height := bottom - top;    END;    r := aPict^^.picFrame;                                        {get the bounding rectangle of the picture}    OffsetRect(r, - r.left, - r.top);                                                {ensure upper-left corner is (0,0)}    scale := Long2Fix(1);    scaleH := FixRatio(width,r.right);                                                    {get horizontal and vertical }    scaleV := FixRatio(height,r.bottom);                                                    { ratios of destination rectangle }                                                        { to bounding rectangle of picture}    IF scaleH < scale THEN scale := scaleH;                                                        {if bounding rect of picture }    IF scaleV < scale THEN scale := scaleV;                                                        { is greater than destination }    IF scale <> Long2Fix(1) THEN                                                        { rect, get scaling factors}    BEGIN                {scale picture to fit inside destination rectangle}        r.right := Fix2Long(FixMul(scale,Long2Fix(r.right)));        r.bottom := Fix2Long(FixMul(scale,Long2Fix(r.bottom)));     END;    {next line centers the picture within the destination rectangle}    OffsetRect(r,(width - r.right) DIV 2,(height - r.bottom) DIV 2);    destRect := r;END;The application calling MyAdjustDestRect begins defining a destination rectangle by determining a target area within a window—perhaps the entire content area of a window, or perhaps an area selected by the user within a window. The application passes this rectangle to MyAdjustDestRect.A bounding rectangle is stored in the picFrame field of the Picture record for every picture. The MyAdjustDestRect routine uses the boundaries for the picture to determine whether the picture fits within the destination rectangle. If the picture is larger than the destination rectangle, MyAdjustDestRect scales the picture to make it fit the destination rectangle.The MyAdjustDestRect routine then centers the picture within the destination rectangle. Finally, MyAdjustDestRect assigns the boundary rectangle of the centered picture to be the new destination rectangle. By returning a destination rectangle whose dimensions are identical to those of the bounding rectangle for the picture, MyAdjustDestRect assures that the picture is not stretched when drawn into its window.To display a picture at a resolution other than the one at which it was created, your application should compute an appropriate destination rectangle by scaling its width and height by the following factor:scale factor = destination resolution / source resolutionFor example, if a picture was created at 300 dpi and you want to display it at 75 dpi, then your application should compute the destination rectangle width and height as 1/4 of those of the picture’s bounding rectangle. Your application can use the GetPictInfo function (described on page 7-47) to gather information about a picture. The PictInfo record (described on page 7-32) returned by GetPictInfo returns the picture’s resolution in its hRes and vRes fields. The sourceRect field contains the bounding rectangle for displaying the image at its optimal resolution. Drawing a Picture Stored in a 'PICT' ResourceTo retrieve a picture stored in a 'PICT' resource, specify its resource ID to the GetPicture function, which returns a handle to the picture. Listing 7-8 illustrates an application-defined routine, called MyDrawResPICT, that retrieves and draws a picture stored as a resource.Listing 7-8    Drawing a picture stored in a resource filePROCEDURE MyDrawResPICT(destRect: Rect; resID: Integer);VAR    myPic:            PicHandle;BEGIN    myPic := GetPicture(resID);                                        {get the picture from the resource fork}    IF myPic <> NIL THEN BEGIN        MyAdjustDestRect(myPic,destRect);                                            {see Listing 7-7 on page 7-18}        DrawPicture(myPic,destRect);        IF QDError <> noErr THEN            ; {likely error is that there is insufficient memory}    END    ELSE    ; {handle the error here}END;When you are finished using a picture stored as a 'PICT' resource, you should use the Resource Manager procedure ReleaseResource instead of the QuickDraw procedure KillResource to release its memory.IMPORTANTIf you retrieve a picture stored in a 'PICT' resource and pass its handle to the Window Manager procedure SetWindowPic, the Window Manager procedures DisposeWindow and CloseWindow do not delete it; instead, you must call ReleaseResource before calling DisposeWindow or CloseWindow.sSaving PicturesAfter creating or changing pictures, your application should allow the user to save them. To save a picture in a 'PICT' file, you should use File Manager routines, such as FSpCreate, FSpOpenDF, FSWrite, and FSClose. The use of these routines is illustrated in Listing 7-9, and they are described in detail in the chapter “File Manager” in Inside Macintosh: Files. Remember that the first 512 bytes of a 'PICT' file are reserved for your application’s own purposes. As shown in Listing 7-9, your application should store the data (that is, the Picture record) after this 512-byte header.Listing 7-9    Saving a picture as a 'PICT' fileFUNCTION DoSavePICTAsCmd(picH: PicHandle): OSErr;LABEL 8,9;VAR    myReply:                                         StandardFileReply;    err, ignore:                                         OSErr;    pictFileRefNum:                                        Integer;    dataLength, zeroData, count:                                         LongInt;BEGIN                            {display the default Save dialog box}    StandardPutFile('Save picture as:','untitled',myReply);    err := noErr;                    {return noErr if the user cancels}    IF myReply.sfGood THEN     BEGIN        IF NOT myReply.sfReplacing THEN                                            {create the file if it doesn't exist}            err := FSpCreate(myReply.sfFile,'WAVE','PICT',smSystemScript);        IF err <> noErr THEN GOTO 9;        err := FSpOpenDF(myReply.sfFile,fsRdWrPerm,pictFileRefNum);                                                                                {open file}        IF err <> noErr THEN GOTO 8;        zeroData := 0;        dataLength := 4;        FOR count := 1 TO 512 DIV dataLength DO                                                        {write the PICT file header}            err := FSWrite(pictFileRefNum,dataLength,                                @zeroData);                {for this app, put 0's in header}        IF err <> noErr THEN GOTO 8;        dataLength := GetHandleSize(Handle(picH));        HLock(Handle(picH));                            {lock picture handle before writing data}        err := FSWrite(pictFileRefNum,dataLength,Ptr(picH^));                                                                        {write picture }                                                                                { data to file}         HUnlock(Handle(picH));                                {unlock picture handle after writing data}    END;    8:        ignore := FSClose(pictFileRefNum);                                                {close the file}    9:        DoSavePICTAsCmd := err;END;To save a picture in a 'PICT' resource, you should use Resource Manager routines, such as FSpOpenResFile (to open your application’s resource fork), ChangedResource (to change an existing 'PICT' resource), AddResource (to add a new 'PICT' resource), WriteResource (to write the data to the resource), and CloseResFile and ReleaseResource (to conclude saving the resource). These routines are described in the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox.To place a picture in the scrap—for example, in response to the user choosing the Copy command to copy a picture to the Clipboard—use the Scrap Manager function PutScrap, which is described in the chapter “Scrap Manager” in Inside Macintosh: More Macintosh Toolbox.For large 'PICT' files, it is useful to spool the picture data to disk instead of writing it all directly into memory. In low-memory conditions, for example, your application might find it useful to create a temporary file on disk for storing drawing instructions; your application can read this information as necessary. The application-defined routine MyReplacePutPic shown in Listing 7-10 replaces the putPicProc field of the current graphics port’s CQDProcs record with an application-defined low-level routine, called MyFilePutPic. While QuickDraw’s standard StdPutPic procedure writes picture data to memory, MyFilePutPic writes the picture data to disk. (Listing 7-3 on page 7-15 shows how to replace QuickDraw’s standard StdGetPic procedure with one that reads data from a spool file.)Listing 7-10    Replacing QuickDraw’s standard low-level picture-writing routineFUNCTION MyReplacePutPic: QDProcsPtr;VAR    currPort:                    GrafPtr;    customProcs:                    QDProcs;    customCProcs:                    CQDProcs;    savedProcs:                    QDProcsPtr;BEGIN     GetPort(currPort);    savedProcs := currPort^.grafProcs;                                                {save QDProcs or CQDProcs record }                                                    { for current graphics port}    IF MyIsColorPort(currPort) THEN                                            {see Listing 7-4 on page 7-16}    BEGIN        SetStdCProcs(customCProcs);                                        {create new CQDProcs record containing }                                                { standard Color QuickDraw low-level }                                                { routines}        customCProcs.putPicProc := @MyFilePutPic;                                                        {replace StdPutPic with }                                                                { address of custom }                                                                { low-level routine }                                                                { shown in Listing 7-11}        currPort^.grafProcs := @customCProcs;                                                    {replace current CQDProcs}    END    ELSE     BEGIN                {perform similar work for a basic graphics port}        SetStdProcs(customProcs);        customProcs.putPicProc := @MyFilePutPic;        currPort^.grafProcs := @customProcs;    END;    gPictureSize := 0;                            {track the picture size}    gSpoolPicture := PicHandle(NewHandle(0));    MyReplacePutPic := savedProcs;                                                    {return saved CQDProcs or QDProcs }                                                { record for restoring at a later time}END;Listing 7-11 shows MyFilePutPic, which uses the File Manager function FSWrite to write picture data to the file with the file reference number assigned to the application-defined global variable gPictFileRefNum. Your application does not keep track of where FSWrite stops or resumes writing a file. After writing a portion of a file, FSWrite automatically handles where to begin writing next.Listing 7-11    A custom low-level routine for spooling a picture to diskPROCEDURE MyFilePutPic (dataPtr: Ptr; byteCount: Integer);VAR    dataLength: LongInt;    myErr: OSErr;BEGIN    dataLength := byteCount;    gPictureSize := gPictureSize + byteCount;    myErr := FSWrite(gPictFileRefNum, dataLength, dataPtr);    IF gSpoolPicture <> NIL THEN    gSpoolPicture^^.picSize := gPictureSize;END;Gathering Picture InformationYou can use the Picture Utilities routines to gather extensive information about pictures and to gather color information about pixel maps. You use the GetPictInfo function to gather information about a single picture, and you use the GetPixMapInfo function to gather color information about a single pixel map or bitmap. Each of these functions returns color and resolution information in a PictInfo record (described on page 7-32). A PictInfo record can also contain information about the drawing objects, fonts, and comments in a picture.You can also survey multiple pictures, pixel maps, and bitmaps for this information. Use the NewPictInfo function to begin collecting pictures, pixel maps, and bitmaps for your survey. You also use NewPictInfo to specify how you would like the color, comment, and font information for the survey returned to you. To add the information for a picture to your survey, use the RecordPictInfo function. To add the information for a pixel map or a bitmap to your survey, use the RecordPixMapInfo function. The RetrievePictInfo function collects the information about the pictures, pixel maps, and bitmaps that you have added to your survey. The RetrievePictInfo function returns this information in a PictInfo record.For example, to use the ColorSync Utilities to match the colors in a single picture to an output device such as a color printer, an application might find it useful to find the CMBeginProfile picture comment, which marks the beginning of a color profile in a Picture record. (Color profiles and the ColorSync Utilities are described in Inside Macintosh: Advanced Color Imaging.) Listing 7-12 shows an application-defined routine, called MyGetPICTProfileCount, that uses GetPictInfo to record comments in a CommentSpec record (which is described on page 7-30). The MyGetPICTProfileCount routine uses the CommentSpec record to determine whether any color profiles are included in the picture as picture comments.Listing 7-12    Looking for color profile comments in a pictureFUNCTION MyGetPICTProfileCount (hPICT: PicHandle; VAR count: Integer): OSErr;VAR    err:                        OSErr;    thePICTInfo:                        PictInfo;    verb:                        Integer;    colorsRequested:                        Integer;    colorPickMethod:                        Integer;    version:                        Integer;    pCommentSpec:                        CommentSpecPtr;    i:                        Integer;BEGIN    count := 0;    verb := recordComments;    colorsRequested := 0;    colorPickMethod := systemMethod;    version := 0;    err := GetPictInfo(hPICT, thePICTInfo, verb, colorsRequested,                              colorPickMethod, version);    IF ((err = noErr) AND (thePICTInfo.commentHandle <> NIL)) THEN    BEGIN        pCommentSpec := thePICTInfo.commentHandle^;        FOR i := 1 TO thePICTInfo.uniqueComments DO        BEGIN            IF (pCommentSpec^.ID = CMBeginProfile) THEN                BEGIN                    count := pCommentSpec^.count;                    LEAVE;                END;            pCommentSpec :=                CommentSpecPtr(ORD4(pCommentSpec)+Sizeof(CommentSpec));        END;        {clean up allocations made by GetPictInfo}            DisposeHandle(Handle(thePICTInfo.commentHandle));    END;    MyGetPICTProfileCount := err;END;If you want information about the colors of a picture or pixel map, you indicate to the Picture Utilities how many colors (up to 256) you want to know about, what method to use for selecting the colors, and whether you want the selected colors returned in a Palette record or ColorTable record. The Picture Utilities provide two color-picking methods: one that gives you the most frequently used colors and one that gives you the widest range of colors. Each has advantages in different situations. For example, suppose the picture of a forest image contains 400 colors, of which 300 are greens, 80 are browns, and the rest are a scattering of golden sunlight effects. If you ask for the 250 most used colors, you will probably receive all greens. If you ask for a range of 250 colors, you will receive an assortment stretching from the greens and golds to the browns, including colors in between that might not actually appear in the image. You can also supply a color-picking method of your own, as described in “Application-Defined Routines” beginning on page 7-61.Your application can then use the color information returned by the Picture Utilities in conjunction with the Palette Manager to provide the best selection of colors for displaying the picture on an 8-bit indexed device.IMPORTANTWhen you ask for color information about a picture, the Picture Utilities take into account only the version 2 and extended version 2 picture opcodes RGBFgCol, RGBBkCol, BkPixPat, PnPixPat, FillPixPat, and HiliteColor (as well as pixel map or bitmap data). Each occurrence of these opcodes is treated as one pixel, regardless of the number and sizes of the objects drawn with that color. If you need an accurate set of colors from a complex picture, create an image of the picture in an offscreen graphics world and call the GetPixMapInfo function to obtain color information about that pixel map for that graphics world.sPictures ReferenceThis section describes the data structures, routines, and resources provided by QuickDraw for creating and drawing pictures and by the Picture Utilities for gathering information about pictures and pixel maps.“Data Structures” shows the Pascal data structures for the Picture, OpenCPicParams, CommentSpec, FontSpec, and PictInfo records.“QuickDraw and Picture Utilities Routines” describes QuickDraw routines for creating, drawing, and disposing of pictures, and it describes Picture Utilities routines for collecting information about pictures, pixel maps, and bitmaps. “Application-Defined Routines” describes how you can define your own method for selecting colors from pictures and pixel maps.“Resources” describes the picture ('PICT') resource and the color-picking method ('cpmt') resource. See Appendix A at the back of this book for a list of picture opcodes.Data StructuresThis section shows the Pascal data structures for the Picture, OpenCPicParams, CommentSpec, FontSpec, and PictInfo records. When you use the OpenCPicture or OpenPicture function, QuickDraw begins collecting your subsequent drawing commands in a Picture record. When you use the GetPicture function to retrieve a picture stored in a resource, GetPicture reads the resource into memory as a Picture record.When you use the OpenCPicture function to begin creating a picture, you must pass it information in an OpenCPicParams record. This record provides a simple mechanism for specifying resolutions when creating images.When you use the GetPictInfo function, it returns information in a PictInfo record. When you gather this information for multiple pictures, pixel maps, or bitmaps, the RetrievePictInfo function also returns a PictInfo record containing this information.If you specify the recordComments constant in the verb parameter to the GetPictInfo function or NewPictInfo function, your application receives a PictInfo record that includes a handle to a CommentSpec record. A CommentSpec record contains information about the comments in a picture.If you specify the recordFontInfo constant in the verb parameter to the GetPictInfo function or NewPictInfo function, the function returns a PictInfo record that includes a handle to a FontSpec record. A FontSpec record contains information about the fonts in a picture.PictureWhen you use the OpenCPicture or OpenPicture function (described on page 7-37 and page 7-39, respectively), QuickDraw begins collecting your subsequent drawing commands in a Picture record. (You use the ClosePicture procedure, described on page 7-42, to complete a picture definition.) When you use the GetPicture function (described on page 7-46) to retrieve a picture stored in a resource, GetPicture reads the resource into memory as a Picture record. ('PICT' resources are described on page 7-67.) By using the DrawPicture procedure (described on page 7-44), you can draw onscreen the picture defined by the commands stored in the Picture record.A Picture record is defined as follows:TYPE Picture =RECORD    picSize:                Integer;            {for a version 1 picture: its size}    picFrame:                Rect;            {bounding rectangle for the picture}    {variable amount of picture data in the form of opcodes}END;Field descriptionspicSize    The size of the rest of this record for a version 1 picture. To maintain compatibility with the version 1 picture format, the picSize field was not changed for the version 2 picture or extended version 2 formats. The information in this field is useful only for version 1 pictures, which cannot exceed 32 KB in size. Because version 2 and extended version 2 pictures can be much larger than the 32 KB limit imposed by the 2-byte picSize field, you should use the Memory Manager function GetHandleSize to determine the size of a picture in memory, the File Manager function PBGetFInfo to determine the size of a picture in a 'PICT' file, and the Resource Manager function MaxSizeResource to determine the size of a 'PICT' resource. (See Inside Macintosh: Memory, Inside Macintosh: Files, and Inside Macintosh: More Macintosh Toolbox for more information about these functions.)picFrame    The bounding rectangle for the picture defined in the rest of this record. The DrawPicture procedure uses this rectangle to scale the picture if you draw it into a destination rectangle of a different size.Picture comments and compact drawing instructions in the form of picture opcodes compose the rest of this record. A picture opcode is a number that the DrawPicture procedure uses to determine what object to draw or what mode to change for subsequent drawing. For debugging purposes, picture opcodes are listed in Appendix A at the back of this book. Your application generally should not read or write this picture data directly. Instead, your application should use the OpenCPicture (or OpenPicture), ClosePicture, and DrawPicture routines to process these opcodes.The Picture record can also contain picture comments. Created by applications using the PicComment procedure, picture comments contain data or commands for special processing by output devices, such as PostScript printers. The PicComment procedure is described on page 7-40, and picture comments are described in greater detail in Appendix B in this book.You can use File Manager routines to save the picture in a file of type 'PICT', you can use Resource Manager routines to save the picture in a resource of type 'PICT', and you can use the Scrap Manager procedure PutScrap to store the picture in 'PICT' scrap format. See the chapter “File Manager” in Inside Macintosh: Files and the chapters “Resource Manager” and “Scrap Manager” in Inside Macintosh: More Macintosh Toolbox for more information about saving files, resources, and scrap data.OpenCPicParamsWhen you use the OpenCPicture function (described on page 7-37) to begin creating a picture, you must pass it information in an OpenCPicParams record. This record provides a simple mechanism for specifying resolutions when creating images. For example, applications that create pictures from scanned images can specify resolutions higher than 72 dpi for these pictures in OpenCPicParams records.An OpenCPicParams record is defined as follows:TYPE OpenCPicParams = RECORD    srcRect:                Rect;                {optimal bounding rectangle for }                                    { displaying picture at resolution }                                    { indicated in hRes, vRes fields}    hRes:                Fixed;                {best horizontal resolution; }                                    { $00480000 specifies 72 dpi}    vRes:                Fixed;                {best vertical resolution; }                                    { $00480000 specifies 72 dpi}    version:                 Integer;                 {set to -2}    reserved1:                Integer;                {reserved; set to 0}    reserved2:                LongInt;                {reserved; set to 0}END;Field descriptionssrcRect    The optimal bounding rectangle for the resolution indicated by the next two fields. When you later call the DrawPicture procedure (described on page 7-44) to play back the saved picture, you supply a destination rectangle, and DrawPicture scales the picture so that it is completely aligned with the destination rectangle. To display a picture at a resolution other than that specified in the next two fields, your application should compute an appropriate destination rectangle by scaling its width and height by the following factor:    scale factor = destination resolution / source resolutionhRes    The best horizontal resolution for the picture. Notice that this value is of type Fixed—a value of $0048000 specifies a horizontal resolution of 72 dpi.vRes    The best vertical resolution for the picture. Notice that this value is of type Fixed—a value of $00480000 specifies a horizontal resolution of 72 dpi.version    Always set this field to –2.reserved1    Reserved; set to 0.reserved2    Reserved; set to 0.CommentSpecIf you specify the recordComments constant in the verb parameter to the GetPictInfo function (described on page 7-47) or the NewPictInfo function (described on page 7-53), you receive a PictInfo record (described beginning on page 7-32) that includes in its commentHandle field a handle to an array of CommentSpec records. The uniqueComments field of the PictInfo record indicates the number of CommentSpec records in this array.The CommentSpec record is defined as follows:TYPE CommentSpec =                             {comment specification record}RECORD    count:            Integer;            {number of times this type of comment }                            { occurs in the picture or survey}    ID:            Integer;            {value identifying this type of comment}END; Field descriptionscount    The number of times this kind of picture comment occurs in the picture specified to the GetPictInfo function or in all the pictures examined with the NewPictInfo function.ID    The value set in the kind parameter when the picture comment was created with the PicComment procedure. The PicComment procedure is described on page 7-40. The values of many common IDs are listed in Appendix B in this book. When you are finished using the information returned in a CommentSpec record, you should use the DisposeHandle procedure (described in Inside Macintosh: Memory) to dispose of the memory allocated to it.Listing 7-12 on page 7-25 illustrates how to count the number of picture comments by examining a CommentSpec record.FontSpecIf you specify the recordFontInfo constant in the verb parameter to the GetPictInfo function (described on page 7-47) or the NewPictInfo function (described on page 7-53), your application receives a PictInfo record (described beginning on page 7-32) that includes in its fontHandle field a handle to an array of FontSpec records. The uniqueFonts field of the PictInfo record indicates the number of FontSpec records in this array. (For bitmap fonts, a font is a complete set of glyphs in one size, typeface, and style—for example, 12-point Geneva italic. For outline fonts, a font is a complete set of glyphs in one typeface and style—for example, Geneva italic.) The FontSpec record is defined as follows:TYPE FontSpec =                                 {font specification record}RECORD    pictFontID:                Integer;            {font ID as stored in the picture}    sysFontID:                Integer;            {font family ID}    size:                 ARRAY[0..3] OF LongInt;                                {each bit set from 1 to 127 indicates a }                                { point size at that value; if bit 0 is }                                { set, then a size larger than 127 }                                { points is found}    style:                Integer;            {styles used for this font family}    nameOffset:                LongInt;            {offset to font name stored in the }                                { data structure indicated by the }                                { fontNamesHandle field of the PictInfo }                                { record}END; Field descriptionspictFontID    The ID number of the font as it is stored in the picture.sysFontID    The number that identifies the resource file (of type 'FOND') that specifies the font family. Every font family—which consists of a complete set of fonts for one typeface including all available styles and sizes of the glyphs in that typeface—has a unique font family ID, in a range of values that determines the script system to which the font family belongs.size    The point sizes of the fonts in the picture. The field contains 128 bits, in which a bit is set for each point size encountered, from 1 to 127 points. Bit 0 is set if a size larger than 127 is found. style    The styles for this font family at any of its sizes. The values in this field can also be represented with the Style data type:                    TYPE                         StyleItem =                (bold, italic, underline, outline,                                          shadow, condense, extend);                        Style = SET OF StyleItem;nameOffset    The offset into the list of font names (indicated by the fontNamesHandle field of the PictInfo record) at which the name for this font family is stored. A font name, such as Geneva, is given to a font family to distinguish it from other font families.When you are finished using the information returned in a FontSpec record, you should use the DisposeHandle procedure (described in Inside Macintosh: Memory) to dispose of the memory allocated to it.See the chapter “Font Manager” in Inside Macintosh: Text for more information about fonts.PictInfoWhen you use the GetPictInfo function (described on page 7-47) to collect information about a picture, or when you use the GetPixMapInfo function (described on page 7-50) to collect color information about a pixel map or bitmap, the function returns the information in a PictInfo record. When you gather this information for multiple pictures, pixel maps, or bitmaps, the RetrievePictInfo function (described on page 7-58) also returns a PictInfo record containing this information.Initially, all of the fields in a new PictInfo record are set to NIL. Relevant fields are set to appropriate values depending on the information you request using the Picture Utilities functions as described in this chapter.The PictInfo record is defined as follows:TYPE PictInfo = RECORD    version:                        Integer;                        {Picture Utilities version number}    uniqueColors:                        LongInt;                        {total colors in survey}    thePalette:                        PaletteHandle;                        {handle to a Palette record--NIL for }                                                    { a bitmap in a basic graphics port}    theColorTable:                        CTabHandle;                        {handle to a ColorTable record--NIL }                                                    { for a bitmap in a basic graphics }                                                    { port}    hRes:                         Fixed;                         {best horizontal resolution (dpi)}    vRes:                        Fixed;                        {best vertical resolution (dpi)}    depth:                        Integer;                        {greatest pixel depth}    sourceRect:                        Rect;                        {optimal bounding rectangle for }                                                    { picture for display at resolution }                                                    { specified in hRes and vRes fields}    textCount:                        LongInt;                        {number of text strings in picture(s)}    lineCount:                        LongInt;                        {number of lines in picture(s)}    rectCount:                        LongInt;                        {number of rectangles in picture(s)}        rRectCount:                        LongInt;                        {number of rounded rectangles in }                                                    { picture(s)}    ovalCount:                        LongInt;                        {number of ovals in picture(s)}        arcCount:                        LongInt;                        {number of arcs and wedges in }                                                    { picture(s)}        polyCount:                        LongInt;                        {number of polygons in picture(s)}        regionCount:                        LongInt;                        {number of regions in picture(s)}        bitMapCount:                        LongInt;                        {number of bitmaps}        pixMapCount:                        LongInt;                        {number of pixel maps}        commentCount:                        LongInt;                        {number of comments in picture(s)}    uniqueComments:                        LongInt;                        {number of different comments }                                                    { (by ID) in picture(s)}    commentHandle:                        CommentSpecHandle;    {handle to an array of CommentSpec }                                                    { records for picture(s)}    uniqueFonts:                        LongInt;                        {number of fonts in picture(s)}    fontHandle:                        FontSpecHandle;                        {handle to an array of FontSpec }                                                    { records for picture(s)}    fontNamesHandle:                        Handle;                        {handle to list of font names for }                                                    { picture(s)}    reserved1:                        LongInt;    reserved2:                        LongInt;END; Field descriptionsversion    The version number of the Picture Utilities, currently set to 0.uniqueColors    The number of colors in the picture specified to the GetPictInfo function, or the number of colors in the pixel map or bitmap specified to the GetPixMapInfo function, or the total number of colors for all the pictures, pixel maps, and bitmaps returned by the RetrievePictInfo function. The number of colors returned in this field is limited by the accuracy of the Picture Utilities’ color bank for color storage. See “Application-Defined Routines” beginning on page 7-61 for information about the Picture Utility’s color bank and about how you can create your own for selecting colors.thePalette    A handle to the resulting Palette record if you specified to the GetPictInfo, GetPixMapInfo, or NewPictInfo function that colors be returned in a Palette record. That Palette record contains either the number of colors you specified to the function or—if there aren’t that many colors in the pictures, pixel maps, or bitmaps—the number of colors found. Depending on the constant you pass in the verb parameter to the function, the Palette record contains either the most used or the widest range of colors in the pictures, pixel maps, and bitmaps. On Macintosh computers running basic QuickDraw only, this field is always returned as NIL. See the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging for more information about Palette records.theColorTable    A handle to the resulting ColorTable record if you specified to the GetPictInfo, GetPixMapInfo, or NewPictInfo function that colors be returned in a ColorTable record. If the pictures, pixel maps, or bitmaps contain fewer colors found than you specified to the function, the unused entries in the ColorTable record are filled with black. Depending on the constant you pass in the verb parameter to the function, the ColorTable record contains either the most used or the widest range of colors in the pictures, pixel maps, and bitmaps. The chapter “Color QuickDraw” in this book describes ColorTable records. On Macintosh computers running basic QuickDraw only, this field is always returned as NIL.    If a picture has more than 256 colors or has pixel depths of 32 bits, then Color QuickDraw translates the colors in the ColorTable record to 16-bit depths. In such a case, the returned colors might have a slight loss of resolution, and the uniqueColors field reflects the number of colors distinguishable at that pixel depth.hRes    The horizontal resolution of the current picture, pixel map, or bitmap retrieved by the GetPictInfo or GetPixMapInfo function; the greatest horizontal resolution from all pictures, pixel maps, and bitmaps retrieved by the RetrievePictInfo function.vRes    The vertical resolution of the current picture, pixel map, or bitmap retrieved by the GetPictInfo or GetPixMapInfo function; the greatest vertical resolution of all pictures, pixel maps, and bitmaps retrieved by the RetrievePictInfo function. Note that although the values of the hRes and vRes fields are usually the same, they don’t have to be.depth    The pixel depth of the picture specified to the GetPictInfo function or the pixel map specified to the GetPixMapInfo function. When you use the RetrievePictInfo function, this field contains the deepest pixel depth of all pictures or pixel maps retrieved by the function.sourceRect    The optimal bounding rectangle for displaying the picture at the resolution indicated by the hRes and vRes fields. The upper-left corner of the rectangle is always (0,0). Pictures created with the OpenCPicture function have the hRes, vRes, and sourceRect fields built into their Picture records. For pictures created by OpenPicture, the hRes and vRes fields are set to 72 dpi, and the source rectangle is calculated using the picFrame field of the Picture record for the picture. textCount    The number of text strings in the picture specified to the GetPictInfo function, or the total number of text objects in all the pictures retrieved by the RetrievePictInfo function. For pixel maps and bitmaps specified to GetPixMapInfo or RetrievePictInfo, this field is set to 0.lineCount    The number of lines in the picture specified to the GetPictInfo function, or the total number of lines in all the pictures retrieved by the RetrievePictInfo function. For pixel maps and bitmaps, this field is set to 0.rectCount    The number of rectangles in the picture specified to the GetPictInfo function, or the total number of rectangles in all the pictures retrieved by the RetrievePictInfo function. For pixel maps and bitmaps, this field is set to 0.rRectCount    The number of rounded rectangles in the picture specified to the GetPictInfo function, or the total number of rounded rectangles in all the pictures retrieved by the RetrievePictInfo function. For pixel maps and bitmaps, this field is set to 0.ovalCount    The number of ovals in the picture specified to the GetPictInfo function, or the total number of ovals in all the pictures retrieved by the RetrievePictInfo function. For pixel maps and bitmaps, this field is set to 0.arcCount    The number of arcs and wedges in the picture specified to the GetPictInfo function, or the total number of arcs and wedges in all the pictures retrieved by the RetrievePictInfo function. For pixel maps and bitmaps, this field is set to 0.polyCount    The number of polygons in the picture specified to the GetPictInfo function, or the total number of polygons in all the pictures retrieved by the RetrievePictInfo function. For pixel maps and bitmaps, this field is set to 0.regionCount    The number of regions in the picture specified to the GetPictInfo function, or the total number of regions in all the pictures retrieved by the RetrievePictInfo function. For pixel maps and bitmaps, this field is set to 0.bitMapCount    The total number of bitmaps in the survey.pixMapCount    The total number of pixel maps in the survey.commentCount    The number of comments in the picture specified to the GetPictInfo function, or the total number of comments in all the pictures retrieved by the RetrievePictInfo function. This field is valid only if you specified to the GetPictInfo or NewPictInfo function that comments be returned in a CommentSpec record, described on page 7-30. For pixel maps and bitmaps, this field is set to 0.uniqueComments     The number of picture comments that have different IDs in the picture specified to the GetPictInfo function, or the total number of picture comments with different IDs in all the pictures retrieved by the RetrievePictInfo function. (The values for many common IDs are listed in Appendix B, “Using Picture Comments for Printing,” in this book.) This field is valid only if you specify that comments be returned in a CommentSpec record. For pixel maps and bitmaps, this field is set to 0.commentHandle    A handle to an array of CommentSpec records, described on page 7-30. For pixel maps and bitmaps, this field is set to NIL.uniqueFonts    The number of different fonts in the picture specified to the GetPictInfo function, or the total number of different fonts in all the pictures retrieved by the RetrievePictInfo function. For bitmap fonts, a font is a complete set of glyphs in one size, typeface, and style—for example, 12-point Geneva italic. For outline fonts, a font is a complete set of glyphs in one typeface and style—for example, Geneva italic.     This field is valid only if you specify that fonts be returned in a FontSpec record, which is described on page 7-30. For pixel maps and bitmaps, this field is set to 0.fontHandle    A handle to a list of FontSpec records, described on page 7-30. For pixel maps and bitmaps, this field is set to NIL. fontNamesHandleA handle to the names of the fonts in the picture retrieved by the GetPictInfo function or the pictures retrieved by the RetrievePictInfo function. The offset to a particular name is stored in the nameOffset field of the FontSpec record for that font. A font name is a name, such as Geneva, given to one font family to distinguish it from other font families. When you are finished with this information, be sure to dispose of it. You can dispose of Palette records by using the DisposePalette procedure (which is described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging). You can dispose of ColorTable records by using the DisposeCTable procedure (described in the chapter “Color QuickDraw” in this book). You can dispose of other allocations with the DisposeHandle procedure (described in Inside Macintosh: Memory).QuickDraw and Picture Utilities RoutinesThis section describes QuickDraw routines for creating, drawing, and disposing of pictures, and it describes Picture Utilities routines for collecting information about pictures, pixel maps, and bitmaps. Creating and Disposing of PicturesUse the OpenCPicture function to begin defining a picture; OpenCPicture collects your subsequent drawing commands—which are described in the other chapters of this book—in a Picture record. You can use the PicComment procedure to include picture comments in your picture definition. To complete the collection of drawing and picture comment commands that define your picture, use the ClosePicture procedure. When you are finished using a picture not stored in a 'PICT' resource, use the KillPicture procedure to release its memory. (To release the memory for a picture stored in a 'PICT' resource, use the Resource Manager procedure ReleaseResource.)The OpenCPicture function works on all Macintosh computers running System 7. Pictures created with the OpenCPicture function can be drawn on all versions of Macintosh system software. The OpenPicture function, which was created for earlier versions of system software, is described here for completeness.OpenCPictureTo begin defining a picture in extended version 2 format, use the OpenCPicture function.FUNCTION OpenCPicture (newHeader: OpenCPicParams): PicHandle;newHeader    An OpenCPicParams record, which is defined as follows (see page 7-29 for a description of the OpenCPicParams data type):                TYPE OpenCPicParams =                 RECORD                    srcRect:                Rect;            {optimal bounding rectangle }                                                { for displaying picture at }                                                { resolution indicated in }                                                { hRes, vRes fields}                    hRes:                Fixed;            {best horizontal resolution; }                                                { $00480000 specifies 72 dpi}                    vRes:                Fixed;            {best vertical resolution; }                                                { $00480000 specifies 72 dpi}                    version:                 Integer;            {set to -2}                    reserved1:                Integer;            {reserved; set to 0}                    reserved2:                LongInt;            {reserved; set to 0}                END;DESCRIPTIONThe OpenCPicture function returns a handle to a new Picture record (described on page 7-27). Use the OpenCPicture function to begin defining a picture; OpenCPicture collects your subsequent drawing commands in this record. When defining a picture, you can use all other QuickDraw drawing routines described in this book, with the exception of CopyMask, CopyDeepMask, SeedFill, SeedCFill, CalcMask, and CalcCMask. (Nor can you use the PlotCIcon procedure, described in Inside Macintosh: More Macintosh Toolbox.) You can also use the PicComment procedure (described on page 7-40) to include picture comments in your picture definition.The OpenCPicture function creates pictures in the extended version 2 format. This format permits your application to specify resolutions when creating images. Use the OpenCPicParams record you pass in the newHeader parameter to specify the horizontal and vertical resolution for the picture, and specify an optimal bounding rectangle for displaying the picture at this resolution. When you later call the DrawPicture procedure (described on page 7-44) to play back the saved picture, you supply a destination rectangle, and DrawPicture scales the picture so that it is completely aligned with the destination rectangle. To display a picture at a resolution other than that at which it was created, your application should compute an appropriate destination rectangle by scaling its width and height by the following factor:scale factor = destination resolution / source resolutionFor example, if a picture was created at 300 dpi and you want to display it at 75 dpi, then your application should compute the destination rectangle width and height as 1/4 of those of the picture’s bounding rectangle.The OpenCPicture function calls the HidePen procedure, so no drawing occurs on the screen while the picture is open (unless you call the ShowPen procedure just after OpenCPicture, or you called ShowPen previously without balancing it by a call to HidePen).Use the handle returned by OpenCPicture when referring to the picture in subsequent routines, such as the DrawPicture procedure.After defining the picture, close it by using the ClosePicture procedure, described on page 7-42. To draw the picture, use the DrawPicture procedure, described on page 7-44.After creating the picture, your application can use the GetPictInfo function (described on page 7-47) to gather information about it. The PictInfo record (described on page 7-32) returned by GetPictInfo returns the picture’s resolution and optimal bounding rectangle.SPECIAL CONSIDERATIONSWhen creating a picture, you should generally use the ClosePicture procedure to finish it before you open the Printing Manager with the PrOpen procedure. There are two main reasons for this. First, you should allow the printing driver to use as much memory as possible. Second, the Printing Manager creates its own type of graphics port—one that replaces the standard QuickDraw drawing operations stored in the grafProcs field of a CGrafPort or GrafPort record; to avoid unexpected results when creating a picture, you should draw into a graphics port created with QuickDraw instead of drawing into a printing port created by the Printing Manager. After calling OpenCPicture, be sure to finish your picture definition by calling ClosePicture before you call OpenCPicture again. You cannot nest calls to OpenCPicture.Always use the ClipRect procedure to specify a clipping region appropriate for your picture before you call OpenCPicture. If you do not use ClipRect to specify a clipping region, OpenCPicture uses the clipping region specified in the current graphics port. If the clipping region is very large (as it is when a graphics port is initialized) and you scale the picture when drawing it, the clipping region can become invalid when DrawPicture scales the clipping region—in which case, your picture will not be drawn. On the other hand, if the graphics port specifies a small clipping region, part of your drawing may be clipped when you draw it. Setting a clipping region equal to the port rectangle of the current graphics port, as shown in Listing 7-1 on page 7-11, always sets a valid clipping region.The OpenCPicture function may move or purge memory.SEE ALSOThe PrOpen procedure is described in the chapter “Printing Manager” in this book. The ClipRect procedure is described in the chapter “Basic QuickDraw” in this book. The ShowPen and HidePen procedures are described in the chapter “QuickDraw Drawing” in this book.Listing 7-1 on page 7-11 illustrates the use of the OpenCPicture function.OpenPictureThe OpenPicture function, which was created for earlier versions of system software, is described here for completeness. To create a picture, you should use the OpenCPicture function, which allows you to specify resolutions for your pictures, as explained in the previous routine description.FUNCTION OpenPicture (picFrame: Rect): PicHandle;picFrame    The bounding rectangle for the picture. The DrawPicture procedure uses this rectangle to scale the picture if you draw it into a destination rectangle of a different size.DESCRIPTIONThe OpenPicture function returns a handle to a new Picture record (described on page 7-27). You can use the OpenPicture function to begin defining a picture; OpenPicture collects your subsequent drawing commands in this record. When defining a picture, you can use all other QuickDraw drawing routines described in this book, with the exception of CopyMask, CopyDeepMask, SeedFill, SeedCFill, CalcMask, and CalcCMask. (Nor can you use the PlotCIcon procedure, described in Inside Macintosh: More Macintosh Toolbox.) You can also use the PicComment procedure (described on page 7-40) to include picture comments in your picture definition.The OpenPicture function creates pictures in the version 2 format on computers with Color QuickDraw when the current graphics port is a color graphics port. Pictures created in this format support color drawing operations at 72 dpi. On computers supporting only basic QuickDraw, or when the current graphics port is a basic graphics port, this function creates pictures in version 1 format. Pictures created in version 1 format support only black-and-white drawing operations at 72 dpi.Use the handle returned by OpenPicture when referring to the picture in subsequent routines, such as the DrawPicture procedure.The OpenPicture function calls the HidePen procedure, so no drawing occurs on the screen while the picture is open (unless you call the ShowPen procedure just after OpenPicture or you called ShowPen previously without balancing it by a call to HidePen).After defining the picture, close it by using the ClosePicture procedure, described on page 7-42. To draw the picture, use the DrawPicture procedure, described on page 7-44.SPECIAL CONSIDERATIONSThe version 2 and version 1 picture formats support only 72-dpi resolution. The OpenCPicture function creates pictures in the extended version 2 format. The extended version 2 format, which is created by the OpenCPicture function on all Macintosh computers running System 7, permits your application to specify additional resolutions when creating images.See the description of the OpenCPicture function for its list of special considerations, all of which apply to OpenPicture. Version 1 pictures are limited to 32 KB. You can determine the picture size while it’s being formed by calling the Memory Manager function GetHandleSize. PicCommentTo insert a picture comment into a picture that you are defining or into your printing code, use the PicComment procedure. PROCEDURE PicComment (kind,dataSize: Integer;                                         dataHandle: Handle);kind    The type of comment. Because the vast majority of picture comments are interpreted by printer drivers, the constants that you can supply in this parameter—and values they represent—are listed in Appendix B, “Using Picture Comments for Printing,” in this book.dataSize    Size of any additional data passed in the dataHandle parameter. Data sizes for the various kinds of picture comments are listed in Appendix B, “Using Picture Comments for Printing,” in this book. If no additional data is used, specify 0 in this parameter.dataHandle    A handle to additional data, if used. If no additional data is used, specify NIL in this parameter.DESCRIPTIONWhen used after your application begins creating a picture with the OpenCPicture (or OpenPicture) function, the PicComment procedure inserts the specified comment into the Picture record. When sent to a printer driver after your application uses the PrOpenPage procedure, PicComment passes the data or commands in the specified comment directly to the printer.Picture comments contain data or commands for special processing by output devices, such as printers. For example, using the SetLineWidth comment, your application can draw hairlines—which are not available with standard QuickDraw calls—on any PostScript LaserWriter printer and on the QuickDraw LaserWriter SC printer. Usually printer drivers process picture comments, but applications can also do so. For your application to process picture comments, it must replace the StdComment procedure pointed to by the commentProc field of the CQDProcs or QDProcs record, which in turn is pointed to by the grafProcs field of a CGrafPort or GrafPort record. The default StdComment procedure provided by QuickDraw does no comment processing whatsoever. You can use the SetStdCProcs procedure to assist you in changing the CQDProcs record, and you can use the SetStdProcs procedure to assist you in changing the QDProcs record.If you create and process your own picture comments, you should define comments so that they contain information that identifies your application (to avoid using the same comments as those used by Apple or by other third-party products). You should define a comment as an ApplicationComment comment type with a kind value of 100. The first 4 bytes of the data for the comment should specify your application’s signature. (See the chapter “Finder Interface” in Inside Macintosh: Macintosh Toolbox Essentials for information about application signatures.) You can use the next 2 bytes to identify the type of comment—that is, to specify a kind value to your own application.Suppose your application signature were 'WAVE', and you wanted to use the value 128 to identify a kind value to your own application. You would supply values to the kind and data parameters to PicComment as follows:kind = 100; data = 'WAVE' [4 bytes] + 128 [2 bytes] + additional data [n bytes]Your application can then parse the first 6 bytes of the comment to determine whether and how to process the rest of the data in the comment. It is up to you to publish information about your comments if you wish them to be understood and used by other applications.SPECIAL CONSIDERATIONSThese former picture comments are now obsolete: SetGrayLevel, ResourcePS, PostScriptFile, and TextIsPostScript.The PicComment procedure may move or purge memory.SEE ALSOSee Appendix B, “Using Picture Comments for Printing,” in this book for information about using picture comments to print with features that are unavailable with QuickDraw. See the chapter “QuickDraw Drawing” in this book for information about the QDProcs record and the StdComment and SetStdProcs procedures. See the chapter “Color QuickDraw” in this book for information about the CQDProcs record and the SetStdCProcs procedure.ClosePictureTo complete the collection of drawing commands and picture comments that define your picture, use the ClosePicture procedure.PROCEDURE ClosePicture;DESCRIPTIONThe ClosePicture procedure stops collecting drawing commands and picture comments for the currently open picture. You should perform one and only one call to ClosePicture for every call to the OpenCPicture (or OpenPicture) function.The ClosePicture procedure calls the ShowPen procedure, balancing the call made by OpenCPicture (or OpenPicture) to the HidePen procedure.SEE ALSOThe ShowPen and HidePen procedures are described in the chapter “QuickDraw Drawing” in this book.Listing 7-1 on page 7-11 illustrates the use of the ClosePicture procedure.KillPictureTo release the memory occupied by a picture not stored in a 'PICT' resource, use the KillPicture procedure.PROCEDURE KillPicture (myPicture: PicHandle);myPicture    A handle to the picture whose memory can be released.DESCRIPTIONThe KillPicture procedure releases the memory occupied by the picture whose handle you pass in the myPicture parameter. Use this only when you’re completely finished with a picture.SPECIAL CONSIDERATIONSIf you use the Window Manager procedure SetWindowPic to store a picture handle in the window record, you can use the Window Manager procedure DisposeWindow or CloseWindow to release the memory allocated to the picture; these procedures automatically call KillPicture for the picture.If the picture is stored in a 'PICT' resource, you must use the Resource Manager procedure ReleaseResource instead of KillPicture. The Window Manager procedures DisposeWindow and CloseWindow will not delete it; instead, you must call ReleaseResource before calling DisposeWindow or CloseWindow.The KillPicture procedure may move or purge memory.SEE ALSOThe ReleaseResource procedure is described in the chapter “Resource Manager” in Inside Macintosh: Macintosh Toolbox, and the SetWindowPic, DisposeWindow, and CloseWindow procedures are described in the chapter “Window Manager,” in Inside Macintosh: Macintosh Toolbox Essentials.Drawing PicturesTo draw a picture, use the DrawPicture procedure. You must access a picture through its handle. When creating pictures, the OpenCPicture and OpenPicture functions (described beginning on page 7-37) return their handles. You can use the GetPicture function to get a handle to a QuickDraw picture stored in a 'PICT' resource. NoteTo get a handle to a QuickDraw picture stored in a 'PICT' file, you must use File Manager routines, as described in “Drawing a Picture Stored in a 'PICT' File” beginning on page 7-13. To get a picture stored in the scrap, use the Scrap Manager procedure GetScrap to get a handle to its data and then coerce this handle to one of type PicHandle, as shown in Listing 7-6 on page 7-17.uDrawPictureTo draw a picture on any type of output device, use the DrawPicture procedure.PROCEDURE DrawPicture (myPicture: PicHandle; dstRect: Rect);myPicture    A handle to the picture to be drawn.dstRect    A destination rectangle, specified in coordinates local to the current graphics port, in which to draw the picture. The DrawPicture procedure shrinks or expands the picture as necessary to align the borders of its bounding rectangle with the rectangle you specify in this parameter. To display a picture at a resolution other than that at which it was created, your application should compute an appropriate destination rectangle by scaling its width and height by the following factor:    scale factor = destination resolution / source resolution    For example, if a picture was created at 300 dpi and you want to display it at 75 dpi, then your application should compute the destination rectangle width and height as 1/4 of those of the picture’s bounding rectangle. Your application can use the GetPictInfo function (described on page 7-47) to gather information about a picture. The PictInfo record (described on page 7-32) returned by GetPictInfo returns the picture’s resolution in its hRes and vRes fields. The sourceRect field contains the bounding rectangle for displaying the image at its optimal resolution. DESCRIPTIONWithin the rectangle that you specify in the dstRect parameter, the DrawPicture procedure draws the picture that you specify in the myPicture parameter. The DrawPicture procedure passes any picture comments to the StdComment procedure pointed to by the commentProc field of the CQDProcs or QDProcs record, which in turn is pointed to by the grafProcs field of a CGrafPort or GrafPort record. The default StdComment procedure provided by QuickDraw does no comment processing whatsoever. If you want to process picture comments when drawing a picture, you can use the SetStdCProcs procedure to assist you in changing the CQDProcs record, and you can use the SetStdProcs procedure to assist you in changing the QDProcs record. SPECIAL CONSIDERATIONSAlways use the ClipRect procedure to specify a clipping region appropriate for your picture before defining it with the OpenCPicture (or OpenPicture) function. If you do not use ClipRect to specify a clipping region, OpenCPicture uses the clipping region specified in the current graphics port. If the clipping region is very large (as it is when a graphics port is initialized) and you want to scale the picture, the clipping region can become invalid when DrawPicture scales the clipping region—in which case, your picture will not be drawn. On the other hand, if the graphics port specifies a small clipping region, part of your drawing may be clipped when DrawPicture draws it. Setting a clipping region equal to the port rectangle of the current graphics port, as shown in Listing 7-1 on page 7-11, always sets a valid clipping region.When it scales, DrawPicture changes the size of the font instead of scaling the bits. However, the widths used by bitmap fonts are not always linear. For example, the 12-point width isn’t exactly 1/2 of the 24-point width. This can cause lines of text to become slightly longer or shorter as the picture is scaled. The difference is often insignificant, but if you are trying to draw a line of text that fits exactly into a box (a spreadsheet cell, for example), the difference can become noticeable to the user—most typically, at print time. The easiest way to avoid such problems is to specify a destination rectangle that is the same size as the bounding rectangle for the picture. Otherwise, your application may need to directly process the opcodes in the picture instead of using DrawPicture.You may also have disappointing results if the fonts contained in an image are not available on the user’s system. Before displaying a picture, your application may want to use the Picture Utilities to determine what fonts are contained in the picture, and then use Font Manager routines to determine whether the fonts are available on the user’s system. If they are not, you can use Dialog Manager routines to display an alert box warning the user of display problems.If there is insufficient memory to draw a picture in Color QuickDraw, the QDError function (described in the chapter “Color QuickDraw” in this book) returns the result code noMemForPictPlaybackErr.The DrawPicture procedure may move or purge memory.SEE ALSOListing 7-1 on page 7-11 illustrates how to use DrawPicture after creating a picture while your application is running; Listing 7-2 on page 7-13 illustrates how to use DrawPicture after reading in a picture stored in a 'PICT' file; Listing 7-6 on page 7-17 illustrates how to use DrawPicture after reading in a picture stored in the scrap; and Listing 7-8 on page 7-20 illustrates how to use DrawPicture after reading in a picture stored in a 'PICT' resource.See the chapter “Font Manager” in Inside Macintosh: Text for information about Font Manager routines; see the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about Dialog Manager routines.GetPictureUse the GetPicture function to get a handle to a picture stored in a 'PICT' resource. FUNCTION GetPicture (picID: Integer): PicHandle;picID    The resource ID for a 'PICT' resource.DESCRIPTIONThe GetPicture function returns a handle to the picture stored in the 'PICT' resource with the ID that you specify in the picID parameter. You can pass this handle to the DrawPicture procedure (described on page 7-44) to draw the picture stored in the resource.The GetPicture function calls the Resource Manager procedure GetResource as follows: GetResource('PICT',picID)If the resource can’t be read, GetPicture returns NIL.SPECIAL CONSIDERATIONSTo release the memory occupied by a picture stored in a 'PICT' resource, use the Resource Manager procedure ReleaseResource.The GetPicture function may move or purge memory.SEE ALSOThe GetResource and ReleaseResource procedures are described in the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox. The 'PICT' resource is described on page 7-67.Collecting Picture InformationYou can use the Picture Utilities routines described in this section to gather extensive information about pictures and to gather color information about pixel maps and bitmaps. On an 8-bit indexed device, for example, you might want your application to determine the 256 most-used colors in a picture composed of millions of colors. Your application can then use the Palette Manager (as described in Inside Macintosh: Advanced Color Imaging) to make these colors available for the window in which your application needs to draw the picture. You use the GetPictInfo function to gather information about a single picture, and you use the GetPixMapInfo function to gather color information about a single pixel map or bitmap. Each of these functions returns color and resolution information in a PictInfo record. A PictInfo record for a picture also contains additional information, such as the resolution of the picture, and information about the fonts and comments contained in the picture.You can also survey multiple pictures, pixel maps, and bitmaps for this information. Use the NewPictInfo function to begin collecting pictures, pixel maps, and bitmaps for your survey. You also use NewPictInfo to specify how you would like the color, comment, and font information for the survey returned to you. To add the information for a picture to your survey, use the RecordPictInfo function. To add the information for a pixel map or a bitmap to your survey, use the RecordPixMapInfo function. The RetrievePictInfo function collects the information about the pictures, pixel maps, and bitmaps that you have added to the survey. The RetrievePictInfo function returns this information in a PictInfo record.When you are finished with this information, use the DisposePictInfo function to dispose of the private data structures allocated by the NewPictInfo function.NoteThe Picture Utilities also collect information from black-and-white pictures and bitmaps, and they are supported in System 7 even by computers running only basic QuickDraw. However, when collecting color information on a computer running only basic QuickDraw, the Picture Utilities return NIL instead of a handle to a Palette or ColorTable record.uGetPictInfoUse the GetPictInfo function to gather information about a single picture.FUNCTION GetPictInfo (thePictHandle: PicHandle;                              VAR thePictInfo: PictInfo; verb: Integer;                              colorsRequested: Integer;                              colorPickMethod: Integer;                              version: Integer): OSErr;thePictHandleA handle to a picture. thePictInfoA pointer to a PictInfo record, which will hold information about the picture. The PictInfo record is described on page 7-32.verb    A value indicating what type of information you want GetPictInfo to return in the PictInfo record. You can use any or all of the following constants or the sum of the integers they represent:                CONST                returnColorTable                        = 1;        {return a ColorTable record}                returnPalette                        = 2;        {return a Palette record}                recordComments                        = 4;        {return comment information}                recordFontInfo                        = 8;        {return font information}                suppressBlackAndWhite                                        = 16;        {don't include black and }                                                { white with returned colors}    Because the Palette Manager adds black and white when creating a Palette record, you can specify the number of colors you want minus 2 in the colorsRequested parameter and specify the suppressBlackAndWhite constant in the verb parameter when gathering colors destined for a Palette record or a screen. colorsRequestedFrom 1 to 256, the number of colors you want in the ColorTable or Palette record returned via the PictInfo record. If you are not requesting colors (that is, if you pass the recordComments or recordFontInfo constant in the verb parameter), this function does not return colors, in which case you may instead pass 0 here.colorPickMethodThe method by which colors are selected for the ColorTable or Palette record returned via the PictInfo record. You can use one of the following constants or the integer it represents:                CONST                systemMethod                    = 0;        {let Picture Utilities choose }                                            { the method (currently they }                                             { always choose popularMethod)}                popularMethod                    = 1;        {return most frequently used }                                            { colors}                medianMethod                    = 2;        {return a weighted distribution }                                            { of colors}    You can also create your own color-picking method in a resource file of type 'cpmt' and pass its resource ID in the colorPickMethod parameter. The resource ID must be greater than 127. version    Always set this parameter to 0.DESCRIPTIONIn the PictInfo record to which the parameter thePictInfo points, the GetPictInfo function returns information about the picture you specify in the thePictHandle parameter. Initially, all of the fields in a new PictInfo record are set to NIL. Relevant fields are set to appropriate values depending on the information you request using the GetPictInfo function.Use the verb parameter to specify whether you want color information (in a ColorTable record, a Palette record, or both), whether you want picture comment information, and whether you want font information. If you want color information, be sure to use the colorPickMethod parameter to specify the method by which to select colors.The Picture Utilities provide two color-picking methods: one (specified by the popularMethod constant) that gives you the most frequently used colors and one (specified by the medianMethod constant) that gives you the widest range of colors. Each has advantages in different situations. For example, suppose the picture of a forest image contains 400 colors, of which 300 are greens, 80 are browns, and the rest are a scattering of golden sunlight effects. If you ask for the 250 most used colors, you will probably receive all greens. If you ask for a range of 250 colors, you will receive an assortment stretching from the greens and golds to the browns, including colors in between that might not actually appear in the image. If you specify the systemMethod constant, the Picture Utilities choose the method; currently they always choose popularMethod. You can also supply a color-picking method of your own.If your application uses more than one color-picking method, it should present the user with a choice of which method to use.When you are finished with the information in the PictInfo record, be sure to dispose of it. Use the Memory Manager procedure DisposeHandle to dispose of the PictInfo, CommentSpec, and FontSpec records. Dispose of the Palette record by using the DisposePalette procedure. Dispose of the ColorTable record by using the DisposeCTable procedure.SPECIAL CONSIDERATIONSWhen you ask for color information, GetPictInfo takes into account only the version 2 and extended version 2 picture opcodes RGBFgCol, RGBBkCol, BkPixPat, PnPixPat, FillPixPat, and HiliteColor (as well as pixel map or bitmap data). Each occurrence of these opcodes is treated as 1 pixel, regardless of the number and sizes of the objects drawn with that color. If you need an accurate set of colors from a complex picture, create an image of the picture in an offscreen pixel map, and then call the GetPixMapInfo function (described on page 7-50) to obtain color information about that pixel map.The GetPictInfo function returns a bit depth of 1 on QuickTime-compressed 'PICT' files. However, when QuickTime is installed, QuickTime decompresses and displays the image correctly.The GetPictInfo function may move or purge memory.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the GetPictInfo function areTrap macro    Selector    _Pack15    $0800    RESULT CODESpictInfoVersionErr    –11000    Version number not 0    pictInfoVerbErr    –11002    Invalid verb combination specified    cantLoadPickMethodErr    –11003    Custom pick method not in resource chain    colorsRequestedErr    –11004    Number out of range or greater than that passed to NewPictInfo    pictureDataErr    –11005    Invalid picture data     SEE ALSOThe PictInfo record is described on page 7-32, the CommentSpec record is described on page 7-30, and the FontSpec record is described on page 7-30. The ColorTable record is described in the chapter “Color QuickDraw” in this book; the Palette record is described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging. See “Application-Defined Routines” beginning on page 7-61 for more information about creating your own color-picking method for the colorPickMethod parameter.The DisposePalette procedure is described in the chapter “Palette Manager” in Inside Macintosh: Advanced Color Imaging. The DisposeCTable procedure is described in the chapter “Color QuickDraw” in this book. The DisposeHandle procedure is described in the chapter “Memory Manager” in Inside Macintosh: Memory.Listing 7-12 on page 7-25 illustrates the use of the GetPictInfo function.GetPixMapInfoUse the GetPixMapInfo function to gather color information about a single pixel map or bitmap. FUNCTION GetPixMapInfo (thePixMapHandle: PixMapHandle;                                 VAR thePictInfo: PictInfo; verb: Integer;                                 colorsRequested: Integer;                                 colorPickMethod: Integer;                                 version: Integer): OSErr;thePixMapHandleA handle to a pixel map or bitmap. thePictInfoA pointer to a PictInfo record, which will hold information about a pixel map or bitmap. The PictInfo record is described on page 7-32.verb    A value indicating whether you want color information returned in a ColorTable record, a Palette record, or both. You can also request that black and white not be included among the returned colors. You can use any or all of the following constants or the sum of the integers they represent:                 CONST                returnColorTable                        = 1;        {return a ColorTable record}                returnPalette                        = 2;        {return a Palette record}                suppressBlackAndWhite                                        = 16;        {don't include black and }                                                { white with returned colors}    Because the Palette Manager adds black and white when creating a Palette record, you can specify the number of colors you want minus 2 in the colorsRequested parameter and specify the constant suppressBlackAndWhite in the verb parameter when gathering colors destined for a Palette record or a screen. colorsRequestedFrom 1 to 256, the number of colors you want in the ColorTable or Palette record returned via the PictInfo record.colorPickMethodThe method by which colors are selected for the ColorTable or Palette record returned via the PictInfo record. You can use one of the following constants or the integer it represents:                CONST                systemMethod                    = 0;        {let Picture Utilities choose }                                            { the method (currently they }                                             { always choose popularMethod)}                popularMethod                    = 1;        {return most frequently used }                                            { colors}                medianMethod                    = 2;        {return a weighted distribution }                                            { of colors}    You can also create your own color-picking method in a resource file of type 'cpmt' and pass its resource ID in the colorPickMethod parameter. The resource ID must be greater than 127. version    Always set this parameter to 0.DESCRIPTIONFor the pixel map (or bitmap) whose handle you pass in the thePixMapHandle parameter, the GetPixMapInfo function returns color information in the PictInfo record that you point to in the parameter thePictInfo. Initially, all of the fields in a new PictInfo record are set to NIL. Relevant fields are set to appropriate values depending on the information you request using the GetPixMapInfo function.Use the verb parameter to specify whether you want color information returned in a ColorTable record, a Palette record, or both, and use the colorPickMethod parameter to specify the method by which to select colors.The Picture Utilities provide two color-picking methods: one (specified by the popularMethod constant) that gives you the most frequently used colors and one (specified by the medianMethod constant) that gives you the widest range of colors. If you specify the systemMethod constant, the Picture Utilities choose the method; currently they always choose popularMethod. You can also supply a color-picking method of your own.When you are finished with the information in the PictInfo record, be sure to dispose of it. Use the Memory Manager procedure DisposeHandle to dispose of the PictInfo record. Dispose of the Palette record by using the DisposePalette procedure. Dispose of the ColorTable record by using the DisposeCTable procedure.SPECIAL CONSIDERATIONSThe GetPixMapInfo function may move or purge memory.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the GetPixMapInfo function areTrap macro    Selector    _Pack15    $0801    RESULT CODESpictInfoVersionErr    –11000    Version number not 0    pictInfoVerbErr    –11002    Invalid verb combination specified    cantLoadPickMethodErr    –11003    Custom pick method not in resource chain    colorsRequestedErr    –11004    Number out of range or greater than that passed to NewPictInfo    SEE ALSOSee “Application-Defined Routines” beginning on page 7-61 for more information about creating your own color-picking method for the colorPickMethod parameter. The PictInfo record is described on page 7-32; the PixMapHandle data type and the ColorTable record are described in the chapter “Color QuickDraw” in this book; the Palette record is described in Inside Macintosh: Advanced Color Imaging.The DisposePalette procedure is described in Inside Macintosh: Advanced Color Imaging. The DisposeCTable procedure is described in the chapter “Color QuickDraw” in this book. The DisposeHandle procedure is described in the chapter “Memory Manager” in Inside Macintosh: Memory.NewPictInfoYou can survey multiple pictures for such information as colors, picture comments, and fonts, and you can survey multiple pixel maps and bitmaps for color information. Use the NewPictInfo function to begin collecting pictures, pixel maps, and bitmaps for your survey. FUNCTION NewPictInfo (VAR thePictInfoID: PictInfoID;                             verb: Integer; colorsRequested: Integer;                             colorPickMethod: Integer;                             version: Integer): OSErr;thePictInfoID A unique value that denotes your collection of pictures, pixel maps, or bitmaps.verb    A value indicating what type of information you want the RetrievePictInfo function (described on page 7-58) to return in a PictInfo record (described on page 7-32). When collecting information about pictures, you can use any or all of the following constants or the sum of the integers they represent:                CONST                returnColorTable                        = 1;        {return a ColorTable record}                returnPalette                        = 2;        {return a Palette record}                recordComments                        = 4;        {return comment information}                recordFontInfo                        = 8;        {return font information}                suppressBlackAndWhite                                        = 16;        {don't include black and }                                                { white with returned colors}    The constants recordComments and recordFontInfo and the values they represent have no effect when gathering information about the pixel maps and bitmaps included in your survey.    Because the Palette Manager adds black and white when creating a palette, you can specify the number of colors you want minus 2 in the colorsRequested parameter and specify the constant suppressBlackAndWhite in the verb parameter when gathering colors destined for a Palette record or a screen. colorsRequestedFrom 1 to 256, the number of colors you want included in the ColorTable or Palette record returned by the RetrievePictInfo function via a PictInfo record.colorPickMethodThe method by which colors are selected for the ColorTable or Palette record included in the PictInfo record returned by the RetrievePictInfo function. You can use one of the following constants or the integer it represents:                CONST                systemMethod                    = 0;        {let Picture Utilities choose }                                            { the method (currently they }                                             { always choose popularMethod)}                popularMethod                    = 1;        {return most frequently used }                                            { colors}                medianMethod                    = 2;        {return a weighted distribution }                                            { of colors}    You can also create your own color-picking method in a resource file of type 'cpmt' and pass its resource ID in the colorPickMethod parameter. The resource ID must be greater than 127. version    Always set this parameter to 0.DESCRIPTIONIn the thePictInfoID parameter, the NewPictInfo function returns a unique ID number for use when surveying multiple pictures, pixel maps, and bitmaps for information.To add the information for a picture to your survey, use the RecordPictInfo function, which is described next. To add the information for a pixel map or a bitmap to your survey, use the RecordPixMapInfo function, which is described on page 7-57. For each of these functions, you identify the survey with the ID number returned by NewPictInfo. Use the RetrievePictInfo function (described on page 7-58) to return information about the pictures, pixel maps, and bitmaps in the survey. Again, you identify the survey with the ID number returned by NewPictInfo. The RetrievePictInfo function returns your requested information in a PictInfo record.Use the verb parameter for NewPictInfo to specify whether you want to gather comment or font information for the pictures in the survey. If you want to gather color information, use the verb parameter for NewPictInfo to specify whether you want this information in a ColorTable record, a Palette record, or both. The PictInfo record returned by the RetrievePictInfo function will then include a handle to a ColorTable record or a Palette record, or handles to both. If you want color information, be sure to use the colorPickMethod parameter to specify the method by which to select colors.The Picture Utilities provide two color-picking methods: one (specified by the popularMethod constant) that gives you the most frequently used colors and one (specified by the medianMethod constant) that gives you the widest range of colors. If you specify the systemMethod constant, the Picture Utilities choose the method; currently they always choose popularMethod. You can also supply a color-picking method of your own.SPECIAL CONSIDERATIONSThe NewPictInfo function may move or purge memory.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the NewPictInfo function areTrap macro    Selector    _Pack15    $0602    RESULT CODESpictInfoVersionErr    –11000    Version number not 0    pictInfoVerbErr    –11002    Invalid verb combination specified    cantLoadPickMethodErr    –11003    Custom pick method not in resource chain    colorsRequestedErr    –11004    Number out of range or greater than that passed to NewPictInfo    SEE ALSOThe PictInfo record is described on page 7-32, the CommentSpec record is described on page 7-30, and the FontSpec record is described on page 7-30. The ColorTable record is described in the chapter “Color QuickDraw” in this book; the Palette record is described in Inside Macintosh: Advanced Color Imaging. See “Application-Defined Routines” beginning on page 7-61 for more information about creating your own color-picking method for the colorPickMethod parameter.RecordPictInfoTo add a picture to an informational survey of multiple pictures, use the RecordPictInfo function.FUNCTION RecordPictInfo (thePictInfoID: PictInfoID;                                 thePictHandle: PicHandle): OSErr;thePictInfoIDThe ID number—returned by the NewPictInfo function—that identifies the survey to which you are adding the picture. The NewPictInfo function is described on page 7-53.thePictHandle A handle to the picture being added to the survey. DESCRIPTIONThe RecordPictInfo function adds the picture you specify in the parameter thePictHandle to the survey of pictures identified by the parameter thePictInfoID. Use RecordPictInfo repeatedly to add additional pictures to your survey.After you have collected all of the pictures you need, use the RetrievePictInfo function, described on page 7-58, to return information about pictures in the survey.SPECIAL CONSIDERATIONSWhen you ask for color information, RecordPictInfo takes into account only the version 2 and extended version picture opcodes RGBFgCol, RGBBkCol, BkPixPat, PnPixPat, FillPixPat, and HiliteColor. Each occurrence of these opcodes is treated as 1 pixel, regardless of the number and sizes of the objects drawn with that color. If you need an accurate set of colors from a complex picture, create an image of the picture in an offscreen pixel map, and then call the GetPixMapInfo function (described on page 7-50) to obtain color information about that pixel map.The RecordPictInfo function may move or purge memory.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the RecordPictInfo function areTrap macro    Selector    _Pack15    $0403    RESULT CODESpictInfoIDErr    –11001    Invalid picture information ID    pictureDataErr    –11005    Invalid picture data     RecordPixMapInfoTo add a pixel map or bitmap to an informational survey of multiple pixel maps and bitmaps, use the RecordPictInfo function.FUNCTION RecordPixMapInfo (thePictInfoID: PictInfoID;                                   thePixMapHandle: PixMapHandle): OSErr;thePictInfoIDThe ID number—returned by the NewPictInfo function—that identifies the survey to which you are adding the pixel map or bitmap. The NewPictInfo function is described on page 7-53.thePixMapHandleA handle to a pixel map (or bitmap) to be added to the survey.DESCRIPTIONThe RecordPixMapInfo function adds the pixel map or bitmap you specify in the parameter thePixMapHandle to the survey identified by the parameter thePictInfoID. Use RecordPictInfo repeatedly to add additional pixel maps and bitmaps to your survey.After you have collected all of the images you need, use the RetrievePictInfo function, described on page 7-58, to return information about all the images in the survey.SPECIAL CONSIDERATIONSThe RecordPixMapInfo function may move or purge memory.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the RecordPixMapInfo function areTrap macro    Selector    _Pack15    $0404    RESULT CODESpictInfoIDErr    –11001    Invalid picture information ID    pictureDataErr    –11005    Invalid picture data     RetrievePictInfoUse the RetrievePictInfo function to return information about all the pictures, pixel maps, and bitmaps included in a survey.FUNCTION RetrievePictInfo (thePictInfoID: PictInfoID;                                   VAR thePictInfo: PictInfo;                                   colorsRequested: Integer): OSErr;thePictInfoIDThe ID number—returned by the NewPictInfo function—that identifies the survey of pictures, pixel maps, and bitmaps. The NewPictInfo function is described on page 7-53.thePictInfoA pointer to the PictInfo record that holds information about the pictures or images in the survey. The PictInfo record is described on page 7-32.colorsRequestedFrom 1 to 256, the number of colors you want returned in the ColorTable or Palette record included in the PictInfo record.DESCRIPTIONIn a PictInfo record that you point to in the parameter thePictInfo, the RetrievePictInfo function returns information about all of the pictures and images collected in the survey that you specify in the parameter thePictInfoID.After using the NewPictInfo function to create a new survey, and then using RecordPictInfo to add pictures to your survey and RecordPixMapInfo to add pixel maps and bitmaps to your survey, you can call RetrievePictInfo. When you are finished with the information in the PictInfo record, be sure to dispose of it. You can dispose of the Palette record by using the DisposePalette procedure. You can dispose of the ColorTable record by using the DisposeCTable procedure. You can dispose of other allocations with the DisposeHandle procedure. You should also use the DisposePictInfo function (described next) to dispose of the private data structures created by the NewPictInfo function.SPECIAL CONSIDERATIONSThe RetrievePictInfo function may move or purge memory.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the RetrievePictInfo function areTrap macro    Selector    _Pack15    $0505    RESULT CODESpictInfoIDErr    –11001    Invalid picture information ID    colorsRequestedErr    –11004    Number out of range or greater than that passed to NewPictInfo    SEE ALSOThe DisposePalette procedure is described in Inside Macintosh: Advanced Color Imaging. The DisposeCTable procedure is described in the chapter “Color QuickDraw” in this book. The DisposeHandle procedure is described in the chapter “Memory Manager” in Inside Macintosh: Memory.DisposePictInfoWhen you are finished gathering information from a survey of pictures, pixel maps, or bitmaps, use the DisposePictInfo function to dispose of the private data structures allocated by the NewPictInfo function. The DisposePictInfo function is also available as the DisposPictInfo function.FUNCTION DisposePictInfo (thePictInfoID: PictInfoID): OSErr;thePictInfoIDThe unique identifier returned by NewPictInfo.DESCRIPTIONThe DisposePictInfo function disposes of the private data structures allocated by the NewPictInfo function, which is described on page 7-53. The DisposePictInfo function does not dispose of any of the handles returned to you in a PictInfo record by the RetrievePictInfo function, which is described on page 7-58. Instead, you can dispose of a Palette record by using the DisposePalette procedure. You can dispose of a ColorTable record by using the DisposeCTable procedure. You can dispose of other allocations with the DisposeHandle procedure. SPECIAL CONSIDERATIONSThe DisposePictInfo function may move or purge memory.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the DisposePictInfo function areTrap macro    Selector    _Pack15    $0206    RESULT CODEpictInfoIDErr    –11001    Invalid picture information ID    SEE ALSOThe DisposePalette procedure is described in Inside Macintosh: Advanced Color Imaging. The DisposeCTable procedure is described in the chapter “Color QuickDraw” in this book. The DisposeHandle procedure is described in the chapter “Memory Manager” in Inside Macintosh: Memory.Application-Defined RoutinesAs described in “Collecting Picture Information” beginning on page 7-46, your application can use the GetPictInfo, GetPixMapInfo, and NewPictInfo functions to gather information about pictures, pixel maps, and bitmaps. Each of these functions can gather up to 256 colors in ColorTable and Palette records. In the colorPickMethod parameter to these functions, you specify how they should select which colors to gather. These Picture Utilities functions provide two color-picking methods: the first selects the most frequently used colors, and the second selects a weighted distribution of the existing colors. You can also create your own color-picking method. You must compile it as a resource of type 'cpmt' and write its entry point in assembly language. To use this color-picking method ('cpmt') resource, pass its resource ID (which must be greater than 127) in the colorPickMethod parameter to these Picture Utilities functions. These functions call your color-picking method’s entry point and pass one of four possible selectors in register D0. These functions pass their parameters on the stack. As shown in Table 7-1, each selector requires your color-picking method to call a different routine, which should return its results in register D0. Table 7-1    Routine selectors for an application-defined color-picking methodD0 value    Routine to call    0    MyInitPickMethod    1    MyRecordColors    2    MyCalcColorTable    3    MyDisposeColorPickMethod    Your color-picking method ('cpmt') resource should include a routine that specifies its color bank (that is, the structure into which all the colors of a picture, pixel map, or bitmap are gathered) and allocates whatever data your color-picking method needs. This routine is explained next as a Pascal function declared as MyInitPickMethod. Your MyInitPickMethod function can let the Picture Utilities generate a color bank consisting of a histogram (that is, frequency counts of each color) to a resolution of 5 bits per color. Or, your MyInitPickMethod function can specify that your application has its own custom color bank—for example, a histogram to a resolution of 8 bits per color.If you create your own custom color bank, your 'cpmt' resource should include a routine that gathers and stores colors; this routine is described on page 7-64 as a Pascal function declared as MyRecordColors.For the number of colors your application requests using the Picture Utilities, your 'cpmt' resource should include a routine that determines which colors to select from the color bank and then fills an array of ColorSpec records with those colors; this routine is described on page 7-65 as a Pascal function declared as MyCalcColorTable. The Picture Utilities function that your application initially called then returns these colors in a Palette record or ColorTable record, as specified by your application when it first called the Picture Utilities function.Your 'cpmt' resource should include a routine that releases the memory allocated by your MyInitPickMethod routine. The routine that releases memory is described on page 7-67 as a Pascal function declared as MyDisposeColorPickMethod.If your routines return an error, that error is passed back to the GetPictInfo, GetPixMapInfo, or NewPictInfo function, which in turn passes the error to your application as a function result.MyInitPickMethodYour color-picking method ('cpmt') resource should include a routine that specifies its color bank and allocates whatever data your color-picking method needs. Here is how you would declare this routine if it were a Pascal function named MyInitPickMethod:FUNCTION MyInitPickMethod (colorsRequested: Integer;                                    VAR dataRef: LongInt;                                    VAR colorBankType: Integer): OSErr;colorsRequestedThe number of colors requested by your application to be gathered for examination in a ColorTable or Palette record.dataRef    A handle to any data needed by your color-picking method; that is, if your application allocates and uses additional data, it should return a handle to it in this parameter.colorBankTypeThe type of color bank your color-picking method uses. Your MyInitPickMethod routine should return one of three valid color bank types, which it can represent with one of these constants:                CONST                    colorBankIsCustom                                = -1;        {gathers colors into a }                                                        { custom color bank}                colorBankIsExactAnd555                                = 0;        {gathers exact colors }                                                        { if there are less }                                                        { than 256 unique }                                                        { colors in picture; }                                                        { otherwise gathers }                                                        { colors for picture }                                                        { in a 5-5-5 histogram}                colorBankIs555                                = 1;         {gathers colors into a }                                                         { 5-5-5 histogram}    Return the colorBankIs555 constant in this parameter if you want to let the Picture Utilities gather the colors for a picture or a pixel map into a 5-5-5 histogram. When you return the colorBankIs555 constant, the Picture Utilities call your MyCalcColorTable routine with a pointer to the color bank (that is, to the 5-5-5 histogram). Your MyCalcColorTable routine (described on page 7-65) selects whatever colors it needs from this color bank. Then the Picture Utilities function called by your application returns these colors in a Palette record, a ColorTable record, or both, as requested by your application.    Return the ColorBankIsExactAnd555 constant in this parameter to make the Picture Utilities return exact colors if there are less than 256 unique colors in the picture; otherwise, the Picture Utilities gather the colors for the picture in a 5-5-5 histogram, just as they do when you return the colorBankIs555 constant. If the picture or pixel map has fewer colors than your application requests when it calls a Picture Utilities function, the Picture Utilities function returns all of the colors contained in the color bank. If the picture or pixel map contains more colors than your application requests, the Picture Utilities call your MyCalcColorTable routine to select which colors to return.     Return the colorBankIsCustom constant in this parameter if you want to implement your own color bank for storing the colors in a picture or a pixel map. For example, because the 5-5-5 histogram that the Picture Utilities provide gathers colors to a resolution of 5 bits per color, your application may want to create a histogram with a resolution of 8 bits per color. When you return the colorBankIsCustom constant, the Picture Utilities call your MyRecordColors routine (explained in the next routine description) to create this color bank. The Picture Utilities also call your MyCalcColorTable routine to select colors from this color bank.DESCRIPTIONYour MyInitPickMethod routine should allocate whatever data your color-picking method needs and store a handle to your data in the location pointed to by the dataRef parameter. In the colorBankType parameter, your MyInitPickMethod routine must also return the type of color bank your color-picking method uses for color storage. If your MyInitPickMethod routine generates any error, it should return the error as its function result.The 5-5-5 histogram that the Picture Utilities provide if you return the ColorBankIs555 or ColorBankIsExactAnd555 constant in the colorBankType parameter is like a reversed cSpecArray record, which is an array of ColorSpec records. (The cSpecArray and ColorSpec records are described in the chapter “Color QuickDraw” in this book.) This 5-5-5 histogram is an array of 32,768 integers, where the index into the array is the color: 5 bits of red, followed by 5 bits of green, followed by 5 bits of blue. Each entry in the array is the number of colors in the picture that are approximated by the index color for that entry. For example, suppose there were three instances of the following color in the pixel map: Red     =    %1101 1010 1010 1110    Green    =    %0111 1010 1011 0001    Blue    =    %0101 1011 0110 1010    This color would be represented by index % 0 11011-01111-01011 (in hexadecimal, $6DEB), and the value in the histogram at this index would be 3, because there are three instances of this color. MyRecordColorsWhen you return the colorBankIsCustom constant in the colorBankType parameter to your MyInitPickMethod function (described in the preceding section), your color-picking method ('cpmt') resource must include a routine that creates this color bank; for example, your application may want to create a histogram with a resolution of 8 bits per color. Here is how you would declare this routine if it were a Pascal function named MyRecordColors: FUNCTION MyRecordColors (dataRef: LongInt;                                 colorsArray: RGBColorArray;                                 colorCount: LongInt;                                 VAR uniqueColors: LongInt): OSErr;dataRef    A handle to any data your method needs. Your application initially creates this handle using the MyInitPickMethod routine (explained in the preceding section). colorsArrayAn array of RGBColor records. (RGBColor records are described in the chapter “Color QuickDraw” in this book.) Your MyRecordColors routine should store the color information for this array of RGBColor records in a data structure of type RGBColorArray. You should define the RGBColorArray data type as follows:                TYPE RGBColorArray  =  ARRAY[0..0] OF RGBColor;colorCount    The number of colors in the array specified in the colorsArray parameter.uniqueColorsUpon input: the number of unique colors already added to the array in the colorsArray parameter. (The Picture Utilities functions call your MyRecordColors routine once for every color in the picture, pixel map, or bitmap.) Your MyRecordColors routine must calculate the number of unique colors (to the resolution of the color bank) that are added by this call. Your MyRecordColors routine should add this amount to the value passed upon input in this parameter and then return the sum in this parameter.DESCRIPTIONYour MyRecordColors routine should store each color encountered in a picture or pixel into its own color bank. The Picture Utilities call MyRecordColors only if your MyInitPickMethod routine returns the constant colorBankIsCustom in the colorBankType parameter. The Picture Utilities functions call MyRecordColors for all the colors in the picture, pixel map, or bitmap. If your MyRecordColors routine generates any error, it should return the error as its function result.MyCalcColorTableYour color-picking method ('cpmt') resource should include a routine that selects as many colors as are requested by your application from the color bank for a picture or pixel map and then fills these colors into an array of ColorSpec records. Here is how you would declare this routine if it were a Pascal function named MyCalcColorTable:FUNCTION MyCalcColorTable (dataRef: LongInt;                                     colorsRequested: Integer;                                     colorBankPtr: Ptr;                                     VAR resultPtr: CSpecArray): OSErr;dataRef    A handle to any data your method needs. Your application initially creates this handle using the MyInitPickMethod routine (explained on page 7-62). colorsRequestedThe number of colors requested by your application to be gathered for examination in a ColorTable or Palette record.colorBankPtrIf your MyInitPickMethod routine (described on page 7-62) returned either the colorBankIsExactAnd555 or colorBankIs555 constant, then this parameter contains a pointer to the 5-5-5 histogram that describes all of the colors in the picture, pixel map, or bitmap being examined. (The format of the 5-5-5 histogram is explained in the routine description for the MyInitPickMethod routine.) Your MyCalcColorTable routine should examine these colors and then, using its own criterion for selecting the colors, fill in an array of ColorSpec records with the number of colors specified in the colorsRequested parameter.     If your MyInitPickMethod routine returned the colorBankIsCustom constant, then the value passed in this parameter is invalid. In this case, your MyCalcColorTable routine should use the custom color bank that your application created (as explained in the routine description for the MyRecordColors routine on page 7-64) for filling in an array of ColorSpec records with the number of colors specified in the colorsRequested parameter.    Your MyCalcColorTable function should return a pointer to this array of ColorSpec records in the next parameter.resultPtr    A pointer to the array of ColorSpec records to be filled with the number of colors specified in the colorsRequested parameter. The Picture Utilities function that your application initially called places these colors in a Palette record or ColorTable record, as specified by your application.DESCRIPTIONSelecting from the color bank created for the picture, bitmap, or pixel map being examined, your MyCalcColorTable routine should fill an array of ColorSpec records with the number of colors requested in the colorsRequested parameter and return this array in the resultPtr parameter. If your MyCalcColorTable routine generates any error, it should return the error as its function result.If more colors are requested than the picture contains, fill the remaining entries with black (0000 0000 0000).The colorBankPtr parameter is of type Ptr because the data stored in the color bank is of the type specified by your MyInitPickMethod routine (described on page 7-62). Thus, if you specified colorBankIs555 in the colorBankType parameter, the color bank would be an array of integers. However, if the Picture Utilities support other data types in the future, the colorBankPtr parameter could point to completely different data types. SPECIAL CONSIDERATIONSAlways coerce the value passed in the colorBankPtr parameter to a pointer to an integer. In the future you may need to coerce this value to a pointer of the type you specify in your MyInitPickMethod function. MyDisposeColorPickMethodYour 'cpmt' resource should include a routine that releases the memory allocated by your MyInitPickMethod routine (which is described on page 7-62). Here is how you would declare this routine if it were a Pascal function named MyDisposeColorPickMethod:FUNCTION MyDisposeColorPickMethod (dataRef: LongInt): OSErr;dataRef    A handle to any data your method needs. Your application initially creates this handle using the MyInitPickMethod routine.DESCRIPTIONYour MyDisposeColorPickMethod routine should release any memory that you allocated in your MyInitPickMethod routine. If your MyDisposeColorPickMethod routine generates any error, it should return the error as its function result.ResourcesThis section describes the picture ('PICT') resource and the color-picking method ('cpmt') resource. You can use the 'PICT' resource to save pictures in the resource fork of your application or document files. You can assemble your own color-picking method for use by the Picture Utilities in a 'cpmt' resource.The Picture ResourceA picture ('PICT') resource contains QuickDraw drawing instructions that can be played back using the DrawPicture procedure.You may find it useful to store pictures in the resource fork of your application or document file. For example, when the user chooses the About command in the Apple menu for your application, you might wish to display a window containing your company’s logo. Or, if yours is a page-layout application, you might want to store all the images created by the user for a document as resources in the document file.You can use high-level tools like the ResEdit resource editor, available from APDA, to create and store images as 'PICT' resources for distribution with your files. To save a picture in a 'PICT' resource while your application is running, you should use Resource Manager routines, such as FSpOpenResFile (to open your application’s resource fork), ChangedResource (to change an existing 'PICT' resource), AddResource (to add a new 'PICT' resource), WriteResource (to write the data to the resource), and CloseResFile and ReleaseResource (to conclude saving the resource). These routines are described in the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox.All 'PICT' resources must be marked purgeable, and they must have resource IDs greater than 127.If you examine the compiled version of a 'PICT' resource, as represented in Figure 7-4, you find that it contains the following elements:n    The size of the resource—if the resource contains a picture created in the version 1 format. Because version 2 and extended version 2 pictures can be much larger than the 32 KB limit imposed by the size of this element, you should use the Resource Manager function MaxSizeResource (described in Inside Macintosh: More Macintosh Toolbox) to determine the size of a picture in version 2 and extended version 2 format.n    The bounding rectangle for the picture. The DrawPicture procedure uses this rectangle to scale the picture when you draw it into a destination rectangle of a different size.n    An array of picture opcodes. A picture opcode is a number that the DrawPicture procedure uses to determine what object to draw or what mode to change for subsequent drawing. For debugging purposes, picture opcodes are listed in Appendix A at the back of this book. Your application generally should not read or write this picture data directly. Instead, you should use the OpenCPicture (or OpenPicture), ClosePicture, and DrawPicture routines to process these opcodes.Figure 7-4    Structure of a compiled picture ('PICT') resourceTo retrieve a 'PICT' resource, specify its resource ID to the GetPicture function, described on page 7-46, which returns a handle to the picture. Listing 7-8 on page 7-20 illustrates an application-defined routine that retrieves and draws a picture stored as a resource. Appendix A, “Picture Opcodes,” shows examples of disassembled picture resources.The Color-Picking Method ResourceThe resource type for an assembled color-picking routine is 'cpmt'. It must have a resource ID greater than 127. The resource data is the assembled code of the routine. See “Application-Defined Routines” beginning on page 7-61 for information about creating a color-picking method resource. Summary of Pictures and the Picture UtilitiesPascal SummaryConstantsCONST        {color-picking methods}    systemMethod                    = 0;        {let Picture Utilities choose the method (currently }                                { they always choose popularMethod)}    popularMethod                    = 1;        {return most frequently used colors}    medianMethod                    = 2;        {return a weighted distribution of colors}    {picture information to be returned by Picture Utilities}    returnColorTable                                = 1;        {return a ColorTable record}    returnPalette                                = 2;        {return a Palette record}    recordComments                                = 4;        {return comment information}    recordFontInfo                                = 8;        {return font information}    suppressBlackAndWhite                                = 16;        {don't include black and }                                            { white with returned colors}    {color bank types}    colorBankIsCustom                                = -1;        {gathers colors into a custom color bank}    colorBankIsExactAnd555                                = 0;        {gathers exact colors if there are less }                                            { than 256 unique colors in picture; }                                            { otherwise gathers colors for picture }                                            { in a 5-5-5 histogram}    colorBankIs555                                = 1;        {gathers colors in a 5-5-5 histogram}Data TypesTYPE    PicPtr                = ^Picture;    PicHandle                = ^PicPtr;    Picture                =     RECORD                                {picture record}        picSize:                Integer;            {for a version 1 picture: its size}        picFrame:                Rect;            {bounding rectangle for the picture}        {variable amount of picture data in the form of opcodes}    END;    OpenCPicParams =     RECORD        srcRect:                Rect;                {optimal bounding rectangle for displaying }                                        { picture at resolution indicated in hRes, }                                        { vRes fields}        hRes:                Fixed;                {best horizontal resolution; }                                        { $00480000 specifies 72 dpi}        vRes:                Fixed;                {best vertical resolution; }                                        { $00480000 specifies 72 dpi}        version:                 Integer;                 {set to -2}        reserved1:                Integer;                {reserved; set to 0}        reserved2:                LongInt;                {reserved; set to 0}    END;    CommentSpecHandle                        = ^CommentSpecPtr;    CommentSpecPtr                        = ^CommentSpec;    CommentSpec                        =         {comment specification record}    RECORD        count:            Integer;                {number of times this type of comment }                                    { occurs in the picture or survey}        ID:            Integer;                {value identifying this type of comment}    END;    FontSpecHandle                    = ^FontSpecPtr;    FontSpecPtr                    = ^FontSpec;    FontSpec                    =                 {font specification record}    RECORD        pictFontID:                Integer;                {font ID as stored in the picture}        sysFontID:                Integer;                {font family ID}        size:                ARRAY[0..3] OF LongInt;                                         {each bit set from 1 to 127 indicates a }                                        { point size at that value; if bit 0 is }                                        { set, then a size larger than 127 }                                        { points is found}        style:                Integer;                {styles used for this font family}        nameOffset:                LongInt;                {offset to font name stored in the }                                        { data structure indicated by the }                                        { fontNamesHandle field of the PictInfo }                                        { record}    END;    PictInfoID                     = LongInt;    PictInfoHandle                    = ^PictInfoPtr;    PictInfoPtr                    = ^PictInfo;    PictInfo                    =                                 {picture information record}    RECORD        version:                        Integer;                        {Picture Utilities version number}        uniqueColors:                        LongInt;                        {total colors in survey}        thePalette:                        PaletteHandle;                        {handle to a Palette record--NIL }                                                        { for a bitmap in a basic }                                                        { graphics port}        theColorTable:                        CTabHandle;                        {handle to a ColorTable record-- }                                                        { NIL for a bitmap in a basic }                                                        { graphics port}        hRes:                        Fixed;                         {best horizontal resolution (dpi)}        vRes:                        Fixed;                        {best vertical resolution (dpi)}        depth:                        Integer;                        {greatest pixel depth}        sourceRect:                        Rect;                        {optimal bounding rectangle for }                                                        { picture for display at }                                                        { resolution specified in hRes }                                                        { and vRes fields}        textCount:                        LongInt;                        {number of text strings in }                                                        { picture(s)}        lineCount:                        LongInt;                        {number of lines in picture(s)}        rectCount:                        LongInt;                        {number of rectangles in }                                                        { picture(s)}        rRectCount:                        LongInt;                        {number of rounded rectangles in }                                                        { picture(s)}        ovalCount:                        LongInt;                        {number of ovals in picture(s)}        arcCount:                        LongInt;                        {number of arcs and wedges in }                                                        { picture(s)}        polyCount:                        LongInt;                        {number of polygons in picture(s)}        regionCount:                        LongInt;                        {number of regions in picture(s)}        bitMapCount:                        LongInt;                        {number of bitmaps}        pixMapCount:                        LongInt;                        {number of pixel maps}        commentCount:                        LongInt;                        {number of comments in picture(s)}        uniqueComments:                        LongInt;                        {number of different comments }                                                        { (by ID) in picture(s)}        commentHandle:                        CommentSpecHandle;                                                        {handle to array of CommentSpec }                                                        { records for picture(s)}        uniqueFonts:                        LongInt;                        {number of fonts in picture(s)}        fontHandle:                        FontSpecHandle;                        {handle to an array of FontSpec }                                                        { records for picture(s)}        fontNamesHandle:                        Handle;                        {handle to list of font names for }                                                        { picture(s)}        reserved1:                        LongInt;        reserved2:                        LongInt;    END;RoutinesCreating and Disposing of PicturesFUNCTION OpenCPicture     (newHeader: OpenCPicParams): PicHandle;FUNCTION OpenPicture     (picFrame: Rect): PicHandle;PROCEDURE PicComment     (kind,dataSize: Integer; dataHandle: Handle);PROCEDURE ClosePicture;PROCEDURE KillPicture     (myPicture: PicHandle);Drawing PicturesPROCEDURE DrawPicture     (myPicture: PicHandle; dstRect: Rect);FUNCTION GetPicture    (picID: Integer): PicHandle;Collecting Picture Information/* DisposePictInfo is also spelled as DisposPictInfo */FUNCTION GetPictInfo     (thePictHandle: PicHandle; VAR thePictInfo: PictInfo; verb: Integer; colorsRequested: Integer; colorPickMethod: Integer; version: Integer): OSErr;FUNCTION GetPixMapInfo     (thePixMapHandle: PixMapHandle; VAR thePictInfo: PictInfo; verb: Integer; colorsRequested: Integer; colorPickMethod: Integer; version: Integer): OSErr;FUNCTION NewPictInfo     (VAR thePictInfoID: PictInfoID; verb: Integer; colorsRequested: Integer; colorPickMethod: Integer; version: Integer): OSErr;FUNCTION RecordPictInfo     (thePictInfoID: PictInfoID; thePictHandle: PicHandle): OSErr;FUNCTION RecordPixMapInfo     (thePictInfoID: PictInfoID; thePixMapHandle: PixMapHandle): OSErr;FUNCTION RetrievePictInfo    (thePictInfoID: PictInfoID; VAR thePictInfo: PictInfo; colorsRequested: Integer): OSErr;FUNCTION DisposePictInfo     (thePictInfoID: PictInfoID): OSErr;Application-Defined RoutinesFUNCTION MyInitPickMethod    (colorsRequested: Integer; VAR dataRef: LongInt; VAR colorBankType: Integer): OSErr;FUNCTION MyRecordColors     (dataRef: LongInt; colorsArray: RGBColorArray; colorCount: LongInt; VAR uniqueColors: LongInt): OSErr;FUNCTION MyCalcColorTable    (dataRef: LongInt; colorsRequested: Integer; colorBankPtr: Ptr; VAR resultPtr: CSpecArray): OSErr;FUNCTION MyDisposeColorPickMethod(dataRef: LongInt): OSErr;C SummaryConstants/* color-picking methods */#define systemMethod                                0    /* let Picture Utilities choose the method                                         (currently they always choose popularMethod) */#define popularMethod                                1    /* return most frequently used colors */#define medianMethod                                2    /* return a weighted distribution of colors *//* picture information to be returned by Picture Utilities */#define returnColorTable                                    ((short) 0x0001)                        /* return a ColorTable record */#define returnPalette                                    ((short) 0x0002)                        /* return a Palette record */#define recordComments                                    ((short) 0x0004)                        /* return comment information */#define recordFontInfo                                    ((short) 0x0008)                        /* return font information */#define suppressBlackAndWhite                                    ((short) 0x0010)                        /* don't include black and                                                                 white with returned colors *//* color bank types */#define ColorBankIsCustom                                            -1        /* gathers colors into a custom                                                         color bank */#define ColorBankIsExactAnd555                                            0        /* gathers exact colors if there are                                                         less than 256 unique colors in                                                        picture; otherwise gathers colors                                                         for picture in a 5-5-5 histogram */#define ColorBankIs555                                            1        /* gathers colors in a 5-5-5                                                        histogram */Data Typesstruct Picture {    short            picSize;                /* for a version 1 picture: its size */    Rect            picFrame;                /* bounding rectangle for the picture */    /* variable amount of picture data in the form of opcodes */};typedef struct Picture Picture;typedef Picture *PicPtr, **PicHandle;struct OpenCPicParams {    Rect        srcRect;                /* optimal bounding rectangle for displaying picture at                                resolution indicated in hRes, vRes fields */    Fixed        hRes;                /* best horizontal resolution; $00480000 specifies                                 72 dpi */    Fixed        vRes;                /* best vertical resolution; $00480000 specifies                                 72 dpi */    short        version;                /* set to -2 */    short        reserved1;                /* reserved; set to 0 */    long        reserved2;                /* reserved; set to 0 */};struct CommentSpec {    short            count;            /* number of times this type of comment occurs in                                  the picture or survey */    short            ID;            /* value identifying this type of comment */};typedef struct CommentSpec CommentSpec;typedef CommentSpec *CommentSpecPtr, **CommentSpecHandle;struct FontSpec {                                /* font specification record */    short            pictFontID;                /* font ID as stored in the picture */    short            sysFontID;                /* font family ID */    long            size[4];                /* each bit set from 1 to 127 indicates a point                                    size at that value; if bit 0 is set, then a size                                    larger than 127 is found */    short            style;                /* styles used for this font family */    long            nameOffset;                /* offset to font name stored in the data structure                                     indicated by the fontNamesHandle field of the                                     PictInfo record */};typedef struct FontSpec FontSpec;typedef FontSpec *FontSpecPtr, **FontSpecHandle;struct  PictInfo {    short                        version;                    /* Picture Utilities version number */    long                        uniqueColors;                    /* total colors in survey */    PaletteHandle                        thePalette;                    /* handle to a Palette record--NIL for                                                     a bitmap in a basic graphics port */    CTabHandle                        theColorTable;                    /* handle to a ColorTable record--NIL for                                                     a bitmap in a basic graphics port */    Fixed                        hRes;                    /* best horizontal resolution (dpi)} */    Fixed                        vRes;                    /* best vertical resolution (dpi) */    short                        depth;                    /* greatest pixel depth */    Rect                        sourceRect;                    /* optimal bounding rectangle for                                                      picture for display at resolution                                                    specified in hRes and vRes fields */    long                        textCount;                    /* number of text strings in                                                     picture(s) */    long                        lineCount;                    /* number of lines in picture(s) */    long                        rectCount;                    /* number of rectangles in picture(s) */    long                        rRectCount;                    /* number of rounded rectangles in                                                      picture(s) */    long                        ovalCount;                    /* number of ovals in picture(s) */    long                        arcCount;                    /* number of arcs and wedges in                                                     picture(s) */    long                        polyCount;                    /* number of polygons in picture(s) */    long                        regionCount;                    /* number of regions in picture(s) */    long                        bitMapCount;                    /* number of bitmaps */    long                        pixMapCount;                    /* number of pixel maps */    long                        commentCount;                    /* number of comments in picture(s) */    long                        uniqueComments;                                                /* number of different comments (by ID)                                                     in picture(s) */    CommentSpecHandle                        commentHandle;                    /* handle to an array of CommentSpec                                                     structures for picture(s) */    long                        uniqueFonts;                    /* number of fonts in picture(s) */    FontSpecHandle                        fontHandle;                    /* handle to an array of FontSpec                                                     structures for picture(s) */     Handle                        fontNamesHandle;                                                /* handle to list of font names for                                                     picture(s) */    long                        reserved1;    long                        reserved2;};typedef struct PictInfo PictInfo;typedef PictInfo *PictInfoPtr,**PictInfoHandle;typedef long PictInfoID;FunctionsCreating and Disposing of Picturespascal PicHandle OpenCPicture(const OpenCPicParams *newHeader); pascal PicHandle OpenPicture    (const Rect *picFrame); pascal void PicComment    (short kind, short dataSize, Handle dataHandle); pascal void ClosePicture    (void);pascal void KillPicture    (PicHandle myPicture); Drawing Picturespascal void DrawPicture    (PicHandle myPicture, const Rect *dstRect);pascal PicHandle GetPicture    (Integer picID);Collecting Picture Informationpascal OSErr GetPictInfo    (PicHandle thePictHandle, PictInfo *thePictInfo, short verb, short colorsRequested, short colorPickMethod, short version);pascal OSErr GetPixMapInfo    (PixMapHandle thePixMapHandle, pictInfo *thePictInfo, short verb, short colorsRequested, short colorPickMethod, short version);pascal OSErr NewPictInfo    (PictInfoID *thePictInfoID, short verb,         short colorsRequested, short colorPickMethod,short version);pascal OSErr RecordPictInfo    (PictInfoID thePictInfoID, PicHandle thePictHandle);pascal OSErr RecordPixMapInfo(PictInfoID thePictInfoID, PixMapHandle thePixMapHandle);pascal OSErr RetrievePictInfo(PictInfoID thePictInfoID, PictInfo *thePictInfo, short colorsRequested);pascal OSErr DisposePictInfo    (PictInfoID thePictInfoID);Application-Defined Functionspascal OSErr MyInitPickMethod(short colorsRequested, long *dataRef, short *colorBankType);pascal OSErr MyRecordColors     (long dataRef, RGBColorArray colorsArray, long colorCount, long *uniqueColors);pascal OSErr MyCalcColorTable(long dataRef, short colorsRequested, Ptr colorBankPtr, CSpecArray *resultPtr);pascal OSErr MyDisposeColorPickMethod(long dataRef);Assembly-Language SummaryData StructuresPicture Data Structure0    picSize    word    for a version 1 picture: its size    2    picFrame    8 bytes    bounding rectangle for the picture    10    picData    variable    variable amount of picture data    OpenCPicParams Data Structure    0    srcRect    8 bytes    optimal bounding rectangle for displaying picture at hRes, vRes    8    hRes    long    best horizontal resolution    12    vRes    long    best vertical resolution    16    version    word    always set to –2    18    reserved1    word    reserved; set to 0    20    reserved2    long    reserved; set to 0    CommentSpec Data Structure0    count    long    number of times this type of comment occurs in picture or survey    4    ID    long    value identifying this type of comment    FontSpec Data Structure    0    pictFontID    word    font ID as stored in the picture    2    sysFontID    word    font family ID    4    size    8 bytes    each bit set from 1 to 127 indicates a point size at that value; if bit 0 is set, then a size larger than 127 points is found    12    style    word    styles used for this font family    14    nameOffset    long    offset to font name stored in the data structure indicated by the fontNamesHandle field of the PictInfo record    PictInfo Data Structure    0    version    word    Picture Utilities version number    2    uniqueColors    long    total number of colors in survey    6    thePalette    long    handle to a Palette record—NIL for a bitmap in a basic graphics port    10    theColorTable    long    handle to a ColorTable record—NIL for a bitmap in a basic graphics port    14    hRes    long    best horizontal resolution (dpi)    18    vRes    long    best vertical resolution (dpi)    22    depth    word    greatest pixel depth    24    sourceRect    8 bytes    optimal bounding rectangle for picture for display at resolution specified in hRes and vRes fields    32    textCount    long    number of text strings in picture(s)    36    lineCount    long    number of lines in picture(s)    40    rectCount    long    number of rectangles in picture(s)    44    rRectCount    long    number of rounded rectangles in picture(s)    48    ovalCount    long    number of ovals in picture(s)    52    arcCount    long    number of arcs and wedges in picture(s)    56    polyCount    long    number of polygons in picture(s)    60    regionCount    long    number of regions in picture(s)    64    bitMapCount    long    number of bitmaps    68    pixMapCount    long    number of pixel maps    72    commentCount    long    number of comments in picture(s)    76    uniqueComments    long    number of different comments (by ID) in picture(s)    80    commentHandle    long    handle to an array of CommentSpec records for picture(s)     84    uniqueFonts    long    number of fonts in picture(s)    88    fontHandle    long    handle to an array of FontSpec records for picture(s)    92    fontNamesHandle    long    handle to list of font names for picture(s)    96    reserved1    long    reserved    100    reserved2    long    reserved    Trap MacrosTrap Macros Requiring Routine Selectors_Pack15Selector    Routine    $0206    DisposePictInfo    $0403    RecordPictInfo    $0404    RecordPixMapInfo    $0505    RetrievePictInfo    $0602    NewPictInfo    $0800    GetPictInfo    $0801    GetPixMapInfo    Result CodespictInfoVersionErr    –11000    Version number not 0    pictInfoIDErr    –11001    Invalid picture information ID    pictInfoVerbErr    –11002    Invalid verb combination specified    cantLoadPickMethodErr    –11003    Custom pick method not in resource chain    colorsRequestedErr    –11004    Number out of range or greater than that passed to NewPictInfo    pictureDataErr    –11005    Invalid picture data     Listing 8-0Table 8-0Cursor UtilitiesContentsAbout the Cursor8-3Using the Cursor Utilities8-5Initializing the Cursor8-6Changing the Appearance of the Cursor8-7Creating an Animated Cursor8-13Cursor Utilities Reference8-16Data Structures8-16Routines8-21Initializing Cursors8-21Changing Black-and-White Cursors8-24Changing Color Cursors8-25Hiding and Showing Cursors8-28Displaying Animated Cursors8-31Resources8-33The Cursor Resource8-33The Color Cursor Resource8-34The Animated Cursor Resource8-36Summary of Cursor Utilities8-38Pascal Summary8-38Constants8-38Data Types8-38Routines8-39C Summary8-40Constants8-40Data Types8-41Functions8-42Assembly-Language Summary8-43Data Structures8-43Global Variables8-43Cursor UtilitiesThis chapter describes the utilities that your application uses to draw and manipulate the cursor on the screen. You should read this chapter to find out how to implement cursors in your application. For example, you should change the arrow cursor to an I-beam cursor when it’s over text and to an animated cursor when a medium-length process is under way. Cursors are defined in resources; the routines in this chapter automatically call the Resource Manager as necessary. For more information about resources, see the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox. Color cursors are defined in resources as well, though they use Color QuickDraw. For information about Color QuickDraw, see the chapter “Color QuickDraw” in this book. This chapter describes how ton    create and display black-and-white and color cursorsn    change the cursor’s shape over different areas on the screenn    display an animated cursorAbout the CursorA cursor is a 256-pixel, black-and-white image in a 16-by-16 pixel square usually defined by an application in a cursor ('CURS') resource. The cursor is an integral part of the Macintosh user interface. The user manipulates the cursor with the mouse to select objects or areas on the screen. (It appears only on the screen and never in an offscreen graphics port.) The user moves the cursor across the screen by moving the mouse. Most actions take place only when the user positions the cursor over an object on the screen, then clicks (presses and releases the mouse button). For example, a user might point at a document icon created by your application and click to select it, then choose the Open command from the File menu by pointing at it with the mouse button depressed and then releasing the mouse button. You use a cursor in the content area of your application’s windows to allow the user to select all or part of the content. Your application also uses the cursor in the scroll bar area of its windows to adjust the position of the document’s contents in the window area. You can change the shape of the cursor to indicate that a user is over a certain kind of content, such as text, or to provide feedback about the status of the computer system.NoteSome Macintosh user manuals call the cursor a pointer because it points to a location on the screen. To avoid confusion with other meanings of pointer, Inside Macintosh uses the alternate term cursor.u Basic QuickDraw supplies a predefined cursor in the global variable named arrow; this is the standard arrow cursor.One point in the cursor’s image is designated as the hot spot, which in turn points to a location on the screen. The hot spot is the portion of the pointer that must be positioned over a screen object before mouse clicks can have an effect on that object. For example, when the user presses the mouse button, the Event Manager function WaitNextEvent reports the location of the cursor’s hot spot in global coordinates. Figure 8-1 illustrates three cursors and their hot spot points.Figure 8-1    Hot spots in cursorsThe hot spot is a point (not a bit) in the bit image for the cursor. Imagine the rectangle with corners (0,0) and (16,16) containing the cursor’s bit image, as in each of the examples in Figure 8-1; each hot spot is defined in the local coordinate systems of these rectangles. For the arrow cursor in this figure, local coordinates (1,1) designate the hot spot. A hot spot of (8,8) is in the center of the crosshairs cursor in Figure 8-1. Notice that the hot spot for the pointing hand cursor has a horizontal coordinate of 16 and a vertical coordinate of 9.Whenever the user moves the mouse, the low-level interrupt-driven mouse routines move the cursor to a new location on the screen. Your application doesn’t need to do anything to move the cursor. Your application should change the cursor shape depending on where the user positions it on the screen. For example, when the cursor is in your application’s menu bar, the cursor should usually have an arrow shape. When the user moves the cursor over a text document, your application should change the cursor’s shape to an I-beam, which indicates where the insertion point will move if the user clicks. When it’s over graphic objects, the cursor may have different shapes depending on the type of graphic and the operation that the user is attempting to complete. You should change the cursor shape only to provide information to the user. In other words, don’t change its shape randomly. In general, you should always make the cursor visible in your application. To maintain a stable and consistent environment, the user should have access to the cursor. There are a few cases when the cursor may not be visible. For example, in an application where the user is entering text, the insertion point should blink and the cursor should not be visible. If the cursor and the insertion point were both visible, it might confuse the user about where the input would appear. Or, if the user is viewing a slide show in a presentation software application, the cursor need not be visible. However, whenever the user needs access to the cursor, a simple move of the mouse should make the cursor visible again. When the cursor is used for choosing and selecting, it should remain black. You may want to display a color cursor when the user is drawing or typing in color. The cursor shouldn’t contain more than one color at a time, with the exception of a multicolored paintbrush cursor. It’s hard for the eye to distinguish small areas of color. Make sure that the hot spot can be seen when it’s placed on a background of a similar color. This can be accomplished by changing the color of the cursor or by adding a one-pixel outline in a contrasting color.When your application is performing an operation that will take at least a couple of seconds, and more time than a user might expect, you need to provide feedback to the user that the operation is in progress. If the operation will last a second or two (a short operation), change the cursor to the wristwatch cursor. If the operation takes several seconds (a medium-length operation) and the user can do nothing in your application but stop the operation, wait until it is completed, or switch to another application, you need to display an animated cursor. This lets the user know that the computer system hasn’t crashed—it’s just busy. If the operation will take longer than several seconds (a lengthy operation), your application should display a status indicator to show the user the estimated total time and the elapsing time of the operation. For more information about displaying cursors and status indicators in your application, see Macintosh Human Interface Guidelines. Using the Cursor UtilitiesThis section describes how you cann    create cursorsn    change the shape of the cursorn    animate a cursor to indicate that a medium-length process is taking placeTo implement cursors, you need ton    define black-and-white cursors as 'CURS' resources in the resource file of your applicationn    define color cursors in 'crsr' resources—if you want to display color cursors—in the resource file of your applicationn    define 'acur' resources—if you want to display animated cursors—in the resource file of your applicationn    initialize the Cursor Utilities by using the InitCursor and InitCursorCtl procedures when your application starts upn    use the SetCursor or SetCCursor procedure to change the cursor shape as necessaryn    animate the cursor by using the SpinCursor or RotateCursor procedureYou use 'CURS' resources to create black-and-white cursors for display on black-and-white and color screens. You use 'crsr' resources to create color cursors for display on systems supporting Color QuickDraw. Each 'crsr' resource also contains a black-and-white image that Color QuickDraw displays on black-and-white screens.Before using the routines that handle color cursors—namely, the GetCCursor, SetCCursor, and DisposeCCursor routines—you must test for the existence of Color QuickDraw by using the Gestalt function with the GestaltQuickDrawVersion selector. If the value returned in the response parameter is equal to or greater than the value of the constant gestalt32BitQD, then the system supports Color QuickDraw. Both basic and Color QuickDraw support all other routines described in this chapter. Initializing the CursorWhen your application starts up, the Finder sets the cursor to a wristwatch; this indicates that an operation is in progress. When your application nears completion of its initialization tasks, it should call the InitCursor procedure to change the cursor from a wristwatch to an arrow, as shown in the application-defined procedure DoInit in Listing 8-1.Listing 8-1    Initializing the Cursor UtilitiesPROCEDURE DoInit;BEGIN        DoSetUpHeap;                         {perform Memory Manager initialization here}    InitGraf(@thePort);    {initialize basic QuickDraw}    InitFonts;                            {initialize Font Manager}    InitWindows;                         {initialize Window Manager & other Toolbox }                             { managers here}                             {perform all other initializations here}    InitCursor;                               {set cursor to an arrow instead of a }                              { wristwatch}    InitCursorCtl(NIL);                        {load resources for animated cursor with }                             { resource ID 0}END; {of DoInit}If your application uses an animated cursor to indicate that an operation of medium length is under way, it should also call the InitCursorCtl procedure to load its 'acur' resource and associated 'CURS' resources, as illustrated in Listing 8-1.Changing the Appearance of the CursorWhenever the user moves the mouse, the mouse driver, the Event Manager, and your application are responsible for providing feedback to the user. The mouse driver performs low-level functions, such as continually polling the mouse for its location and status and maintaining the current location of the mouse in a global variable. Whenever the user moves the mouse, a low-level interrupt routine of the mouse driver moves the cursor displayed on the screen and aligns the hot spot of the cursor with the new mouse location. This section describes how to use the GetCursor and SetCursor routines to change the appearance of a black-and-white cursor when it is in different areas of the screen. (To change the cursor to a color cursor, your application must use the GetCCursor function, described on page 8-26, and the SetCCursor procedure, described on page 8-26.)Your application is responsible for setting the initial appearance of the cursor, for restoring the cursor after the Event Manager function WaitNextEvent returns, and for changing the appearance of the cursor as appropriate for your application. For example, most applications set the cursor to the I-beam when the cursor is inside a text-editing area of a document, and they change the cursor to an arrow when the cursor is inside a scroll bar of a document. Your application can achieve this effect by requesting that the Event Manager report mouse-moved events if the user moves the cursor out of a region you specify in the mouseRgn parameter to the WaitNextEvent function. WaitNextEvent is described in the chapter “Event Manager” in Inside Macintosh: Macintosh Toolbox Essentials. The mouse driver and your application control the shape and appearance of the cursor. A cursor can be any 256-pixel image, defined by a 16-by-16 pixel square. The mouse driver displays the current cursor, which your application can change by using the SetCursor or SetCCursor procedure. Figure 8-2 shows the standard arrow cursor. You initialize the cursor to the standard arrow cursor when you use the InitCursor procedure, as shown in Listing 8-1. As shown in Figure 8-2, the hot spot for the arrow cursor is at location (1,1). Figure 8-2    The standard arrow cursorFigure 8-3 shows four other common cursors that are available to your application: the I-beam, crosshairs, plus sign, and wristwatch cursors. Figure 8-3    The I-beam, crosshairs, plus sign, and wristwatch cursorsThe I-beam, crosshairs, plus sign, and wristwatch cursors are defined as resources, and your application can get a handle to any of these cursors by specifying their corresponding resource IDs to the GetCursor function. These constants specify the resource IDs for these common cursors: CONST        iBeamCursor                = 1;        {used in text editing}        crossCursor                = 2;        {often used for manipulating graphics}        plusCursor                = 3;        {often used for selecting fields in }                                 { an array}        watchCursor                = 4;        {used when a short operation is in }                                 { progress}After you use the GetCursor function to obtain a handle to one of these cursors or to one defined by your own application in a 'CURS' resource, you can change the appearance of the cursor by using the SetCursor procedure.Your application usually needs to change the shape of the cursor as the user moves the cursor to different areas within a document. Your application can use mouse-moved events to help accomplish this. Your application also needs to adjust the cursor in response to resume events. Most applications adjust the cursor once through the event loop in response to almost all events.You can request that the Event Manager report mouse-moved events whenever the cursor is outside of a specified region that you pass as a parameter to the WaitNextEvent function. (If you specify an empty region or a NIL handle to the WaitNextEvent function, WaitNextEvent does not report mouse-moved events.)If you specify a nonempty region in the mouseRgn parameter to the WaitNextEvent function, WaitNextEvent returns a mouse-moved event whenever the cursor is outside of that region. For example, Figure 8-4 shows a document window. Your application might define two regions: a region that encloses the text area of the window (the I-beam region), and a region that defines the scroll bars and all other areas outside the text area (the arrow region). If your application has specified the I-beam region to WaitNextEvent, the mouse driver continues to display the I-beam cursor until the user moves the cursor out of the region. Figure 8-4    A window and its arrow and I-beam regionsWhen the user moves the cursor out of the I-beam region, WaitNextEvent reports a mouse-moved event. Your application can then change the I-beam cursor to the arrow cursor and change the mouseRgn parameter to the area defined by the scroll bars and all other areas outside of the I-beam region. The cursor remains an arrow until the user moves the cursor out of the arrow region, at which point your application receives a mouse-moved event. Figure 8-5 shows how an application might change the cursor from the I-beam cursor to the arrow cursor after receiving a mouse-moved event.Figure 8-5    Changing the cursor from the I-beam cursor to the arrow cursorNote that your application should recalculate the mouseRgn parameter when it receives a mouse-moved event; otherwise, it will continue to receive mouse-moved events as long as the cursor position is outside the original region.Listing 8-2 shows an application-defined routine called MyAdjustCursor. After receiving any event other than a high-level event, the application’s event loop (described in the chapter “Event Manager” in Inside Macintosh: Macintosh Toolbox Essentials) calls MyAdjustCursor to adjust the cursor.Listing 8-2    Changing the cursorPROCEDURE MyAdjustCursor (mouse: Point; VAR region: RgnHandle);VAR    window:                    WindowPtr;    arrowRgn:                    RgnHandle;    iBeamRgn:                    RgnHandle;    iBeamRect:                    Rect;    myData:                    MyDocRecHnd;    windowType:                    Integer;BEGINwindow := FrontWindow;{Determine the type of window--document, modeless, etc.}windowType := MyGetWindowType(window);CASE windowType OF    kMyDocWindow:    BEGIN        {initialize regions for arrow and I-beam}        arrowRgn := NewRgn;        ibeamRgn := NewRgn;        {set arrow region to large region at first}        SetRectRgn(arrowRgn, -32768, -32768, 32766, 32766);        {calculate I-beam region}        {first get the document's TextEdit view rectangle}        myData := MyDocRecHnd(GetWRefCon(window));        iBeamRect := myData^^.editRec^^.viewRect;        SetPort(window);        WITH iBeamRect DO        BEGIN            LocalToGlobal(topLeft);            LocalToGlobal(botRight);        END;        RectRgn(iBeamRgn, iBeamRect);        WITH window^.portBits.bounds DO            SetOrigin(-left, -top);         {intersect I-beam region with window's visible region}        SectRgn(iBeamRgn, window^.visRgn, iBeamRgn);        SetOrigin(0,0);        {calculate arrow region by subtracting I-beam region}        DiffRgn(arrowRgn, iBeamRgn, arrowRgn);        {change the cursor and region parameter as necessary}        IF PtInRgn(mouse, iBeamRgn) THEN {cursor is in I-beam rgn}        BEGIN                                            SetCursor(GetCursor(iBeamCursor)^^);                                                        {set to I-beam}            CopyRgn(iBeamRgn, region);                                         {update the region param}        END;        {update cursor if in arrow region}        IF PtInRgn(mouse, arrowRgn) THEN {cursor is in arrow rgn}        BEGIN            SetCursor(arrow);                                        {set cursor to the arrow}            CopyRgn(arrowRgn, region);                                        {update the region param}        END;        DisposeRgn(iBeamRgn);        DisposeRgn(arrowRgn);    END; {of kMyDocWindow}    kMyGlobalChangesID:        MyCalcCursorRgnForModelessDialogBox(window, region);    kNil:    BEGIN        MySetRegionNoWindows(kNil, region);        SetCursor(arrow);    END;    END; {of CASE}END;The MyAdjustCursor procedure sets the cursor appropriately, according to whether a document window or modeless dialog box is active. For a document window, MyAdjustCursor defines two regions, specified by the arrowRgn and iBeamRgn variables. If the cursor is inside the region described by the arrowRgn variable, MyAdjustCursor sets the cursor to the arrow cursor and returns the region described by arrowRgn. Similarly, if the cursor is inside the region described by the iBeamRgn variable, MyAdjustCursor sets the cursor to the I-beam cursor and returns the region described by iBeamRgn. The MyAdjustCursor procedure calculates the two regions by first setting the arrow region to the largest possible region. It then sets the I-beam region to the region described by the document’s TextEdit view rectangle. This region typically corresponds to the content area of the window minus the scroll bars. (If your application doesn’t use TextEdit for its document window, then set this region as appropriate to your application.) The MyAdjustCursor routine adjusts the I-beam region so that it includes only the part of the content area that is in the window’s visible region (for example, to take into account any floating windows that might be over the window). The code in this listing sets the arrow region to include the entire screen except for the region occupied by the I-beam region. (TextEdit is described in Inside Macintosh: Text.)The MyAdjustCursor procedure then determines which region the cursor is in and sets the cursor and region parameter appropriately. For modeless dialog boxes, MyAdjustCursor calls its own routine to appropriately adjust the cursor for the modeless dialog box. The MyAdjustCursor procedure also appropriately adjusts the cursor if no windows are currently open.Your application should normally hide the cursor when the user is typing. You can remove the cursor image from the screen by using either the HideCursor or Hide_Cursor procedure. You can hide the cursor temporarily by using the ObscureCursor procedure, or you can hide the cursor in a given rectangle by using the ShieldCursor procedure. To display a hidden cursor, use the ShowCursor or Show_Cursor procedure. Note that you do not need to explicitly show the cursor after your application uses the ObscureCursor procedure; instead, the cursor automatically reappears when the user moves the mouse again. These procedures are described in “Hiding and Showing Cursors” beginning on page 8-28.Creating an Animated CursorYour application should display an animated cursor when performing a medium-length operation that might cause the user to think that the computer has stopped working. To create an animated cursor, you shouldn    create a series of 'CURS' resources that make up the “frames” of the animationn    create an 'acur' resource with a resource ID of 0n    pass the value NIL to the InitCursorCtl procedure once in your program code to load these resourcesn    use either the RotateCursor or SpinCursor procedure when your application is busy with its taskNoteAn alternate, but more code-intensive, method of creating and displaying an animated cursor is shown in the chapter “Vertical Retrace Manager” in Inside Macintosh: Processes.uTypically, an animated cursor uses four to seven frames. For example, the seven 'CURS' resources in Figure 8-6 constitute the seven frames of a globe cursor that spins. To create these resources, your application typically uses a high-level utility such as ResEdit, which is available from APDA.Figure 8-6    The 'CURS' resources for an animated globe cursorTo collect and order your 'CURS' frames into a single animation, you must create an 'acur' resource. This resource specifies the IDs of the 'CURS' resources and the sequence for displaying them in your animation. If your application uses only one spinning cursor, give your 'acur' resource a resource ID of 0.  Figure 8-7 shows how the 'CURS' resources for the spinning globe cursor are specified in an 'acur' resource using ResEdit.Figure 8-7    An 'acur' resource for an animated cursorTo load the 'acur' resource and its associated 'CURS' resources, use the InitCursorCtl procedure once prior to calling the RotateCursor or SpinCursor procedure. If you pass NIL to InitCursorCtl, then it automatically loads the 'acur' resource that has an ID of 0 in your application’s resource file. If you wish to use multiple animated cursors, you must create multiple 'acur' resources—that is, one for each series of 'CURS' resources. Prior to displaying one of your animated cursors with RotateCursor or SpinCursor, you must call the Resource Manager function GetResource to return a handle to its 'acur' resource. Your application must coerce that handle to one of type acurHandle, and then pass this handle to the InitCursorCtl procedure. See the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox for more information about GetResource. When you call RotateCursor or SpinCursor, one frame—that is, one 'CURS' resource—is displayed. When you pass a positive value to the procedure the next time you call it, the next frame specified in the 'acur' resource is displayed. A negative value passed to either procedure displays the previous frame listed in the 'acur' resource. The distinction between RotateCursor and SpinCursor is that your application maintains an index for changing the cursor when calling RotateCursor, but your application does not maintain an index for changing the cursor when calling SpinCursor; instead, your application must determine the proper interval for calling SpinCursor.Listing 8-3 shows an application-defined routine called MyRotateCursor. When the application calling MyRotateCursor starts on a medium-length operation and needs to indicate to the user that the operation is in progress, the application sets its global variable gDone to FALSE and repeatedly calls MyRotateCursor until the operation is complete and gDone becomes TRUE. Listing 8-3    Animating a cursor with the RotateCursor procedurePROCEDURE MyRotateCursor;BEGIN    IF NOT gDone THEN    BEGIN        RotateCursor(TickCount);    END;END;Listing 8-3 uses the Event Manager function TickCount to maintain an index for RotateCursor to use when displaying the frames for an animated cursor. (A tick is approximately 1/60 of a second; TickCount returns the number of ticks since the computer started up.) When the value passed as a parameter to RotateCursor is a multiple of 32, then RotateCursor displays the next frame in the animation.Listing 8-4 shows an application-defined routine called MySpinCursor. As you see in Listing 8-4, the application does not maintain an index for displaying the frames for an animated cursor. Instead, every time SpinCursor is called, the next frame in the animation is displayed.Listing 8-4    Animating a cursor with the SpinCursor procedurePROCEDURE MySpinCursor;BEGIN    IF NOT gDone THEN        SpinCursor(0);    END;If the operation takes less than a second or two, your application can simply use the SetCursor procedure to display the cursor with the resource ID represented by the watchCursor constant. If the operation will take longer than several seconds (a lengthy operation), your application should display a status indicator in a dialog box to show the user the estimated total time and the elapsing time of the operation. See the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about creating and displaying dialog boxes. Cursor Utilities ReferenceThis section describes the data structures, routines, and resources that are specific to cursors. “Data Structures” shows the Pascal data structures for the Bits16 array and the Cursor, CCrsr, Cursors, and Acur records. “Routines” describes the routines for initializing cursors, managing black-and-white cursors, managing color cursors, hiding and showing cursors, and displaying animated cursors. “Resources” describes the cursor resource, the color cursor resource, and the animated cursor resource. The constants that represent values for the standard cursors are listed in “Summary of Cursor Utilities.”Data StructuresYour application typically does not create the data structures described in this section. Although you can create a Cursor record and its associated Bits16 array in your program code, it is usually easier to create a black-and-white cursor in a cursor resource, which is described on page 8-33. Similarly, you can create a CCrsr record in your program code, but it is usually easier to create a color cursor in a color cursor resource, which is described on page 8-34. The Cursors data type contains the standard cursors you can display. Finally, you usually list animated cursors in an animated cursor resource, which is described on page 8-36, instead of creating them in an Acur record. Bits16The Bits16 array is used by the Cursor record to hold a black-and-white, 16-by-16 pixel square image. Bits16 = ARRAY[0..15] OF Integer;CursorYour application typically does not create Cursor records, which are data structures of type Cursor. Although you can create a Cursor record and its associated Bits16 array in your program code, it is usually easier to create a black-and-white cursor in a cursor resource, which is described on page 8-33.A cursor is a 256-pixel, black-and-white image in a 16-by-16 pixel square usually defined by an application in a cursor ('CURS') resource. When your application uses the GetCursor function (described on page 8-24) to get a cursor from a 'CURS' resource, GetCursor uses the Resource Manager to load the resource into memory as a Cursor record. Your application can then display the color cursor by using the SetCursor procedure, which is described on page 8-25.A Cursor record is defined as follows:TYPE CursPtr                    = ^Cursor;CursHandle                    = ^CursPtr;Cursor =        RECORD        data:            Bits16;            {cursor image}        mask:            Bits16;            {cursor mask}        hotSpot:            Point;            {point aligned with mouse}    END;Field descriptionsdata    Cursor image data, which must begin on a word boundary. The Bits16 data type for this field is described in the preceding section.mask    The cursor’s mask, whose effects are shown in Table 8-1. QuickDraw uses the mask to crop the cursor’s outline into a background color or pattern. QuickDraw then draws the cursor into this shape. The Bits16 data type for this field is described in the preceding section.hotSpot    A point in the image that aligns with the mouse location.This field aligns a point (not a bit) in the image with the mouse location on the screen. Whenever the user moves the mouse, the low-level interrupt-driven mouse routines move the cursor. When the user clicks, the Event Manager function WaitNextEvent reports the location of the cursor’s hot spot in global coordinates.The cursor appears on the screen as a 16-by-16 pixel square. The appearance of each bit of the square is determined by the corresponding bits in the data and mask and, if the mask bit is 0, by the pixel under the cursor, as shown in Table 8-1.Table 8-1    Cursor appearanceData    Mask    Resulting pixel on screen    0    1    White    1    1    Black    0    0    Same as pixel under cursor    1    0    Inverse of pixel under cursor    Notice that if all mask bits are 0, the cursor is completely transparent, in that the image under the cursor can still be viewed. Pixels under the white part of the cursor appear unchanged; under the black part of the cursor, black pixels show through as white.Basic QuickDraw supplies a predefined cursor in the global variable named arrow; this is the standard arrow cursor. CCrsrYour application typically does not create CCrsr records, which are data structures of type CCrsr. Although you can create a CCrsr record, it is usually easier to create a color cursor in a color cursor resource, which is described on page 8-34.A color cursor is a 256-pixel color image in a 16-by-16 pixel square usually defined in a color cursor ('crsr') resource. When your application uses the GetCCursor function (described on page 8-26) to get a color cursor from a 'crsr' resource, GetCCursor uses the Resource Manager to load the resource into memory as a CCrsr record. Your application can then display the color cursor by using the SetCCursor procedure, which is described on page 8-26.The CCrsr record is substantially different from the Cursor record described in the preceding section; the fields crsr1Data, crsrMask, and crsrHotSpot in the CCrsr record are the only ones that have counterparts in the Cursor record. A CCrsr record is defined as follows:TYPE CCrsrHandle =                            ^CCrsrPtr;CCrsrPtr =                            ^CCrsr;CCrsr =     RECORD        crsrType:                     Integer;                    {type of cursor}        crsrMap:                    PixMapHandle;                     {the cursor's PixMap record}        crsrData:                     Handle;                    {cursor's data}        crsrXData:                    Handle;                    {expanded cursor data}        crsrXValid:                    Integer;                    {depth of expanded data}        crsrXHandle:                    Handle;                    {reserved for future use}        crsr1Data:                    Bits16;                    {1-bit cursor}        crsrMask:                    Bits16;                    {cursor's mask}        crsrHotSpot:                    Point;                    {cursor's hot spot}        crsrXTable:                    LongInt;                    {private}        crsrID:                    LongInt;                    {ctSeed for expanded cursor}    END;Field descriptionsField descriptionscrsrType    The type of cursor. Possible values are $8000 for a black-and-white cursor and $8001 for a color cursor.crsrMap    A handle to the PixMap record defining the cursor’s characteristics. PixMap records are described in the chapter “Color QuickDraw” in this book.crsrData    A handle to the cursor’s pixel data. crsrXData    A handle to the expanded pixel image used internally by Color QuickDraw. crsrXValid    The depth of the expanded cursor image. If you change the cursor’s data or color table, you should set this field to 0 to cause the cursor to be re-expanded. You should never set it to any other values.crsrXHandle    Reserved for future use.crsr1Data    A 16-by-16 pixel image with a pixel depth of 1 to be displayed when the cursor is on screens with pixel depths of 1 or 2 bits.crsrMask    The cursor’s mask data. QuickDraw uses the mask to crop the cursor’s outline into a background color or pattern. QuickDraw then draws the cursor into this shape. The same 1-bit mask is used with images specified by the crsrData and crsr1Data fields.crsrHotSpot    The cursor’s hot spot.crsrXTable    Reserved for future use.crsrID    The color table seed for the cursor.The first four fields of the CCrsr record are similar to the first four fields of the PixPat record, and are used in the same manner by Color QuickDraw. See the chapter “Color QuickDraw” in this book for information about PixPat records.The display of a cursor involves a relationship between a mask, stored in the crsrMask field with the same format used for 1-bit cursor masks, and an image. There are two possible sources for a color cursor’s image. When the cursor is on a screen whose depth is 1 or 2 bits per pixel, the image for the cursor is taken from the crsr1Data field, which contains bitmap cursor data (similar to the bitmap in a 'CURS' resource). When the screen depth is greater than 2 bits per pixel, the crsrMap field and the crsrData field define the image. The pixels within the mask replace the destination pixels. Color QuickDraw transfers the pixels outside the mask into the destination pixels using the XOR Boolean transfer mode. Therefore, if pixels outside the mask are white, the destination pixels aren’t changed. If pixels outside the mask are all black, the destination pixels are inverted. All other values outside of the mask cause unpredictable results. See the discussion of Boolean transfer modes in the chapter “Color QuickDraw” in this book for more information about the XOR Boolean transfer mode.To work properly, a color cursor’s image should contain white pixels (R = G = B = $FFFF) for the transparent part of the image, and black pixels (R = G = B = $0000) for the part of the image to be inverted, in addition to the other colors in the cursor’s image. Thus, to define a cursor that contains two colors, it’s necessary to use a 2-bit cursor image (that is, a four-color image).If your application changes the value of your color cursor data or its color table, it should set the crsrXValid field to 0 to indicate that the color cursor’s data needs to be re-expanded, and it should assign a new unique value to the crsrID field (unique values can be obtained using the Color Manager function GetCTSeed, which is described in Inside Macintosh: Advanced Color Imaging. Then your application should call SetCCursor to display the changed color cursor.CursorsWhen passing a value to the Show_Cursor procedure (described on page 8-30), you can use the Cursors data type to represent the kind of cursor to show. The Cursors data type is defined as follows:             TYPE Cursors =                             {values to pass to Show_Cursor}                (HIDDEN_CURSOR,                         {the current cursor}                 I_BEAM_CURSOR,                         {the I-beam cursor; to select text}                 CROSS_CURSOR,                         {the crosshairs cursor; to draw }                                        { graphics}                 PLUS_CURSOR,                        {the plus sign cursor; to select }                                        { cells}                 WATCH_CURSOR,                         {the wristwatch cursor; to }                                        { indicate a short operation in }                                        { progress}                 ARROW_CURSOR);                        {the standard cursor}AcurYour application typically does not create Acur records, which are data structures of type Acur. Although you can create an Acur record, which specifies the 'CURS' resources to use in an animated cursor sequence, it is usually easier to create an animated cursor ('acur') resource, which is described on page 8-36.When your application uses the InitCursorCtl procedure (described on page 8-22), the Resource Manager loads an animated cursor resource into memory as an Acur record, which in turn is used by the RotateCursor procedure or SpinCursor procedure (both described on page 8-32) when sequencing through 'CURS' resources.An Acur resource is defined as follows:TYPE acurPtr = ^Acur;acurHandle = ^acurPtr;Acur =     RECORD        n:            Integer;                 {number of cursors ("frames")}        index:            Integer;                 {reserved}        frame1:            Integer;                {'CURS' resource ID for frame #1}        fill1:            Integer;                 {reserved}        frame2:            Integer;                {'CURS' resource ID for frame #2}        fill2:            Integer;                 {reserved}        frameN:            Integer;                {'CURS' resource ID for frame #N}        fillN:            Integer;                 {reserved}    END;Field descriptionsn    The number of frames in the animated cursor. index    Used by basic QuickDraw to create the animation. frame1    The resource ID of the cursor ('CURS') resource for the first frame sequence of the animation. The cursor resource is described on page 8-33.fill1    Reserved.frame2    The resource ID of the cursor resource for the next frame in the sequence of the animation.fill2    Reserved.frameN    The resource ID of the cursor resource for the last frame used in the sequence of the animation.fillN    Reserved.RoutinesThis section describes the routines you use to initialize the cursor, manage a black-and-white cursor, manage a color cursor, hide and show the cursor, and display an animated cursor. Initializing CursorsWhen your application starts up, the Finder sets the cursor to a wristwatch; this indicates that a short operation is in progress. When your application nears completion of its initialization tasks, it should call the InitCursor procedure to change the cursor from a wristwatch to an arrow.If your application uses an animated cursor to indicate that an operation of medium length is under way, it should also call the InitCursorCtl procedure to load its 'acur' resource and associated 'CURS' resources.InitCursorYou use the InitCursor procedure to set the current cursor to the standard arrow and make it visible. PROCEDURE InitCursor;DESCRIPTIONThe InitCursor procedure sets the current cursor to the standard arrow and sets the cursor level to 0, making the cursor visible. (A value of –1 makes the cursor invisible.) The cursor level keeps track of the number of times the cursor has been hidden to compensate for nested calls to the HideCursor and ShowCursor procedures.SEE ALSO    For a description of the HideCursor procedure, see page 8-28. For a description of the ShowCursor procedure, see page 8-30. Listing 8-1 on page 8-6 illustrates how to use the InitCursor procedure.InitCursorCtlTo load the resources necessary for displaying an animated cursor, use the InitCursorCtl procedure.PROCEDURE InitCursorCtl (newCursors: UNIV acurHandle);newCursors    A handle to an Acur record (described on page 8-20) that specifies the cursor resources you want to use in your animation. If you specify NIL in this parameter, InitCursorCtl loads the animated cursor resource (described on page 8-36) with resource ID 0—as well as the cursor resources (described on page 8-33) specified therein—from your application’s resource file. DESCRIPTIONThe InitCursorCtl procedure loads the cursor resources for an animated cursor sequence into memory. Your application should call the InitCursorCtl procedure once prior to calling the RotateCursor procedure (described on page 8-32) or the SpinCursor procedure (described on page 8-32). If your application passes NIL in the newCursors parameter, InitCursorCtl loads the 'acur' resource with resource ID 0, as well as the 'CURS' resources whose resource IDs are specified in the 'acur' resource. If any of the resources cannot be loaded, the cursor does not change when you call RotateCursor or SpinCursor. Otherwise, the RotateCursor procedure and the SpinCursor procedure display in sequence the cursors specified in these resources.If your application does not pass NIL in the newCursors parameter, it must pass a handle to an Acur record. Your application can use the Resource Manager function GetResource to obtain a handle to an 'acur' resource, which your application should then coerce to a handle of type acurHandle when passing it to InitCursorCtl.If your application calls the RotateCursor or SpinCursor procedure without calling InitCursorCtl, RotateCursor and SpinCursor automatically call InitCursorCtl. However, since you won’t know the state of memory, any memory allocated by the Resource Manager for animating cursors may load into an undesirable location, possibly causing fragmentation. Calling the InitCursorCtl procedure during your initialization process has the advantage of causing the memory allocation when you can control its location. For information on using the InitCursorCtl procedure during your initialization process, see “Initializing the Cursor” on page 8-6. SPECIAL CONSIDERATIONIf you want to use multiple 'acur' resources repeatedly during the execution of your application, be aware that the InitCursorCtl procedure changes each frameN and fillN integer pair within the Acur record in memory to a handle to the corresponding 'CURS' resource, which is also in memory. Thus, if the newCursors parameter is not NIL when your application calls the InitCursorCtl procedure, your application must guarantee that newCursors always points to a fresh copy of an 'acur' resource.SEE ALSOListing 8-1 on page 8-6 illustrates how to initialize an animated cursor by using the InitCursorCtl procedure. Listing 8-3 on page 8-15 shows how to animate the cursor with the RotateCursor procedure, and Listing 8-4 on page 8-15 shows how to animate the cursor with the SpinCursor procedure.Changing Black-and-White CursorsWhen you use the InitCursor procedure described on page 8-22, the cursor changes from a wristwatch to an arrow. You can change the cursor to another shape by using the GetCursor function to load another cursor into memory and then using the SetCursor procedure to display it on the screen.GetCursorYou use the GetCursor function to load a cursor resource (described on page 8-33) into memory. You can then display the cursor specified in this resource by calling the SetCursor procedure (described in the next section).FUNCTION GetCursor (cursorID: Integer): CursHandle;cursorID    The resource ID for the cursor you want to display. You can supply one of these constants to get a handle to one of the standard cursors:                CONST                    iBeamCursor                = 1;        {to select text}                    crossCursor                = 2;        {to draw graphics}                    plusCursor                = 3;      {to select cells}                    watchCursor                = 4;        {to indicate a short operation }                                            { in progress}DESCRIPTIONThe GetCursor function returns a handle to a Cursor record (described on page 8-16) for the cursor with the resource ID that you specify in the cursorID parameter. If the resource can’t be read into memory, GetCursor returns NIL. To get a handle to a color cursor, use the GetCCursor function, which is described on page 8-26.SEE ALSOListing 8-2 on page 8-10 illustrates how to use the GetCursor and SetCursor routines to change the cursor’s shape.SetCursorAfter using the GetCursor function to return a handle to a cursor as described in the preceding section, you can use the SetCursor procedure to make that cursor the current cursor. PROCEDURE SetCursor (crsr: Cursor);crsr    A Cursor record, as described on page 8-16.DESCRIPTIONThe SetCursor procedure displays the cursor you specify in the crsr parameter. If the cursor is hidden, it remains hidden and attain its new appearance only when it’s uncovered. If the cursor is already visible, it changes to the new appearance immediately.You need to use the InitCursor procedure (described on page 8-22) to initialize the standard arrow cursor and make it visible on the screen before you can call SetCursor to change the cursor’s appearance. To display a color cursor, you must use the SetCCursor procedure, which is described on page 8-26.SEE ALSOListing 8-2 on page 8-10 illustrates how to use the GetCursor and SetCursor routines to change the cursor’s shape.Changing Color CursorsThis section describes how to create and display color cursors on the screen. It might be useful to display a color cursor when the user is drawing or typing in color. For example, the insertion point could appear in the color that is being used. Except for multicolored paintbrush cursors, the cursor shouldn’t contain more than one color at once because it’s hard for the eye to distinguish small areas of color. To display a color cursor, you load the cursor resource into memory using the GetCCursor function. Then you specify the cursor to display on the screen using the SetCCursor procedure. Use the DisposeCCursor procedure to release the memory used by the color cursor. Although you should never need to do so (because Color QuickDraw handles this), the AllocCursor procedure reallocates cursor memory. GetCCursorYou use the GetCCursor function to load a color cursor resource into memory. FUNCTION GetCCursor (crsrID: Integer): CCrsrHandle;crsrID    The resource ID of the cursor that you want to display.DESCRIPTIONThe GetCCursor function creates a new CCrsr record and initializes it using the information in the 'crsr' resource with the specified ID. The GetCCursor function returns a handle to the new CCrsr record. You can then display this cursor on the screen by calling SetCCursor. If a resource with the specified ID isn’t found, then this function returns a NIL handle. Since the GetCCursor function creates a new CCrsr record each time it is called, your application shouldn’t call the GetCCursor function before each call to the SetCCursor procedure (unlike the way GetCursor and SetCursor are normally used). The GetCCursor function doesn’t dispose of or detach the resource, so resources of type 'crsr' should typically be purgeable. You should call the DisposeCCursor procedure (described on page 8-27) when you are finished using the color cursor created with GetCCursor. SEE ALSOFor a description of the 'crsr' resource format, see page 8-34. For a description of the CCrsr record, see page 8-18. For a description of the SetCCursor procedure, see the next section.SetCCursorYou use the SetCCursor procedure to specify a color cursor for display on the screen. PROCEDURE  SetCCursor (cCrsr: CCrsrHandle); cCrsr    A handle to the color cursor to be displayed.DESCRIPTIONThe SetCCursor procedure allows your application to set a color cursor for display on the screen. At the time the cursor is set, it’s expanded to the current screen depth so that it can be drawn rapidly. You must call GetCCursor before you call SetCCursor; however, you can make several subsequent calls to SetCCursor once GetCCursor creates the CCrsr record. If your application has changed the cursor’s data or its color table, it must also invalidate the crsrXValid and crsrID fields of the CCrsr record before calling SetCCursor. DisposeCCursorYou use the DisposeCCursor procedure to dispose of all records allocated by the GetCCursor function. The DisposeCCursor procedure is also available as the DisposCCursor procedure.PROCEDURE DisposeCCursor (cCrsr: CCrsrHandle);cCrsr    A handle to the color cursor to be disposed of.DESCRIPTIONThe DisposeCCursor procedure disposes of memory allocated by the GetCCursor function. You should use DisposeCCursor for each call to the GetCCursor function (described on page 8-26). AllocCursorAlthough you typically won’t need to, you can use the AllocCursor procedure to reallocate cursor memory. PROCEDURE AllocCursor;DESCRIPTIONUnder normal circumstances, you should never need to use this procedure, since Color QuickDraw handles reallocation of cursor memory. Hiding and Showing CursorsYou can remove the cursor image from the screen by using either the HideCursor or Hide_Cursor procedure. You can hide the cursor temporarily by using the ObscureCursor procedure, or you can hide the cursor in a given rectangle by using the ShieldCursor procedure. Your application should hide the cursor when the user is typing, for example. To display a cursor hidden by the HideCursor, Hide_Cursor, or ObscureCursor procedure, use the ShowCursor or Show_Cursor procedure. (When you use ObscureCursor to hide the cursor, the cursor is redisplayed automatically the next time the user moves the mouse.) HideCursorYou can use the HideCursor procedure to remove the cursor from the screen. PROCEDURE HideCursor;DESCRIPTIONThe HideCursor procedure removes the cursor from the screen, restores the bits under the cursor image, and decrements the cursor level (which InitCursor initialized to 0). You might want to use HideCursor when the user is using the keyboard to create content in one of your application’s windows. Every call to HideCursor should be balanced by a subsequent call to the ShowCursor procedure, which is described on page 8-30.Hide_CursorYou can use the Hide_Cursor procedure to hide the cursor if it is visible on the screen. The Hide_Cursor procedure is functionally the same as the HideCursor procedure described in the preceding section. PROCEDURE Hide_Cursor;DESCRIPTIONThe Hide_Cursor procedure calls the HideCursor procedure to remove the cursor’s image from the screen and decrements the cursor level by 1. Every call to Hide_Cursor should be balanced by a subsequent call to the Show_Cursor procedure, which is described on page 8-30. Before using Hide_Cursor, you must use the InitCursorCtl procedure, which is described on page 8-22.ObscureCursorYou use the ObscureCursor procedure to hide the cursor until the next time the user moves the mouse. PROCEDURE ObscureCursor;DESCRIPTIONThe ObscureCursor procedure temporarily hides the cursor; the cursor is redisplayed the next time the user moves the mouse. Your application normally calls ObscureCursor when the user begins to type. Unlike HideCursor (which is described on page 8-28), ObscureCursor has no effect on the cursor level and must not be balanced by a call to ShowCursor.ShieldCursorYou can use the ShieldCursor procedure to hide the cursor in a rectangle. PROCEDURE ShieldCursor (shieldRect: Rect; offsetPt: Point);shieldRect    A rectangle in which the cursor is hidden whenever the cursor intersects the rectangle. The rectangle may be specified in global or local coordinates. If you are using global coordinates, pass (0,0) in the offsetPt parameter. If you are using the local coordinates of a graphics port, pass the coordinates for the upper-left corner of the graphics port’s boundary rectangle in the offsetPt parameter. offsetPt    A point value for the offset of the rectangle. Like the basic QuickDraw procedure LocalToGlobal, the ShieldCursor procedure offsets the coordinates of the rectangle by the coordinates of this point. DESCRIPTIONIf the cursor and the given rectangle intersect, ShieldCursor hides the cursor. If they don’t intersect, the cursor remains visible while the mouse isn’t moving, but is hidden when the mouse moves. This procedure may be useful when using a feature such as QuickTime to display content in a specified rectangle. When a QuickTime movie is animating, the cursor should not be visible in front of the movie. The ShieldCursor procedure decrements the cursor level and should be balanced by a call to the ShowCursor procedure, which is described in the next section. ShowCursorYou use the ShowCursor procedure to display a cursor hidden by the HideCursor or ShieldCursor procedure. PROCEDURE ShowCursor;DESCRIPTIONThe ShowCursor procedure increments the cursor level, which may have been decremented by the HideCursor or ShieldCursor procedure, and displays the cursor on the screen when the level is 0. A call to the ShowCursor procedure should balance each previous call to the HideCursor or ShieldCursor procedure. The level isn’t incremented beyond 0, so extra calls to ShowCursor have no effect.Low-level interrupt-driven routines link the cursor with the mouse position, so that if the cursor level is 0 (visible), the cursor automatically follows the mouse. If the cursor has been changed with the SetCursor procedure while hidden, ShowCursor displays the new cursor.SEE ALSOFor a description of the HideCursor procedure, see page 8-28. The ShieldCursor procedure is described on page 8-29, and the SetCursor procedure is described on page 8-25.Show_CursorYou use the Show_Cursor procedure to display the cursor on the screen if you have used the Hide_Cursor procedure (described on page 8-28) to remove the cursor from the screen. PROCEDURE Show_Cursor (cursorKind: Cursors);cursorKind    The kind of cursor to show. To specify one of the standard cursors, you can use one of these values defined by the Cursors data type.              TYPE Cursors =                             {values to pass Show_Cursor}                (HIDDEN_CURSOR,                         {the current cursor}                 I_BEAM_CURSOR,                         {the I-beam cursor; to select text}                 CROSS_CURSOR,                         {the crosshairs cursor; to draw }                                        { graphics}                 PLUS_CURSOR,                        {the plus sign cursor; to select }                                        { cells}                 WATCH_CURSOR,                         {the wristwatch cursor; to }                                         { indicate a short operation in }                                        { progress}                 ARROW_CURSOR);                        {the standard cursor}DESCRIPTIONThe Show_Cursor procedure increments the cursor level, which may have been decremented by the Hide_Cursor procedure, and displays the specified cursor on the screen only if the level becomes 0 (it is never incremented beyond 0). You can specify one of the standard cursors or the current cursor by passing one of the previously listed values in the cursorKind parameter. If you specify one of the standard cursors, the Show_Cursor procedure calls the SetCursor procedure for the specified cursor prior to calling ShowCursor. If you specify HIDDEN_CURSOR, this procedure just calls ShowCursor. Before using Show_Cursor, you must use the InitCursorCtl procedure, which is described on page 8-22. SPECIAL CONSIDERATIONSThe value ARROW_CURSOR works correctly only if the basic QuickDraw global variables have been set up by using the InitGraf procedure, which is described in the chapter “Basic QuickDraw” in this book.SEE ALSOFigure 8-3 on page 8-8 illustrates the cursors represented by the Cursors data type.Displaying Animated CursorsThis section describes how to display an animated cursor using the RotateCursor procedure or the SpinCursor procedure. You use an animated cursor when your application performs a medium-length operation that might cause the user to think that the computer has quit working. The two procedures are similar, but you must maintain a counter with the RotateCursor procedure. You need to call the InitCursorCtl procedure to load your cursor resources before using the routines described in this section. For information about using the InitCursorCtl procedure, see page 8-22.RotateCursorYou can use the RotateCursor procedure to display an animated cursor when your application performs a medium-length operation that might cause the user to think that the computer has quit working. PROCEDURE RotateCursor (counter: LongInt);counter    An incrementing or decrementing index maintained by your application. When the index is a multiple of 32, the next cursor frame is used in the animation. A positive counter moves forward through the cursor frames, and a negative counter moves backward through the cursor frames. DESCRIPTIONThe RotateCursor procedure animates whatever sequence of cursors you set up by using the InitCursorCtl procedure. If the value of counter is a multiple of 32, the RotateCursor procedure calls the SetCursor procedure to set the cursor to the next cursor frame. RotateCursor does not show the cursor if it is currently hidden. If the cursor is hidden, you can show it by making a call to ShowCursor or Show_Cursor (both described on page 8-30).  SEE ALSOFor an example of using the RotateCursor procedure, see Listing 8-3 on page 8-15. SpinCursorYou can use the SpinCursor procedure to display an animated cursor when your application performs a medium-length operation that might cause the user to think that the computer has quit working. PROCEDURE SpinCursor (increment: Integer);increment    A value that determines the sequencing direction of the cursor. A positive increment moves forward through the cursor frames, and a negative increment moves backward through the cursor frames. A 0 value for the increment resets the counter to 0 and steps to the next cursor frame. DESCRIPTIONThe SpinCursor procedure is similar to the RotateCursor procedure except that, instead of passing a counter, you pass a value that indicates which direction to spin the cursor. Your application is responsible for determining the proper intervals at which to call SpinCursor. Your application specifies the increment to be counted, either positive or negative, and SpinCursor adds the increment to its counter. The sign of the increment, not the sign of the accumulated value of the SpinCursor counter, determines the cursor’s direction of spin. SEE ALSOFor an example of using the SpinCursor procedure, see Listing 8-4 on page 8-15. ResourcesThis section describes the cursor ('CURS') resource, the color cursor ('crsr') resource, and the animated cursor ('acur') resource. Your application can use a 'CURS' resource to create a black-and-white cursor other than the standard cursors or a 'crsr' resource to create a color cursor to display on color screens. Your application can use an 'acur' resource to create an animated cursor to display when a medium-length operation is taking place. These resource types should be marked as purgeable. See the discussion of the pointing device in Macintosh Human Interface Guidelines for more information on when to use different types of cursors in your application; see also the discussion of color in the same book. The Cursor ResourceYou can use a cursor resource to define a cursor to display in your application. A cursor resource is a resource of type 'CURS'. All cursor resources must be marked purgeable and must have resource IDs greater than 128. You use the GetCursor function (described on page 8-24) to obtain a cursor stored in a 'CURS' resource. QuickDraw reads the requested resource, copies it, and then alters the copy before passing it to your application. This section describes the structure of this resource after it has been compiled by the Rez resource compiler, available from APDA. However, you typically use a high-level utility such as the ResEdit application to create 'CURS' resources. You can then use the DeRez decompiler to convert your 'CURS' resources into Rez input when necessary. The compiled output format for a 'CURS' resource is illustrated in Figure 8-8.Figure 8-8    Format of a compiled cursor ('CURS') resourceThe compiled version of a 'CURS' resource contains the following elements:n    Data. A bitmap for the cursor. n    Mask. A bitmap for the cursor’s mask. QuickDraw uses the mask to crop the cursor’s outline into a background color or pattern. QuickDraw then draws the cursor into this shape. n    Hot spot. The cursor’s hot spot.The Color Cursor ResourceYou can use a color cursor resource to define a colored cursor to display in your application. A color cursor resource is a resource of type 'crsr'. All color cursor resources must be marked purgeable and must have resource IDs greater than 128. You use the GetCCursor function (described on page 8-26) to obtain a color cursor stored in a 'crsr' resource. Color QuickDraw reads the requested resource, copies it, and then alters the copy before passing it to the application. Each time you call GetCCursor, you get a new copy of the cursor. This means that you should call GetCCursor only once for a color cursor, even if you call the SetCCursor procedure many times. This section describes the structure of this resource after it has been compiled by the Rez resource compiler, available from APDA. However, you typically use a high-level utility such as the ResEdit application to create 'crsr' resources. You can then use the DeRez decompiler to convert your 'crsr' resources into Rez input when necessary. The compiled output format for a 'crsr' resource is illustrated in Figure 8-9.Figure 8-9    Format of a compiled color cursor ('crsr') resourceThe compiled version of a 'crsr' resource contains the following elements:n    Type of cursor. A value of $8001 identifies this as a color cursor. A value of $8000 identifies this as a black-and-white cursor. n    Offset to PixMap record. This offset is from the beginning of the resource data.n    Offset to pixel data. This offset is from the beginning of the resource data. n    Expanded cursor data. This expanded pixel image is used internally by Color QuickDraw. n    Expanded data depth. This is the pixel depth of the expanded cursor image.n    Reserved. The Resource Manager uses this element for storage. n    Cursor data. This field contains a 16-by-16 pixel 1-bit image to be displayed when the cursor is on 1-bit or 2-bit screens. n    Cursor mask. A bitmap for the cursor’s mask. QuickDraw uses the mask to crop the cursor’s outline into a background color or pattern. QuickDraw then draws the cursor into this shape. n    Hot spot. The cursor’s hot spot. n    Table ID. This contains an offset to the color table data from the beginning of the resource data.n    Cursor ID. This contains the cursor’s resource ID. n    Pixel map. This pixel map describes the image when drawing the color cursor. The pixel map contains an offset to the color table data from the beginning of the resource. n    Bounds. The boundary rectangle of the cursor.n    Pixel size. The number of pixels per bit in the cursor.n    Pixel data. The data for the cursor.n    Color table. A color table containing the color information for the cursor’s pixel map. The Animated Cursor ResourceYou can use an animated cursor resource to define a set of frames for an animated cursor to display in your application. An animated cursor resource is a resource of type 'acur'. If you pass NIL to InitCursorCtl (described on page 8-22), it automatically loads the 'acur' resource that has an ID of 0 in your application’s resource file. If you wish to use multiple 'acur' resources, you must give them resources IDs greater than 128, and you must use the Resource Manager function GetResource to obtain handles to them. You must then coerce their handles to type acurHandle, which you pass to InitCursorCtl. You use the SpinCursor or RotateCursor procedure to animate the cursors stored in an 'acur' resource. This section describes the structure of this resource after it has been compiled by the Rez resource compiler, available from APDA. However, you typically use a high-level tool such as the ResEdit application to create 'acur' resources. You can then use the DeRez decompiler to convert your 'acur' resources into Rez input when necessary. The compiled output format for an 'acur' resource is illustrated in Figure 8-10.Figure 8-10    Format of a compiled animated cursor ('acur') resourceThe compiled version of an 'acur' resource contains the following elements:n    Number of cursors. The number of frames used to animate the cursor.n    Next frame to show. Reserved.n    Resource ID of the cursor resource that defines the first frame of the animation. n    Reserved. n    Resource ID of the cursor resource that defines the last frame of the animation. n    Reserved.Summary of Cursor UtilitiesPascal SummaryConstantsCONST    iBeamCursor                = 1;        {used in text editing}    crossCursor                = 2;        {often used for manipulating graphics}    plusCursor                = 3;        {often used for selecting fields in an array}    watchCursor                = 4;        {used to mean a short operation is in progress}Data TypesTYPE        Bits16 = ARRAY[0..15] OF Integer;        CursPtr = ^Cursor;        CursHandle = ^CursPtr;        Cursor =            RECORD            data:            Bits16;            {cursor image}            mask:            Bits16;            {cursor mask}            hotSpot:            Point    ;        {point aligned with mouse}        END;        CCrsrPtr = ^CCrsr;        CCrsrHandle = ^CCrsrPtr;        CCrsr =         RECORD            crsrType:                Integer;                    {type of cursor}            crsrMap:                 PixMapHandle;                    {the cursor's PixMap record}            crsrData:                 Handle;                    {cursor's data}            crsrXData:                 Handle;                    {expanded cursor data}            crsrXValid:                Integer;                    {depth of expanded data (0 if none)}            crsrXHandle:    Handle;                                {future use}            crsr1Data:                 Bits16;                    {1-bit cursor}            crsrMask:                 Bits16;                    {cursor's mask}            crsrHotSpot:     Point;                                {cursor's hot spot}            crsrXTable:      LongInt;                                {private}            crsrID:                LongInt;                        {ctSeed for expanded cursor}        END;        Cursors =                             {values to pass to Show_Cursor}            (HIDDEN_CURSOR,                         {the current cursor}             I_BEAM_CURSOR,                         {the I-beam cursor; to select text}             CROSS_CURSOR,                         {the crosshairs cursor; to draw graphics}             PLUS_CURSOR,                        {the plus sign cursor; to select cells}             WATCH_CURSOR,                         {the wristwatch cursor; to indicate a }                                    { short operation in progress}             ARROW_CURSOR);                        {the standard cursor}        acurPtr = ^Acur;        acurHandle = ^acurPtr;        Acur =         RECORD            n:            Integer;                 {number of cursors ("frames")}            index:            Integer;                 {reserved}            frame1:            Integer;                {'CURS' resource ID for frame #1}            fill1:            Integer;                 {reserved}            frame2:            Integer;                {'CURS' resource ID for frame #2}            fill2:            Integer;                 {reserved}            frameN:            Integer;                {'CURS' resource ID for frame #N}            fillN:            Integer;                 {reserved}        END;RoutinesInitializing CursorsPROCEDURE InitCursor;PROCEDURE InitCursorCtl    (newCursors: UNIV acurHandle);Changing Black-and-White CursorsFUNCTION GetCursor    (cursorID: Integer): CursHandle;PROCEDURE SetCursor    (crsr: Cursor);Changing Color Cursors{DisposeCCursor is also spelled as DisposCCursor}FUNCTION GetCCursor     (cursorID: Integer): CCursHandle;PROCEDURE SetCCursor    (cCrsr: CCrsrHandle);PROCEDURE DisposeCCursor    (cCrsr: CCrsrHandle);PROCEDURE AllocCursor;Hiding and Showing CursorsPROCEDURE HideCursor;PROCEDURE Hide_Cursor;PROCEDURE ObscureCursor;PROCEDURE ShieldCursor    (shieldRect: Rect; offsetPt: Point);PROCEDURE ShowCursor;PROCEDURE Show_Cursor    (cursorKind: Cursors);Displaying Animated CursorsPROCEDURE RotateCursor    (counter: LongInt);PROCEDURE SpinCursor    (increment: Integer);C SummaryConstantsenum {    iBeamCursor =                    1,        /* used in text editing */    crossCursor =                    2,        /* often used for manipulating graphics */    plusCursor =                    3,        /* often used for selecting fields in an array */    watchCursor =                    4        /* used to mean a short operation is in progress */};enum {                            /* values to pass to Show_Cursor */    HIDDEN_CURSOR,                        /* the current cursor */    I_BEAM_CURSOR,                        /* the I-beam cursor; to select tect */    CROSS_CURSOR,                        /* the crosshairs cursor; to draw graphics */    PLUS_CURSOR,                        /* the plus sign cursor; to select cells */    WATCH_CURSOR,                        /* the wristwatch cursor; to indicate a short                                operation in progress */    ARROW_CURSOR                        /* the standard cursor */};typedef unsigned char Cursors;Data Typestypedef short Bits16[16];struct Cursor {    Bits16             data;            /* cursor image */    Bits16            mask;            /* cursor mask */    Point            hotSpot;            /* point aligned with mouse */};typedef struct Cursor Cursor;typedef Cursor *CursPtr, **CursHandle;struct CCrsr {     short                     crsrType;                    /* type of cursor */    PixMapHandle                    crsrMap;                    /* the cursor's PixMap record */     Handle                     crsrData;                    /* cursor's data */     Handle                     crsrXData;                    /* expanded cursor data */     short                     crsrXValid;                    /* depth of expanded data (0 if none) */     Handle                     crsrXHandle;                    /* future use */     Bits16                     crsr1Data;                    /* 1-bit cursor */     Bits16                     crsrMask;                    /* cursor's mask */     Point                     crsrHotSpot;                    /* cursor's hot spot */     long                     crsrXTable;                    /* private */     long                     crsrID;                    /* ctSeed for expanded cursor */};typedef struct CCrsr CCrsr;typedef CCrsr *CCrsrPtr, **CCrsrHandle;struct Acur {    short             n;            /* number of cursors ("frames of film") */    short             index;            /* reserved */    short             frame1;            /* 'CURS' resource ID for frame #1 */    short             fill1;            /* reserved */    short             frame2;            /* 'CURS' resource ID for frame #2 */    short             fill2;            /* reserved */    short             frameN;            /* 'CURS' resource ID for frame #N */    short             fillN;            /* reserved */};typedef struct Acur acur,*acurPtr,**acurHandle;FunctionsInitializing Cursorspascal void InitCursor    (void);pascal void InitCursorCtl    (acurHandle newCursors);Changing Black-and-White Cursorspascal CursHandle GetCursor    (short cursorID);pascal void SetCursor    (const Cursor *crsr); Changing Color Cursors/* DisposeCCursor is also spelled as DisposCCursor */pascal CCrsrHandle GetCCursor    (short crsrID);pascal void SetCCursor    (CCrsrHandle cCrsr);pascal void DisposeCCursor    (CCrsrHandle cCrsr);pascal void AllocCursor    (void);Hiding and Showing Cursorspascal void HideCursor    (void);pascal void Hide_Cursor    (void);pascal void ObscureCursor    (void);pascal void ShieldCursor    (const Rect *shieldRect, Point offsetPt);pascal void ShowCursor    (void);pascal void Show_Cursor    (Cursors cursorKind);Displaying Animated Cursorspascal void RotateCursor    (long counter);pascal void SpinCursor    (short increment);Assembly-Language SummaryData StructuresCursor Data Structure0    data    32 bytes    cursor image    32    mask    32 bytes    cursor mask    64    hotSpot    long    point aligned with mouse    Color Cursor Data Structure0    crsrType    word    type of cursor     2    crsrMap    long    the cursor’s PixMap record    6    crsrData    long    cursor’s data    10    crsrXData    long    expanded cursor data    14    crsrXValid    word    depth of expanded data (0 if none)    16    crsrXHandle    long    handle for future use    20    crsr1Data    16 words    1-bit data    52    crsrMask    16 words    1-bit mask    84    crsrHotSpot    long    hot spot for cursor    88    crsrXTable    long    table ID for expanded data    92    crsrID    long    ID for cursor    96    crsrRec    long    size of cursor save area    Global Variablesarrow    The standard arrow cursor.    Listing 9-0Table 9-0Printing ManagerContentsAbout the Printing Manager9-3The Printing Graphics Port9-4Getting Printing Preferences From the User9-5QuickDraw and PostScript Printer Drivers9-8Page and Paper Rectangles9-10Printer Resolution9-11The TPrint Record and the Printing Loop9-11Print Status Dialog Boxes9-13Using the Printing Manager9-15Creating and Using a TPrint Record9-17Printing a Document9-18Printing From the Finder9-25Providing Names of Documents Being Printed9-27Printing Hints9-27Getting and Setting Printer Information9-28Determining and Setting the Resolution of the Current Printer9-30Determining Page Orientation9-32Enhancing Draft-Quality Printing9-33Altering the Style or Job Dialog Box9-35Writing an Idle Procedure9-38Handling Printing Errors9-41Printing Manager Reference9-43Data Structures9-44Printing Manager Routines9-57Opening and Closing the Printing Manager9-57Initializing and Validating TPrint Records9-58Displaying and Customizing the Print Dialog Boxes9-61Printing a Document9-66Optimizing Printing9-72Handling Printing Errors9-75Low-Level Routines9-78Application-Defined Routines9-84Summary of the Printing Manager9-87Pascal Summary9-87Constants9-87Data Types9-88Printing Manager Routines9-92Application-Defined Routines9-93C Summary9-94Constants9-94Data Types9-95Printing Manager Functions9-99Application-Defined Functions9-101Assembly-Language Summary9-101Data Structures9-101Trap Macros9-103Global Variable9-103Result Codes9-104Printing ManagerThis chapter describes how your application can use the Printing Manager to perform QuickDraw-based printing on a printer connected to a Macintosh computer. The Printing Manager works with the printer driver for the currently selected printer so that your application can draw an image on a printer just as it draws an image on a screen. This allows your application to use the same QuickDraw routines for printing as for screen display. You should read this chapter if your application allows the user to print. If you want to print with features—such as rotated text and hairlines—that are not supported by QuickDraw, you should read Appendix B, “Using Picture Comments for Printing.”Before reading this chapter, you should be familiar with QuickDraw’s drawing routines and the GrafPort and CGrafPort data types, as described in the chapters “Basic QuickDraw,” “QuickDraw Drawing,” and “Color QuickDraw” in this book. You may also need to refer to Inside Macintosh: Text for information about printing text from non-Roman script systems.About the Printing ManagerThe Printing Manager is a collection of system software routines that your application can use to print from the Macintosh computer to any type of connected printer. The Printing Manager is available on all Macintosh computers. When printing, your application calls the same Printing Manager routines regardless of the type of printer selected by the user.When you print a document using the Printing Manager, the Printing Manager uses a printer driver to do the actual printing. A printer driver does any necessary translation of QuickDraw drawing routines and—when requested by your application—sends the translated instructions and data to the printer. Printer drivers are stored in printer resource files, which are located in the Extensions folder inside the System Folder. Each type of printer has its own printer driver. One printer driver can communicate with several printers of the same type; for example, the LaserWriter printer driver can work with multiple LaserWriter printers on a network.The current printer is the printer that the user last selected from the Chooser. It is the printer driver for the current printer that actually implements the routines defined by the Printing Manager. Every Printing Manager routine you call determines the current printer from a resource in the System file and then dispatches your call to the printer driver for that printer.To print a document, your application uses the PrOpen procedure to open the driver for the current printer. Your application then uses the PrOpenDoc function to open a printing graphics port, which is a data structure of type TPrPort; it consists of a QuickDraw graphics port (either a GrafPort or CGrafPort record) plus additional information. For each page in a document, your application uses the PrOpenPage procedure to open the page. Your application then uses QuickDraw routines to draw onto the page.Ideally, your application should be device-independent, so that when it prints a document, it doesn’t rely on the presence of any one printer feature. In general, there are two types of printer drivers: those for QuickDraw printers and those for PostScript printers. QuickDraw printer drivers render images using QuickDraw and then send the rendered images to the printer as bitmaps or pixel maps. PostScript printer drivers convert QuickDraw operations into equivalent PostScript operations, as necessary. The driver sends the converted PostScript drawing operations to the printer, which renders the images by interpreting these operations.For most applications, sending QuickDraw’s picture-drawing routines to the printer driver is sufficient: the driver either uses QuickDraw or converts the drawing routines to PostScript. For some applications, such as page-layout programs, this may not be sufficient; such applications may rely on printer drivers to provide several features that are not available, or are difficult to achieve, using QuickDraw. If your application requires these features (such as rotated text and dashed lines), you may want to create two versions of your drawing code: one that uses picture comments to take advantage of these features on capable printers, and another that provides QuickDraw-based approximations of these features. Created with the QuickDraw procedure PicComment, picture comments are data or commands used for special processing by output devices, such as printer drivers. Picture comments may be included in the code an application sends to a printer driver, or stored in the definition of a picture. For more information, see Appendix B, “Using Picture Comments for Printing,” in this book.For information about how the PostScript language works and the specifics of PostScript commands, see the PostScript Language Reference Manual, second edition, published by Addison-Wesley. The Printing Graphics PortYou use the PrOpenDoc function to open a document for printing. The PrOpenDoc function in turn opens a printing graphics port and returns a pointer to a TPrPort record, which defines the printing graphics port. TYPE            TPPrPort            =    ^TPrPort;    TPrPort            =    {printing graphics port record}    RECORD        gPort:                GrafPort;                {graphics port for printing}        gProcs:                QDProcs;                {procedures for printing in the }                                        { graphics port}        {more fields for internal use}    END;The graphics port in the gPort field is either a CGrafPort or GrafPort record, depending on whether the current printer supports color and grayscale and whether Color QuickDraw is available on the computer. If you need to determine the type of graphics port, you can check the high bit in the rowBytes field of the record contained in the gPort field; if this bit is set, the printing graphics port is based on a CGrafPort record. You print text and graphics by drawing into a printing graphics port using QuickDraw drawing routines, just as if you were drawing on the screen. The printer driver installs its own versions of QuickDraw’s low-level drawing routines in the gProcs field of the TPrPort record. Your calls to high-level QuickDraw routines then drive the printer instead of drawing on the screen. As you draw each page of a document into the printing graphics port, the printer driver translates the calls to QuickDraw routines into the equivalent instructions for the printer. The printer itself does nothing except draw the document on a page, exactly as the printer driver directs it. Before ever printing a document, however, your application must obtain various printing preferences from the user—usually when the user chooses the Page Setup or Print command from the File menu.Getting Printing Preferences From the UserIf it’s likely that a user will want to print the data created with your application, you should support the Page Setup command and the Print command in the File menu. Figure 9-1 shows a typical File menu that includes the Page Setup and Print commands. (See the chapter “Menu Manager” in Inside Macintosh: Macintosh Toolbox Essentials for detailed information about setting up a File menu with these commands.)Figure 9-1    A standard File menu for an applicationIn response to the Page Setup command, your application should display the current printer’s style dialog box, which allows the user to specify the printing options—such as the paper size and the printing orientation—that your application needs for formatting the document in the frontmost window. In response to the Print command, your application should display the current printer’s job dialog box, which solicits from the user printing information—such as the number of copies to print, the print quality, and the range of pages to print—for the document in the frontmost window. Each printer driver defines its own style dialog box and job dialog box. Your application can also provide other printing options in these dialog boxes when appropriate. A TPrint record contains the information about the user’s choices made with the style and job dialog boxes. When the user saves a document, your application should save the TPrint record associated with that document. This allows your application to resume using any style preferences that the user has selected for printing that document. While only the information the user specifies through the style dialog box should be preserved each time the user prints the document, you can save the entire TPrint record when you save the document. The information supplied by the user in the job dialog box should pertain to the document only while the document prints; you should not reuse this information if the user prints the document again.The values that the user specifies through the style dialog box apply only to the printing of the document in the active—that is, frontmost—window. In general, the user should have to specify these preferences only once per document, although the user can choose to change these settings at any time. Figure 9-2 shows the StyleWriter printer driver’s style dialog box, displayed by an application in response to the Page Setup command. Figure 9-2    The style dialog box for a StyleWriter printerFigure 9-3 shows the style dialog box for a LaserWriter printer. Because each printer resource file defines its own style dialog box, a style dialog box for one printer may differ slightly from that of another printer (as you can see by comparing Figure 9-2 with Figure 9-3).Figure 9-3    The style dialog box for a LaserWriter printerYou use the PrStlDialog function to display the style dialog box defined by the resource file of the current printer. The PrStlDialog function handles all user interaction in the items defined by the printer driver until the user clicks the OK or Cancel button. You must call the PrOpen procedure prior to calling PrStlDialog because the current printer driver must be open for your application to successfully call PrStlDialog.Figure 9-4 shows an example of a job dialog box. Your application should print the document in the active window if the user clicks the Print button.Figure 9-4    The job dialog box for a StyleWriter printerFigure 9-5 shows a job dialog box for a LaserWriter printer.Figure 9-5    The job dialog box for a LaserWriter printerYour application uses the PrJobDialog function to display the job dialog box defined by the resource file of the current printer. The PrJobDialog function handles all user interaction in the items defined by the printer driver until the user clicks the Print or Cancel button.Your application can customize the style dialog box and the job dialog box to ask for additional information. (Figure 9-12 on page 9-35 shows a print job dialog box that includes two extra checkboxes.) If you customize the style or job dialog box, you must provide a function that handles events, such as clicks, in any items that you add to the dialog box, and you should provide an event filter function to handle events not handled by the Dialog Manager in a modal dialog box.QuickDraw and PostScript Printer DriversThere are two main types of printer drivers for Macintosh computers: QuickDraw printer drivers and PostScript printer drivers. Using QuickDraw drawing operations, QuickDraw printer drivers render images on the Macintosh computer and then send the rendered images to the printer in the form of bitmaps or pixel maps. The printer might be a dot-matrix printer, an ink jet printer, a laser printer, or a plotter.QuickDraw printers are not required to have any intelligent rendering capabilities. Instead, they simply accept instructions from printer drivers to place dots on the page in specific places. A QuickDraw printer driver captures in a temporary disk file (called a spool file)—or in memory—the images of an entire page, translates the pixels into dot-placement instructions, and sends these instructions to the printer.NoteThe internal format of spool files is private to the printer drivers and may vary from one printer driver to another. You should not attempt to determine or manipulate the format of these files.u QuickDraw printers are relatively inexpensive to produce because they don’t require sophisticated rendering capabilities—instead, they rely on the rendering capabilities of the Macintosh computer. However, QuickDraw printers are also relatively slow. Over 7 million pixels are required to render an 8-by-10-inch image at 300 dpi. Many QuickDraw printers use some form of data compression to improve their performance. For the ImageWriter printer, for example, the printer driver instructs the printer only where to place ink; the printer driver assumes that the rest of the page should remain untouched. Nevertheless, nearly 900 KB is required to render a full-page image at 1 bit per pixel. A color printer that uses 8 bits per pixel requires eight times as much data. Such large memory requirements may require the driver to process the image in horizontal strips, or bands, which further impairs printing speed.PostScript printer drivers, on the other hand, convert QuickDraw drawing operations into equivalent PostScript drawing operations, as necessary. PostScript printers have their own rendering capabilities. Instead of rendering an entire page on the Macintosh computer and sending all the pixels to the printer, PostScript printer drivers typically send drawing commands directly to the printer, which itself renders images on the page. Many of Apple’s LaserWriter printers use the PostScript page-description language to render images in this way, thereby off-loading image processing from the computer. This gives PostScript printers a speed advantage over QuickDraw printers. QuickDraw printer drivers must capture an entire page before sending any of it to the printer, but PostScript printer drivers may be able to send commands as soon as they are generated to printers. This can result in faster printing, but it doesn’t allow the printer driver to examine entire pages for their use of color, fonts, or other resources that the printer needs to have specially processed. Therefore, some PostScript printer drivers may capture page images in a spool file so that the driver can analyze the pages before sending them to the printer.Some printer drivers allow users to specify background printing, which allows the user to work with an application while documents are printing. These printer drivers, which can be either QuickDraw or PostScript, send printing data to a spool file in the PrintMonitor Documents folder inside the System Folder. Do not confuse the different uses of these various spool files. With background printing, print files are spooled to disk to allow the user to work with an application while documents are printing; many printer drivers support background printing regardless of their other capabilities. Some printer drivers create spool files while processing a page image—this, however, does not allow the user to work with the application while the document is printing.IMPORTANTThere is no reliable manner in which you can determine whether a printer driver creates a spool file—whether for processing of a page image or for background printing. With the exception of using the PrPicFile procedure, described on page 9-71, your print loop should not base any of its actions on whether a printer driver creates a spool file.sPage and Paper RectanglesWhen printing a document, you should consider these two aspects of the layout of the page:n    the physical size of the papern    the area on the paper that the printer can use to format the document, which is usually smaller than the physical sheet of paper to account for margins or the mechanical limitations of the printerThe page rectangle represents the boundaries of the printable area on a page. Its upper-left corner always has the coordinates (0,0). The coordinates of the lower-right corner give the maximum page height and width attainable on the given printer; these coordinates are specified by the units used to express the resolution of the printing graphics port. For example, the lower-right corner of a page rectangle used by the PostScript LaserWriter printer driver for an 8.5-by-11-inch U.S. letter page is (730,552) at 72 dpi.The paper rectangle gives the physical paper size, defined in the same coordinate system as the page rectangle. Thus, the upper-left coordinates of the paper rectangle are typically negative, and its lower-right coordinates are greater than those of the page rectangle. Figure 9-6 shows the relationship of these two rectangles. Figure 9-6    Page and paper rectanglesYour application should always use the page rectangle sizes provided by the printer driver and should not attempt to change them or add new ones. If your application offers page sizes other than those provided by the printer driver for the current printer, you risk compatibility problems.When formatting a page for printing, remember to use the page rectangle size that the user has chosen to format the document. (See “The TPrint Record and the Printing Loop” on page 9-11 for more information about where to find the user’s choices for formatting the document.)Printer ResolutionResolution refers to the degree of detail at which a device such as a printer or a screen can display an image. Resolution is usually specified in dots per inch, or dpi, in the x and y directions. The higher the value, the finer the detail of the image. A printer driver supports either discrete or variable resolution. If a printer driver supports discrete resolution, an application can choose from only a limited number of resolutions that are predefined by the printer driver. For example, the ImageWriter printer driver supports four discrete resolutions: 72 by 72 dpi, 144 by 144 dpi, 80 by 72 dpi, and 160 by 144 dpi. If a printer driver supports variable resolution, an application can define any resolution within a range bounded by maximum and minimum values defined by the printer driver. LaserWriter printer drivers support variable resolution within a range from 25 dpi to 1500 dpi in both the x and y directions. To print, your application does not need to check the resolutions available or set the resolution. However, if your application does factor in possible resolutions, it can obtain the best quality output from a printer by choosing equal resolutions for the x and y directions. For information on how to determine the available resolution or resolutions for the currently selected printer, see “Determining and Setting the Resolution of the Current Printer” on page 9-30. The TPrint Record and the Printing LoopTo print a document, you need to create a print record. The TPrint record is a data structure of type TPrint, and it contains fields that specify the Printing Manager version, information about the printer (such as its resolution in dpi), and the dimensions of the paper rectangle. Most Printing Manager routines require that you provide a handle to a TPrint record as a parameter. Your application allocates the memory for a TPrint record (using the Memory Manager function NewHandle, for example) and then initializes the new TPrint record using the PrintDefault procedure. (Your application can also validate an existing TPrint record by using the PrValidate function.) When the user chooses the Print command, your application passes a handle to a TPrint record to the PrJobDialog or PrDlgMain function to display a job dialog box to the user; the function alters the TPrint record according to the user’s responses.When the user chooses the Page Setup command, your application passes a handle to a TPrint record to the PrStlDialog or PrDlgMain function to display a style dialog box to the user; the function alters the TPrint record according to the user’s responses.The TPrint record contains several other records, as illustrated in Figure 9-7. The TPrInfo record, which is a data structure of type TPrInfo, gives you the information needed for page composition, including the vertical and horizontal resolutions of the printer in dpi and the boundaries of the page rectangle. The TPrJob record, which is a data structure of type TPrJob, gives you information about a particular print job—for instance, the first and last pages to be printed, the number of copies, and the method of printing that the Printing Manager will use. Figure 9-7    A TPrint recordThe PrJobDialog, PrStlDialog, and PrDlgMain functions alter the appropriate fields of the TPrint record. In particular, the PrJobDialog function alters the prJob field (which contains a TPrJob record), and the PrStlDialog function alters the prInfo field (which contains a TPrInfo record). The PrDlgMain function alters either field, depending on whether you use the function to display a job or a style dialog box.sWARNINGYour application should not directly change the user-supplied data in the TPrint record; it should use the PrStlDialog and PrJobDialog functions or the PrDlgMain function to allow the user to specify printing options that the printer driver then translates to the appropriate fields in the TPrint record. The only fields you may need to set directly are those containing optional information in the TPrJob record (for example, the pIdleProc field, which contains a pointer to an idle procedure). Attempting to set other values directly in the TPrint record can produce unexpected results.s Your program code should contain a printing loop that handles your printing needs, including presenting the job dialog box and determining the range of pages to be printed. An example of a printing loop is shown in Listing 9-2 on page 9-20; the structure of a TPrint record is defined in detail on page 9-44.Print Status Dialog BoxesBecause the user must wait for a document to print (that is, the application must draw the data in the printing graphics port and the data must be sent either to the printer or to a spool file before the user can continue working), many printer drivers display a print status dialog box informing the user that the printing process is under way. As shown in Figure 9-8, the print status dialog box usually provides information about the document being printed and indicates the current status of the printing operation.Figure 9-8    The print status dialog box for a LaserWriter printer driver printing in the backgroundA user should always be able to cancel printing by pressing Command-period. To determine whether the user has canceled printing, the printer driver runs an idle procedure whenever it directs output to the printer or to a spool file. The idle procedure takes no parameters and returns no result; the printer driver runs it periodically. Not all printer drivers, however, display print status dialog boxes. As you can see in Figure 9-8, the print status dialog box for the LaserWriter printer driver (as well as status dialog boxes for many other printer drivers) doesn’t inform the user how to cancel the printing operation. Your application can display its own status dialog box that informs the user about the status of the printing operation and how to cancel printing. If the printer driver displays its own print status dialog box, your application’s print status dialog box may appear in an inactive window. Figure 9-9 shows an example of an application’s print status dialog box that appears in addition to the print status dialog box displayed by the LaserWriter printer driver. Figure 9-9    A status dialog box with the LaserWriter printer driver’s print status dialog boxNoteYour application cannot prevent a printer driver from displaying its own status dialog box, and your application cannot determine where on the screen a printer driver will display its status dialog box.uIf your application uses its own print status dialog box, your application should display it just before printing. Your print status dialog box should indicate that the user can press Command-period to cancel printing; your status dialog box may also provide a button that lets the user cancel printing. Your status dialog box should also give information about the document being printed and indicate the current status of the printing operation.The TPrJob record contained in the TPrint record contains a pointer to an idle procedure in the pIdleProc field. If this field contains the value NIL, then the printer driver uses its default idle procedure. The default idle procedure checks for Command-period keyboard events and sets the iPrAbort error code if one occurs, so that your application can cancel the print job at the user’s request. However, the default idle procedure does not display any dialog boxes. It is up to the printer driver or your application to display a print status dialog box.To handle update information in your status dialog box during the printing operation, you should install your own idle procedure in the pIdleProc field. Your idle procedure should also check whether the user has pressed Command-period, in which case your application should stop its printing operation. If your status dialog box contains a button to cancel the printing operation, your idle procedure should also check for clicks in the button and respond accordingly.IMPORTANTIn your status dialog box, do not include an option to pause the printing process. Pausing may cause timeout problems when printing to a printer on a network. Communication between the Macintosh computer and the printer must be maintained to prevent a job or a wait timeout. If there is no communication for a period of time (over two minutes, for example, for the PostScript LaserWriter printer), the printer times out and the print job terminates. Because there is no reliable method for determining the type of printer, you should be aware of the possibility of a printer on a network timing out for a user who wants to pause printing for over two minutes.sIf you do not supply your own idle procedure, you can determine whether the user has canceled printing by calling the PrError function after each call to a Printing Manager routine. The PrError function returns the result code iPrAbort when the user cancels printing.See the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about creating and displaying dialog boxes. For information about creating an idle procedure, see “Writing an Idle Procedure” on page 9-38.Using the Printing ManagerThe Printing Manager defines routines that give your application device-independent control over the printing process. You can use these routines to print documents, to display and alter the print dialog boxes, and to handle printing errors. To use the Printing Manager, you must first initialize QuickDraw, the Font Manager, the Window Manager, the Menu Manager, TextEdit, and the Dialog Manager. The first Printing Manager routine to call, when you are ready to print, is PrOpen; the last routine to call is PrClose.All of the Printing Manager routines described in this chapter are available on both basic QuickDraw and Color QuickDraw systems using system software version 4.1 or later. However, not all printer drivers support all features provided by the PrGeneral procedure. (When you call the PrGeneral procedure, described in “Getting and Setting Printer Information” beginning on page 9-28, it in turn calls the current printer driver to get or set the desired information.) After calling PrGeneral and passing it a particular opcode, you should call the PrError function and test whether it returns the opNotImpl result code, which indicates that the printer driver does not support that particular opcode.All printable documents must have a TPrint record. Each TPrint record contains information about page size, number of copies requested, and the range of pages the user wants printed. Although only the information the user specifies through the style dialog box should be preserved each time the user prints the document, you can save the entire TPrint record when you save the document. The next time the user opens the document, you can retrieve the user’s preferences as saved in the TPrint record and then use the PrValidate function to validate the fields of the TPrint record.To print a user’s document, you must first create or validate a TPrint record for the document. You can use the PrintDefault procedure to initialize the values in a TPrint record. You can use the PrValidate function to check that an existing TPrint record is compatible with the current printer and its driver. Your application should include a printing loop that handles printing and checks for printing errors at every step.   You should never assume the type of printer that has been selected; your application should always be able to print to any type of printer. However, for some special features that are not supported by QuickDraw (notably rotated text and graphics, dashed lines, and hairlines), you may want to create two versions of your drawing code: one that uses picture comments to take advantage of the features, and another that provides QuickDraw-based implementations of these features. Using picture comments, your application can instruct printer drivers to perform operations that QuickDraw does not support. For more information, see Appendix B, “Using Picture Comments for Printing,” in this book.The rest of this section describes how you cann    create and use a TPrint recordn    structure your printing loop to print a document n    use the PrGeneral procedure to determine printer characteristicsn    alter the style and job dialog boxesn    write an idle procedure that runs during printingn    handle printing errorsBe aware that the burden of maintaining backward compatibility with early Apple printer models—as well as maintaining compatibility with over a hundred existing printer drivers—requires extra care on your part. When the Printing Manager was initially designed, it was intended to support ImageWriter printers directly attached to Macintosh computers with only a single floppy disk and 128 KB of RAM. Later, the Printing Manager was implemented on PostScript LaserWriter printer drivers for more powerful Macintosh computers sharing LaserWriter printers on networks. Since then, the Printing Manager has been implemented on a substantial—and unanticipated—number of additional Apple and third-party printer drivers, each in its own, slightly unique way. When you use Printing Manager routines and data structures, you should be especially wary of and defensive about possible error conditions. Because Apple has little control over the manner in which third parties support the Printing Manager in their printer drivers, you should test your application’s printing code on as many printers as possible.Creating and Using a TPrint RecordTo print a document, you need a valid TPrint record that is formatted for the current versions of the Printing Manager and the printer driver. To create a new TPrint record, you must first create a handle to it with a Memory Manager function such as NewHandle or NewHandleClear. You then must use the PrintDefault procedure to set the fields of the record to the default values for the current printer driver, as illustrated in the following code fragment. VAR    prRecHdl:                THPrint;    {allocate handle to a TPrint record}    prRecHdl := THPrint(NewHandleClear(SizeOf(TPrint)));    IF prRecHdl <> NIL THEN        PrintDefault(prRecHdl)                             {sets appropriate default values }                                      { for current printer driver}    ELSE    ; {handle error here}You can also use an existing TPrint record (for instance, one saved with a document). If you use an existing TPrint record, be sure to call the PrValidate function before using the TPrint record to make sure it’s valid for the current version of the Printing Manager and for the current printer driver. Listing 9-1 shows an application-defined routine that reads a TPrint record that the application has saved as a resource of type 'SPRC' with the document. (The Resource Manager routines CurResFile, UseResFile, Get1Resource, and DetachResource that are shown in this listing are described in the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox.)Listing 9-1    Reading a document’s TPrint recordFUNCTION MyGetPrintRecordForThisDoc (refNum: Integer;                                                 VAR prRecHdl: THPrint;                                                 VAR prRecChanged: Boolean):                                                 OSErr;VAR    saveResFile:                     Integer;BEGIN    saveResFile := CurResFile;                                    {save the resource file for the document}    UseResFile(refNum);    prRecHdl := THPrint(Get1Resource('SPRC', kDocPrintRec));                                                                            IF prRecHdl <> NIL THEN     BEGIN        DetachResource(Handle(prRecHdl));        prRecChanged := PrValidate(prRecHdl);                                                    {validate TPrint record}        MyGetPrintRecordForThisDoc := PrError;    END    ELSE        MyGetPrintRecordForThisDoc := kNILHandlePrintErr;    UseResFile(saveResFile);END;You should save the TPrint record when the user saves the document. By doing this, you can save any preferences that the user has selected for printing that document, such as orientation of the page or page size. See the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox for information about saving data such as TPrint records in resources.Every printer driver uses the fields of the TPrint record differently. To maintain compatibility with the Printing Manager, you should follow these guidelines:n    Do not test for the contents of undocumented fields.n    Do not set fields in the TPrint record directly.n    Use the print dialog boxes provided by the printer drivers or, if you want to customize these dialog boxes, alter them only as recommended in “Altering the Style or Job Dialog Box” on page 9-35.Printing a DocumentWhen writing an application, the code you provide that handles printing is referred to as the printing loop. A printing loop calls all the Printing Manager routines necessary to print a document. In general, a printing loop must do the following tasks:n    It must unload unused code segments to ensure that you have as much memory as possible in which to print.n    It must open the Printing Manager and the current printer driver by using the PrOpen procedure.n    It must set up a valid TPrint record for the document (using any values the user previously specified through the style dialog box) by using the PrintDefault procedure or the PrValidate function. (When the user is printing from the Finder, it is best not to display the style dialog box, but rather to use saved or default settings for the document.)n    It must display the job dialog box as appropriate by using the PrJobDialog function or, for a customized job dialog box, the PrDlgMain function. (When the user is printing from the Finder, display the job dialog box only once, and then use the PrJobMerge procedure to apply the information from this dialog box to any other documents selected by the user.)n    It must determine the number of pages required to print the requested range of pages by examining the fields of the TPrint record. (Depending on the page rectangle of the current printer, the amount of data you can fit on a physical page of paper may differ from that displayed on the screen, although it is usually the same.)n    It must determine the number of copies to print by examining the TPrint record.n    It may display a status dialog box indicating to the user the status of the current printing operation by using the Dialog Manager function GetNewDialog (described in the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials).n    If it displays a status dialog box, it must install an idle procedure in the pIdleProc field of the TPrJob record (which is contained in the TPrint record) to update information in the status dialog box and to check whether the user wants to cancel the operation. (The default idle procedure also performs this check, but if you update information in your status dialog box you must provide your own idle procedure.) n    It must print the requested range of pages for each requested copy by n    using the PrOpenDoc function to open a printing graphics port if the current page number is the first page or a multiple of the value represented by the constant iPFMaxPgsn    opening a page for printing by using the PrOpenPage proceduren    printing the page by drawing into the printing graphics port with the QuickDraw routines described in the rest of this bookn    closing the page by using the PrClosePage proceduren    using the PrCloseDoc procedure to close the printing graphics port and begin printing the requested range of pagesn    checking whether the printer driver is using deferred printing and, if so, using the PrPicFile procedure to send the spool file to the printern    Finally, the printing loop must close the Printing Manager by using the PrClose procedure.Listing 9-2 shows an extremely broad example of a printing loop—the code does not optimize for the type of printer being used or for the material being printed (text, graphics, or a mixture of both). However, this sample routine, called MyPrintLoop, does cover the major aspects of a printing loop: how to balance calls to the open and close routines, how to determine page count, and how to provide support for documents exceeding the maximum page length specified by the constant iPFMaxPgs. Listing 9-2    A sample printing loopPROCEDURE MyPrintLoop(docToPrint: MyDocRecHnd; displayJob: Boolean);VAR    copies, numberOfCopies:                                    Integer;    firstPage, lastPage:                                    Integer;    pageNumber, numberOfPages:                                    Integer;    doPrint, changed:                                    Boolean;    oldPort:                                    GrafPtr;    theStatus:                                    TPrStatus;    printError:                                    Integer;BEGIN    GetPort(oldPort);    MyUnLoadTheWorld;                        {swap out those segments of code not needed to print}    PrOpen;                        {open Printing Manager and the current printer driver}    IF (PrError = noErr) THEN    BEGIN        gPrintResFile := CurResFile;                                            {save the current resource file}        gPrintRec := docToPrint^^.docPrintRecHdl; {set to this doc's print rec}        changed := PrValidate(gPrintRec);                                                {verify TPrint record}        IF (PrError = noErr) THEN        BEGIN            {determine the number of pages required to print the document}            numberOfPages := MyDetermineNumOfPages(gPrintRec^^.prInfo.rPage);            {display job dialog box if requested, else use previous settings}            IF displayJob THEN                doPrint := PrJobDialog(gPrintRec)            ELSE                doPrint := MyDoJobMerge(gPrintRec);            IF doPrint THEN            BEGIN                numberOfCopies := gPrintRec^^.prJob.iCopies;                firstPage := gPrintRec^^.prJob.iFstPage;                                                    {save first page number}                lastPage := gPrintRec^^.prJob.iLstPage;                                                     {save last page number}                gPrintRec^^.prJob.iFstPage := 1;                                                     {reset to 1}                gPrintRec^^.prJob.iLstPage := iPrPgMax;         {reset to maximum}                  IF (numberOfPages < lastPage) THEN                     lastPage := numberOfPages;                                        {to prevent printing past last }                                                            { page}                {display a "Print Status" dialog box (optional)-- }                { first, deactivate front window}                MyDoActivateFrontWindow(FALSE, oldPort);                 gPrintStatusDlg := GetNewDialog(kPrintStatus, NIL, Pointer(-1));                {set up dialog items (insert name of document being printed)}                MySetUpDBoxItems(docToPrint);                ShowWindow(gPrintStatusDlg);                                        {display the dialog box}                {set up idle procedure (for later use)}                gPrintRec^^.prJob.pIdleProc := @MyDoPrintIdle;                {print the requested number of copies}                FOR copies := 1 TO numberOfCopies DO                    BEGIN                    UseResFile(gPrintResFile);    {restore driver's resource file}                    {print the requested range of pages of the document}                    FOR pageNumber := firstPage TO lastPage DO                    BEGIN                        {check current page number against iPFMaxPgs}                        IF (pageNumber - firstPage) MOD iPFMaxPgs = 0 THEN                        BEGIN                            IF pageNumber <> firstPage THEN                            {if max size of spool file has been reached (and this }                            { isn't the first page), then close the document, }                            { initiate printing, then reopen the document}                            BEGIN                                PrCloseDoc(gPrinterPort);                                {next line tests for deferred printing}                                IF (gPrintRec^^.prJob.bJDocLoop = bSpoolLoop)                                         AND (PrError = noErr) THEN                                    PrPicFile(gPrintRec, NIL, NIL, NIL, theStatus);                            END;                            {if this is the first page or a multiple of iPFMaxPgs, }                            { then open the document for printing}                            gPrinterPort := PrOpenDoc(gPrintRec, NIL, NIL);                        END; {of check current page number}                        IF (PrError = noErr) THEN                        BEGIN        {print a page}                            PrOpenPage(gPrinterPort, NIL);                            IF (PrError = noErr) THEN                            {draw (print) a page in the printable area for the }                            { current printer (indicated by the rPage field)}                            MyDrawStuff (gPrintRec^^.prInfo.rPage, docToPrint,                                             GrafPtr(gPrinterPort), pageNumber);                            PrClosePage(gPrinterPort);                        END;        {of print a page}                    END; {of print the requested range of pages}                    PrCloseDoc(gPrinterPort);                    IF (gPrintRec^^.prJob.bJDocLoop = bSpoolLoop) AND                        (PrError = noErr) THEN                        PrPicFile(gPrintRec, NIL, NIL, NIL, theStatus);                END;            END;        END;    END;    printError := PrError;    PrClose;    IF (printError <> noErr) THEN         DoError(ePrint, printError);    DisposeDialog(gPrintStatusDlg);    SetPort(oldPort);    MyDoActivateFrontWindow(TRUE, oldPort); {activate window}END;The MyPrintLoop procedure starts by getting a pointer to the current graphics port. Then it calls an application-defined routine, MyUnloadTheWorld, that swaps out code segments not required during printing. Then it opens the Printing Manager and the current printer driver and its resource file by calling PrOpen.The MyPrintLoop procedure saves the current resource file (after calling PrOpen, the current resource file is the driver’s resource file) so that, if its idle procedure changes the resource chain in any way, it can restore the current resource file before returning; thus the driver does not lose access to its resources. The MyPrintLoop procedure then uses the PrValidate function to change any values in the TPrint record associated with the document to match those specified by the current printer driver; these values can be changed later by the printer driver as a result of your application’s use of the PrStlDialog and PrJobDialog functions. (Your application passes a handle to a TPrint record to the PrStlDialog and PrJobDialog functions, and these procedures modify the TPrint record according to the user’s interaction with the style and job dialog boxes.) The MyPrintLoop procedure calls PrValidate rather than PrintDefault to preserve any values that the user might have previously set through the style dialog box.To print a document, you must divide the data into sections that fit within the page rectangle dimensions stored in the rPage field of the TPrJob record, which is contained in the TPrint record. (This information is stored in the rPage field when you call the PrintDefault, PrValidate, or PrStlDialog routine.) The application-defined function MyDetermineNumOfPages is specific to the application, because the way the application divides up the data depends on the type of text and graphics in the document. The MyDetermineNumOfPages function determines the number of pages required to print the document by comparing the size of the document with the printable area for the current printer, which is specified by the value in the rPage field of the TPrJob record in the TPrint record. After determining the number of pages required to print the document, MyPrintLoop displays the job dialog box if the calling routine requested it to do so. If the user prints multiple documents at once, the calling routine sets the displayJob parameter to TRUE for the first document and FALSE for subsequent documents. This allows the user to specify values in the job dialog box only once when printing multiple documents. It also provides an application with the ability to print documents in the background (for example, as the result of responding to the Apple event Print Documents) without requiring the application to display the job dialog box. The user’s responses in the job dialog box provide such information as the number of copies and the page numbers of the first and last pages requested. The MyPrintLoop procedure stores these values in the local variables firstPage and lastPage. It then resets the value of the first page in the TPrJob record as 1 and resets the value of the last page to the value represented by the constant iPrPgMax. The MyPrintLoop procedure compares the values of the number of pages in the document with the last page the user requested and changes the last page number as necessary. For example, if the user asks to print page 50 of a two-page document, MyPrintLoop resets the value of the last page to 2. At this point, MyPrintLoop is about to begin the process of sending the pages off to be printed. So it displays its own status dialog box to inform the user of the current status of the printing operation. If your status dialog box provides a button or reports on the progress of the printing operation, you need to handle events in the dialog box by providing an idle procedure. Your idle procedure should update the items in your status dialog box to show the current progress of the printing operation, and it should determine whether the user has canceled the printing operation. The printer driver calls the idle procedure periodically during the printing process. For more information on idle procedures, see “Writing an Idle Procedure” on page 9-38.After installing its idle procedure, the MyPrintLoop procedure then begins the printing operation by performing a number of steps for each requested copy. First, MyPrintLoop restores the current resource file to the printer driver’s resource file.MyPrintLoop then begins the process of printing each page. The maximum number of pages that can be printed at a time is represented by the constant iPFMaxPgs. If the file is larger than the value represented by iPFMaxPgs, your application can print the number of pages represented by iPFMaxPgs and then begin the printing loop again with the next section of the document. In this way, you can print any number of pages. Next, MyPrintLoop opens a page for printing and draws the page in the printing graphics port with the application-defined MyDrawStuff procedure, the details of which are specific to the application. The parameters to MyDrawStuff are the size of the page rectangle, the document containing the data to print, the printing graphics port in which to draw, and the page number to be printed. This allows the application to use the same code to print a page of a document as it uses to draw the same page on screen. When MyPrintLoop is finished printing (or has printed a multiple of the value represented by the constant iPFMaxPgs), it closes the printing graphics port for the document. By testing for the bSpoolLoop constant in the bJDocLoop field of the TPrJob record, MyPrintLoop determines whether a printer driver is using deferred printing; if so, MyPrintLoop calls the PrPicFile procedure, which sends the spool file to the printer. Some QuickDraw printer drivers (in particular, those for the ImageWriter and ImageWriter LQ printers) provide two methods of printing documents: deferred and draft-quality. Typically, the printer driver uses deferred printing when a user chooses Best in the job dialog box, and it uses draft-quality printing when the user chooses Draft. Deferred printing was designed to allow ImageWriter printers to spool a page image to disk when printing under the low memory conditions of the original 128 KB Macintosh computer. With deferred printing, a printer driver records each page of the document’s printed image in a structure similar to a QuickDraw picture, which the driver writes to a spool file. For compatibility with printer drivers that still support deferred printing, use the PrPicFile procedure to instruct these printer drivers to turn the QuickDraw pictures into bit images and send them to the printer. (Draft-quality printing, on the other hand, is a method by which a printer driver converts into drawing operations calls only to QuickDraw’s text-drawing routines. The printer driver sends these routines directly to the printer instead of using deferred printing to capture the entire image for a page in a spool file.)NoteDo not confuse background printing with deferred printing. While printer drivers supporting background printing also create spool files, you do not need to use the PrPicFile procedure to send these spool files to the printer. In fact, there is no reliable way for you to determine whether a printer driver is using a spool file for background printing.uThe MyPrintLoop procedure concludes by closing the Printing Manager, reporting any Printing Manager errors, and resetting the current graphics port to the original port. In your printing loop, you should balance all calls to Printing Manager open routines to the equivalent Printing Manager close routines. This is extremely important, even if you stop printing because of an error. Failure to call the matching close routines can cause the Printing Manager to perform incorrectly.Note that MyPrintLoop calls PrError after each Printing Manager routine. If an error is found, the loop calls a close routine (PrClose, PrClosePage, or PrCloseDoc) for any Printing Manager open routines (PrOpen, PrClosePage, or PrOpenDoc) before informing the user of the error. You should use this approach in your own application to make sure the Printing Manager closes properly and all temporary memory is released. sWARNINGSome applications use a method of printing that prints out each page of a spooled document as a separate print job in order to avoid running out of disk space while spooling the document. You should not use this method, known as “spool a page, print a page.” It is appropriate only for a printer directly connected to the user’s computer (that is, not to a network) and therefore creates device dependence—and also it’s extremely slow. If the printer is a remote or shared device (such as a LaserWriter printer connected by an AppleTalk network), another application could print a document between the pages of your user’s document. At worst, if both applications printing to the shared printer use the “spool a page, print a page” method, the printed documents could end up interleaved. The pages for one of the documents could be out of order, even when printed by itself on a shared, network printer.sPrinting From the FinderTypically, users print documents that are open on the screen one at a time while the application that created the document is running. Alternatively, users can print one or more documents from the Finder. To print documents from the Finder, the user selects one or more document icons and chooses the Print command from the File menu. When the Print command is chosen, the Finder starts up the application and passes it an Apple event—the Print Documents event—indicating that the documents are to be printed rather than opened on the screen. As explained in Inside Macintosh: Interapplication Communication, your application should support the required Apple events, which include the Print Documents event. In response to a Print Documents event, your application should do the following:    1.    Your application should not open windows for the documents.    2.    For style information, your application should use saved or default settings instead of displaying the style dialog box to ask this information from the user.     3.    Your application should use the PrJobDialog function (described on page 9-62) or the PrDlgMain function (described on page 9-63) to display the job dialog box only once. When the user clicks the OK button in the job dialog box, you can then use the PrJobMerge procedure (described on page 9-66) to apply the information specified by the user to all of the documents selected from the Finder. For example, if the user has selected three documents to print, you can display the job dialog box only once and then apply the same information supplied by the user to all three documents. Figure 9-10 shows a situation where, through the job dialog box, the user has specified the number of copies and the range of pages to print. In this example, the application applies this job information to the TPrint record of the three documents by calling PrJobMerge. Note that PrJobMerge preserves the fields of the TPrint record that are specific to each document (that is, the fields that are set by the user through the style dialog box).    4.    Your application should remain open until the Finder sends your application a Quit event. If appropriate, the Finder sends your application this Apple event immediately after sending it the Print Documents event.Figure 9-10    How the PrJobMerge procedure worksSee Inside Macintosh: Interapplication Communication for more information about how to handle the Print Documents and Quit events.Providing Names of Documents Being PrintedSome printer drivers (usually those for printers such as LaserWriter printers that are shared among many users) provide the names of the users who are printing and the documents that are being printed to others interested in using the printer. Providing the names of users and documents is a courtesy to other users sharing the printer on a network. The printer driver gets the name of the document being printed from the title of the frontmost window on the user’s screen. The PrOpenDoc and PrValidate functions call the Window Manager procedure FrontWindow to get the document’s name.Printer drivers can’t get a document name if your application doesn’t display windows while printing. For example, applications should not open windows for their documents when the user prints from the Finder. If there is no front window, or if the window’s title is empty, the printer driver sets the document name to “Unspecified” or “Untitled.”You can ensure that the document name is available by displaying a printing status dialog box and setting the window’s title to the document’s name. If the dialog box is one that doesn’t have a title bar (like that of type dBoxProc), this title is not displayed but the current printer driver can still use the title as the document’s name. If you don’t want to put up a visible window, you can create a tiny window (for instance, type plainDBox) and hide it behind the menu bar by giving it the global coordinates of (1,1,2,2). See the chapter “Window Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about the dBoxProc and plainDBox window types. NoteDo not set the document name in the TPrint record directly. Not all printer drivers support this field, and Apple does not guarantee that internal fields of the Printing Manager’s data structures will remain the same.u Printing HintsQuickDraw is the primary means you use to print, and in general you can use QuickDraw in the printing graphics port exactly as you would for a screen’s graphics port. There are a few things to note when drawing to the printing graphics port: n    Don’t depend on values in a printing graphics port remaining identical from page to page. With each new page, you usually get reinitialized font information and other characteristics for the printing graphics port.n    Don’t make calls that don’t do anything on the printer. For example, QuickDraw erase routines such as EraseRect are quite time-consuming and normally aren’t needed on the printer. An erase routine takes time because every bit (90,000 bits per square inch on a 300 dpi LaserWriter) has to be cleared. Paper does not need to be erased the way the screen does. Also avoid using the TextBox procedure, which makes calls to the EraseRect procedure. You might want to use a different method of displaying text (for example, DrawString or DrawText) or write your own version of TextBox. See the chapter “QuickDraw Text” in Inside Macintosh: Text.n    Don’t use clipping to select text to be printed. There are a number of subtle differences between how text appears on the screen and how it appears on the printer; you can’t count on knowing the exact dimensions of the rectangle occupied by the text.n    Don’t use fixed-width fonts to align columns. Because spacing is adjusted on the printer, you should explicitly move the pen to where you want it.n    Don’t use the outline font style to create white text on a black background.n    Avoid changing fonts frequently. n    Because of the way rectangle intersections are determined, you slow printing substantially if your clipping region falls outside of the rectangle given by the rPage field of the TPrInfo record of the TPrint record.Getting and Setting Printer InformationYou can determine the resolution of the printer, set the resolution you want, find out if the user has selected landscape printing, or force enhanced draft-quality printing by using the PrGeneral procedure. You call the PrGeneral procedure with one of five opcodes: getRslDataOp, setRslOp, getRotnOp, draftBitsOp, or noDraftBitsOp. These opcodes have data structures associated with them.When you call the PrGeneral procedure, it in turn calls the current printer driver to get or set the desired information. Not all printer drivers support all features provided by the PrGeneral procedure, however, so your application can’t depend on its use. Listing 9-3 shows an application-defined routine, DoIsPrGeneralThere, that checks whether the current printer driver supports the PrGeneral procedure. First, DoIsPrGeneralThere sets the opcode field of the TGetRotnBlk record to the getRotnOp opcode—the opcode used to determine whether the user has chosen landscape orientation. Then DoIsPrGeneralThere passes the address of the TGetRotnBlk record to the PrGeneral procedure. It then calls PrError to get any errors that result from calling PrGeneral. If the error is resNotFound, the printer driver does not support PrGeneral.Listing 9-3    Checking whether the current printer driver supports the PrGeneral procedureFUNCTION DoIsPrGeneralThere: Boolean;VAR    getRotRec:                    TGetRotnBlk;    myPrintErr:                    OSErr;BEGIN    myPrintErr := 0;    getRotRec.iOpCode := getRotnOp;                                            {set the opcode}    getRotRec.hPrint := gMyPrRecHdl;     {TPrint record this operation applies to}    PrGeneral(@getRotRec);                                    myPrintErr := PrError;    PrSetError(noErr);    IF (myPrintErr = resNotFound) THEN                                                 {the current driver doesn't support }        DoIsPrGeneralThere := FALSE;                                              { PrGeneral}    ELSE        DoIsPrGeneralThere := TRUE;                                            {current driver supports PrGeneral}END;After determining that the current printer driver supports PrGeneral, you can use PrGeneral ton    determine and set the resolution of the current printern    determine the current page orientationn    force enhanced draft-quality printing As an alternative to testing for PrGeneral, your application can call PrGeneral and then test whether PrError error returns the opNotImpl result code, which indicates that the printer driver either does not support PrGeneral or does not support that particular opcode.These operations are discussed in the following sections.Determining and Setting the Resolution of the Current PrinterSome printer drivers support only one of the two possible kinds of resolution: discrete or variable. You can use the PrGeneral procedure to determine the kind of resolution supported by the current printer and then use the highest resolution desired by your application or the user. Each printer has its own imaging capabilities. When you call PrGeneral with the value getRslDataOp in the iOpCode field of the TGetRslBlk record, PrGeneral returns the resolutions that the printer supports. Figure 9-11 shows TGetRslBlk records (described on page 9-53) returned by the drivers for a 300-dpi LaserWriter PostScript printer and a QuickDraw ImageWriter printer. Because it supports variable resolutions, the TGetRslBlk record for the LaserWriter driver specifies minimum and maximum resolutions in the x and y directions. Because it uses discrete resolutions, the TGetRslBlk record for the ImageWriter driver specifies no minimum or maximum resolutions in the x and y directions, but instead specifies the four discrete resolutions it supports.Figure 9-11    Sample resolutions for a PostScript printer and a QuickDraw printerA TPrint record contains the x and y resolutions that the printer uses in printing the data associated with the TPrint record. For each TPrint record you use, you can either use the default values or you can specify the particular imaging resolution that you want to use. To do this, you can call PrGeneral, specifying the value setRslOp in the iOpCode field and specifying the x and y resolutions in the iXRsl and iYRsl fields of the TSetRslBlk record (which is described on page 9-54). The PrGeneral procedure returns the noErr result code if it has updated the TPrint record with this new resolution, or it returns the noSuchRsl result code if the current printer doesn’t support this resolution.Listing 9-4 illustrates how to use the PrGeneral procedure to determine the possible resolutions for the current printer and then set a TPrint record to the desired resolution.Listing 9-4    Using the getRslDataOp and setRslOp opcodes with the PrGeneral procedureFUNCTION DoSetMaxResolution (thePrRecHdl: THPrint): Integer;VAR    maxDPI:                Integer;    resIndex:                Integer;    getResRec:                TGetRslBlk;    setResRec:                TSetRslBlk;BEGIN    maxDPI := 0;    getResRec.iOpCode := getRslDataOp;    {get printer resolution info}    PrGeneral(@getResRec);    IF (getResRec.iError = noErr) AND (PrError = noErr) THEN    BEGIN        {the TGetRslBlk record contains an array of possible resolutions-- }        { so loop through each resolution range record looking for }        { the highest resolution available where x and y are equal}        FOR resIndex := 1 TO (getResRec.iRslRecCnt) DO        BEGIN            IF (getResRec.rgRslRec[resIndex].iXRsl =                     getResRec.rgRslRec[resIndex].iYRsl) AND                    (getResRec.rgRslRec[resIndex].iXRsl > maxDPI) THEN                maxDPI := getResRec.rgRslRec[resIndex].iYRsl;        END;        {set the resolution to the maximum supported resolution}        IF maxDPI <> 0 THEN        BEGIN            WITH setResRec DO            BEGIN                iOpCode := setRslOp;                hPrint := thePrRecHdl;                iXRsl := maxDPI;                iYRsl := maxDPI;            END;            PrGeneral(@setResRec);        END; {end of maxDPI <> 0}        IF (setResRec.iError = noErr) AND (PrError = noErr) AND                (maxDPI <> 0) THEN             DoSetMaxResolution := maxDPI;    END    ELSE         DoSetMaxResolution := 0;END;You can reset the original resolutions by calling the PrGeneral procedure with the setRslOp opcode a second time. To do so, you should save the values contained in the iVRes and iHRes fields of the TPrInfo record before making the first call to PrGeneral. You can also reset the original resolutions by calling the PrintDefault procedure with the TPrint record, which sets all of the fields of the TPrint record to the default values of the current printer resource file. However, if you use PrintDefault you lose all of the user’s selections from the last style dialog box. (You may want to reset the original resolution because that may be the printer’s best resolution, though not its highest.)Based on the information you get with a call to PrGeneral using the getRslDataOp opcode, you may decide to change the resolution with a call to PrGeneral using the setRslOp opcode. If so, the printer driver may need to change the appearance of the style and job dialog boxes by disabling some items. Therefore, you should determine and set the resolution before you use the PrStlDialog and PrJobDialog functions (or the PrDlgMain function) to present the print dialog boxes to the user. Note that the style dialog boxes for some printers, such as the StyleWriter, may offer the user a choice of printing in Best or Normal modes, which sets the printing at 360 or 180 dpi, respectively. Your application has no control over this setting. The printer driver converts your drawing accordingly.Determining Page OrientationAt times it can be useful for your application to determine which page orientation the user selects in the style dialog box. For instance, if an image fits on a page only if it is printed in landscape orientation (the prInfo field of the TPrint record defines a smaller horizontal value for the paper rectangle than for the image rectangle) and the user has not selected landscape orientation, your application can remind the user to select this orientation before printing. Otherwise, the user gets a clipped image. If you call the PrGeneral procedure with the getRotnOp opcode in the TGetRotnBlk record (described on page 9-56), the printer driver returns in the fLandscape field of this record a Boolean variable that indicates whether or not the TPrint record specifies landscape orientation. The user selects the type of orientation through the style dialog box, and the printer driver updates the fields of the TPrint record accordingly. Listing 9-5 shows an application-defined function, DoIsLandscapeModeSet, that returns a Boolean value indicating whether the user has selected landscape orientation for the current document.Listing 9-5    Using the getRotnOp opcode with the PrGeneral procedure to determine page orientationFUNCTION DoIsLandscapeModeSet (thePrRecHdl: THPrint): Boolean;VAR    getRotRec:                TGetRotnBlk;BEGIN    getRotRec.iOpCode := getRotnOp;      {set opcode}    getRotRec.hPrint := thePrRecHdl;     {specify TPrint record}    PrGeneral(@getRotRec);                                            {get landscape orientation}    IF (getRotRec.iError = noErr) AND (PrError = noErr) AND        getRotRec.fLandscape THEN        DoIsLandscapeModeSet := TRUE    ELSE         DoIsLandscapeModeSet := FALSE;END;Enhancing Draft-Quality PrintingWhen the user selects faster, draft-quality printing from a job dialog box from some printer drivers, the printer driver handles the printing operation appropriately.However, you can force users to use an enhanced form of draft-quality printing on ImageWriter printers (as well as on other printers that may support enhanced draft-quality printing) by calling the PrGeneral procedure, specifying the draftBitsOp opcode in a TDftBitsBlk record (described on page 9-55), and specifying the TPrint record for the operation. If your application produces only text, bitmaps, or pixel maps, this can increase performance and save disk space, because the printer driver prints the document immediately, rather than spooling it to disk as with deferred printing. The draftBitsOp opcode has no effect if the printer driver does not support draft-quality printing or does not support deferred printing. If the driver does not support the draftBitsOp opcode, the PrGeneral procedure returns the opNotImpl result code.With draft-quality printing, a printer driver like the ImageWriter printer driver converts into drawing operations calls only to QuickDraw’s text-drawing routines. The printer driver sends these text-drawing routines directly to the printer instead of using deferred printing to capture the entire image for a page in a spool file. Draft-quality printing produces quick, low-quality drafts of text documents that are printed straight down the page, from top to bottom and left to right. Using the PrGeneral procedure, it’s possible to produce enhanced draft-quality printing on some printers—such as ImageWriter printers. Normally, draft-quality printing renders output consisting only of text. However, enhanced draft-quality printing prints the bitmaps and pixel maps that your application draws using the CopyBits procedure (described in the chapter “QuickDraw Drawing” in this book) without using deferred printing to write to and read from a spool file. Because it’s supported by so few printer drivers, and because it offers little in the way of extra capability, enhanced draft-quality printing has limited usefulness. To use enhanced draft-quality printing, call PrGeneral with the draftBitsOp opcode before using the PrStlDialog and PrJobDialog functions or the PrDlgMain function to present the style dialog box and job dialog box to the user. The use of the draftBitsOp opcode may cause items in the print dialog boxes to become inactive. For the ImageWriter printer driver, for example, the use of the draftBitsOp opcode makes the landscape icon in the style dialog box and the Best and Faster options in the job dialog box inactive. IMPORTANTIf you call PrGeneral with the draftBitsOp opcode after using the PrJobDialog or PrDlgMain function, and if the user chooses draft printing from the job dialog box, the ImageWriter printer does not print any bitmaps or pixel maps contained in the document.sListing 9-6 illustrates how to implement enhanced draft-quality printing.Listing 9-6    Using the draftBitsOp opcode with the PrGeneral procedure for enhanced draft-quality printingFUNCTION DoDraftBits (thePrRecHdl: THPrint): Boolean;VAR    draftBitsBlk:                    TDftBitsBlk;BEGIN    draftBitsBlk.iOpCode := draftBitsOp;    {set the opcode}    draftBitsBlk.hPrint := thePrRecHdl;                                                {specify the TPrint record}    PrGeneral(@draftBitsBlk);                                            {use enhanced draft quality}    IF (draftBitsBlk.iError = noErr) AND (PrError = noErr) THEN        DoDraftBits := TRUE                                {this TPrint record specifies }                                        { enhanced draft printing}    ELSE         DoDraftBits := FALSE;                                {this TPrint record does not }                                        { specify enhanced draft printing}END;You should keep one additional point in mind when using the draftBitsOp opcode: all of the data that is printed must be sorted along the y axis, because reverse paper motion is not possible on the ImageWriter printer when printing in draft-quality mode. This means that you cannot print two objects side by side; that is, the top boundary of an object cannot be higher than the bottom boundary of the previous object. To get around this restriction, you should sort your objects before print time.You can call PrGeneral with the noDraftBitsOp opcode to use regular draft-quality printing again. If you call PrGeneral with noDraftBitsOp without first calling draftBitsOp, the procedure does nothing. As with the draftBitsOp opcode, you should call PrGeneral with the noDraftBitsOp opcode before you present the style and job dialog boxes to the user. Altering the Style or Job Dialog BoxEach printer resource file includes definitions of the standard style and job dialog boxes that are specific to the type of printer managed by its printer driver. The PrStlDialog and PrJobDialog functions display the style and job dialog boxes defined by the resource file of the current printer. For example, the standard style and job dialog boxes for the LaserWriter printer driver are shown in Figure 9-3 on page 9-7 and Figure 9-5 on page 9-8, respectively. The standard dialog boxes provided by the StyleWriter printer driver are shown in Figure 9-2 on page 9-6 and Figure 9-4 on page 9-7. Each dialog box has options that the user can set. If you want to use the standard style or job dialog box provided by the printer driver for the current printer, call the PrStlDialog function or the PrJobDialog function. You may wish to add some additional options to these dialog boxes so that the user can customize the printing process even further. For example, Figure 9-12 illustrates a print job dialog box with two additional checkboxes: Print Selection Only and Skip Blank Pages.Figure 9-12    A print job dialog box with additional checkboxesYou must follow these guidelines if you alter the style or job dialog boxes:n    Add additional options below the standard ones in the dialog box and don’t change the standard ones—that is, don’t delete, rearrange, or add new items in the existing list. n    Don’t count on an item retaining its current position on the screen or in the dialog item list.n    Don’t use more than half the smallest screen height for your items. (The smallest screen height is the 9-inch Macintosh Classic screen.) Printer drivers are allowed to expand the items in the standard dialog boxes to fill the top half of a 9-inch screen.n    If you want to add a lot of items to the dialog boxes, be aware this may confuse users. You should consider having your own separate dialog box in addition to the existing style and job dialog boxes. You can customize a style or job dialog box by undertaking the following steps:n    Use the PrOpen procedure to open the Printing Manager.n    Use the PrStlInit or PrJobInit function to initialize a TPrDlg record. This record, described on page 9-50, contains the information needed to set up the style or job dialog box.n    Define an initialization routine that appends items to the printer driver’s style or job dialog box. Your initialization routine shouldn    use the Dialog Manager procedure AppendDITL to add items to the dialog box whose TPrDlg record you initialized with PrStlInit or PrJobInitn    install two functions in the TPrDlg record: one—in the pFltrProc field—for handling events (such as update events for background applications) that the Dialog Manager doesn’t handle in a modal dialog box, and another—in the pItemProc field—for handling events in the items added to the dialog box (for example, when the user clicks a checkbox that your application adds)n    return a pointer to the TPrDlg recordn    Pass the address of your initialization routine to the PrDlgMain function to display the dialog box.n    Respond to the dialog box as appropriate.n    Use the PrClose procedure when you are finished using the Printing Manager.The event filter function pointed to in the pFltrProc field of the TPrDlg record extends the Dialog Manager’s ability to handle events. When your application displays the style or job dialog box, you can use an event filter function to handle events that the Dialog Manager doesn’t handle for modal dialog boxes. The chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials describes how to write an event filter function for the Dialog Manager.The routine you supply in the pItemProc field of the TPrDlg record should handle events in the items you add to the dialog box. Sometimes called a dialog hook, this routine typically responds to clicks in the radio buttons or checkboxes that you add to the dialog box. Listing 9-7 shows an application-defined routine called DoPrintDialog that specifies its own initialization function, called MyPrDialogAppend.Listing 9-7    Installing an initialization function to alter the print job dialog boxFUNCTION DoPrintDialog: OSErr;                                            {display print job dialog box}BEGIN    PrOpen;                 {open the Printing Manager}    gPrintRec := THPrint(NewHandle(sizeof(TPrint)));    {create a TPrint record}    PrintDefault(gPrintRec);                                    {use default values for the TPrint record}    gPrJobDialogBox := PrJobInit(gPrintRec);                                                        {get a pointer to the }                                                            { invisible job dialog box}    {use PrDlgMain to display the altered job dialog box}    IF (PrDlgMain(gPrintRec, @MyPrDialogAppend)) THEN        MyPrintDoc;    PrClose;                {close the Printing Manager}END;The application-defined routine MyPrDialogAppend is shown in Listing 9-8. It uses the Resource Manager function GetResource to get a handle to an item list ('DITL') resource containing the two extra checkboxes shown in Figure 9-12 on page 9-35. Using the Dialog Manager procedure AppendDITL, MyPrDialogAppend appends the items in this item list resource to the print job dialog box. Then MyPrDialogAppend installs the application’s event filter function for modal dialog boxes. Finally, MyPrDialogAppend installs it own routine, called HandleMyAppendedItems, to handle clicks in the two newly installed checkboxes.Listing 9-8    Adding items to a print job dialog boxFUNCTION MyPrDialogAppend (hPrint: THPrint): TPPrDlg;VAR  MyAppendDITLH: Handle;BEGIN    IF gDITLAppended = FALSE THEN      BEGIN        {first, get item list resource containing checkboxes}         MyAppendDITLH := GetResource('DITL', kPrintingCheckBoxes);        {next, append this item list resource to job dialog box}         AppendDITL(DialogPtr(gPrJobDialogBox), MyAppendDITLH,                      appendDITLBottom);           gDITLAppended := TRUE;     END;    gFltrItemProc := LongInt(gPrJobDialogBox^.pFltrProc);    {put an event filter function (to handle events that Dialog }    { Manager doesn't handle in modal dialog boxes) }    { in the pFltrProc field of the TPrDlg record}    gPrJobDialogBox^.pFltrProc := ProcPtr(@MyEventFilter);    gPrItemProc := LongInt(gPrJobDialogBox^.pItemProc);    {put a dialog hook to handle clicks in appended items }    { in the pItemProc field of the TPrDlg record}    gPrJobDialogBox^.pItemProc := ProcPtr(@HandleMyAppendedItems);    MyPrDialogAppend := gPrJobDialogBox;END;See the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about item list resources, event filter functions for modal dialog boxes, and the AppendDITL procedure. See the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox for information about the GetResource function.Writing an Idle ProcedureThe printer driver for the current printer periodically calls an idle procedure while it sends a document to the printer. The TPrJob record contained in the TPrint record contains a pointer to an idle procedure in the pIdleProc field. If this field contains the value NIL, then the printer driver uses the Printing Manager’s default idle procedure. The default idle procedure checks for Command-period keyboard events and sets the iPrAbort error code if one occurs, so that your application can cancel the print job at the user’s request. However, the default idle procedure does not display a print status dialog box. It is up to the printer driver or your application to display a print status dialog box. Most printer drivers display their own status dialog boxes. However, your application can display its own status dialog box that reports the current status of the printing operation to the user. If it does, your status dialog box should allow the user to press Command-period to cancel the printing operation, and it may also provide a button allowing the user to cancel the printing operation. To handle update events in your status dialog box, Command-period keyboard events, and clicks in your Cancel button (if you provide one), you should provide your own idle procedure. (See Figure 9-9 on page 9-14 for an example of an application-defined status dialog box.)Here are several guidelines you must follow when writing your own idle procedure.n    If you designate an idle procedure, you must set the pIdleProc field of the TPrJob record after presenting the style and job dialog boxes, validating the TPrint record, and initializing the fields in the TPrint record (because the routines that perform these operations may reset the pIdleProc field to NIL). The TPrJob record is described on page 9-47.n    You must install your idle procedure in the TPrint record before calling the PrOpenDoc function. Otherwise, some printer drivers do not give the idle procedure any time to run. n    Do not attempt any printing from within the idle procedure, because the Printing Manager is not reentrant.n    Do not reference global variables unless you set up your own A5 world (as described in Inside Macintosh: Processes).n    If you use a modal dialog box to display printing status information, you must call the Event Manager function WaitNextEvent (described in the chapter “Event Manager” in Inside Macintosh: Macintosh Toolbox Essentials) to capture mouse events or the Command-period keyboard event that signals that the user wants to cancel printing. Do not call the WaitNextEvent function unless you display a modal dialog box.n    So that your application doesn’t draw into a printing port, don’t call the QuickDraw OpenPicture function or the DrawPicture procedure from your idle procedure without changing the current graphics port.n    Upon entry to the idle procedure, you must save the printing graphics port, and you must restore it upon exit if you draw anything within the idle procedure. If you don’t save and restore the printing graphics port, upon return the printer driver draws into the graphics port of your dialog box instead of its own printing graphics port. To save the printer’s printing graphics port, call the GetPort procedure when entering the idle procedure. Before you exit, call the SetPort procedure to set the port back to the printer driver’s printing graphics port. (The GetPort and SetPort procedures are described in the chapter “Basic QuickDraw” in this book.)n    If your idle procedure changes the resource chain, you should save the reference number of the printer driver’s resource file by calling the CurResFile function at the beginning of your idle procedure. (Any routine that changes the value of the global variable TopMapHdl, such as the OpenResFile function or the UseResFile procedure, changes the resource chain. Some printer drivers assume the resource chain does not change, and you may get an error if you change it.) When you exit from the idle procedure, restore the resource chain using the UseResFile procedure. If you are not changing the resource chain, you do not need to save the resource chain. (The CurResFile, OpenResFile, and UseResFile routines are described in the chapter “Resource Manager” in Inside Macintosh: More Macintosh Toolbox.)n    Avoid calling the PrError function within the idle procedure. Errors that occur while it is executing are usually temporary and serve only as internal flags for communication within the printer driver, not for the application. If you absolutely must call PrError within your idle procedure and an error occurs, do not cancel printing. Wait until the last called printing procedure returns and then check to see if the error still remains. Listing 9-9 shows an application-defined idle procedure.Listing 9-9    An idle procedurePROCEDURE MyDoPrintIdle;    VAR    oldPort:                         GrafPtr;    cursorRgn:                         RgnHandle;    event:                        EventRecord;    gotEvent:                        Boolean;    itemHIt:                        Integer;    handled, canceled:                            Boolean;BEGIN    GetPort(oldPort);    SetPort(gPrintStatusDlg);    cursorRgn := NIL;    gotEvent := WaitNextEvent(everyEvent, event, 15, cursorRgn);    IF gotEvent THEN    BEGIN        handled := MyStatusHandleEvent(gPrintStatusDlg, event,                                                itemHit);        canceled := MyUserDidCancel;        IF canceled THEN            itemHit := kStopButton;        handled := MyDoHandleHitsInStatusDBox(itemHit);    END;    MyUpdateStatusInformation(canceled);                                                    {update status }                                         { information in dialog box}    SetPort(oldPort);END;The application displays a modal dialog box for its status dialog box, and then installs MyDoPrintIdle, which calls the Event Manager function WaitNextEvent to capture events while the modal dialog box is displayed.The MyDoPrintIdle procedure first saves the current graphics port (so that it can later restore it) and then sets the current port to the graphics port of the status dialog box. Your idle procedure should save, set, and restore the graphics port in this manner to avoid accidentally drawing in the printing graphics port. The MyDoPrintIdle procedure then calls WaitNextEvent to get the current event and then calls its own routine to handle the event. (For example, the MyStatusHandleEvent function handles update and activate events.) By calling WaitNextEvent, MyDoPrintIdle gives background applications a chance to handle update events in their windows while the application in this example displays a modal dialog box. (The Dialog Manager does not give background applications a chance to handle update events in their windows when a modal dialog box is displayed.)MyDoPrintIdle then calls another application-defined procedure to determine whether the user wishes to cancel the printing operation. The MyUserDidCancel function scans the event queue for keyboard events and mouse events. If it finds a Command-period keyboard event, it returns TRUE. The MyUserDidCancel function also returns TRUE if it finds mouse events indicating that the user clicked the Stop Printing button (that is, it uses the Dialog Manager function FindDialogItem to determine whether the mouse location specified in a mouse event is in the Stop Printing button). If the user clicks the Stop Printing button, MyUserDidCancel highlights the button appropriately.To handle hits in the status dialog box, the MyDoHandleHitsInStatusDBox function simply checks the item number passed to it. For the Stop Printing button, MyDoHandleHitsInStatusDBox calls PrSetError, specifying the error code iPrAbort. For all other items, MyDoHandleHitsInStatusDBox sets the cursor to a spinning wristwatch cursor.Finally, the MyDoPrintIdle procedure updates the items in the status dialog box that report status to the user.Handling Printing ErrorsYou should always check for error conditions while printing by calling the PrError function. Errors returned may include AppleTalk and Operating System errors in addition to Printing Manager errors.NoteDon’t call PrError from within your idle procedure. See “Writing an Idle Procedure” on page 9-38 for more information.u If you determine that an error has occurred after the completion of a printing routine, stop printing. Call the close routine that matches any open routine you have called. For example, if you call PrOpenDoc and receive an error, skip to the next call to PrCloseDoc; if you call PrOpenPage and get an error, skip to the next calls to PrClosePage and PrCloseDoc. Remember that, if you have called some open routine, you must call the corresponding close routine to ensure that the printer driver closes properly and that all temporary memory allocations are released and returned to the heap. If you are using the PrError function and the PrGeneral procedure (described in “Getting and Setting Printer Information” beginning on page 9-28), be prepared to receive the following errors: noSuchRsl, opNotImpl, and resNotFound. In all three cases, your application should be prepared to continue to print without using the features of that particular opcode.The noSuchRsl error means that the currently selected printer does not support the requested resolution. The opNotImpl error means that the currently selected printer does not support the particular PrGeneral opcode that you selected. The resNotFound error means the current printer driver does not support the PrGeneral procedure at all. This lack of support should not be a problem for your application, but you need to be prepared to deal with this error. If you receive a resNotFound result code from PrError, clear the error with a call to PrSetError with a value of noErr as the parameter; otherwise, PrError might still contain this error the next time you check it, which would prevent your application from printing.Do not display any alert or dialog boxes to report an error until the end of the printing loop. Once at the end, check for the error again; if there is no error, assume that the printing completed normally. If the error is still present, then you can alert the user. This technique is important for two reasons. n    First, if you display a dialog box in the middle of the printing loop, it could cause errors that might terminate an otherwise normal printing operation. For example, if the printer is connected to an AppleTalk network, the connection might be terminated abnormally because the printer driver would be unable to respond to AppleTalk requests received from the printer while the dialog box was waiting for input from the user. If the printer does not hear from the Macintosh Operating System within a short period of time (anywhere from 30 seconds to 2 minutes, depending on the driver), it assumes that the Macintosh computer is no longer connected to the printer and times out. The timeout results in a prematurely broken connection, causing another error, to which the application must respond.n    Second, the printer driver may have already displayed its own dialog box in response to an error. In this instance, the printer driver posts an error to let the application know that something went wrong and it should cancel printing. For example, when a LaserWriter printer driver detects that the user has canceled printing, the driver posts an error to let the application know that it needs to cancel printing. Because the driver has already taken care of the error by displaying a dialog box, the error is reset to 0 before the printing loop is complete. The application should check for the error again at the end of the printing loop, and, if appropriate, the application can then display a dialog box.Printing Manager ReferenceThis section describes the data structures and routines defined by the Printing Manager. When you print a document using the Printing Manager, the Printing Manager uses a printer driver to do the actual printing. A printer driver does any necessary translation of QuickDraw drawing routines and—when requested by your application—sends the translated instructions and data to the printer. It is the printer driver for the current printer that actually implements the routines defined by the Printing Manager. Every Printing Manager routine you call determines the current printer from a resource in the System file and then dispatches your call to the printer driver for that printer.“Data Structures” shows the Pascal data structures defined by the Printing Manager. “Printing Manager Routines” describes the routines you can use to open and close the Printing Manager, display a print dialog box, print a document, and handle printing errors. “Application-Defined Routines” describes how you can provide your own idle procedure that handles events in a dialog box reporting the status of the print job, and how you can provide an initialization function that appends items to a print dialog box.IMPORTANTThe burden of maintaining backward compatibility with early Apple printer models—as well as maintaining compatibility with over a hundred existing printer drivers—requires extra care on your part. When the Printing Manager was initially designed, it was intended to support ImageWriter printers directly attached to Macintosh computers with only a single floppy disk and 128 KB of RAM. Later, the Printing Manager was implemented on PostScript LaserWriter printer drivers for more powerful Macintosh computers sharing LaserWriter printers on networks. Since then, the Printing Manager has been implemented on a substantial—and unanticipated—number of additional Apple and third-party printer drivers, each in its own, slightly unique way. When you use Printing Manager routines and data structures, you should be especially wary of and defensive about possible error conditions. Because Apple has little control over the manner in which third parties support the Printing Manager in their printer drivers, you should test your application’s printing code on as many printers as possible.sData StructuresThis section shows the Pascal data structures defined by the Printing Manager.You must create or ensure a valid TPrint record for every document before you can print it. This record specifies printer characteristics and the characteristics of a particular print job.Contained in every TPrint record is a TPrInfo record, which specifies the vertical and horizontal resolutions, of the current printer and describes the page rectangle. A TPrJob record, which contains information about a particular print job—such as the range of pages to print, the number of copies, and a pointer to an idle procedure—is also contained in a TPrint record. A TPrStl record, which is also contained in a TPrint record, contains the device number of the current printer and the feed type to be used when printing the document. The PrPicFile procedure returns printing status information in a record of data type TPrStatus. (You call the PrPicFile procedure for a printer using deferred printing.)The TPrDlg record contains information necessary when altering the default style or job dialog box.The TPrPort record describes a printing graphics port—the environment into which your application draws in order to print. You use the TGnlData, TGetRslBlk, TSetRslBlk, TDftBitsBlk, and TGetRotnBlk records in conjunction with the PrGeneral procedure.In almost all cases, printer drivers use the reserved fields in these data structures for device-dependent information. You should not rely on the availability or accuracy of this information when printing from your application. TPrintYou must supply a record of data type TPrint for a document before it can be printed. (See “Creating and Using a TPrint Record” beginning on page 9-17 for information about how to supply a TPrint record for a document.)In addition to other fields, the TPrint record includes three fields (prInfo, prStl, and prJob) that are defined by the TPrInfo record (described on page 9-46), the TPrStl record (described on page 9-48), and the TPrJob record (described on page 9-47). The TPrint record and the records within it contain information such as that needed by your application for printing a document. TYPE     TPPrint = ^TPrint;                                {pointer to a TPrint record}    THPrint = ^TPPrint;                                {handle to a TPrint record}    TPrint =     RECORD        iPrVersion:                Integer;            {reserved}        prInfo:                TPrInfo;     {resolution of device & page rectangle}        rPaper:                Rect;            {paper rectangle}        prStl:                TPrStl;            {printer driver number & feed type}        prInfoPT:                TPrInfo;            {reserved}        prXInfo:                TPrXInfo;            {reserved}        prJob:                TPrJob;            {printing information from the job }                                    { dialog box}        printX:                ARRAY[1..19] OF Integer;    END;Field descriptionsiPrVersion    Reserved. To determine the version of the printer driver that initialized this TPrint record, use the PrDrvrVers function, which is described on page 9-79.prInfo    The information needed for page composition, contained in a TPrInfo record. See page 9-46 for a description of this record.rPaper    The paper rectangle. This rectangle encompasses the page rectangle, which is specified by the rPage field of the TPrInfo record.prStl    The printer’s device number and the feed type, contained in a TPrStl record. See page 9-48 for a description of this record.prInfoPT    Reserved. prXInfo    Reserved. prJob    Information about this particular print job, contained in a TPrJob record. You use the PrJobDialog function to display the job dialog box. After the user closes the job dialog box, the PrJobDialog function updates the fields of the TPrJob record according to the user’s choices. See page 9-47 for a description of this record. printX    Reserved.If you try to use a TPrint record that’s invalid for the current version of the Printing Manager or for the current printer, the printer driver corrects the record by setting its fields to default values. Your application should not directly change the user-supplied data in the TPrint record; your application should use the PrStlDialog function and the PrJobDialog function (described on page 9-61 and page 9-62, respectively) or the PrDlgMain function (described on page 9-63) to allow the user to specify printing options, which the printer driver then translates to the appropriate fields in the TPrint record. The only fields you may need to set directly are those containing optional information in the TPrJob record (for example, the pIdleProc field, which contains a pointer to an idle procedure). Attempting to set other values directly in the TPrint record can produce unexpected results. TPrInfoThe record defined by the data type TPrInfo contains printer information. The prInfo field of the TPrint record (described in the preceding section) contains a TPrInfo record, which in turn contains the vertical and horizontal resolutions of the printer and the coordinates of the page rectangle. TYPE TPrInfo =                                 {printer information record}    RECORD        iDev:            Integer;            {reserved}        iVRes:            Integer;            {vertical resolution of printer, in dpi}        iHRes:            Integer;            {horizontal resolution of printer, in dpi}        rPage:            Rect;            {the page rectangle}    END;Field descriptionsiDev    Reserved.iVRes    The printer’s vertical resolution in dots per inch. The default value is 72, unless you have previously set the value for this record by calling the PrGeneral procedure with the setRslOp opcode (described in “Determining and Setting the Resolution of the Current Printer” on page 9-30). iHRes    The printer’s horizontal resolution in dots per inch. The default value is 72, unless you have previously set the value for this record by calling the PrGeneral procedure with the setRslOp opcode. rPage    The page rectangle. As illustrated in Figure 9-6 on page 9-10, this rectangle is inside the paper rectangle, which is specified by the rPaper field of the TPrint record, described on page 9-44. You use the PrStlDialog function (described on page 9-61) to display the style dialog box. After the user closes the style dialog box, the PrStlDialog function updates the rPage field according to the user’s choices.TPrJobThe record defined by the data type TPrJob contains information about the print job. The prJob field of the TPrint record (described on page 9-44) contains a TPrJob record. You can set the contents of this record as a result of calling the PrJobDialog function (described on page 9-62) or the PrJobInit function (described on page 9-65), or by calling the PrintDefault procedure or PrValidate function (described on page 9-59 and page 9-60, respectively).TYPE TPrJob =                                         {print job record}    RECORD        iFstPage:                Integer;                {first page of page range}        iLstPage:                Integer;                {last page of page range}        iCopies:                Integer;                {number of copies}        bJDocLoop:                SignedByte;     {printing method: draft or deferred}        fFromUsr:                Boolean;                 {reserved}        pIdleProc:                PrIdleProcPtr;                                         {pointer to an idle procedure}        pFileName:                StringPtr;                 {spool filename: NIL for default}        iFileVol:                Integer;                {spool file volume; set to 0 }                                        { initially}        bFileVers:                SignedByte;     {spool file version; set to 0 }                                        { initially}        bJobX:                SignedByte;                {reserved}END;Field descriptionsiFstPage    The page number of the first page to print.iLstPage    The page number of the last page to print. iCopies    The number of copies requested, which is also the number of times your application should send the document to the printer. However, some PostScript printer drivers handle multiple copies internally and set this value to 1.bJDocLoop    The printing method, as indicated by one of these constants:                    CONST bDraftLoop = 0;                                {draft-quality printing}                            bSpoolLoop = 1;                        {deferred printing}    See the description of the PrPicFile procedure on page 9-71 on how to send a print job to the printer when this field contains the bSpoolLoop constant.fFromUsr    Reserved.pIdleProc    A pointer to the idle procedure (described in “Writing an Idle Procedure” on page 9-38) for this printing operation. A value of NIL specifies the default idle procedure.pFileName    The name of the spool file (normally “Print File”) for deferred printing. This field is maintained by the printer driver, and your application should not change or rely on its value.iFileVol    The volume reference number of the spool file. This field is maintained by the printer driver, and your application should not change or rely on its value. bFileVers    The version number of the spool file, initialized to 0. bJobX    Reserved.TPrStlThe prStl field of the TPrint record (described on page 9-44) contains a TPrStl record, which in turn contains the device number of the current printer and the feed type currently selected (either paper cassette or manual). All other fields are reserved. TYPE TPrStl =                                     {printing style record}    RECORD        wDev:            Integer;                {device number of printer}        iPageV:            Integer;                {reserved}        iPageH:            Integer;                {reserved}        bPort:            SignedByte;                {reserved}        feed:            TFeed;                {feed type}    END;Field descriptionswDev    The device number of the current printer (in the high-order byte of this field). The low-order byte of this field is reserved.iPageV    Reserved.iPageH    Reserved.bPort    Reserved.feed    The feed type currently selected. The possible values are defined by the TFeed data type:                    TYPE TFeed =                     (feedCut,feedFanfold,feedMechCut,feedOther);TPrStatusThe PrPicFile procedure (described on page 9-71) returns printing status information in a record of data type TPrStatus. (You call the PrPicFile procedure for a printer using deferred printing.) TYPE TPrStatus =                                         {printing status record}    RECORD        iTotPages:                Integer;                {total pages in print file}        iCurPage:                Integer;                {current page number}        iTotCopies:                Integer;                {total copies requested}        iCurCopy:                Integer;                {current copy number}        iTotBands:                Integer;                {reserved}        iCurBand:                Integer;                {reserved}        fPgDirty:                Boolean;                {TRUE if current page has been }                                        { written to}        fImaging:                Boolean;                {reserved}        hPrint:                THPrint;                {handle to the active TPrint record}        pPrPort:                TPPrPort;                {pointer to the active printing }                                        { port}        hPic:                PicHandle;                {handle to the active picture}    END;Field descriptionsiTotPages    The total number of pages being printed. This is the value of the iLstPage field minus the value of the iFstPage field, which are both in the TPrJob record (described on page 9-47). iCurPage    The sequence number of the page currently being printed. For example, if the user prints pages 10 through 15 of a 20-page document, the value of the iCurPage field for page 10 is 1. iTotCopies    The total number of copies requested. This value may be different from the value of the iCopies field in the TPrJob record. iCurCopy    The number of the current copy being printed. iTotBands    Reserved. iCurBand    Reserved. fPgDirty    A flag indicating whether the printer has begun printing the current page. Set to TRUE if there has been any imaging on the current page.fImaging    A flag indicating whether the printer driver is in the middle of an imaging call.hPrint    A handle to the current TPrint record (described on page 9-44).pPrPort    A pointer to the TPrPort record for the current printing graphics port (described on page 9-51).hPic    A handle to the active picture. This is used by the printer driver; your application should not alter it. TPrDlgThe TPrDlg record contains information necessary when altering the default style or job dialog box for the current printer driver. The PrStlInit function (described on page 9-64) returns a TPrDlg record with information for a style dialog box; the PrJobInit function (described on page 9-65) returns a TPrDlg record with information for a job dialog box. TYPE     TPPrDlg            = TPrDlg;    TPrDlg            =                                     {print dialog box record}    RECORD        Dlg:                DialogRecord;                         {a dialog record}        pFltrProc:                                        {pointer to event filter}                        ModalFilterProcPtr;        pItemProc:                PItemProcPtr;                        {pointer to item-handling }                                                { procedure}        hPrintUsr:                THPrint;                        {handle to a TPrint record}        fDoIt:                Boolean;                        {TRUE means user clicked OK}        fDone:                Boolean;                        {TRUE means user clicked }                                                { OK or Cancel}        lUser1:                LongInt;                        {storage for your application}        lUser2:                LongInt;                        {storage for your application}        lUser3:                LongInt;                        {storage for your application}        lUser4:                LongInt;                        {storage for your application}    END;Field descriptionsDlg    A dialog record that represents either the style or job dialog box. This record is described in the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials.pFltrProc    A pointer to an event filter function that handles events the Dialog Manager does not respond to (such as disk-inserted events and update events for background applications) in a modal dialog box. Event filter functions for modal dialog boxes are described in the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials.pItemProc    A pointer to a routine (sometimes called a dialog hook) that responds to events in those items—such as checkboxes and radio buttons—that your application has added to the dialog box. See the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about responding to events in dialog boxes.hPrintUsr    A handle to a TPrint record (described on page 9-44) for a document.fDoIt    A Boolean value indicating whether the user has confirmed the dialog box. A value of TRUE means the user has confirmed it by clicking the OK button.fDone    A Boolean value indicating whether the user’s interaction is completed. A value of TRUE means the user has clicked either the OK or Cancel button. lUser1    In this field and the following fields, your application can store any kind of data you wish for the dialog box. lUser2    Available for your application’s use.lUser3    Available for your application’s use.lUser4    Available for your application’s use.Figure 9-3 on page 9-7 shows a style dialog box. Figure 9-5 on page 9-8 shows a job dialog box. You can find information on how to customize a dialog box in “Altering the Style or Job Dialog Box” beginning on page 9-35.TPrPortThe record of the data type TPrPort contains a graphics port and a pointer to a QDProcs record.TYPE TPrPort =                                         {printing graphics port}    RECORD        gPort:                GrafPort;                {graphics port for printing}        gProcs:                QDProcs;                {procedures for printing }                                        { in the graphics port}        lGParam1:                LongInt;                {reserved}        lGParam2:                LongInt;                {reserved}        lGParam3:                LongInt;                {reserved}        lGParam4:                LongInt;                {reserved}        fOurPtr:                Boolean;                {reserved}        fOurBits:                Boolean;                {reserved}END;Field descriptionsgPort    Either a CGrafPort or GrafPort record, depending on whether the current printer supports color or grayscale and depending on whether Color QuickDraw is available. If you need to determine the type of graphics port, you can check the high bit in the rowBytes field of the record contained in the gPort field; if this bit is set, the printing graphics port is based on a CGrafPort record.gProcs    A QDProcs record that contains pointers to routines that the printer driver may have designated to take the place of QuickDraw routines. See the chapter “Basic QuickDraw” in this book for more information about the QDProcs record.lGParam1    Reserved. lGParam2    Reserved. lGParam3    Reserved. lGParam4    Reserved. fOurPtr    Reserved. fOurBits    Reserved. TGnlDataThe record of data type TGnlData is the basic record used by the PrGeneral procedure (described beginning on page 9-72). Although no opcode of PrGeneral uses the TGnlData record, all other records created for PrGeneral are based on this record. TYPE TGnlData =     RECORD        iOpCode:                Integer;            {opcode passed to PrGeneral}        iError:                Integer;            {result code returned by PrGeneral}        lReserved:                LongInt;            {more fields here depending on opcode}END;Field descriptionsiOpCode    The opcode that is passed to PrGeneral to obtain the requested feature. There are five possible opcodes; you can use the following constants or the values they represent to specify one of these opcodes                     CONST        {opcodes used with PrGeneral}                     getRslDataOp                     = 4;        {get resolutions for the }                                                { current printer}                     setRslOp                     = 5;        {set resolutions for a }                                                { TPrint record}                     draftBitsOp                    = 6;        {force enhanced draft- }                                                { quality printing}                     noDraftBitsOp                    = 7;        {cancel enhanced draft- }                                                { quality printing}                     getRotnOp                     = 8;        {get page orientation of }                                                { a TPrint record}iError    The result code returned by PrGeneral.lReserved    Reserved. Additional fields may follow this field, depending on the opcode used. See the descriptions of the TGetRslBlk (in the next section), TSetRslBlk (on page 9-54), TDftBitsBlk (on page 9-55), and TGetRotnBlk (on page 9-56) records. TGetRslBlkYou pass a record defined by the data type TGetRslBlk to the PrGeneral procedure when you use the getRslDataOp opcode. When the PrGeneral procedure completes, the TGetRslBlk record contains the resolutions available on the current printing device. For information on how to use the TGetRslBlk record with the PrGeneral procedure, see “Determining and Setting the Resolution of the Current Printer” on page 9-30. TYPE TGetRslBlk =                                     {get-resolution record}    RECORD        iOpCode:                Integer;            {the getRslDataOp opcode}        iError:                Integer;            {result code returned by PrGeneral}        lReserved:                LongInt;            {reserved}        iRgType:                Integer;            {printer driver version number}        xRslRg:                TRslRg;            {x-direction resolution range}        yRslRg:                TRslRg;            {y-direction resolution range}        iRslRecCnt:                Integer;            {number of resolution records}        rgRslRec:                            {array of resolution records}                        ARRAY[1..27] OF TRslRec;     END;Field descriptionsiOpCode    The opcode getRslDataOp. iError    The result code returned by PrGeneral.lReserved    Reserved. iRgType    The version number returned by the printer driver. xRslRg    The resolution range supported for the x direction. This field contains a record defined by the data type TRslRg:                    TYPE TRslRg =                         RECORD                            iMin: Integer; {minimum resolution supported}                            iMax: Integer; {maximum resolution supported}                        END;    If the current printer does not support variable resolution, the values in the iMin and iMax fields are 0. yRslRg    The resolution range supported for the y direction. This field contains a record defined by the data type TRslRg, which is shown in the preceding description for the xRslRg field. If the current printer does not support variable resolution, the values in the iMin and iMax fields are 0.iRslRecCnt    The number of TRslRec records used by a particular printer driver (up to 27) if it supports discrete resolution. If it supports variable resolution, this field contains 0. The TRslRec record is described next.rgRslRec    An array of records defined by the TRslRec data type, each specifying a discrete resolution at which the current printer can print an image. A printer driver may contain up to 27 separate TRslRec records.                    TYPE TRslRec =                         RECORD                            iXRsl: Integer;                        {discrete resolution, }                                                    { x direction}                            iYRsl: Integer;                        {discrete resolution, }                                                    { y direction}                        END;TSetRslBlkYou pass a record defined by the data type TSetRslBlk to the PrGeneral procedure when you use the setRslOp opcode. You use this record to specify the resolutions that you want to use when printing the data associated with a TPrint record. For information on how to use the TSetRslBlk record with the PrGeneral procedure, see “Determining and Setting the Resolution of the Current Printer” beginning on page 9-30. TYPE TSetRslBlk =                                     {set-resolution record}    RECORD        iOpCode:                Integer;            {the setRslOp opcode}        iError:                Integer;            {result code returned by PrGeneral}        lReserved:                LongInt;            {reserved}        hPrint:                THPrint;            {handle to the current TPrint record}        iXRsl:                Integer;            {x-direction resolution you want}        iYRsl:                Integer;            {y-direction resolution you want}    END;Field descriptionsiOpCode    The opcode setRslOp. iError    The result code returned by PrGeneral.lReserved    Reserved. hPrint    A handle to a TPrint record, which is described on page 9-44. Your application should have already created this TPrint record and passed it to the PrintDefault or PrValidate routine to make sure that all of the information in the TPrint record is valid. iXRsl    The resolution in the x direction that you want the printer to use when printing the data associated with the TPrint record specified in the hPrint field. iYRsl    The resolution in the y direction that you want the printer to use when printing the data associated with the TPrint record specified in the hPrint field. After calling PrGeneral with the setRslOp opcode, you can determine whether the request was successful by examining the iError field of the TSetRslBlk record. If the iError field returns noErr, the Printing Manager updated the TPrint record with the specified resolution, which the printer uses when printing the data associated with this TPrint record. If the iError field returns noSuchRsl, the current printer doesn’t support the requested resolution, and the printer driver does not change the setting in the TPrint record. TDftBitsBlkYou pass a record defined by the data type TDftBitsBlk to the PrGeneral procedure when you use the draftBitsOp or noDraftBitsOp opcode. For information on how to use the TDftBitsBlk record with the PrGeneral procedure, see “Enhancing Draft-Quality Printing” on page 9-33. TYPE TDftBitsBlk =                                     {draft bits record}    RECORD        iOpCode:                Integer;            {draftBitsOp or noDraftBitsOp opcode}        iError:                Integer;            {result code returned by PrGeneral}        lReserved:                LongInt;            {reserved}        hPrint:                THPrint;            {handle to the current TPrint record}    END;Field descriptionsiOpCode    Either the draftBitsOp or noDraftBitsOp opcode. iError    The result code returned by the PrGeneral procedure.lReserved    Reserved. hPrint    A handle to a TPrint record, which is described on page 9-44. Your application should have already created this TPrint record and passed it to the PrintDefault or PrValidate routine to make sure that all of the information in the TPrint record is valid. The PrintDefault and PrValidate routines are described on page 9-59 and page 9-60, respectively.TGetRotnBlkYou pass a record defined by the data type TGetRotnBlk to the PrGeneral procedure when you use the getRotnOp opcode. PrGeneral returns it with a Boolean variable that tells you whether the user has selected landscape orientation. For information on how to use the TGetRotnBlk record with the PrGeneral procedure, see “Determining Page Orientation” on page 9-32. TYPE TGetRotnBlk =                                         {page orientation record}    RECORD        iOpCode:                Integer;                {the getRotnOp opcode}        iError:                Integer;                {result code returned by PrGeneral}        lReserved:                LongInt;                {reserved}        hPrint:                THPrint;                {handle to current TPrint record}        fLandscape:                Boolean;                {TRUE if user selected landscape }                                        { printing}        bXtra:                SignedByte;                {reserved}    END;Field descriptionsiOpCode    The opcode getRotnOp. iError    The result code returned by the PrGeneral procedure.lReserved    Reserved. hPrint    A handle to a TPrint record, which is described on page 9-44. Your application should have already created this TPrint record and passed it through the PrintDefault or PrValidate routine to make sure that all of the information in the TPrint record is valid. The PrintDefault and PrValidate routines are described on page 9-59 and page 9-60, respectively.fLandscape    A Boolean value that determines whether the user has selected landscape orientation in the style dialog box. A value of TRUE indicates the user has selected landscape orientation.bXtra    Reserved. Printing Manager RoutinesThis section describes the routines you use to open and close the current printer driver, produce or alter a style or job dialog box, print a document, and handle printing errors.Opening and Closing the Printing ManagerYou must always use the PrOpen procedure to open the current printer driver before attempting to print, and you must use the PrClose procedure to close the current printer driver when printing is finished. PrOpenUse the PrOpen procedure to prepare the current printer driver for use. PROCEDURE PrOpen;DESCRIPTIONThe PrOpen procedure opens the Printing Manager and the current printer driver. SPECIAL CONSIDERATIONSYou must always use the PrOpen procedure before using any other Printing Manager routines, and you must balance every call to PrOpen with a call to PrClose, which is described in the next section.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrOpen procedure areTrap macro    Selector    _PrGlue    $C8000000    SEE ALSOFor an example of the use of PrOpen, see Listing 9-2 on page 9-20.PrCloseWhen you are finished using Printing Manager routines, use the PrClose procedure to close the Printing Manager and release the memory it occupies. PROCEDURE PrClose;DESCRIPTIONThe PrClose procedure is the call that balances a call to the PrOpen procedure.SPECIAL CONSIDERATIONSIf you have opened the printer driver with the PrOpen procedure, do not call the PrDrvrClose procedure (described on page 9-80) to close it. Similarly, do not close the printer driver with PrClose if you opened it with the PrDrvrOpen procedure (described on page 9-79).ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrClose procedure areTrap macro    Selector    _PrGlue    $D0000000    SEE ALSOFor an example of the use of PrClose, see Listing 9-2 beginning on page 9-20.Initializing and Validating TPrint RecordsYou must set the fields of the TPrint record to the values for the current printer driver or, if a TPrint record already exists, you must verify that the information in the TPrint record is correct. The PrintDefault procedure fills in a TPrint record with the default values for the current printer. If the TPrint record is not valid for the current printer driver, the document does not print. The PrValidate function ensures that the TPrint record is compatible with the current version of the printer driver for the current printer. These functions may change the coordinates of the page rectangle or any other value in the TPrint record; you should not assume any values will remain the same.PrintDefaultWhen you create a TPrint record, you use the PrintDefault procedure to initialize the fields of the TPrint record according to the current printer’s default values for resolution, number of copies, and so on. PROCEDURE PrintDefault (hPrint: THPrint);hPrint    A handle to a TPrint record (described on page 9-44), which may be a new record or an existing one from a document.DESCRIPTIONThe default values for the current printer are stored in the printer driver’s resource file. The PrintDefault procedure puts these values in the TPrint record, replacing the ones that may already be there. The PrintDefault procedure calls the PrValidate function (described in the next section) to ensure that the TPrint record is compatible with the current version of the printer driver. SPECIAL CONSIDERATIONSYou should never call PrintDefault between the pages of a document.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrintDefault procedure areTrap macro    Selector    _PrGlue    $20040480    SEE ALSOSee “The TPrint Record and the Printing Loop” on page 9-11 and see page 9-44 for information on the TPrint record. For an example of the use of PrintDefault, see Listing 9-7 on page 9-37.PrValidateWhen you have a TPrint record, whether an existing one from the current document or a new one you have just created, you can use the PrValidate function to ensure that the contents of the specified TPrint record are compatible with the current version of the printer driver for the current printer. FUNCTION PrValidate (hPrint: THPrint): Boolean;hPrint    A handle to a TPrint record, which may be a new record or an existing one from a document.DESCRIPTIONIf the TPrint record is valid, the PrValidate function returns FALSE, meaning there is no change. If the record is invalid, the function returns TRUE and the Printing Manager adjusts the record with the default values stored in the printer resource file for the current printer.The PrValidate function also makes sure that all the information in the TPrint record is internally self-consistent and updates the TPrint record as necessary. These changes do not affect the function’s Boolean result. If you have just created a TPrint record by using the PrintDefault procedure, you do not need to call PrValidate. The PrintDefault procedure does this automatically. SPECIAL CONSIDERATIONSYou should never call PrValidate between the pages of a document. This restriction holds as well for the PrStlDialog and PrJobDialog functions (described on page 9-61 and page 9-62, respectively) and the PrintDefault procedure (described on page 9-59), which call PrValidate.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrValidate function areTrap macro    Selector    _PrGlue    $52040498    SEE ALSOFor examples of the use of PrValidate, see Listing 9-1 on page 9-17 and Listing 9-2 on page 9-20.Displaying and Customizing the Print Dialog BoxesThe style and job dialog boxes allow the user to tell your application how to print the document: its page orientation, number of copies, page range, and so on. The PrStlDialog and PrJobDialog functions display the standard style and job dialog boxes as provided by the resource file of the current printer driver. The PrDlgMain function, along with the PrStlInit and PrJobInit functions, allows you to customize the current printer driver’s style and job dialog boxes. The PrJobMerge procedure allows you to use one job dialog box for several print jobs, such as when the user prints several documents from the Finder. PrStlDialogYou can use the PrStlDialog function to display the style dialog box provided by the resource file for the current printer driver. FUNCTION PrStlDialog (hPrint: THPrint): Boolean;hPrint    A handle to a TPrint record (described on page 9-44), which may be a new record or an existing one from a document.DESCRIPTIONThe PrStlDialog function gets the initial settings to display in the style dialog box from the TPrint record specified in the hPrint parameter. The user specifies the page dimensions and other information needed for page setup through the style dialog box. Your application should display this dialog box when the user chooses Page Setup from the File menu. If the user confirms the dialog box, the PrStlDialog function returns TRUE. The PrStlDialog function saves the results of the dialog box in the specified TPrint record and calls the PrValidate function (described on page 9-60). Otherwise, the TPrint record is left unchanged and the function returns FALSE. SPECIAL CONSIDERATIONSYou should never call PrStlDialog between the pages of a document.You must call the PrOpen procedure (described on page 9-57) prior to calling PrStlDialog, and you must call the PrClose procedure (described on page 9-58) afterward, because the current printer driver must be open in order for your application to successfully call PrStlDialog.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrStlDialog function areTrap macro    Selector    _PrGlue    $2A040484    SEE ALSOSee Figure 9-3 on page 9-7 for an example of a style dialog box. For more information on the use of a style dialog box, see “Getting Printing Preferences From the User” beginning on page 9-5. For information on how to customize a style dialog box, see “Altering the Style or Job Dialog Box” beginning on page 9-35. PrJobDialogYou can use the PrJobDialog function to display the job dialog box provided by the resource file for the current printer driver. FUNCTION PrJobDialog (hPrint: THPrint): Boolean;hPrint    A handle to a TPrint record (described on page 9-44), which may be a new record or an existing one from a document.DESCRIPTIONThe PrJobDialog function gets the initial settings to display in the job dialog box from the TPrint record specified in the hPrint parameter. The user specifies the print quality, the range of pages to print, and other information in the job dialog box. Your application should display this dialog box when the user chooses Print from the File menu.If the user confirms the dialog box, the PrJobDialog function updates both the TPrint record and the printer driver resource file and calls the PrValidate function, and the PrJobDialog function returns TRUE. Even if the function returns FALSE, the PrJobDialog function may have updated the TPrint record. SPECIAL CONSIDERATIONSYou should proceed with the requested printing operation only if the PrJobDialog function returns TRUE. You should never call PrJobDialog between the pages of a document.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrJobDialog function areTrap macro    Selector    _PrGlue    $32040488    SEE ALSOSee Figure 9-5 on page 9-8 for an example of a job dialog box. For more information on the use of a job dialog box, see “Getting Printing Preferences From the User” beginning on page 9-5. For information on how to customize a job dialog box, see “Altering the Style or Job Dialog Box” beginning on page 9-35.PrDlgMainTo display a customized style or job dialog box for the current printer driver, use the PrDlgMain function.FUNCTION PrDlgMain (hPrint: THPrint; pDlgInit: PDlgInitProcPtr):                         Boolean;hPrint    A handle to a TPrint record (described on page 9-44), which may be a new record or an existing one from a document.pDlgInit    A pointer to your own initialization procedure or a pointer to one of the default initialization functions (PrStlInit, which is described in the next section, or PrJobInit, which is described on page 9-65). DESCRIPTIONYou use the PrDlgMain function to display a style or job dialog box that your application has altered. (If you use the standard style and job dialog boxes, you do not need to call PrDlgMain; instead, you can simply call the PrStlDialog or PrJobDialog function, described on page 9-61 and page 9-62, respectively.)If you want to customize a style or job dialog box, first call PrStlInit, which is described in the next section, or PrJobInit, which is described on page 9-65, to get a pointer to the TPrDlg record (described on page 9-50) for that dialog box. The PrStlInit function returns a pointer to the TPrDlg record for the style dialog box of the current printer driver; the PrJobInit function returns a pointer to the TPrDlg record of the job dialog box for the current printer driver. You should supply the TPrDlg record for your customized dialog box with a function that handles events that the Dialog Manager doesn’t handle, and with another function that handles events in the items you add to the dialog box. When PrDlgMain returns TRUE, you should proceed with the requested printing operation. ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrDlgMain function areTrap macro    Selector    _PrGlue    $4A040894    SEE ALSOFor more information about customizing style or job dialog boxes, see “Altering the Style or Job Dialog Box” beginning on page 9-35.PrStlInitTo initialize a TPrDlg record for a customized style dialog box, use the PrStlInit function.FUNCTION PrStlInit (hPrint: THPrint): TPPrDlg;hPrint    A handle to a TPrint record (described on page 9-44), which may be a new record or an existing one from a document.DESCRIPTIONThe PrStlInit function returns a pointer to a TPrDlg record (described on page 9-50) for the style dialog box defined in the resource file for the current printer driver. As described in “Altering the Style or Job Dialog Box” beginning on page 9-35, you can then alter the dialog box by adding your own items. You must use the PrDlgMain function (described on page 9-63) to display the dialog box. You need to use PrStlInit only if you are customizing the default style dialog box provided by the printer driver. To initialize and display the default style dialog box, use the PrStlDialog function, which is described on page 9-61.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrStlInit function areTrap macro    Selector    _PrGlue    $3C04040C    PrJobInitTo initialize a TPrDlg record for a customized job dialog box, use the PrJobInit function.FUNCTION PrJobInit (hPrint: THPrint): TPPrDlg;hPrint    A handle to a TPrint record (described on page 9-44), which may be a new record or an existing one from a document.DESCRIPTIONThe PrJobInit function returns a pointer to a TPrDlg record (described on page 9-50) for the job dialog box defined in the resource file for the current printer driver. As described in “Altering the Style or Job Dialog Box” beginning on page 9-35, you can then alter the dialog box by adding your own items. You must use the PrDlgMain function (described on page 9-63) to display the dialog box. You need to use PrJobInit only if you are customizing the job dialog box provided by the printer driver. To initialize and display the default job dialog box, use the PrJobDialog function, which is described on page 9-62.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrJobInit function areTrap macro    Selector    _PrGlue    $44040410    SEE ALSOListing 9-7 on page 9-37 illustrates how to use PrJobInit when customizing the job dialog box.PrJobMergeYou can use the PrJobMerge procedure to apply the same information previously specified by the user through the job dialog box to several TPrint records. This is useful when the user prints from the Finder. The PrJobMerge procedure allows you to solicit information from the user just once and then use this information to print several documents.PROCEDURE PrJobMerge (hPrintSrc: THPrint; hPrintDst: THPrint); hPrintSrc    A handle to a TPrint record (described on page 9-44) as previously returned by the PrJobDialog function (described on page 9-62).hPrintDst    A handle to a TPrint record for another document. DESCRIPTIONThe PrJobMerge procedure first calls the PrValidate function (described on page 9-60) for both TPrint records referenced by the hPrintSrc and hPrintDst parameters. It then copies all of the information previously set as a result of a job dialog box from the TPrint record in the hPrintSrc parameter to the TPrint record in the hPrintDst parameter while preserving the values set by the style dialog box for that TPrint record (for instance, landscape orientation). Finally, the PrJobMerge procedure makes sure that all the fields of the TPrint record named by the hPrintDst parameter are internally self-consistent. You must call PrJobMerge for each document the user wants to print. ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrJobMerge procedure areTrap macro    Selector    _PrGlue    $5804089C    Printing a DocumentIn addition to using the PrOpen and PrClose procedures (described on page 9-57 and page 9-58, respectively) to open and close the current printer driver, you must open a printing graphics port for a document and open each page of the document before printing the page. You must close each page after printing it, and you must close the printing graphics port after printing the last page of the document. The PrOpenDoc function and PrCloseDoc procedure open and close the printing graphics port for the document, and the PrOpenPage and PrClosePage procedures open and close the current page.You must use the PrPicFile procedure to complete printing for a driver using deferred printing. PrOpenDocUse the PrOpenDoc function to initialize a printing graphics port for use in printing a document.FUNCTION PrOpenDoc (hPrint: THPrint; pPrPort: TPPrPort;                          pIOBuf: Ptr): TPPrPort;hPrint    A handle to a TPrint record (described on page 9-44), which may be a new record or an existing one from a document. You should call the PrintDefault procedure (described on page 9-59) or the PrValidate function (described on page 9-60) for this TPrint record before calling PrOpenDoc.pPrPort    A pointer to a printing graphics port. If you set this parameter to NIL, PrOpenDoc allocates a new printing graphics port in the heap. pIOBuf    A pointer to an area of memory to be used as an input and output buffer. If you set this parameter to NIL, PrOpenDoc uses the volume buffer for the deferred spool file’s volume. If you allocate your own buffer, it must be exactly 522 bytes. DESCRIPTIONThe PrOpenDoc function initializes and returns a pointer to a printing graphics port for use in printing a document. (The TPrPort record that defines a printing graphics port is described on page 9-51.) The PrOpenDoc function also sets the current graphics port to the printing graphics port.Because both the printing graphics port and input and output buffer are nonrelocatable objects, you may want to allocate them yourself using the pPrPort and pIOBuf parameters (to avoid fragmenting the heap). SPECIAL CONSIDERATIONSYou must balance a call to PrOpenDoc with a call to the PrCloseDoc procedure, which is described in the next section.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrOpenDoc function areTrap macro    Selector    _PrGlue    $04000C00    SEE ALSOFor an example of the use of PrOpenDoc, see Listing 9-2 beginning on page 9-20. For a description of the PrValidate function and PrintDefault procedure, see page 9-60 and page 9-59, respectively.PrCloseDocUse the PrCloseDoc procedure to close a printing graphics port previously opened with the PrOpenDoc procedure. PROCEDURE PrCloseDoc (pPrPort: TPPrPort);pPrPort    A pointer to a printing graphics port. (The TPrPort record that defines a printing graphics port is described on page 9-51.)DESCRIPTIONThe PrCloseDoc procedure closes the current printing graphics port. You typically use PrCloseDoc after sending the last page of a document to the printer with the PrClosePage procedure (described on page 9-70).When you use PrCloseDoc to close a printing graphics port, printer drivers respond in a manner appropriate for the printers they control. Many drivers, including the LaserWriter driver, start a print job after your application calls PrCloseDoc.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrCloseDoc procedure areTrap macro    Selector    _PrGlue    $08000484    SPECIAL CONSIDERATIONSFor deferred printing on an ImageWriter printer, call the PrError function (described on page 9-75) to find out whether spooling succeeded before using PrCloseDoc. If spooling succeeded, call the PrPicFile procedure (described on page 9-71).SEE ALSOFor an example of the use of PrCloseDoc, see Listing 9-2 beginning on page 9-20. PrOpenPageUse the PrOpenPage procedure to begin to print a new page. PROCEDURE PrOpenPage (pPrPort: TPPrPort; pPageFrame: TPRect);pPrPort    A pointer to a printing graphics port. (The TPrPort record that defines a printing graphics port is described on page 9-51.)pPageFrame    For deferred printing, a pointer to a rectangle to be used as the QuickDraw picture frame for this page. To print the page with no scaling, specify NIL to use the rectangle in the rPage field of the TPrInfo record as the picture frame.DESCRIPTIONThe PrOpenPage procedure sets up the printing graphics port to print a new page. After calling PrOpenPage, your application should draw the data for that page and then call the PrClosePage procedure, which is described in the next section.The page is printed only if it falls within the page range stored in the TPrJob record contained in the TPrint record supplied to the PrOpenDoc function (described on page 9-67). If the user has chosen deferred printing for a printer driver that supports deferred printing, the driver uses the QuickDraw procedure DrawPicture to scale the rectangle named in the pPageFrame parameter so that it coincides with the rectangle specified in the rPage field of the TPrInfo record (which is contained in the TPrint record supplied to the PrOpenDoc function). Unless you want the printout to be scaled, you should set the pPageFrame parameter to NIL—this uses the rectangle in the rPage field as the picture frame, so that the page is printed with no scaling.SPECIAL CONSIDERATIONSYou must balance every call to PrOpenPage with a call to PrClosePage. The printing graphics port is completely reinitialized by PrOpenPage. Therefore, you must set graphics port features such as the font family and font size for every page that you draw after you call this procedure.Don’t call the QuickDraw function OpenPicture while a page is open (after a call to PrOpenPage but before calling PrClosePage). You can, however, call the DrawPicture procedure at any time.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrOpenPage procedure areTrap macro    Selector    _PrGlue    $10000808    SEE ALSOFor an example of the use of PrOpenPage, see Listing 9-2 beginning on page 9-20. The QuickDraw routines OpenPicture and DrawPicture are described in the chapter “Pictures” in this book.PrClosePageUse the PrClosePage procedure to finish the printing of the current page. PROCEDURE PrClosePage (pPrPort: TPPrPort);pPrPort    A pointer to a printing graphics port. (The TPrPort record that defines a printing graphics port is described on page 9-51.)DESCRIPTIONThe PrClosePage procedure records that you are finished printing the current page. The printer driver can then do whatever it requires (such as releasing temporary memory) to avoid communication difficulties or other problems that may cause the user’s computer to crash. ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrClosePage procedure areTrap macro    Selector    _PrGlue    $1800040C    SEE ALSOFor an example of the use of PrClosePage, see Listing 9-2 beginning on page 9-20. PrPicFileUse the PrPicFile procedure to complete deferred printing. PROCEDURE PrPicFile (hPrint: THPrint; pPrPort: TPPrPort;                            pIOBuf: Ptr; pDevBuf: Ptr;                            VAR prStatus: TPrStatus);hPrint    A handle to a TPrint record (described on page 9-44) for a document.pPrPort    A pointer to the printing graphics port. (The TPrPort record that defines a printing graphics port is described on page 9-51.) If this parameter is NIL, the PrPicFile procedure allocates a new printing graphics port in a heap. pIOBuf    A pointer to an area of memory to be used as an input/output buffer. This parameter should be NIL to use the volume buffer for the spool file’s volume. If you allocate your own buffer, it must be exactly 522 bytes. pDevBuf    A pointer to a device-dependent buffer. This parameter should be NIL so that PrPicFile allocates a buffer in a heap.prStatus    A TPrStatus record that PrPicFile uses to report on the current page number, current copy, or current file being spooled. You can then display this information to the user. The TPrStatus record is described on page 9-49.DESCRIPTIONThe PrPicFile procedure sends a file spooled for deferred printing to the printer. You can determine whether a user has chosen deferred printing by testing for the bSpoolLoop constant in the bJDocLoop field of the TPrJob record contained in the TPrint record specified in the hPrint parameter. If the bJDocLoop field contains the value represented by the bSpoolLoop constant, call the PrPicFile procedure, which sends the spool file to the printer. Your application should normally call PrPicFile after the PrCloseDoc procedure (described on page 9-68).SPECIAL CONSIDERATIONSDo not pass, in the pPrPort parameter, a pointer to the same printing graphics port you received from the PrOpenDoc function (described on page 9-67). If that port was allocated by PrOpenDoc itself (that is, if the pPrPort parameter to PrOpenDoc was NIL), then PrCloseDoc will already have disposed of the port, making your pointer to it invalid. Of course, if you earlier provided your own storage in PrOpenDoc, there’s no reason you can’t use the same storage again for PrPicFile.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrPicFile procedure areTrap macro    Selector    _PrGlue    $60051480    SEE ALSOFor an example of the use of PrPicFile, see Listing 9-2 beginning on page 9-20. Optimizing PrintingThe PrGeneral procedure helps you achieve the highest possible resolution on the current printer, verify page orientation, and force enhanced draft-quality printing for printer drivers supporting these options. To select which action you want, pass one of four records to PrGeneral and, in a field of that record, you supply the opcode that specifies the action you require. These records are TGetRslBlk (described on page 9-53), TSetRslBlk (described on page 9-54), TGetRotnBlk (described on page 9-56), and TDftBitsBlk (described on page 9-55). All of these records are based on the TGnlData record (described on page 9-52), so the first three fields of each are identical. PrGeneralUse the PrGeneral procedure to achieve the highest possible resolution on the current printer, verify page orientation, and allow enhanced draft-quality printing.PROCEDURE PrGeneral (pData: Ptr);pData    A pointer to one of these four records, depending on your purpose for calling PrGeneral:    A TGetRslBlk record (described on page 9-53) for determining resolutions of the current printer. You set the getRslDataOp opcode in the iOpCode field of this record.    A TSetRslBlk record (described on page 9-54) for setting the resolution of a TPrint record. In the fields of this record, you specify the setRslOp opcode, a handle to a TPrint record (described on page 9-44), and the new resolutions for the x and y directions.    A TGetRotnBlk record (described on page 9-56) when determining whether to print in landscape orientation. You specify the getRotnOp opcode and a handle to a TPrint record in the fields of this record.     A TDftBitsBlk record (described on page 9-55) to use or cancel enhanced draft-quality printing. You specify in the fields of this record either the draftBitsOp or noDraftBitsOp opcode and a handle to a TPrint record.DESCRIPTIONTo select which action you want the PrGeneral procedure to undertake, you pass an opcode in the iOpCode field of the record that the pData parameter points to. Use the PrGeneral procedure with the value getRslDataOp in the iOpCode field of a TGetRslBlk record when you want to determine the resolutions supported by the current printer driver. The PrGeneral procedure returns information about the resolutions that the printer driver supports in the xRslRg, yRslRg, iRslRecCnt, and rgRslRec fields of the TGetRslBlk record. Use the PrGeneral procedure with the value setRslOp in the iOpCode field of the TSetRslBlk record when you want to set the resolution of a TPrint record. When called with the setRslOp opcode, PrGeneral sets the fields relating to x and y resolution in the specified TPrint record according to the values of the iXRsl and iYRsl fields of the TSetRslBlk record. Use the PrGeneral procedure with the value getRotnOp in the iOpCode field of the TGetRotnBlk record when you want to determine whether a TPrint record specifies landscape orientation. The PrGeneral procedure returns in the fLandscape field of this record a Boolean value indicating whether the TPrint record specifies landscape orientation. When the user chooses landscape orientation from the style dialog box, the PrStlDialog function (described on page 9-61) modifies the TPrint record accordingly. Use the PrGeneral procedure with the value draftBitsOp in the iOpCode field of the TDftBitsBlk record when you want to use enhanced draft-quality printing. Typically, you use enhanced draft-quality printing when you want to print bitmaps as well as text in a draft-quality printout on an ImageWriter printer. Use the noDraftBitsOp opcode to cancel the use of enhanced draft-quality printing. If you want to force enhanced draft-quality printing, you should call PrGeneral with the draftBitsOp opcode before displaying the print dialog boxes to the user. Use of the draftBitsOp opcode may cause the printer driver to make some items in its print dialog boxes inactive; for example, the ImageWriter printer driver makes the landscape icon in the style dialog box (landscape printing is not available for draft-quality printing) and the Best and Faster buttons in the job dialog box inactive. The PrGeneral procedure returns error information in the iError field of each of these records. You should check the value in the iError field after each use of PrGeneral. You should also use the PrError function (which returns the result code left by the last Printing Manager routine) after checking the iError field, to be sure that no additional errors were generated. If PrError returns the result code resNotFound after you call PrGeneral, then the current printer driver doesn’t support PrGeneral. You should clear the error by calling the PrSetError procedure and passing noErr in its parameter; otherwise, PrError might still contain this error the next time you check it. (The PrError function and the PrSetError procedure are described on page 9-75 and page 9-78, respectively.)SPECIAL CONSIDERATIONSIf you call PrGeneral with the draftBitsOp opcode after using the PrJobDialog or PrDlgMain function, and if the user chooses draft printing from the job dialog box, the ImageWriter does not print any bitmaps or pixel maps contained in the document.Enhanced draft-quality printing is of limited usefulness, as described in “Enhancing Draft-Quality Printing” on page 9-33.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrGeneral procedure areTrap macro    Selector    _PrGlue    $70070480    RESULT CODESopNotImpl    2    Printer driver does not support this opcode    noSuchRsl    1    Requested resolution not supported by the currently selected printer    noErr    0    No error    SEE ALSOSee Listing 9-4 on page 9-31 for an example of how to use the getRslDataOp opcode to determine what printer resolutions are available for the current printer. The same listing shows an example of how to use the setRslOp opcode to set the resolution for the current printer. See Listing 9-5 on page 9-33 for an example of using the getRotnOp opcode to determine if the user has selected landscape orientation.See “Enhancing Draft-Quality Printing” on page 9-33 for more information on using the draftBitsOp and noDraftBitsOp opcodes to force the use of or to cancel the use of enhanced draft-quality printing. Handling Printing ErrorsThe PrError function returns the result code reported by the last Printing Manager routine. The PrSetError procedure lets you set the value of the current Printing Manager error. PrErrorYou can use the PrError function to get the result code returned by the last Printing Manager routine. FUNCTION PrError: Integer;DESCRIPTIONThe PrError function returns the error reported by the last Printing Manager routine. If an error that does not belong to the Printing Manager occurs during the printing process, the Printing Manager puts it into low memory, where it can be retrieved with a call to PrError. The Printing Manager then terminates the printing loop if necessary. If you encounter an error in the middle of a printing loop, do not end printing abruptly; call the close routines for any open routines you have already made and let the Printing Manager terminate properly. Do not display any alert or dialog boxes to report an error until the end of the printing loop. Once at the end, check for the error again; if there is no error, assume that printing completed normally. If the error is still present, then you can alert the user.The most common error encountered is PAPNoPrinter, which is usually generated if no printer is selected. Since this error is so common, it is a good idea to create and display an alert box asking the user to select a printer from the Chooser when this error is encountered. ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrError function areTrap macro    Selector    _PrGlue    $BA000000    RESULT CODESiPrAbort    128    Application or user requested cancel    opNotImpl    2    Requested PrGeneral opcode not implemented in the current printer driver    noSuchRsl    1    Resolution requested with the PrGeneral procedure is not supported    noErr    0    No error    iPrSavPFil    –1    Problem saving print file    controlErr    –17    Unimplemented control instructions; the Device Manager returns this result code    iIOAbort    –27    I/O error    iMemFullErr    –108    There is not enough room in the heap zone    resNotFound    –192    The current printer driver does not support PrGeneral (described on page 9-72); you should clear this error with a call to PrSetError (described in the next section) with a parameter value of 0; otherwise, PrError might still contain this error the next time you check it    The following result codes are specific to the LaserWriter 8 printer driver:PAPNoCCBs    –4096    There are no free connect control blocks (CCBs) available    PAPBadRefnum    –4097    Bad connection reference number    PAPActive    –4098    The request is already active    PAPTooBig    –4099    The write request is too big    PAPConnClosed    –4100    The connection is closed    PAPNoPrinter    –4101    The printer is not found, is closed, or is not selected        –8131    Printer not responding    manualFeedTOErr    –8132    A timeout occurred (that is, no communication has occurred with the printer for two minutes); this is usually caused by an extremely long imaging time or a dropped connection    generalPSErr    –8133    A PostScript error occurred during transmission of data to the printer; this is most often caused by a bug in the application-supplied PostScript code    zoomRangeErr    –8160    The print image enlarged by the user with the Page Setup dialog box overflows the available page resolution    errBadFontKeyType    –8976    Font found in printer is not Type 1, TrueType, or bitmapped font    errPSStateUnderflow    –8977    PostScript stack underflow while restoring graphics state    errNoPattern    –8978    The pixel pattern could not be found and could not be built    errBadConverterID    –8979    The 'PDEF' converter doesn’t exist    errNoPagesSpooled    –8980    Application called PrOpenDoc and PrCloseDoc without calling PrOpenPage and PrClosePage in between    errNullColorInfo    –8981    The getColor function called with null GetColorInfo handle    errPSFileNameNull    –8982    The filename pointer for the spool file is null    errSpoolFolderIsAFile    –8983    The spool folder is a file instead of a folder    errBadConverterIndex    –8984    When saving a spool file to disk, the value fileTypeIndex had no matching entry in the driver    errDidNotDownloadFont    –8985    A PostScript outline could not be found for a PostScript font, and there is no associated 'sfnt' resource    errBitmapFontMissing    –8986    Unable to build bitmap for font    errPSFileName    –8987    PostScript file isn’t named    errCouldNotMakeNumberedFilename    –8989    Could not make a unique filename for the spool file    errBadSpoolFileVersion    –8990    Bad version number in header of spool file    errNoProcSetRes    –8991    The resource describing needed procedure sets is unavailable for the PostScript prolog    errInLineTimeout    –8993    The printer is not responding    errUnknownPSLevel    –8994    The PostScript level has an unknown value    errFontNotFound    –8995    Font query reply didn’t match any fonts in list of PostScript names    errSizeListBad    –8996    The size list contained an entry that could not be reconciled with the typeface list    errFaceListBad    –8997    Entry could not be found in typeface list    errNotAKey    –8998    Key for desired font number and style could not be found in font table    SEE ALSOSee “Handling Printing Errors” on page 9-41 for more information on using PrError. See the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about displaying alert and dialog boxes.PrSetErrorYou can use the PrSetError procedure to set the value of the current printing error.PROCEDURE PrSetError (iErr: Integer);iErr    The result to set as the current printing error.DESCRIPTIONThe PrSetError procedure stores the specified value into the global variable PrintErr, where the Printing Manager keeps its result code. You can use PrSetError to cancel a printing operation.ASSEMBLY-LANGUAGE INFORMATIONYou should not directly access the location of the global variable PrintErr; instead you should use the PrError function or PrSetError procedure to get the value of this variable.The trap macro and routine selector for the PrSetError procedure areTrap macro    Selector    _PrGlue    $C0000200    Low-Level RoutinesLow-level routines are available for use when printing on some ImageWriter printers. (The ImageWriter LQ driver does not support these routines.) However, Apple strongly discourages you from using these routines—with the exception of the PrDrvrVers function. The others are documented here only for completeness.Instead of using the low-level routines, you should use the high-level routines of the Printing Manager. Low-level routines are not guaranteed to work in precisely the same manner in future versions of the system software. Low-level routines are primarily suited for functions such as text streaming (the process of receiving data from a source and printing it immediately, without any intermediate formatting). In addition, if you use the low-level routines and the user prints a document on a LaserWriter printer, the LaserWriter printer driver translates all calls to low-level routines to the matching high-level routines, so your application does not gain a speed advantage. sWARNINGApple strongly discourages you from using these routines. If you do, do not mix high-level routines and low-level routines after opening the printer driver. The only exception to this is that you may use the PrDrvrVers function (described next) with the high-level routines.sPrDrvrVersYou can use the PrDrvrVers function to determine the version of the printer driver for the current printer. FUNCTION PrDrvrVers: Integer;DESCRIPTIONThe PrDrvrVers function returns the version number of the printer driver for the current printer. This is the only low-level printing function you may call from the high-level interface. ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrDrvrVers function areTrap macro    Selector    _PrGlue    $9A000000    PrDrvrOpenYou can use the PrDrvrOpen procedure to open the current printer driver.PROCEDURE PrDrvrOpen;DESCRIPTIONThe PrDrvrOpen procedure opens the printer driver, reading it into memory if necessary.SPECIAL CONSIDERATIONSUse the PrDrvrOpen procedure with the PrDrvrClose procedure (described in the next section). Do not mix these procedures with the PrOpen and PrClose procedures (described on page 9-57 and page 9-58, respectively). Apple strongly discourages you from using this routine.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrDrvrOpen procedure areTrap macro    Selector    _PrGlue    $80000000    PrDrvrCloseYou can use the PrDrvrClose procedure to close the printer driver. PROCEDURE PrDrvrClose;DESCRIPTIONThe PrDrvrClose procedure closes the printer driver, releasing the memory it occupies. SPECIAL CONSIDERATIONSUse the PrDrvrClose procedure with the PrDrvrOpen procedure (described in the previous section). Do not mix these procedures with the PrOpen and PrClose procedures (described on page 9-57 and page 9-58, respectively). Apple strongly discourages you from using this routine.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrDrvrClose procedure areTrap macro    Selector    _PrGlue    $88000000    PrDrvrDCEYou can use the PrDrvrDCE function to get a handle to the current printer driver’s device control entry (DCE). FUNCTION PrDrvrDCE: Handle;DESCRIPTIONThe PrDrvrDCE function returns a handle to the current printer driver’s DCE. A printer driver’s DCE contains specific information about that printer driver. You can also get a handle to the driver’s DCE by calling the Device Manager function GetDCtlEntry. SPECIAL CONSIDERATIONSApple strongly discourages you from using this routine.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrDrvrDCE function areTrap macro    Selector    _PrGlue    $94000000    SEE ALSOFor more information about DCEs and how the Device Manager uses them, see Inside Macintosh: Devices. PrCtlCallYou can use the PrCtlCall procedure to send various requests to the current printer driver.PROCEDURE PrCtlCall (iWhichCtl: Integer; lParam1: LongInt;                             lParam2: LongInt; lParam3: LongInt);iWhichCtl    A value that indicates the operation to perform. You can use these constants in this parameter:             CONST                iPrBitsCtl                     = 4;        {print a bitmap object}                iPrIOCtl                     = 5;        {perform text streaming}                iPrEvtCtl                     = 6;        {print object specified in }                                            { lParam1 parameter}                iPrDevCtl                     = 7;        {device control command}lParam1    The use of this parameter varies according to the value in the iWhichCtl parameter. See the following paragraphs for this information.lParam2    The use of this parameter varies according to the value in the iWhichCtl parameter. See the following paragraphs for this information.lParam3    The use of this parameter varies according to the value in the iWhichCtl parameter. See the following paragraphs for this information.DESCRIPTIONThe PrCtlCall procedure performs the operation indicated by the iWhichCtl parameter. Depending on the operation, PrCtlCall may also use information in the lParam1, lParam2, and lParam3 parameters. The PrCtlCall procedure calls the printer driver’s control routine. Instead of sending the low-level calls to the printer driver, the PrCtlCall procedure converts the call into its high-level equivalent before execution.You can use the PrCtlCall procedure with the iPrBitsCtl control constant when you want to print bitmaps. In this case, you should supply the parameters to PrCtlCall with the following information:iWhichCtl    The constant iPrBitsCtl. This constant allows you to send all or part of a QuickDraw bitmap directly to the printer.lParam1    A pointer to the QuickDraw bitmap to print.lParam2    A pointer to the rectangle you want to print.lParam3    The type of resolution used to print the bitmap. The LaserWriter printer driver ignores this flag. This parameter can have one of the following values:    Constant    Value    Description        lScreenBits    $00000000    The resolution is 80 by 72 dpi        lPaintBits    $00000001    The resolution is 72 by 72 dpi        lHiScreenBits    $00000002    The resolution is 160 by 144 dpi        lHiPaintBits    $00000003    The resolution is 144 by 144 dpi    You can use the PrCtlCall procedure with the iPrIOCtl control constant when you want text streaming in your application. (Text streaming is useful for fast printing of text when speed is more important than visual fidelity or formatting. It makes no use of QuickDraw.) In this case, you should supply the parameters to PrCtlCall with the following information:iWhichCtl    The constant iPrIOCtl. This constant causes text streaming to occur. lParam1    A pointer to the beginning of the text. lParam2    The number of bytes to transfer. The high-order word must be 0. lParam3    This should be 0. You can use the PrCtlCall procedure with the iPrEvtCtl control constant for printing the screen or the frontmost window on most ImageWriter printers. (The LaserWriter printer driver does not support this call.) In this case, you should supply the parameters to PrCtlCall with the following information:iWhichCtl    The constant iPrEvtCtl. This constant prints the object you have selected using the lParam1 parameter. lParam1    This parameter selects the object to be printed. If this value is $00000000, you want to print the screen. If this value is $00010000, you want to print the frontmost window. lParam2    This should be NIL. lParam3    This should be NIL. You can use the PrCtlCall procedure with the iPrDevCtl control constant for controlling the printer device. In this case, you should supply the parameters to PrCtlCall with the following information:iWhichCtl    The constant iPrDevCtl. lParam1    The action you want to take. The values possible for this parameter are listed in Table 9-1. lParam2    This should be NIL. lParam3    This should be NIL. Table 9-1    Values for the lParam1 parameter when using the iPrDevCtl control constantConstant    Value    Description    lPrDocOpen    $00010000    Opens the document. This is similar to the high-level routine PrOpenDoc and should be followed with a call to PrCtlCall with the iPrDetl control call and an lParam1 value of lPrDocClose.    lPrReset    $00010000    Reserved.     lPrPageClose    $00020000    Closes the page. This is similar to the high-level routine PrClosePage and should follow a call to PrCtlCall with the iPrDevCtl control call and an lParam1 value of lPrPageOpen.    lPrPageEnd    $00020000    Same as lPrPageClose.    lPrLineFeed    $00030000    Paper advance.    lPrLFStd    $0003FFFF    Carriage return with line feed. The ImageWriter printer driver causes a carriage return plus a paper feed of one-sixth of an inch. The LaserWriter printer driver moves the pen location down the page.    lPrPageOpen    $00040000    Opens the page for printing. This is similar to the high-level routine PrOpenPage and should be followed with a call to PrCtlCall with the iPrDevCtl control call and an lParam1 value of lPrPageClose.    lPrDocClose    $00050000    Closes the document. This is similar to the high-level routine PrCloseDoc and should follow a call to PrCtlCall with the iPrDevCtl control call and an lParam1 value of lPrDocOpen.    SPECIAL CONSIDERATIONSApple strongly discourages you from using this routine.ASSEMBLY-LANGUAGE INFORMATIONThe trap macro and routine selector for the PrCtlCall procedure areTrap macro    Selector    _PrGlue    $A0000E00    Application-Defined RoutinesThe printer driver for the current printer periodically calls an idle procedure while sending a document to the printer. You can provide your own idle procedure (here called MyDoPrintIdle) that handles events in a dialog box reporting the status of the print job.If you add items—such as checkboxes and radio buttons—to the default style or job dialog box, your application uses the PrDlgMain function to display the dialog box. In one of the parameters to PrDlgMain, you pass the address of an initialization function (here called MyPrDialogAppend) that you use to append items to your dialog box. If you append items to the style or job dialog boxes, you need to provide a function (sometimes called a dialog hook) to handle events in these items. You should also provide an event filter function to handle events that the Dialog Manager doesn’t handle—such as update events in background windows—in modal dialog boxes. For a description of how to handle events in dialog boxes and how to write an event filter function for modal dialog boxes, see the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials. MyDoPrintIdleThe printer driver for the current printer periodically calls an idle procedure while sending a document to the printer. The Printing Manager’s default idle procedure allows the user to cancel printing. This procedure polls the keyboard and sets the iPrAbort result code if the user presses Command-period to cancel the print job. However, the default idle procedure does not display a print status dialog box. It is up to the printer driver or your application to display a print status dialog box. Most printer drivers display their own status dialog boxes. However, your application can display its own status dialog box that reports the current status of the printing operation to the user. If it does, your status dialog box should allow the user to press Command-period to cancel the printing operation, and it may also provide a button allowing the user to cancel the printing operation. To handle update events in your status dialog box, Command-period keyboard events, and clicks in your Cancel button (if you provide one), you should provide your own idle procedure. PROCEDURE MyDoPrintIdle;DESCRIPTIONAs described in “Writing an Idle Procedure” beginning on page 9-38, you install your idle procedure in the pIdleProc field of the TPrint record. The printer driver runs your idle procedure periodically. It stops running once the entire document has been sent to the printer and does not run while the printer actually prints. The idle procedure takes no parameters and returns no result. SEE ALSOSee Figure 9-9 on page 9-14 for an example of an application-defined status dialog box. Listing 9-9 on page 9-40 illustrates an idle procedure. See “Writing an Idle Procedure” beginning on page 9-38 for complete information about providing your own idle procedure. MyPrDialogAppendIf you customize a style or job dialog box, your application uses the PrDlgMain function to display the dialog box. In one of the parameters to PrDlgMain, you pass the address of an initialization function that you use to append items—such as checkboxes and radio buttons—to the dialog box. Here is how might declare your initialization function if you were to name it MyPrDialogAppend:FUNCTION MyPrDialogAppend (hPrint: THPrint): TPPrDlg;hPrint    A handle to a TPrint record (described on page 9-44).DESCRIPTIONYour MyPrDialogAppend function should use the Dialog Manager procedure AppendDITL to add items to the style or job dialog box for the document whose TPrint record is passed in the hPrint parameter. As its function result, your function should return a pointer to the TPrDlg record (described on page 9-50) for the customized style or job dialog box. You can use the PrStlInit or PrJobInit function (described on page 9-64 and page 9-65, respectively) to get an initialized TPrDlg record for the current printer.Your MyPrDialogAppend function should install pointers to two functions in the TPrDlg record for this dialog box. Put a pointer to one function in the pFltrProc field; this function should handle events (such as update events in background applications and disk-inserted events) that the Dialog Manager doesn’t handle in a modal dialog box. Put a pointer to the second function in the pItemProc field; this function should handle events, such as mouse clicks, in the items added to the dialog box. SEE ALSOListing 9-8 on page 9-37 shows an example of the MyPrDialogAppend function; Listing 9-7 on page 9-37 shows how to pass the address of this function to the PrDlgMain function. See the chapter “Dialog Manager” in Inside Macintosh: Macintosh Toolbox Essentials for information about the AppendDITL procedure and about handling events in dialog boxes.Summary of the Printing ManagerPascal SummaryConstantsCONST    iPrPgFst                     = 1;                 {page range constant--first page}    iPrRelease                     = 3;                {current version number of the printer driver}    iPrPgFract                     = 120;                 {page scale factor}    iPFMaxPgs                     = 128;                 {maximum pages in spool file}    iPrPgMax                     = 9999;                 {page range constant--last page}    {PrCtlCall constants for the iWhichCtl parameter}    iPrBitsCtl                     = 4;                 {print a bitmap object}    iPrIOCtl                     = 5;                 {perform text streaming}    iPrEvtCtl                     = 6;                {print object specified in lParam1 parameter}    iPrDevCtl                     = 7;                 {device control command}    {constants used with iPrBitsCtl (in the lParam1 parameter of PrCtlCall)}    lScreenBits                     = $00000000;                     {resolution is 80 x 72 dpi}    lPaintBits                     = $00000001;                     {resolution is 72 x 72 dpi}    lHiScreenBits                     = $00000002;                    {resolution is 160 x 144 dpi}    lHiPaintBits                     = $00000003;                     {resolution is 144 x 144 dpi}    {constants used with iPrEvtCtl (in the lParam3 parameter of PrCtlCall)}    lPrEvtAll                     = $0002FFFD;                      {the entire screen}    lPrEvtTop                     = $0001FFFD;                      {the frontmost window}    {constants used with iPrDevCtl (in the lParam1 parameter of PrCtlCall)}    lPrReset                     = $00010000;                    {reserved}    lPrLineFeed                     = $00030000;                     {paper advance}    lPrLFStd                     = $0003FFFF;                    {carriage return with line feed}    lPrLFSixth                     = $0003FFFF;                     {used for low-level call for ImageWriter}    lPrPageEnd                     = $00020000;                    {end page}    lPrDocOpen                     = $00010000;                     {open document for printing}    lPrPageOpen                     = $00040000;                     {open page for printing}    lPrPageClose                     = $00020000;                     {close page for printing}    lPrDocClose                     = $00050000;                     {close document for printing}    bDraftLoop                     = 0;                 {draft-quality printing}    bSpoolLoop                     = 1;                 {deferred printing}    bUser1Loop                     = 2;                 {reserved}    bUser2Loop                     = 3;                 {reserved}    iPrSavPFil                     = -1;                 {problem saving print file}    iPrAbort                    = $0080;                 {the user pressed Command-period}    iFMgrCtl                = 8;                     {File Mgr's dialog-hook proc's control number}    pPrGlobals                = $00000944;                    {PrVars low memory area}    iPrDrvrRef                     = -3;                 {reference number of printer driver}    {opcodes used with PrGeneral}    getRslDataOp                     = 4;                 {get resolutions for the current printer}    setRslOp                     = 5;                 {set resolutions for a TPrint record}    draftBitsOp                     = 6;                 {force enhanced draft-quality printing}    noDraftBitsOp                     = 7;                 {cancel enhanced draft-quality printing}    getRotnOp                     = 8;                 {get page orientation of a TPrint record}    {result codes from PrGeneral}    noSuchRsl                    = 1;                 {resolution not supported}Data TypesTYPE     TPPrint = ^TPrint;                                    {pointer to a TPrint record}    THPrint = ^TPPrint;                                    {handle to a TPrint record}    TPrint =                                     {print record}    RECORD        iPrVersion:                Integer;                {reserved}        prInfo:                TPrInfo;                {resolution of device & page rectangle}        rPaper:                Rect;                {paper rectangle}        prStl:                TPrStl;                {printer driver number & feed type}        prInfoPT:                TPrInfo;                  {reserved}        prXInfo:                TPrXInfo;                {reserved}        prJob:                TPrJob;                {information from the job dialog box}        printX:                ARRAY[1..19] OF Integer;                                        {reserved}    END;    TPPrInfo = ^TPrInfo;    TPrInfo =                                     {printer information record}    RECORD        iDev:            Integer;                    {reserved}        iVRes:            Integer;                    {vertical resolution of printer, in dpi}        iHRes:            Integer;                    {horizontal resolution of printer, in dpi}        rPage:            Rect;                    {the page rectangle}    END;    TPPrJob = ^TPrJob;    TPrJob =                                         {print job record}    RECORD        iFstPage:                Integer;                      {first page of page range}        iLstPage:                Integer;                    {last page of page range}        iCopies:                Integer;                       {number of copies}        bJDocLoop:                SignedByte;                    {printing method: draft or deferred}        fFromUsr:                Boolean;                    {reserved}        pIdleProc:                PrIdleProcPtr;                    {pointer to an idle procedure}        pFileName:                StringPtr;                     {spool filename: NIL for default}        iFileVol:                Integer;                      {spool file volume; set to 0 initially}        bFileVers:                SignedByte;                    {spool file version; set to 0 initially}        bJobX:                SignedByte;                      {reserved}    END;    TPPrStl = ^TPrStl;    TPrStl =                                     {printing style record}    RECORD        wDev:            Integer;                    {device number of printer}        iPageV:            Integer;                    {reserved}        iPageH:            Integer;                    {reserved}        bPort:            SignedByte;                    {reserved}        feed:            TFeed;                    {feed type}    END;    TPPrStatus = ^TPrStatus;    TPrStatus =                                     {printing status record}    RECORD        iTotPages:                Integer;                {total pages in print file}        iCurPage:                Integer;                 {current page number}        iTotCopies:                Integer;                {total copies requested}        iCurCopy:                Integer;                {current copy number}        iTotBands:                Integer;                {reserved}        iCurBand:                Integer;                {reserved}        fPgDirty:                Boolean;                {TRUE if current page has been written to}        fImaging:                Boolean;                {reserved}        hPrint:                THPrint;                {handle to the active TPrint record}        pPrPort:                TPPrPort;                {pointer to the active printing graphics port}        hPic:                PicHandle;                {handle to the active picture}    END;    TPPrDlg = ^TPrDlg;    TPrDlg =                                                 {print dialog box record}    RECORD        Dlg:                DialogRecord;                             {a dialog record}        pFltrProc:                ModalFilterProcPtr;                            {pointer to event filter}        pItemProc:                PItemProcPtr;                            {pointer to item-handling function}        hPrintUsr:                THPrint;                            {handle to a TPrint record}        fDoIt:                Boolean;                            {TRUE means user clicked OK}        fDone:                Boolean;                            {TRUE means user clicked OK or Cancel}        lUser1:                LongInt;                            {storage for your application}        lUser2:                LongInt;                            {storage for your application}        lUser3:                LongInt;                            {storage for your application}        lUser4:                LongInt;                            {storage for your application}    END;    TPPrPort = ^TPrPort;    TPrPort =                                     {printing graphics port record}    RECORD        gPort:                 GrafPort;                {graphics port for printing}        gProcs:                 QDProcs;                {procedures for printing in the graphics port}        lGParam1:                LongInt;                {reserved}        lGParam2:                LongInt;                {reserved}        lGParam3:                LongInt;                {reserved}        lGParam4:                LongInt;                {reserved}        fOurPtr:                Boolean;                {reserved}        fOurBits:                Boolean;                {reserved}    END;    TFeed = (feedCut,feedFanfold,feedMechCut,feedOther);    TScan = (scanTB,scanBT,scanLR,scanRL);    TPRect = ^Rect;                 PrIdleProcPtr = ProcPtr;    PItemProcPtr = ProcPtr;    PDlgInitProcPtr = ProcPtr;{records used by PrGeneral}    TGnlData =     RECORD        iOpCode:                Integer;            {opcode passed to PrGeneral}        iError:                Integer;            {result code returned by PrGeneral}        lReserved:                LongInt;     {more fields here depending on opcode}    END;    TGetRslBlk =                                      {get-resolution record}    RECORD        iOpCode:                Integer;                {the getRslDataOp opcode}        iError:                Integer;                {result code returned by PrGeneral}        lReserved:                LongInt;                {reserved}        iRgType:                Integer;                {printer driver version number}        xRslRg:                TRslRg;                {x-direction resolution range}        yRslRg:                TRslRg;                {y-direction resolution range}        iRslRecCnt:                Integer;                {number of resolution records}        rgRslRec:                ARRAY[1..27] OF TRslRec;                                        {array of resolution records}    END;    TRslRg =     RECORD        iMin:            Integer;            {minimum resolution supported}        iMax:            Integer;            {maximum resolution supported}    END;    TRslRec =     RECORD        iXRsl:            Integer;            {discrete resolution, x direction}        iYRsl:            Integer;            {discrete resolution, y direction}    END;    TSetRslBlk =                                      {set-resolution record}    RECORD        iOpCode:                Integer;                {the setRslOp opcode}        iError:                Integer;                {result code returned by PrGeneral}        lReserved:                LongInt;                {reserved}        hPrint:                THPrint;                {handle to the current TPrint record}        iXRsl:                Integer;                {x-direction resolution you want}        iYRsl:                Integer;                {y-direction resolution you want}    END;    TDftBitsBlk =                                     {draft bits record}    RECORD        iOpCode:                Integer;                {draftBitsOp or noDraftBitsOp opcode}        iError:                Integer;                {result code returned by PrGeneral}        lReserved:                LongInt;                {reserved}        hPrint:                THPrint;                {handle to the current TPrint record}    END;    TGetRotnBlk =                                     {page orientation record}    RECORD        iOpCode:                Integer;                {the getRotnOp opcode}        iError:                Integer;                {result code returned by PrGeneral}        lReserved:                LongInt;                {reserved}        hPrint:                THPrint;                {handle to current TPrint record}        fLandscape:                Boolean;                {TRUE if user selected landscape printing}        bXtra:                SignedByte;                {reserved}    END;Printing Manager RoutinesOpening and Closing the Printing ManagerPROCEDURE PrOpen;PROCEDURE PrClose;Initializing and Validating TPrint RecordsPROCEDURE PrintDefault    (hPrint: THPrint);FUNCTION PrValidate    (hPrint: THPrint): Boolean;Displaying and Customizing the Print Dialog BoxesFUNCTION PrStlDialog    (hPrint: THPrint): Boolean;FUNCTION PrJobDialog    (hPrint: THPrint): Boolean;FUNCTION PrDlgMain    (hPrint: THPrint; pDlgInit: PDlgInitProcPtr):Boolean;FUNCTION PrStlInit    (hPrint: THPrint): TPPrDlg;FUNCTION PrJobInit    (hPrint: THPrint): TPPrDlg;PROCEDURE PrJobMerge    (hPrintSrc: THPrint; hPrintDst: THPrint);Printing a DocumentFUNCTION PrOpenDoc    (hPrint: THPrint; pPrPort: TPPrPort; pIOBuf: Ptr): TPPrPort;PROCEDURE PrCloseDoc    (pPrPort: TPPrPort);PROCEDURE PrOpenPage    (pPrPort: TPPrPort; pPageFrame: TPRect);PROCEDURE PrClosePage    (pPrPort: TPPrPort);PROCEDURE PrPicFile    (hPrint: THPrint; pPrPort: TPPrPort; pIOBuf: Ptr; pDevBuf: Ptr; VAR prStatus: TPrStatus);Optimizing PrintingPROCEDURE PrGeneral    (pData: Ptr);Handling Printing ErrorsFUNCTION PrError    : Integer;PROCEDURE PrSetError    (iErr: Integer);Low-Level RoutinesFUNCTION PrDrvrVers    : Integer;PROCEDURE PrDrvrOpen;PROCEDURE PrDrvrClose;FUNCTION PrDrvrDCE    : Handle;PROCEDURE PrCtlCall    (iWhichCtl: Integer; lParam1: LongInt;lParam2: LongInt; lParam3: LongInt);Application-Defined RoutinesPROCEDURE MyDoPrintIdle;FUNCTION MyPrDialogAppend    (hPrint: THPrint): TPPrDlg;C SummaryConstantsenum {    iPrPgFst                = 1,            /* page range constant--first page */    iPrRelease                = 3,            /* current version number of the printer driver */    iPrPgFract                = 120,            /* page scale factor */    iPFMaxPgs                = 128,            /* maximum pages in spool file */    iPrPgMax                = 9999,            /* page range constant--last page */    /* PrCtlCall constants for the iWhichCtl parameter */    iPrBitsCtl                    = 4,        /* print a bitmap object */    iPrIOCtl                    = 5,        /* perform text streaming */    iPrEvtCtl                    = 6,        /* print object specified in lParam1 parameter */    iPrDevCtl                    = 7,        /* device control command */    /* constants used with iPrBitsCtl (in the lParam1 parameter         of PrCtlCall) */    lScreenBits                    = 0,                    /* resolution is 80 x 72 dpi */    lPaintBits                    = 1,                    /* resolution is 72 x 72 dpi */    lHiScreenBits                    = 0x00000002,                    /* resolution is 160 x 144 dpi */    lHiPaintBits                    = 0x00000003,                    /* resolution is 144 x 144 dpi */    /* constants used with iPrEvtCtl (in the lParam3 parameter         of PrCtlCall) */    lPrEvtAll                    = 0x0002FFFD,                    /* the entire screen */    lPrEvtTop                    = 0x0001FFFD,                    /* the frontmost window */    /* constants used with iPrDevCtl (in the lParam1 parameter         of PrCtlCall) */    lPrReset                     = 0x00010000,                    /* reserved */    lPrLineFeed                     = 0x00030000,                    /* paper advance */    lPrLFStd                     = 0x0003FFFF,                    /* carriage return with line feed */    lPrLFSixth                     = 0x0003FFFF,                    /* used for low-level call for                                                 ImageWriter */    lPrPageEnd                     = 0x00020000,                    /* end page */    lPrDocOpen                     = 0x00010000,                    /* open document for printing */    lPrPageOpen                     = 0x00040000,                    /* open page for printing */    lPrPageClose                     = 0x00020000,                    /* close page for printing */    lPrDocClose                     = 0x00050000,                    /* close document for printing */    bDraftLoop                    = 0,                    /* draft-quality printing */    bSpoolLoop                    = 1,                    /* deferred printing */    bUser1Loop                    = 2,                    /* reserved */    bUser2Loop                    = 3,                    /* reserved */    iPrSavPFil                    = -1,                    /* problem saving print file */    iPrAbort                    = 0x0080,                    /* the user pressed Command-period */    iFMgrCtl                    = 8,                    /* File Mgr's dialog-hook proc's control                                                 number */    pPrGlobals                    = 0x00000944,                        /* PrVars low memory area */    iPrDrvrRef                    = -3,        /* reference number of printer driver */    /* opcodes used with PrGeneral */    getRslDataOp                    = 4,        /* get resolutions for the current printer */    setRslOp                    = 5,        /* set resolutions for a TPrint record */    draftBitsOp                    = 6,        /* force enhanced draft-quality printing */    noDraftBitsOp                    = 7,        /* cancel enhanced draft-quality printing */    getRotnOp                    = 8,        /* get page orientation of a TPrint record */    /* result code from PrGeneral */    noSuchRsl                    = 1,        /* resolution not supported */};Data Typesstruct TPrint {                                /* print record */    short            iPrVersion;                /* reserved */    TPrInfo            prInfo;                /* resolution of device & page rectangle */    Rect            rPaper;                /* paper rectangle */    TPrStl            prStl;                /* printer driver number & feed type */    TPrInfo            prInfoPT;                /* reserved */    TPrXInfo            prXInfo;                /* reserved */    TPrJob            prJob;                /* information from the job dialog box */         short            printX[19];                /* reserved */};typedef struct TPrint TPrint;typedef TPrint *TPPrint, **THPrint;struct TPrInfo {                                 /* printer information record */    short            iDev;                /* reserved */    short            iVRes;                /* vertical resolution of printer, in dpi */    short            iHRes;                /* horizontal resolution of printer, in dpi */    Rect            rPage;                /* the page rectangle */};typedef struct TPrInfo TPrInfo;typedef TPrInfo *TPPrInfo;struct TPrJob {                                /* print job record */    short            iFstPage;                /* first page of page range */    short            iLstPage;                /* last page of page range */    short            iCopies;                /* number of copies */    char            bJDocLoop;                /* printing method: draft or deferred */    Boolean            fFromUsr;                /* reserved */    PrIdleProcPtr                pIdleProc;                /* pointer to an idle procedure */    StringPtr                pFileName;                /* spool filename: NIL for default */    short            iFileVol;                /* spool file volume; set to 0 initially */    char            bFileVers;                /* spool file version; set to 0 initially */    char            bJobX;                /* reserved */};typedef struct TPrJob TPrJob;typedef TPrJob *TPPrJob;struct TPrStl {                            /* printing style record */    short            wDev;            /* device number of printer */    short            iPageV;            /* reserved */    short            iPageH;            /* reserved */    char            bPort;            /* reserved */    TFeed            feed;            /* feed type */};typedef struct TPrStl TPrStl;typedef TPrStl *TPPrStl;struct TPrStatus {                                    /* printing status record */    short                 iTotPages;                /* total pages in print file */    short                 iCurPage;                /* current page number */    short                 iTotCopies;                /* total copies requested */    short                 iCurCopy;                /* current copy number */    short                 iTotBands;                /* reserved */    short                 iCurBand;                /* reserved */    Boolean                 fPgDirty;                /* TRUE if current page has been written to */    Boolean                 fImaging;                /* reserved */    THPrint                 hPrint;                /* handle to the active TPrint record */    TPPrPort                 pPrPort;                /* pointer to the active printing graphics port */    PicHandle                 hPic;                /* handle to the active picture */};typedef struct TPrStatus TPrStatus;typedef TPrStatus *TPPrStatus;struct TPrDlg {                                        /* print dialog box record */    DialogRecord                    Dlg;                /* a dialog record */    ModalFilterProcPtr                        pFltrProc;                /* pointer to event filter */    PItemProcPtr                    pItemProc;                /* pointer to item-handling function */    THPrint                    hPrintUsr;                /* handle to a TPrint record */    Boolean                    fDoIt;                /* TRUE means user clicked OK */    Boolean                    fDone;                /* TRUE means user clicked OK or Cancel */    long                    lUser1;                /* storage for your application */    long                    lUser2;                 /* storage for your application */    long                    lUser3;                /* storage for your application */    long                    lUser4;                /* storage for your application */};typedef struct TPrDlg TPrDlg;typedef TPrDlg *TPPrDlg;typedef pascal TPPrDlg (*PDlgInitProcPtr)(THPrint hPrint);truct TPrPort {                                /* printing graphics port record */    GrafPort            gPort;                /* graphics port for printing */    QDProcs            gProcs;                /* procedures for printing in the graphics port */    long            lGParam1;                /* reserved */    long            lGParam2;                /* reserved */    long            lGParam3;                /* reserved */    long            lGParam4;                /* reserved */    Boolean            fOurPtr;                /* reserved */    Boolean            fOurBits;                /* reserved */};typedef struct TPrPort TPrPort;typedef TPrPort *TPPrPort;enum {feedCut,feedFanfold,feedMechCut,feedOther};typedef unsigned char TFeed;enum {scanTB,scanBT,scanLR,scanRL};typedef unsigned char TScan;typedef Rect *TPRect;typedef pascal void (*PrIdleProcPtr)(void);typedef pascal void (*PItemProcPtr)(DialogPtr theDialog, short item);/* structures used by PrGeneral */struct TGnlData {    short        iOpCode;                /* opcode passed to PrGeneral */    short        iError;                /* result code returned by PrGeneral */    long        lReserved;                /* more fields here depending on call */};typedef struct TGnlData TGnlData;struct TGetRslBlk {                                    /* get-resolution record */    short            iOpCode;                    /* the getRslDataOp opcode */    short            iError;                    /* result code returned by PrGeneral */    long            lReserved;                    /* reserved */    short            iRgType;                    /* printer driver version number */    TRslRg            xRslRg;                    /* x-direction resolution range */    TRslRg            yRslRg;                    /* y-direction resolution range */    short            iRslRecCnt;                    /* number of resolution records */    TRslRec            rgRslRec[27];                    /* array of resolution records */};typedef struct TGetRslBlk TGetRslBlk;struct TRslRg {                            short            iMin;                    /* minimum resolution supported */    short            iMax;                    /* maximum resolution supported */};typedef struct TRslRg TRslRg;struct TRslRec {                            short            iXRsl;                    /* discrete resolution, x direction */    short            iYRsl;                    /* discrete resolution, y direction */};typedef struct TRslRec TRslRec;struct TSetRslBlk {                                    /* set-resolution record */    short            iOpCode;                    /* the setRslOp opcode */    short            iError;                    /* result code returned by PrGeneral */    long            lReserved;                    /* reserved */    THPrint            hPrint;                    /* handle to the current TPrint record */    short            iXRsl;                    /* x-direction resolution you want */    short            iYRsl;                    /* y-direction resolution you want */};typedef struct TSetRslBlk TSetRslBlk;struct TDftBitsBlk {                                    /* draft bits record */    short            iOpCode;                    /* draftBitsOp or noDraftBitsOp opcode */    short            iError;                    /* result code returned by PrGeneral */    long            lReserved;                    /* reserved */    THPrint            hPrint;                    /* handle to the current TPrint record */};typedef struct TDftBitsBlk TDftBitsBlk;struct TGetRotnBlk {                                    /* page orientation record */    short            iOpCode;                    /* the getRotnOp opcode */    short            iError;                    /* result code returned by PrGeneral */    long            lReserved;                    /* reserved */    THPrint            hPrint;                    /* handle to current TPrint record */    Boolean            fLandscape;                    /* TRUE if user selected landscape printing */    char            bXtra;                    /* reserved */};typedef struct TGetRotnBlk TGetRotnBlk;Printing Manager FunctionsOpening and Closing the Printing Managerpascal void PrOpen    (void); pascal void PrClose    (void); Initializing and Validating TPrint Recordspascal void PrintDefault    (THPrint hPrint); pascal Boolean PrValidate    (THPrint hPrint); Displaying and Customizing the Print Dialog Boxespascal Boolean PrStlDialog    (THPrint hPrint); pascal Boolean PrJobDialog    (THPrint hPrint); pascal Boolean PrDlgMain    (THPrint hPrint, PDlgInitProcPtr pDlgInit); pascal TPPrDlg PrStlInit    (THPrint hPrint); pascal TPPrDlg PrJobInit    (THPrint hPrint); pascal void PrJobMerge    (THPrint hPrintSrc, THPrint hPrintDst); Printing a Documentpascal TPPrPort PrOpenDoc    (THPrint hPrint, TPPrPort pPrPort, Ptr pIOBuf); pascal void PrCloseDoc    (TPPrPort pPrPort); pascal void PrOpenPage    (TPPrPort pPrPort, TPRect pPageFrame); pascal void PrClosePage    (TPPrPort pPrPort); pascal void PrPicFile    (THPrint hPrint, TPPrPort pPrPort, Ptr pIOBuf,Ptr pDevBuf, TPrStatus *prStatus); Optimizing Printingpascal void PrGeneral    (Ptr pData); Handling Printing Errorspascal short PrError    (void); pascal void PrSetError    (short iErr);Low-Level Functionspascal short PrDrvrVers    (void);pascal void PrDrvrOpen    (void); pascal void PrDrvrClose    (void); pascal Handle PrDrvrDCE    (void); pascal void PrCtlCall    (short iWhichCtl, long lParam1,long lParam2, long lParam3); Application-Defined Functionspascal void MyDoPrintIdle    (void);pascal TPPrDlg MyPrDialogAppend(THPrint hPrint);Assembly-Language SummaryData StructuresTPrint Data Structure0    iPrVersion    word    printer driver version that initialized this record    2    prInfo    14 bytes    TPrInfo data structure with resolution of device and page rectangle    16    rPaper    8 bytes    paper rectangle    24    prStl    8 bytes    TPrStl data structure with printer driver number and feed type    32    prInfoPT    14 bytes    TPrInfo data structure; reserved    46    prXInfo    16 bytes    TPrXInfo data structure; reserved    62    prJob    20 bytes    TPrJob data structure with printing information from the job dialog box    82    printX    40 bytes    reserved    TPrInfo Data Structure0    iDev    6 bytes    first word is reserved; second word contains vertical resolution of printer, in dpi; third word contains horizontal resolution of printer, in dpi    6    rPage    8 bytes    the page rectangle    TPrJob Data Structure0    iFstPage    word    first page of page range    2    iLstPage    word    last page of page range    4    iCopies    word    number of copies    6    bJDocLoop    1 byte    printing method: draft or deferred    7    fFromApp    1 byte    reserved    8    pIdleProc    long    pointer to an idle procedure    12    pFileName    long    spool filename: NIL for default    16    iFileVol    word    spool file volume: set to 0 initially    18    bFileVers    1 byte    spool file version: set to 0 initially    TPrStl Data Structure0    wDev    word    device number of the current printer (in the high-order byte of this field); the low-order byte of this field is reserved    2    iPageV    word    reserved    4    iPageH    word    reserved    7    feed    1 byte    paper feed type    TPrStatus Data Structure0    iTotPages    word    total pages in print file    2    iCurPage    word    current page number    4    iTotCopies    word    total copies requested    6    iCurCopy    word    current copy number    8    iTotBands    word    reserved    10    iCurBand    word    reserved    12    fPgDirty    1 byte    TRUE if current page has been written to    13    fImaging    1 byte    reserved    14    hPrint    long    handle to the active TPrint data structure    18    pPrPort    long    pointer to the active printing graphics port    22    hPic    long    handle to the active picture    TPrDlg Data Structure0    dlg    168 bytes    a dialog record    168    pFltrProc    long    pointer to event filter    172    pItemProc    long    pointer to item-handling function    176    hPrintUsr    long    handle to TPrint data structure    180    fDoIt    1 byte    TRUE means user clicked OK    181    fDone    1 byte    TRUE means user clicked OK or Cancel    182    lUser1    long    storage for your application    186    lUser2    long    storage for your application    190    lUser3    long    storage for your application    194    lUser4    long    storage for your application    TPrPort Data Structure0    gPort    178 bytes    graphics port and procedures for printing    Trap MacrosTrap Macros Requiring Routine Selectors_PrGlueSelector    Routine    $C8000000    PrOpen    $D0000000    PrClose    $20040480    PrintDefault    $52040498    PrValidate    $2A040484    PrStlDialog    $32040488    PrJobDialog    $4A040894    PrDlgMain    $3C04040C    PrStlInit    $44040410    PrJobInit    $5804089C    PrJobMerge    $04000C00    PrOpenDoc    $08000484    PrCloseDoc    $10000808    PrOpenPage    $1800040C    PrClosePage    $60051480    PrPicFile    $BA000000    PrError    $C0000200    PrSetError    $70070480    PrGeneral    $94000000    PrDrvrDCE    $9A000000    PrDrvrVers    $80000000    PrDrvrOpen    $88000000    PrDrvrClose    $A0000E00    PrCtlCall    Global VariablePrintErr    Printing error.    Result CodesiPrAbort    128    Application or user requested cancel    opNotImpl    2    Requested PrGeneral opcode not implemented in the current printer driver    noSuchRsl    1    Resolution requested with the PrGeneral procedure is not supported    noErr    0    No error    iPrSavPFil    –1    Problem saving print file    controlErr    –17    Unimplemented control instructions; the Device Manager returns this result code    iIOAbort    –27    I/O error    iMemFullErr    –108    There is not enough room in the heap zone    resNotFound    –192    The current printer driver does not support PrGeneral; you should clear this error with a call to PrSetError with a parameter value of 0; otherwise, PrError might still contain this error next time you check it     PAPNoCCBs    –4096    There are no free connect control blocks (CCBs) available    PAPBadRefnum    –4097    Bad connection reference number    PAPActive    –4098    The request is already active    PAPTooBig    –4099    The write request is too big    PAPConnClosed    –4100    The connection is closed    PAPNoPrinter    –4101    The printer is not found, is closed, or is not selected        –8131    Printer not responding    manualFeedTOErr    –8132    A timeout occurred (that is, no communication has occurred with the printer for two minutes); this is usually caused by an extremely long imaging time or a dropped connection    generalPSErr    –8133    A PostScript error occurred during transmission of data to the printer; this is most often caused by a bug in the application-supplied PostScript code    zoomRangeErr    –8160    The print image enlarged by the user with the Page Setup dialog box overflows the available page resolution    errBadFontKeyType    –8976    Font found in printer is not Type 1, TrueType, or bitmapped font    errPSStateUnderflow    –8977    PostScript stack underflow while restoring graphics state    errNoPattern    –8978    The pixel pattern could not be found and could not be built    errBadConverterID    –8979    The 'PDEF' converter doesn’t exist    errNoPagesSpooled    –8980    Application called PrOpenDoc and PrCloseDoc without calling PrOpenPage and PrClosePage in between    errNullColorInfo    –8981    The getColor function called with null GetColorInfo handle    errPSFileNameNull    –8982    The filename pointer for the spool file is null    errSpoolFolderIsAFile    –8983    The spool folder is a file instead of a folder    errBadConverterIndex    –8984    When saving a spool file to disk, the value fileTypeIndex field had no matching entry in the driver    errDidNotDownloadFont    –8985    A PostScript outline could not be found for a PostScript font, and there is no associated 'sfnt' resource    errBitmapFontMissing    –8986    Unable to build bitmap for font    errPSFileName    –8987    PostScript file isn’t named    errCouldNotMakeNumberedFilename    –8989    Could not make a unique filename for the spool file    errBadSpoolFileVersion    –8990    Bad version number in header of spool file    errNoProcSetRes    –8991    The resource describing needed procedure sets is unavailable for the PostScript prolog    errInLineTimeout    –8993    The printer is not responding    errUnknownPSLevel    –8994    The PostScript level has an unknown value    errFontNotFound    –8995    Font query reply didn’t match any fonts in list of PostScript names    errSizeListBad    –8996    The size list contained an entry that could not be reconciled with the typeface list    errFaceListBad    –8997    Entry could not be found in typeface list    errNotAKey    –8998    Key for desired font number and style could not be found in font table    AppendixesListing A-0Table A-0Picture OpcodesContentsVersion and Header OpcodesA-3Picture Opcode Data TypesA-4Opcodes in PicturesA-5A Sample Extended Version 2 PictureA-22A Sample Version 2 PictureA-24A Sample Version 1 PictureA-25Picture OpcodesThis appendix describes picture opcodes, which are numbers used by the DrawPicture procedure to determine what object to draw or what mode to change for subsequent drawing. Your application generally should not read or write picture opcodes directly but should instead use QuickDraw routines (described in the chapter “Pictures” in this book) for generating and processing the opcodes. Picture opcodes are listed here for your application’s debugging purposes.The Picture record (described in the chapter “Pictures”) begins with a picSize field and a picFrame field, followed by a variable amount of picture definition data in the form of opcodes. The first opcode in any picture must be the version opcode, followed by the version number of the picture. Version and Header OpcodesIn a picture created in extended version 2 or version 2 format, the first opcode is the 2-byte VersionOp opcode: $0011. This is followed by the 2-byte Version opcode: $02FF. With system software version 4.1 or later, the Version opcode identifies the picture as an extended version 2 or a version 2 picture, and all subsequent opcodes are read as words (which are word-aligned within the picture). In versions of system software that precede version 4.1, the $02 is read as the version number, then the $FF is read and interpreted as the end-of-picture opcode—for this reason, DrawPicture on a pre-4.1 system terminates without drawing any part of an extended version 2 or version 2 picture.The 2-byte HeaderOp opcode ($0C00) follows the Version opcode in an extended version 2 or version 2 format picture. The next 24 bytes contain header information. The value of the 2-byte version opcode that follows the HeaderOp opcode indicates whether the picture is an extended version 2 picture or a version 2 picture: the Version opcode has a value of –2 for an extended version 2 picture and a value of –1 for a version 2 picture. The rest of the header for an extended version 2 picture contains resolution information; the rest of the header for a version 2 picture specifies a fixed-point bounding box.Opcodes that perform drawing commands follow the header information. The OpEndPic opcode ($00FF) signals the end of the picture for an extended version 2 picture or a version 2 picture.For an example of the version and header opcodes in a decompiled extended version 2 picture, see Listing A-5 on page A-23. For an example of the version and header opcodes in a decompiled version 2 picture, see Listing A-6 on page A-24. In a version 1 picture, the VersionOp opcode has a value of $11, which is followed by a value of $01. For a version 1 picture, QuickDraw parses the remaining drawing opcodes 1 byte at a time; there is no header information in a version 1 picture. An end-of-picture byte ($FF) after the last opcode or data byte in the file signals the end of the picture.For an example of the version opcodes in a disassembled version 1 picture, see Listing A-7 on page A-25.Picture Opcode Data TypesThe picture opcodes use the data types that are summarized in Table A-1. Table A-1        Data types for picture opcodes(continued)Data type    Size    –128..127    1 byte (signed)    0..255    1 byte    Fixed    4 bytes    Integer    2 bytes    Long    4 bytes    Mode    2 bytes    Opcode    2 bytes    Pattern    8 bytes    Point    4 bytes    Poly    10+ bytes    Rect    8 bytes (top, left, bottom, right: integer)    Rgn    10+ bytes    RowBytes    2 bytes (always an even quantity)    In addition, some picture opcode types, such as BkPixPat, may use the PixMap, ColorTable, and PixData data types, which makes the length of these opcodes quite variable. The PixMap record and ColorTable record are described in the chapter “Color QuickDraw” in this book. The following pseudocode describes the PixData data type: PixData:            {pseudocode describing the PixData data type}IF rowBytes < 8 THEN     data is unpacked;     data size = rowBytes*(bounds.bottom-bounds.top);IF rowBytes >= 8 THEN     data is packed;    image contains (bounds.bottom-bounds.top) packed scanlines;    packed scanlines are produced by the PackBits routine;    each scanline consists of [byteCount] [data];    IF rowBytes > 250 THEN         byteCount is a word;    ELSE         byteCount is a byte.END;Opcodes in PicturesPictures created with the OpenPicture function in a color graphics port use the picture opcodes of the version 2 format. Pictures created with the OpenCPicture function use the opcodes of the extended version 2 format. The inclusion of resolution information in the header differentiates the extended version 2 format from the version 2 picture format. The extended version 2 and version 2 formats share the same opcodes, which are listed in Table A-2. The length of the data that follows each 2-byte opcode is listed in this table.Pictures created with the OpenPicture function in a basic graphics port use the opcodes of the version 1 format, which are listed in Table A-3 on page A-18.The unused opcodes found throughout Table A-2 and Table A-3 are reserved for Apple use. If these opcodes are encountered in pictures, they and their reserved data bytes can simply be skipped. By default, QuickDraw reads and then ignores these opcodes. Because opcodes must be word-aligned in version 2 and extended version 2 pictures, a byte of 0 (zero) data is added after odd-size data.NoteFor opcodes $0100–$7FFF, the amount of data for opcode $nnXX = 2 times nn bytes.uTable A-2    Opcodes for extended version 2 and version 2 pictures(continued)Opcode    Name    Description    Size (in bytes) of additional data    $0000    NOP    No operation    0    $0001    Clip    Clipping region    Region size    $0002    BkPat    Background pattern    8    $0003    TxFont    Font number for text (Integer)    2    $0004    TxFace    Text’s font style (0..255)    1    $0005    TxMode    Source mode (Integer)    2    continued                $0006    SpExtra    Extra space (Fixed)    4    $0007    PnSize    Pen size (Point)    4    $0008    PnMode    Pen mode (Integer)    2    $0009    PnPat    Pen pattern    8    $000A    FillPat    Fill pattern    8    $000B    OvSize    Oval size (Point)    4    $000C    Origin    dh, dv (Integer)    4    $000D    TxSize    Text size (Integer)    2    $000E    FgColor    Foreground color (Long)    4    $000F    BkColor    Background color (Long)    4    $0010    TxRatio    Numerator (Point), denominator (Point)    8    $0011    VersionOp    Version (0..255)    1    $0012    BkPixPat    Background pixel pattern    Variable; see Listing A-1 on page A-17    $0013    PnPixPat    Pen pixel pattern    Variable; see Listing A-1 on page A-17    $0014    FillPixPat    Fill pixel pattern    Variable; see Listing A-1 on page A-17    $0015    PnLocHFrac    Fractional pen position (Integer—low word of Fixed); if value is not 0.5, pen position is always set to the picture before each text-drawing operation.    2    $0016    ChExtra    Added width for nonspace characters (Integer)    2    $0017    Reserved for Apple use        Not determined    $0018    Reserved for Apple use        Not determined    $0019    Reserved for Apple use        Not determined    $001A    RGBFgCol    Foreground color (RGBColor)    6     $001B    RGBBkCol    Background color (RGBColor)    6     $001C    HiliteMode    Highlight mode flag: no data; this opcode is sent before a drawing operation that uses the highlight mode    0    $001D    HiliteColor    Highlight color (RGBColor)    6     $001E    DefHilite    Use default highlight color; no data; set highlight to default (from low memory)    0    $001F    OpColor    Opcolor (RGBColor)    6     $0020    Line    pnLoc (Point), newPt (Point)    8    $0021    LineFrom    newPt (Point)    4    $0022    ShortLine    pnLoc (Point), dh (–128..127), dv (–128..127)    6    $0023    ShortLineFrom    dh (–128..127), dv (–128..127)    2    $0024    Reserved for Apple use    Data length (Integer), data    2 + data length    $0025    Reserved for Apple use    Data length (Integer), data    2 + data length    $0026    Reserved for Apple use    Data length (Integer), data    2 + data length    $0027    Reserved for Apple use    Data length (Integer), data    2 + data length    $0028    LongText    txLoc (Point), count (0..255), text    5 + text    $0029    DHText    dh (0..255), count (0..255), text    2 + text    $002A    DVText    dv (0..255), count (0..255), text    2 + text    $002B    DHDVText    dh (0..255), dv (0..255), count (0..255), text    3 + text    $002C    fontName    Data length (Integer), old font ID (Integer), name length (0..255), font name    5 + name length    $002D    lineJustify    Operand data length (Integer), intercharacter spacing (Fixed), total extra space for justification (Fixed)    10    $002E    glyphState    Data length (word), followed by these 1-byte Boolean values: outline preferred, preserve glyph, fractional widths, scaling disabled    8    continued                $002F    Reserved for Apple use    Data length (Integer), data    2 + data length    $0030    frameRect    Rectangle (Rect)    8    $0031    paintRect    Rectangle (Rect)    8    $0032    eraseRect    Rectangle (Rect)    8    $0033    invertRect    Rectangle (Rect)    8    $0034    fillRect    Rectangle (Rect)    8    $0035    Reserved for Apple use    8 bytes of data    8    $0036    Reserved for Apple use    8 bytes of data    8    $0037    Reserved for Apple use    8 bytes of data    8    $0038    frameSameRect    Rectangle (Rect)    0    $0039    paintSameRect    Rectangle (Rect)    0    $003A    eraseSameRect    Rectangle (Rect)    0    $003B    invertSameRect    Rectangle (Rect)    0    $003C    fillSameRect    Rectangle (Rect)    0    $003D    Reserved for Apple use        0    $003E    Reserved for Apple use        0    $003F    Reserved for Apple use        0    $0040    frameRRect    Rectangle (Rect)    8    $0041    paintRRect    Rectangle (Rect)‡    8    $0042    eraseRRect    Rectangle (Rect)‡    8    $0043    invertRRect    Rectangle (Rect)‡    8    $0044    fillRRect    Rectangle (Rect)‡    8    $0045    Reserved for Apple use    8 bytes of data    8    $0046    Reserved for Apple use    8 bytes of data    8    $0047    Reserved for Apple use    8 bytes of data    8    $0048    frameSameRRect    Rectangle (Rect)    0    $0049    paintSameRRect    Rectangle (Rect)    0    $004A    eraseSameRRect    Rectangle (Rect)    0    $004B    invertSameRRect    Rectangle (Rect)    0    $004C    fillSameRRect    Rectangle (Rect)    0    $004D    Reserved for Apple use        0    $004E    Reserved for Apple use        0    $004F    Reserved for Apple use        0    $0050    frameOval    Rectangle (Rect)    8    $0051    paintOval    Rectangle (Rect)    8    $0052    eraseOval    Rectangle (Rect)    8    $0053    invertOval    Rectangle (Rect)    8    $0054    fillOval    Rectangle (Rect)    8    $0055    Reserved for Apple use    8 bytes of data    8    $0056    Reserved for Apple use    8 bytes of data    8    $0057    Reserved for Apple use    8 bytes of data    8    $0058    frameSameOval    Rectangle (Rect)    0    $0059    paintSameOval    Rectangle (Rect)    0    $005A    eraseSameOval    Rectangle (Rect)    0    $005B    invertSameOval    Rectangle (Rect)    0    $005C    fillSameOval    Rectangle (Rect)    0    $005D    Reserved for Apple use        0    $005E    Reserved for Apple use        0    $005F    Reserved for Apple use        0    $0060    frameArc    Rectangle (Rect), startAngle, arcAngle    12    $0061    paintArc    Rectangle (Rect), startAngle, arcAngle    12    $0062    eraseArc    Rectangle (Rect), startAngle, arcAngle    12    $0063    invertArc    Rectangle (Rect), startAngle, arcAngle    12    $0064    fillArc    Rectangle (Rect), startAngle, arcAngle    12    $0065    Reserved for Apple use    12 bytes of data    12    $0066    Reserved for Apple use    12 bytes of data    12    continued                $0067    Reserved for Apple use    12 bytes of data    12    $0068    frameSameArc    Rectangle (Rect)    4    $0069    paintSameArc    Rectangle (Rect)    4    $006A    eraseSameArc    Rectangle (Rect)    4    $006B    invertSameArc    Rectangle (Rect)    4    $006C    fillSameArc    Rectangle (Rect)    4    $006D    Reserved for Apple use    4 bytes of data    4    $006E    Reserved for Apple use    4 bytes of data    4    $006F    Reserved for Apple use    4 bytes of data    4    $0070    framePoly    Polygon (Poly)    Polygon size    $0071    paintPoly    Polygon (Poly)    Polygon size    $0072    erasePoly    Polygon (Poly)    Polygon size    $0073    invertPoly    Polygon (Poly)    Polygon size    $0074    fillPoly    Polygon (Poly)    Polygon size    $0075    Reserved for Apple use    Polygon (Poly)    Polygon size    $0076    Reserved for Apple use    Polygon (Poly)    Polygon size    $0077    Reserved for Apple use    Polygon (Poly)    Polygon size    $0078    frameSamePoly    (Not yet implemented)    0    $0079    paintSamePoly    (Not yet implemented)    0    $007A    eraseSamePoly    (Not yet implemented)    0    $007B    invertSamePoly    (Not yet implemented)    0    $007C    fillSamePoly    (Not yet implemented)    0    $007D    Reserved for Apple use        0    $007E    Reserved for Apple use        0    $007F    Reserved for Apple use        0    $0080    frameRgn    Region (Rgn)    Region size    $0081    paintRgn    Region (Rgn)    Region size    $0082    eraseRgn    Region (Rgn)    Region size    $0083    invertRgn    Region (Rgn)    Region size    $0084    fillRgn    Region (Rgn)    Region size    $0085    Reserved for Apple use    Region (Rgn)    Region size    $0086    Reserved for Apple use    Region (Rgn)    Region size    $0087    Reserved for Apple use    Region (Rgn)    Region size    $0088    frameSameRgn    (Not yet implemented)    0    $0089    paintSameRgn    (Not yet implemented)    0    $008A    eraseSameRgn    (Not yet implemented)    0    $008B    invertSameRgn    (Not yet implemented)    0    $008C    fillSameRgn    (Not yet implemented)    0    $008D    Reserved for Apple use        0    $008E    Reserved for Apple use        0    $008F    Reserved for Apple use        0    $0090    BitsRect    CopyBits with clipped rectangle    Variable; see Listing A-2 on page A-17    $0091    BitsRgn    CopyBits with clipped region    Variable§¶; see Listing A-3 on page A-18    $0092    Reserved for Apple use    Data length (Integer), data    2 + data length    $0093    Reserved for Apple use    Data length (Integer), data    2 + data length    $0094    Reserved for Apple use    Data length (Integer), data    2 + data length    $0095    Reserved for Apple use    Data length (Integer), data    2 + data length    $0096    Reserved for Apple use    Data length (Integer), data    2 + data length    $0097    Reserved for Apple use    Data length (Integer), data    2 + data length    $0098    PackBitsRect    Packed CopyBits with clipped rectangle    Variable§; see Listing A-2 on page A-17    $0099    PackBitsRgn    Packed CopyBits with clipped rectangle    Variable§; see Listing A-3 on page A-18    $009A    DirectBitsRect     PixMap, srcRect, dstRect, mode (Integer), PixData    Variable     continued                $009B    DirectBitsRgn    PixMap, srcRect, dstRect, mode (Integer), maskRgn, PixData    Variable    $009C    Reserved for Apple use    Data length (Integer), data    2 + data length    $009D    Reserved for Apple use    Data length (Integer), data    2 + data length    $009E    Reserved for Apple use    Data length (Integer), data    2 + data length    $009F    Reserved for Apple use    Data length (Integer), data    2 + data length    $00A0    ShortComment    Kind (Integer)    2    $00A1    LongComment    Kind (Integer), size (Integer), data    4 + data    $00A2    Reserved for Apple use    Data length (Integer), data    2 + data length    .    .    .    .    .    .    .    .    .    .    .    .    $00AF    Reserved for Apple use    Data length (Integer), data    2 + data length    $00B0    Reserved for Apple use        0    .    .    .    .    .    .    .    .    .    .    .    .    $00CF    Reserved for Apple use        0    $00D0    Reserved for Apple use    Data length (Long), data    4 + data length    .    .    .    .    .    .    .    .    .    .    .    .    $00FE    Reserved for Apple use    Data length (Long), data    4 + data length    $00FF    OpEndPic    End of picture    2    $0100    Reserved for Apple use    2 bytes of data    2    .    .    .    .    .    .    .    .    .    .    .    .    $01FF    Reserved for Apple use    2 bytes of data    2    $0200    Reserved for Apple use    4 bytes of data    4    $02FF    Version    Version number of picture    2    .    .    .    .    .    .    .    .    .    .    .    .    $0BFF    Reserved for Apple use    22 bytes of data    22    $0C00    HeaderOp    For extended version 2: version (Integer), reserved (Integer), hRes, vRes (Fixed), srcRect, reserved (Long); for version 2: opcode    24    $0C01    Reserved for Apple use    24 bytes of data    24    .    .    .    .    .    .    .    .    .    .    .    .    $7F00    Reserved for Apple use    254 bytes of data    254    .    .    .    .    .    .    .    .    .    .    .    .    $7FFF    Reserved for Apple use    254 bytes of data    254    $8000    Reserved for Apple use        0    .    .    .    .    .    .    .    .    .    .    .    .    $80FF    Reserved for Apple use        0    $8100    Reserved for Apple use    Data length (Long), data    4 + data length    .    .    .    .    .    .    .    .    .    .    .    .    continued                $8200    CompressedQuickTime    Data length (Long), data (private to QuickTime)    4 + data length    $8201    UncompressedQuickTime    Data length (Long), data (private to QuickTime)    4 + data length    $FFFF    Reserved for Apple use    Data length (Long), data    4 + data length    Opcodes $009A (DirectBitsRect) and $009B (DirectBitsRgn) define direct-pixel pictures, with pixel maps containing three components that directly specify RGB colors. These opcodes allow your application to cut, paste, and store images with up to 32 bits of color information per pixel.The DirectBitsRect and DirectBitsRgn opcodes store the baseAddr field of the PixMap record in a version 2 picture. For compatibility with existing systems, the baseAddr field is set to $000000FF. Black-and-white video devices can display pixel maps that are in pictures. On systems without direct-pixel support, opcodes $009A and $009B read a word from the picture and then skip a word of data. The next opcode retrieved from the picture is $00FF, which terminates picture playback. (Note that if you play back a picture on a machine without direct-pixel support, it terminates picture parsing.)The DirectBitsRect opcode is followed by this structure:pixMap:                PixMap;             srcRect:                Rect;            {source rectangle}dstRect:                Rect;            {destination rectangle}mode:                Mode;            {transfer mode}pixData:                The DirectBitsRgn opcode is followed by this structure:pixMap:                PixMap;            srcRect:                Rect;            {source rectangle}dstRect:                Rect;            {destination rectangle}mode:                Mode;            {transfer mode}maskRgn:                Region;            {region for masking}pixData:                In a picture, the packType field of a PixMap record specifies the manner in which the pixel data was compressed. To facilitate banding of images when memory is short, all data compression is done on a scan-line basis. The following pseudocode describes the pixel data: PixData:    IF packType = 1 (unpacked) OR rowbytes < 8 THEN     data is unpacked;     data size = rowBytes * (bounds.bottom - bounds.top);IF packType = 2 (drop pad byte) THEN     the high-order pad byte of a 32-bit direct pixel is     dropped;     data size = (3/4) * rowBytes *     (bounds.bottom - bounds.top);IF packType > 2 (packed) THEN     image contains (bounds.bottom - bounds.top) packed     scan lines;    each scan line consists of [byteCount] [data];    IF rowBytes > 250 THEN         byteCount is a word    ELSE         it is a byteHere are the currently defined packing types: Packing type    Meaning    0    Use default packing    1    Use no packing    2    Remove pad byte—supported only for 32-bit pixels (24-bit data)    3    Run length encoding by pixelSize chunks, one scan line at a time—supported only for 16-bit pixels    4    Run length encoding one component at a time, one scan line at a time, red component first—supported only for 32-bit pixels (24-bit data)    For future compatibility, other packType values skip scan-line data and draw nothing. Since QuickDraw assumes that pixel map data in memory is unpacked regardless of the packType field value, you can use packType to tell the picture-recording mechanism what packing technique to use on that data. A packType value of 0 in memory indicates that the default packing scheme should be used. (Using the default packing scheme is recommended.) Currently, the default packType value for a pixelSize value of 16 is type 3; for a pixelSize value of 32, it is type 4. Regardless of the setting of packType at the time of picture recording, the packType value actually used to save the image is recorded in the picture.Since each scan line of packed data is preceded by a byte count, packSize is not used and must be 0 for future compatibility.When the pixel type is direct, cmpCount * cmpSize is less than or equal to pixelSize. For storing 24-bit data in a 32-bit pixel, set cmpSize to 8 and cmpCount to 3. If you set cmpCount to 4, then the high byte is compressed by packing scheme 4 and stored in the picture.The OpenCPicture function lets your application create a version 2 format picture and include rectangle and resolution information, which is stored in the version 2 picture header. The OpenCPicture function is described in the chapter “Pictures.”The HeaderOp information is passed to the OpenCPicture function as an OpenCPicParams record, which is described in the chapter “Pictures” in this book.The pseudocode in Listing A-1 illustrates the data for the BkPixPat, PnPixPat, and FillPixPat opcodes.Listing A-1    Data for the BkPixPat, PnPixPat, and FillPixPat opcodesIF patType = ditherPat  THEN    PatType:                 word;                {pattern type = 2}    Pat1Data:                Pattern;                {old pattern data}    RGB:                RGBColor;                {desired RGB for pattern}ELSE     PatType:                 word;                {pattern type = 1}    Pat1Data:                Pattern;                {old pattern data}    PixMap:                PixMap;            ColorTable:                ColorTable;        PixData:                PixData;                END;The pseudocode in Listing A-2 illustrates the data is stored in the BitsRect and PackBitsRect opcodes.Listing A-2    Data for the BitsRect and PackBitsRect opcodes    PixMap:                PixMap;                {pixel map}    ColorTable:                ColorTable;                {ColorTable record}    srcRect:                 Rect;                {source rectangle}      dstRect:                 Rect;                {destination rectangle}      mode:                Word;                {transfer mode (may include }                                    { new transfer modes)}    PixData:                PixData;                The pseudocode in Listing A-3 illustrates the data is stored in the BitsRgn and PackBitsRgn opcodes.Listing A-3    Data for the BitsRgn and PackBitsRgn opcodes    pixMap:                PixMap;                         colorTable:                ColorTable;                         srcRect:                 Rect;                    {source rectangle}     dstRect:                 Rect;                    {destination rectangle}     mode:                Word;                    {transfer mode (may }                                        { include new modes)}    maskRgn:                Rgn;                    {region for masking}     pixData:                PixData;                    Pictures created with the OpenPicture function in a basic graphics port use the opcodes of the version 1 format, as listed in Table A-3. This size of data that follows each opcode is also listed in this table. Version 1 pictures are limited to 32 KB.Table A-3    Opcodes for version 1 pictures(continued)Opcode    Name    Description    Size (in bytes) of additional data    $00    NOP    No operation    0    $01    ClipRgn    Clipping region    Region size    $02    BkPat    Background pattern    8    $03    TxFont    Font number for text (Integer)    2    $04    TxFace    Text’s font style (0..255)    1    $05    TxMode    Source mode (Integer)    2    $06    SpExtra    Extra space (Fixed)    4    $07    PnSize    Pen size (Point)    4    $08    PnMode    Pen mode (Integer)    2    $09    PnPat    Pen pattern    8    $0A    FillPat    Fill pattern    8    $0B    OvSize    Oval size (Point)    4    $0C    Origin    dh (Integer), dv (Integer)    4    $0D    TxSize    Text size (Integer)    2    $0E    FgColor    Foreground color (Long)    4    $0F    BkColor    Background color (Long)    4    $10    TxRatio    Numerator (Point), denominator (Point)    8    $11    picVersion    Version (0..255)    1    $20    Line    pnLoc (Point), newPt (Point)    8    $21    LineFrom    newPt (Point)    4    $22    ShortLine    pnLoc (Point), dh (–128..127), dv (–128..127)    6    $23    ShortLineFrom    dh (–128..127), dv (–128..127)    2    $28    LongText    txLoc (Point), count (0..255), text    5 + text    $29    DHText    dh (0..255), count (0..255), text    2 + text    $2A    DVText    dv (0..255), count (0..255), text    2 + text    $2B    DHDVText    dh (0..255), dv (0..255), count (0..255), text    3 + text    $30    frameRect    Rectangle (Rect)    8    $31    paintRect    Rectangle (Rect)    8    $32    eraseRect    Rectangle (Rect)    8    $33    invertRect    Rectangle (Rect)    8    $34    fillRect    Rectangle (Rect)    8    $38    frameSameRect    Rectangle (Rect)    0    $39    paintSameRect    Rectangle (Rect)    0    $3A    eraseSameRect    Rectangle (Rect)    0    $3B    invertSameRect    Rectangle (Rect)    0    $3C    fillSameRect    Rectangle (Rect)    0    $40    frameRRect    Rectangle (Rect)    8    $41    paintRRect    Rectangle (Rect)*    8    $42    eraseRRect    Rectangle (Rect)*    8    $43    invertRRect    Rectangle (Rect)*    8    $44    fillRRect    Rectangle (Rect)*    8    $48    frameSameRRect    Rectangle (Rect)    0    $49    paintSameRRect    Rectangle (Rect)    0    $4A    eraseSameRRect    Rectangle (Rect)    0    continued                $4B    invertSameRRect    Rectangle (Rect)    0    $4C    fillSameRRect    Rectangle (Rect)    0    $50    frameOval    Rectangle (Rect)    8    $51    paintOval    Rectangle (Rect)    8    $52    eraseOval    Rectangle (Rect)    8    $53    invertOval    Rectangle (Rect)    8    $54    fillOval    Rectangle (Rect)    8    $58    frameSameOval    Rectangle (Rect)    0    $59    paintSameOval    Rectangle (Rect)    0    $5A    eraseSameOval    Rectangle (Rect)    0    $5B    invertSameOval    Rectangle (Rect)    0    $5C    fillSameOval    Rectangle (Rect)    0    $60    frameArc    Rectangle (Rect), startAngle, arcAngle    12    $61    paintArc    Rectangle (Rect), startAngle, arcAngle    12    $62    eraseArc    Rectangle (Rect), startAngle, arcAngle    12    $63    invertArc    Rectangle (Rect), startAngle, arcAngle    12    $64    fillArc    Rectangle (Rect), startAngle, arcAngle    12    $68    frameSameArc    Rectangle (Rect)    4    $69    paintSameArc    Rectangle (Rect)    4    $6A    eraseSameArc    Rectangle (Rect)    4    $6B    invertSameArc    Rectangle (Rect)    4    $6C    fillSameArc    Rectangle (Rect)    4    $70    framePoly    Polygon (Poly)    Polygon size    $71    paintPoly    Polygon (Poly)    Polygon size    $72    erasePoly    Polygon (Poly)    Polygon size    $73    invertPoly    Polygon (Poly)    Polygon size    $74    fillPoly    Polygon (Poly)    Polygon size    $78    frameSamePoly    (Not yet implemented)    0    $79    paintSamePoly    (Not yet implemented)    0    $7A    eraseSamePoly    (Not yet implemented)    0    $7B    invertSamePoly    (Not yet implemented)    0    $7C    fillSamePoly    (Not yet implemented)    0    $80    frameRgn    Region (Rgn)    Region size    $81    paintRgn    Region (Rgn)    Region size    $82    eraseRgn    Region (Rgn)    Region size    $83    invertRgn    Region (Rgn)    Region size    $84    fillRgn    Region (Rgn)    Region size    $88    frameSameRgn    (Not yet implemented)     0    $89    paintSameRgn    (Not yet implemented)    0    $8A    eraseSameRgn    (Not yet implemented)    0    $8B    invertSameRgn    (Not yet implemented)    0    $8C    fillSameRgn    (Not yet implemented)    0    $90    BitsRect    CopyBits with clipped rectangle    Variable; see Listing A-2 on page A-17    $91    BitsRgn    CopyBits with clipped region    Variable†‡; see Listing A-3 on page A-18    $98    PackBitsRect    Packed CopyBits with clipped rectangle    Variable†; see Listing A-2 on page A-17    $99    PackBitsRgn    Packed CopyBits with clipped rectangle    Variable†; see Listing A-3 on page A-18     $A0    ShortComment    Kind (Integer)    2    $A1    LongComment    Kind (Integer), size (Integer), data    4 + data    $FF    EndOfPicture    End of picture    0    A Sample Extended Version 2 PictureThe chapter “Pictures” in this book describes how to use the OpenCPicture function to create and display extended version 2 pictures. Listing A-4 illustrates how to use OpenCPicture.Listing A-4    Creating and drawing an extended version 2 pictureFUNCTION MyCreateAndDrawPict(pFrame: Rect): PicHandle;VAR    myOpenCPicParams:                        OpenCPicParams;    myPic:                        PicHandle;    trianglePoly:                        PolyHandle;BEGIN    WITH myOpenCPicParams DO BEGIN        srcRect := pFrame;        hRes := gHRes;                            {$00480000 for 72 dpi}        vRes := gVRes;                            {$00480000 for 72 dpi}        version := - 2;                            {always set this field to -2}        reserved1 := 0;                            {this field is unused}        reserved2 := 0;                            {this field is unused}    END;    myPic := OpenCPicture(myOpenCPicParams);                                                        {start creating the picture}    ClipRect(pFrame);                                                    {always set a valid clip region}    FillRect(pFrame,dkGray);                                    {create a dark gray rectangle for background}    FillOval(pFrame,ltGray);                                    {overlay the rectangle with a light gray oval}    trianglePoly := OpenPoly;                                    {start creating a triangle}    WITH pFrame DO BEGIN        MoveTo(left,bottom);        LineTo((right - left) DIV 2,top);        LineTo(right,bottom);        LineTo(left,bottom);    END;    ClosePoly;                                    {finish the triangle}    PaintPoly(trianglePoly);                                    {paint the triangle}    KillPoly(trianglePoly);                                    {dispose of the memory for the triangle}    ClosePicture;                                    {finish the picture}    DrawPicture(myPic,pFrame);                                            {draw the picture}    MyCreateAndDrawPict := myPic;END;Figure A-1 shows the picture created by Listing A-4.Figure A-1    A pictureThe QuickDraw drawing commands issued between OpenCPicture and the ClosePicture procedure in Listing A-4 are saved in memory as a Picture record containing a picSize field, a picFrame field, and an array of picture opcodes; an application can also save this information in a resource of type 'PICT'. The DrawPicture procedure reads these opcodes when drawing the picture. For debugging purposes, you might find it helpful to examine the opcodes for a picture. Listing A-5 shows the extended version 2 picture in Figure A-1 after it is saved in a 'PICT' resource and then decompiled with the DeRez decompiler.Listing A-5    A decompiled extended version 2 picturedata 'PICT' (128) {$"0078"                /* picture size; don't use this value for picture size */$"0000 0000 006C 00A8"                                /* bounding rectangle of picture at 72 dpi */$"0011"                /* VersionOp opcode; always $0011 for extended version 2 */$"02FF"                /* Version opcode; always $02FF for extended version 2 */$"0C00"                /* HeaderOp opcode; always $0C00 for extended version 2 */                /* next 24 bytes contain header information */    $"FFFE"            /* version; always -2 for extended version 2 */    $"0000"            /* reserved */    $"0048 0000"                            /* best horizontal resolution: 72 dpi */    $"0048 0000"                            /* best vertical resolution: 72 dpi */    $"0002 0002 006E 00AA"                                /* optimal source rectangle for 72 dpi horizontal                                         and 72 dpi vertical resolutions */    $"0000"            /* reserved */$"001E"                /* DefHilite opcode to use default hilite color */$"0001"                /* Clip opcode to define clipping region for picture */    $"000A"            /* region size */    $"0002 0002 006E 00AA"                                /* bounding rectangle for clipping region */$"000A"                /* FillPat opcode; fill pattern specified in next 8 bytes */    $"77DD 77DD 77DD 77DD"                                /* fill pattern */$"0034"                /* fillRect opcode; rectangle specified in next 8 bytes */    $"0002 0002 006E 00AA"                                /* rectangle to fill */$"000A"                /* FillPat opcode; fill pattern specified in next 8 bytes */    $"8822 8822 8822 8822"                                /* fill pattern */$"005C"                /* fillSameOval opcode */$"0008"                /* PnMode opcode */$    "0008"            /* pen mode data */$"0071"                /* paintPoly opcode */    $"001A"            /* size of polygon */    $"0002 0002 006E 00AA"                                /* bounding rectangle for polygon */    $"006E 0002 0002 0054 006E 00AA 006E 0002"                                                            /* polygon points */$"00FF"                /* OpEndPic opcode; end of picture */}A Sample Version 2 PictureThe chapter “Pictures” in this book describes how to use the OpenPicture function, which creates version 2 pictures in color graphics ports. Figure A-1 on page A-23 shows a picture created with the OpenCPicture function using the code in Listing A-4 on page A-22. If the OpenPicture function were used instead of OpenCPicture, the same picture would be drawn, but the picture would use picture opcodes for the version 2 format instead of the extended version 2 format. The major difference between formats lies in the header information after the HeaderOp opcode.Listing A-6 shows what happens when the picture in Figure A-1 is created in version 2 format, saved in a 'PICT' resource, and then decompiled with the DeRez decompiler.Listing A-6    A decompiled version 2 picturedata 'PICT' (129) {$"0078"                /* picture size; don't use this value for picture size */$"0002 0002 006E 00AA"                                /* bounding rectangle of picture */$"0011"                /* VersionOp opcode; always $0011 for version 2 */$"02FF"                /* Version opcode; always $02FF for version 2 */$"0C00"                /* HeaderOp opcode; always $0C00 for version 2 */                /* next 24 bytes contain header information */    $"FFFF FFFF"                    /* version; always -1 (long) for version 2 */    $"0002 0000 0002 0000 00AA 0000 006E 0000"                                                            /* fixed-point bounding                                                                     rectangle for picture */    $"0000 0000"                    /* reserved */$"001E"                /* DefHilite opcode to use default hilite color */$"0001"                /* Clip opcode to define clipping region for picture */    $"000A"            /* region size */    $"0002 0002 006E 00AA"                                /* bounding rectangle for clipping region */$"000A"                /* FillPat opcode; fill pattern specifed in next 8 bytes */    $"77DD 77DD 77DD 77DD"                                /* fill pattern */$"0034"                /* fillRect opcode; rectangle specified in next 8 bytes */    $"0002 0002 006E 00AA"                                /* rectangle to fill */$"000A"                /* FillPat opcode; fill pattern specified in next 8 bytes */    $"8822 8822 8822 8822"                                /* fill pattern */$"005C"                /* fillSameOval opcode */$"0008"                /* PnMode opcode */$    "0008"            /* pen mode data */$"0071"                /* paintPoly opcode */    $"001A"            /* size of polygon */    $"0002 0002 006E 00AA"                                /* bounding rectangle for polygon */    $"006E 0002 0002 0054 006E 00AA 006E 0002"                                                            /* polygon points */$"00FF"                /* OpEndPic opcode; end of picture */}A Sample Version 1 PicturePictures created by the OpenPicture function on computers without Color QuickDraw, or when the current graphics port is a basic graphics port, are created in version 1 format. The code in Listing A-7 shows what happens when the picture in Figure A-1 on page A-23 is created in version 1 format, saved in a 'PICT' resource, and then decompiled with the DeRez decompiler.Listing A-7    A decompiled version 1 picturedata 'PICT' (130) {$"004F"                /* picture size; this value is reliable for version 1 pictures */$"0002 0002 006E 00AA"                                /* bounding rectangle of picture */$"11"                /* picVersion opcode for version 1 */    $"01"            /* version number 1 */$"01"                /* ClipRgn opcode to define clipping region for picture */    $"000A"            /* region size */    $"0002 0002 006E 00AA"                                /* bounding rectangle for region */$"0A"                /* FillPat opcode; fill pattern specified in next 8 bytes */    $"77DD 77DD 77DD 77DD"                                /* fill pattern */$"34"                /* fillRect opcode; rectangle specified in next 8 bytes */    $"0002 0002 006E 00AA"                                /* rectangle to fill */$"0A"                /* FillPat opcode; fill pattern specified in next 8 bytes */    $"8822 8822 8822 8822"                                /* fill pattern */$"5C"                /* fillSameOval opcode */$"71"                /* paintPoly opcode */    $"001A"            /* size of polygon */    $"0002 0002 006E 00AA"                                /* bounding rectangle for polygon */    $"006E 0002 0002 0054 006E 00AA 006E 0002"                                                            /* polygon points */$"FF"                /* EndOfPicture opcode; end of picture */}Listing B-0Table B-0Using Picture Comments for PrintingContentsAbout Picture CommentsB-3Maintaining Device IndependenceB-8Synchronizing QuickDraw and PostScript Printer DriversB-10Using Text Picture CommentsB-11Disabling and Reenabling Line LayoutB-11Delimiting StringsB-16Rotating TextB-17Using Graphics Picture CommentsB-22Drawing PolygonsB-23Rotating GraphicsB-29Using Line-Drawing Picture CommentsB-33Drawing Dashed LinesB-33Using Fractional Line WidthsB-35Using PostScript Picture CommentsB-38Calling PostScript Routines DirectlyB-38Optimizing PostScript PrintingB-39Picture Comments to AvoidB-40Including Constants and Data Types for Picture CommentsB-42Using Picture Comments for PrintingThis appendix describes the picture comments predefined by Apple Computer, Inc., for its PostScript printers and several of its QuickDraw printers (including the LaserWriter SC, ImageWriter LQ, and StyleWriter printers). This appendix introduces you to the use of picture comments for printing with features that are unavailable with QuickDraw alone.For most applications, sending QuickDraw’s picture-drawing routines to the printer driver is sufficient: the driver either uses QuickDraw or converts QuickDraw routines to PostScript code. See the chapter “Printing Manager” in this book for information about QuickDraw-based printing. For some applications, such as page-layout programs, QuickDraw-based printing may not be sufficient; such applications may rely on printer drivers—such as PostScript printer drivers—to provide features that are not available, or are difficult to achieve, using QuickDraw. For PostScript printers, one solution is for your application to send PostScript code directly to the printer driver, but this approach requires you to know the PostScript language as well as QuickDraw. If your application requires features (such as rotated text and dashed lines) that are unavailable with QuickDraw, you may instead want to use picture comments to take advantage of these features on capable printers. Created with the QuickDraw procedure PicComment, picture comments are data or commands for special processing by output devices such as printer drivers. The PicComment procedure is introduced in the chapter “Pictures” in this book and is expanded upon in this appendix.IMPORTANTThe picture comments supported by Apple printer drivers are described on page B-7. However, it is impossible to determine which picture comments are supported by the current printer driver.sAbout Picture CommentsWithin the drawing code sent to a printer driver after your application uses the PrOpenPage procedure, your application can specify picture comments by using the QuickDraw PicComment procedure. The PicComment procedure allows your application to pass data or commands directly to an output device.PROCEDURE PicComment (kind: Integer; dataSize: Integer;                              dataHandle: Handle);The kind parameter specifies the kind of picture comment, and the dataSize parameter specifies the size of the data referred to by the dataHandle parameter. (For some picture comments, the values passed in the dataSize and dataHandle parameters should be 0 and NIL, respectively.)You typically use a picture comment to give your application and an output device additional control over the rendering of images. A number of picture comments have been given special definitions by various printer drivers. When a printer driver encounters one of these comments, it interprets the comment as an appropriate drawing operation. A PostScript printer driver, for example, may convert a picture comment into PostScript code. By including picture comments in your code that draws into a printing graphics port, your application can rotate text and graphics, smooth polygons, draw hairlines, create dashed lines, and pass PostScript code directly to the printer driver. (For information about the PostScript language, see the PostScript Language Reference Manual, second edition, published by Addison-Wesley.)Picture comments were initially designed to allow applications to share data in the form of QuickDraw pictures (as described in the chapter “Pictures” in this book). With the advent of the PostScript LaserWriter printer, the use of picture comments was extended to allow applications to more easily take advantage of various PostScript features unavailable with QuickDraw.However, you do not need to create a QuickDraw picture to use picture comments for printing. When your application calls the Printing Manager procedure PrOpenPage, the printer driver collects your drawing operations after they are handled by the low-level drawing routines contained in the QDProcs record for the printing graphics port. As explained in the chapter “QuickDraw Drawing” in this book, the default low-level procedure specified by QuickDraw in the commentProc field of the QDProcs record is the StdComment procedure, which simply ignores picture comments. However, a printer driver can replace the StdComment procedure with its own routine for handling picture comments. sWARNINGAs described in the chapter “Pictures” in this book, do not call the OpenCPicture or OpenPicture function between calls to PrOpenPage and PrClosePage.sWhen you use the PicComment procedure after calling PrOpenPage and before calling PrClosePage, the printer driver either ignores the picture comment passed to PicComment or collects the results of its drawing operations, depending on whether the printer driver has installed its own low-level drawing routine that handles the picture comment. Although the PicComment procedure is available on all Macintosh computers, the availability of the drawing operations that you can implement with picture comments depends on the driver for the current printer. The inability to determine which picture comments are supported by the current printer driver means that if you use picture comments to perform drawing operations not supported by QuickDraw, you must also provide for printing on QuickDraw-only printers. This requires your application to maintain separate code branches: for example, one that takes advantage of the picture comment handling of a PostScript printer driver, and another for a printer driver that supports only QuickDraw. Furthermore, you must hide the code that takes advantage of PostScript printer drivers from QuickDraw-based drivers, and you must hide from PostScript drivers the code that uses QuickDraw-based approximations of these drawing operations. Your application’s printed output will necessarily differ depending on the driver for the current printer.Table B-1 lists picture comments defined for various printer drivers produced by Apple and used by third-party producers of various other printer drivers. For each picture comment, this table shows the name of the picture comment that you specify in the kind parameter of the PicComment procedure, the value represented by the name, the value for the dataSize parameter, and the value for the dataHandle parameter. (Be sure to dispose of the memory you allocate for any handle you pass in the dataHandle parameter.) Keep in mind that it is impossible to determine which picture comments are supported by the driver of the current printer.Table B-1    Names, values, and data sizes for picture comments(continued)Name    Value    Data size    Data handle    Description    Text picture comments                    TextBegin    150    6    TTxtPicRec    Begin text function    TextEnd    151    0    NIL    End text function    StringBegin    152    0    NIL    Begin string delimitation    StringEnd    153    0    NIL    End string delimitation    TextCenter    154    8    TCenterRec    Offset to center of rotation for text    LineLayoutOff    155    0    NIL    Turn printer driver’s line layout off    LineLayoutOn    156    0    NIL    Turn printer driver’s line layout on    ClientLineLayout    157    16    TClientLLRec    Customize line layout error distribution    continued                    Graphics picture comments                    PolyBegin    160    0    NIL    Begin special polygon    PolyEnd    161    0    NIL    End special polygon    PolyIgnore    163    0    NIL    Ignore following polygon data    PolySmooth    164    1    TPolyVerbRec    Close, fill, frame    PolyClose    165    0    NIL    Smooth the curve between endpoints    RotateBegin    200    8    TRotationRec    Begin rotated port    RotateEnd    201    0    NIL    End rotation    RotateCenter    202    8    TCenterRec    Offset to center of rotation    Line-drawing picture comments                    DashedLine    180    Size of a TDashedLineRecrecord    TDashedLineRec    Draw following lines as dashed    DashedStop    181    0    NIL    End dashed lines    SetLineWidth    182    4    TLineWidthHdl    Set fractional line widths    PostScript picture comments                    PostScriptBegin    190    0    NIL    Set driver state to PostScript    PostScriptEnd    191    0    NIL    Restore QuickDraw state    PostScriptHandle    192    Length of PostScript data    Handle    PostScript data referenced in handle    PostScriptFile    193    Length of PostScript data    Handle    Filename referenced in handle    TextIsPostScript    194    0    NIL    QuickDraw text is sent as PostScript    ResourcePS    195    8    Resource type, resource ID, index    PostScript data in a resource file    PSBeginNoSave    196    0    NIL    Set driver state to PostScript    Forms-printing picture comments                    FormsPrinting    210    0    NIL    Don’t clear print buffer after each page    EndFormsPrinting    211    0    NIL    End forms printing after PrClosePage    ColorSync picture comments                    CMBeginProfile    220    0    NIL    Begin ColorSync profile    CMEndProfile    221    0    NIL    End ColorSync profile    CMEnableMatching    222    0    NIL    Begin ColorSync color matching    CMDisableMatching    223    0    NIL    End ColorSync color matching    All PostScript LaserWriter drivers support the picture comments listed in Table B-1. Some third-party QuickDraw printer drivers support the TextBegin, TextCenter, and TextEnd picture comments. The QuickDraw LaserWriter SC driver supports the LineLayoutOff, LineLayoutOn, and SetLineWidth picture comments. The QuickDraw ImageWriter LQ driver and versions prior to 7.2 of the QuickDraw StyleWriter driver support the LineLayoutOff and LineLayoutOn picture comments.The QuickDraw Personal LaserWriter LS driver and versions later than 7.2 of the QuickDraw StyleWriter driver support no picture comments at all.The SetGrayLevel picture comment is now obsolete. The PostScriptFile, TextIsPostScript, FormsPrinting, EndFormsPrinting, ClientLineLayout, PSBeginNoSave, and ResourcePS picture comments have limited use and are no longer recommended.See Inside Macintosh: Advanced Color Imaging for information about the picture comments used by the ColorSync Utilities.Maintaining Device IndependenceWhenever printing, you should use both QuickDraw and non-QuickDraw representations of an image, so that the current printer driver can render the best possible picture. If you send an image described with picture comments to a QuickDraw printer driver that does not support those picture comments, the driver ignores the comments and subsequently does not print your image; if you send only a QuickDraw image to a printer driver that supports picture comments, the driver may not render its best possible image.Printer drivers that support TextBegin, TextCenter, and TextEnd are expected to ignore calls to the CopyBits, CopyMask, and CopyDeepMask procedures that fall between the TextBegin and TextEnd picture comments. Between the TextBegin and TextEnd picture comments, you can use CopyBits to draw a bitmap representation of rotated text on QuickDraw printers; this bitmap is not used if the TextBegin and TextEnd picture comments are supported, but it is used if TextBegin and TextEnd are not supported. This is illustrated in Listing B-4 on page B-21.When your application draws polygons on a PostScript printer, you can use PolyBegin, PolySmooth, and PolyEnd picture comments to draw smoothed polygons; QuickDraw printer drivers ignore these comments. To make a PostScript printer driver ignore your QuickDraw representation of the polygons, you can use the PolyIgnore picture comment, as illustrated in Listing B-6 on page B-27.A technique for maintaining two sets of drawing codes, described in “Rotating Graphics” beginning on page B-29 and “Drawing Dashed Lines” beginning on page B-33, makes use of a “magic pen” visible only to PostScript drivers. Graphics comments for drawing dashed lines and for rotating graphics require the use of the PenMode procedure to set the pattern mode to a value of 23. Normally this value is undefined, but it is handled specially by PostScript printer drivers (all QuickDraw drivers ignore it). Your application can use this pattern mode to draw objects in a picture, and if the picture is printed on a QuickDraw printer, these objects are not visible. To maintain device independence when you send routines to a PostScript printer driver, you can “hide” QuickDraw routines between the PostScriptBegin and PostScriptEnd picture comments. The PostScriptBegin comment is recognized only by PostScript printer drivers. When a PostScript driver receives the PostScriptBegin comment, it tells the PostScript printer to save the current state of the printer and to disable all low-level standard QuickDraw drawing procedures. Thus, the QuickDraw representation of the graphic is ignored by PostScript printer drivers.Table B-2 lists the QuickDraw low-level procedures and the affected high-level drawing routines that are disabled by the PostScriptBegin picture comment.Table B-2    Low-level QuickDraw routines disabled by the PostScriptBegin commentLow-level routine    Examples of affected high-level QuickDraw routines     StdText    QuickDraw text-drawing routines (as described in the chapter “QuickDraw Text” in Inside Macintosh: Text)    StdLine    MoveTo, Move, LineTo, Line    StdRect    FrameRect, PaintRect, FillRect, EraseRect, InvertRect    StdRRect    FrameRoundRect, PaintRoundRect, FillRoundRect, EraseRoundRect, InvertRoundRect    StdOval    FrameOval, PaintOval, FillOval, EraseOval, InvertOval    StdArc    FrameArc, PaintArc, FillArc, EraseArc, InvertArc    StdPoly    FramePoly, PaintPoly, FillPoly, ErasePoly, InvertPoly    StdRgn    FrameRgn, PaintRgn    StdBits    CopyBits, CopyMask, CopyDeepMask    To mark the end of a sequence of hidden QuickDraw drawing routines and to reenable QuickDraw drawing routines, you can use the picture comment PostScriptEnd. The PostScriptEnd comment is recognized only by PostScript printer drivers. When a PostScript driver receives the PostScriptEnd comment, it tells the PostScript printer driver to restore the previous state of the printer driver and to enable QuickDraw drawing operations.For a LaserWriter PostScript printer driver, QuickDraw routines that draw text, lines, and shapes and copy bitmaps or pixel maps have no effect when placed between the PostScriptBegin and PostScriptEnd picture comments. Instead, the driver expects to receive imaging instructions in subsequent picture comments. On the other hand, a QuickDraw printer driver ignores the PostScriptBegin and PostScriptEnd picture comments.Only PostScript printer drivers should support the DashedLine, DashedStop, RotateBegin, RotateCenter, and RotateEnd picture comments. Therefore, you can use the PostScriptBegin and PostScriptEnd picture comments to hide your QuickDraw implementations of these comments from the printer driver. Listing B-7 on page B-31 illustrates how to use PostScriptBegin and PostScriptEnd when rotating graphics on PostScript printers; Listing B-9 on page B-34 illustrates how to use PostScriptBegin and PostScriptEnd when drawing dashed lines on PostScript printers.Synchronizing QuickDraw and PostScript Printer DriversQuickDraw instructions such as those generated by the Move, MoveTo, PenPat, and PenSize routines change the state of the current graphics port without going through the standard low-level routines pointed to in the QDProcs record for the current graphics port. A printer driver takes these changes into account only at the time it executes an actual drawing instruction. The printer driver uses the routines specified in the QDProcs record at execution time and responds only to those instructions handled by the routines in the QDProcs record. Therefore, you should flush the state of the printing graphics port explicitly by calling any routine that goes through the QDProcs.lineProc field, as shown in Listing B-1, before inserting code using picture comments for a PostScript driver. The use of the application-defined routine MyFlushGrafPortState shown here is further illustrated in Listing B-8 on page B-32.Listing B-1    Synchronizing QuickDraw and the PostScript driverPROCEDURE MyFlushGrafPortState;VAR    penInfo: PenState;BEGIN    GetPenState(penInfo);                                {save pen size}    PenSize(0,0);                                        {make it invisible}    MoveTo(-3200,-3200);                                {move the pen way off the page in }                                    { case the printer driver draws a dot }                                    { even with a pen size of (0,0)}    Line(0,0);                                {go through QDProcs.lineProc}                                    {next, restore pen size}    PenSize(penInfo.pnSize.h, penInfo.pnSize.v);  END;A PostScript printer driver separates the PostScript code generated for text-drawing instructions (which usually involves font queries and, sometimes, font downloading) from the picture comments intended for PostScript devices. In certain cases, this results in apparently nonsequential execution of drawing instructions and may affect clipping regions or have side effects on the drawing operations you include in picture comments. To synchronize the sequence of QuickDraw routines with the generation of PostScript code, you need to flush the buffer maintained by the PostScript driver. You can do this by using the PostScriptBegin picture comment followed immediately by the PostScriptEnd picture comment. This causes all PostScript code, generated either by the application or by the printer driver, to be sent to the printer. Listing B-2 shows an application-defined procedure that does this. The use of the application-defined routine MyFlushPostScriptState shown here is further illustrated in Listing B-4 on page B-21.Listing B-2    Flushing the buffer for a PostScript printer driverPROCEDURE MyFlushPostScriptState;BEGIN   PicComment(PostScriptBegin, 0, NIL);   PicComment(PostScriptEnd, 0, NIL);END;Using Text Picture CommentsThe text picture comments listed in Table B-1 on page B-5 allow you to disable the printer driver’s line layout capabilities (as described in the next section), construct lines of text out of disparate strings (as described in “Delimiting Strings” on page B-16), and rotate text on the page (as described in “Rotating Text” on page B-17).For information on drawing text, see Inside Macintosh: Text.Disabling and Reenabling Line LayoutWhen your application draws text into a printing graphics port, the printer driver may do a lot of extra work depending on the current printer; the printer driver may have to scale and smooth fonts, remap characters, and substitute one font used onscreen for another that exists on the printer (this last action is called font substitution). After it selects the appropriate font, the printer driver matches the width of the printed line with the width of the screen line. If the driver has to perform font substitution, the two lines may be very different. For example, if your application draws a document with the Geneva bitmapped font (instead of the Geneva TrueType font), a PostScript printer driver could substitute the Helvetica® font for Geneva in the PostScript code it generates. Since Helvetica is a different font, it has different metrics. A rather exaggerated example of the effects of font substitution can be found in Figure B-1. Figure B-1    The line layout error between a bitmapped font and a PostScript fontFor the typical user, the appearance of Helvetica on the printed page is not that much different from the appearance of Geneva on the screen. However, the width of the lines using the two fonts is different; this difference is called the line layout error. The line of text using the bitmapped screen font is much wider than the line of text using the PostScript printer font. (Depending on the font used in the document or substituted on the printer, you might also run into cases where the screen width is narrower than the printed width.) NoteThere are no line layout problems with TrueType fonts, unless one font has the same name as—but a different character width from—a printer-resident PostScript font.uTo distribute the layout error, a printer driver must effectively increase or decrease the width of each glyph in the line. A glyph is the distinct representation of a character in a form that a screen or printer can display. A glyph may represent one character (the lowercase a), more than one character (the fi ligature, two characters but one glyph), or a nonprinting character (the space character). When using Roman scripts, most lines of text contain some number of space character glyphs. Printer drivers take advantage of this fact and normally apply most of the layout error to space glyphs (known as the major glyphs) and the rest of the error to the other glyphs in the string (known as the minor glyphs).In Figure B-2, the i, s, and a characters are examples of minor glyphs, where s and a are separated by the major glyph (the space character).Figure B-2    Major and minor glyphsThe amount of error applied to the major glyph is known as the major error, and the amount applied to the other glyphs is the minor error.In Figure B-3, the printer driver corrects most of the difference between the line widths by expanding the width of the space glyphs in the string. Figure B-3    Distributing layout error to the major glyphsHowever, if the printer driver expands only the width of the spaces, the line has a strange appearance. To balance the changes made to the space glyphs, the driver’s line layout routines increase the space between each glyph in the string by a small amount. After the line is laid out in this way, the printed string should be almost exactly as wide as the string that was displayed on the screen. As shown in Figure B-4, the space between the uppercase T and the lowercase h in the word This has been increased, but only slightly; most of the error has been applied to the spaces. By default, most drivers apply about 80 percent of the total line layout error to the major glyphs and the other 20 percent to the minor glyphs. When using a script system that does not use the space glyph to delimit words, the layout error is distributed evenly across all characters in the line.Figure B-4    Distributing layout error among major and minor glyphsA printer driver’s line layout routines are device-dependent. Since different devices have different resident fonts, the layout error can be quite large. For this reason, you should not assume that if you have the correct output on one type of laser printer you will have the correct output on all devices or with all fonts. Although the printer driver can compute the placement of a line of text on the page so that it closely approximates the placement of the line on the screen, there are times when adjusting the line of text by adding space can have an adverse effect on the line layout that your application has already done. You can disable the line layout routines of the current printer driver and give your application more control over placement of the glyphs on the page by using the LineLayoutOff picture comment. You may want to use this picture comment if your application prints monospaced, tab-formatted text; draws notes or other music symbols using glyphs from a music font; or renders mathematical equations or formulas. For example, if your application displays musical notation, the notes should stay where your application placed them, because small shifts in position can cause the music to be misread. The LineLayoutOff picture comment instructs the printer driver to make no adjustments to the text being sent. Your application is then responsible for identically matching the appearance of text displayed on the screen to the printer. If the current printer driver does not support these comments, it ignores them and places the text on the page as well as it can. You can reenable the printer driver’s line layout routines with the LineLayoutOn picture comment (however, some printer drivers support only the LineLayoutOff comment). Although general line layout is disabled, some small shifts in glyph position may still occur. These shifts are usually not a problem, but, if they are, you should use the PrGeneral procedure with the getRslDataOp and setRslOp opcodes (described in the chapter “Printing Manager” in this book) to draw text at the resolution of the current printer. IMPORTANTSetting the FractEnable global variable (described in the chapter “Font Manager” in Inside Macintosh: Text) to TRUE does not have precisely the same effect as using the LineLayoutOff picture comment. You should explicitly use the LineLayoutOff picture comment rather than the SetFractEnable procedure.sFigure B-5 compares the results of an application using the LineLayoutOff picture comment and the LineLayoutOn picture comment. In the first example, the text is printed exactly as it is rendered on the printer, with a much smaller width. In the second example, the printer driver’s line layout routines make the screen and printer lines the same length.Figure B-5    Using the LineLayoutOff and LineLayoutOn picture commentsIn computing the required line layout adjustments, the PostScript LaserWriter driver proceeds as follows:    1.    It collects text processed by the routine pointed to in the textProc field of the printing graphics port’s QDProcs record, and assembles the text into a logically contiguous line. This includes text moved vertically away from the baseline to take care of diacritical marks or exponents in the text. The accumulation of text stops when the PostScript LaserWriter driver detects that the pen position has moved horizontally since the conclusion of the previous text-drawing instruction, or when the driver encounters picture comments such as TextBegin, TextEnd, StringBegin, and StringEnd.    2.    It determines the width of the accumulated logical line of text, both on the screen and on the printer, and distributes the line layout error among the interword and intercharacter spacing of the printed output.The LineLayoutOff picture comment disables only the second step (distribution of the line layout error); the algorithm of accumulating text into a logically contiguous piece is not affected. Otherwise, if the character widths of the printer font are different from those of the screen font, and if the text contains diacritical marks or exponents, the diacritical marks and exponents would often be misplaced.If you want precise control over the placement of different text strings within a line, you must override the heuristic line accumulation algorithm of the PostScript LaserWriter driver (described in the first step). A good way to override this algorithm is to use the StringBegin and StringEnd picture comments to mark individual strings as logically independent text entities; this prevents the PostScript LaserWriter driver from assembling the strings into one logically contiguous line of text. The StringBegin and StringEnd picture comments are described in the next section; Listing B-3 on page B-17 illustrates how to completely disable line layout by using the LineLayoutOff and StringBegin picture comments.Delimiting StringsYou may want to draw a particular text string in pieces instead of a whole. For example, to draw kerned glyphs, you can draw the first part of the string—up to the point where kerning occurs—using the DrawText procedure, and you can then adjust the pen and draw the kerned glyph using the DrawChar procedure. (The DrawText and DrawChar procedures are described in the chapter “QuickDraw Text” in Inside Macintosh: Text.) You can also draw a single string that contains different fonts, styles, or sizes—if you call DrawText each time the typeface or font style changes. To identify the beginning of a single string that will be drawn using multiple calls to a QuickDraw text-drawing routine, you can use the StringBegin picture comment. Use the StringEnd picture comment to mark its end. You can use the StringBegin and StringEnd picture comments if your application needs complete control over glyph placement on a page. If your application uses text-editing boxes for individual strings, it can use these picture comments to treat each string as a separate piece of text and place all glyphs into one text-editing box.Listing B-3 uses the StringBegin and StringEnd picture comments. Use the LineLayoutOff picture comment (described in the preceding section) in conjunction with the StringBegin comment to turn line layout completely off.Listing B-3    Disabling line layout by using the LineLayoutOff and StringBegin picture commentsPROCEDURE MyStringReconDemo (x: XArray; y: Integer);BEGIN    PicComment(LineLayoutOff,0,NIL);    PicComment(StringBegin,0,NIL);    {position each character of the word 'Test' using }    { MoveTo and DrawChar}    MoveTo(x[1],y); DrawChar('T');    MoveTo(x[2],y); DrawChar('e');    MoveTo(x[3],y); DrawChar('s');    MoveTo(x[4],y); DrawChar('t');    {reenable the printer driver's line layout routines}    PicComment(StringEnd,0,NIL);    PicComment(LineLayoutOn,0,NIL);END;Rotating TextYou can use picture comments to rotate text on PostScript devices and on any QuickDraw-based drivers that support text rotation. (This is not the kind of rotation associated with landscape and portrait orientation of the printer paper as selected by the user through the style dialog box. This rotation occurs in reference to the current QuickDraw graphics port only.) The picture comments to rotate text are TextBegin, TextCenter, and TextEnd. If you use picture comments to rotate text, you should also generate a device-independent representation, such as a bitmapped version of the text, to be used on QuickDraw devices that don’t support these picture comments. Printer drivers that support TextBegin, TextCenter, and TextEnd are expected to ignore calls to the CopyBits, CopyMask, and CopyDeepMask procedures (as well as QuickDraw clipping regions) between the TextBegin and TextEnd picture comments. In this way, you can use CopyBits to draw a bitmap representation of rotated text on QuickDraw printers; the bitmap is not used if the TextBegin and TextEnd picture comments are supported, but it is used if TextBegin and TextEnd are not supported.Some versions of 2-byte Kanji systems print Kanji glyphs by calling the CopyBits procedure instead of calling standard text-drawing routines. You cannot use the text rotation picture comments with these fonts. Instead, use the picture comments described in “Rotating Graphics” beginning on page B-29.To use picture comments to rotate text, you begin by specifying the amount of rotation as a parameter to the TextBegin comment. Next, you pass the center of rotation in the TextCenter comment. The printer driver rotates any text drawn between the TextCenter and TextEnd comments. The TextBegin picture comment allows your application to specify left, right, center, or full justification; horizontal or vertical flipping; and degrees of rotation. The possible types of alignment are shown in Figure B-6.Figure B-6    Variations in text alignmentWhen you specify the TextBegin picture comment in the kind parameter of the PicComment procedure, you also specify a TTxtPicHdl handle (a handle to a TTxtPicRec record) in the dataHandle parameter. Here is how you should declare these as Pascal data types in your application:TYPE     TTxtPicHdl                = ^TTxtPicPtr;    TTxtPicPtr                = ^TTxtPicRec;    TTxtPicRec                =    PACKED RECORD        tJus:                    Byte;            {justification of text}        tFlip:                    Byte;            {horizontal or vertical flipping}        tAngle:                    Integer;            {0..360 degrees clockwise rotation }                                        { in integer format}        tLine:                    Byte;            {reserved}        tCmnt:                    Byte;            {reserved}        tAngleFixed:                    Fixed;            {0..360 degrees clockwise rotation }                                        { in fixed-number format}    END;You supply the tJus field with one of these constants to specify the alignment setting of the text:    CONST        tJusNone                = 0;        {no alignment}        tJusLeft                = 1;        {flush left}        tJusCenter                = 2;        {centered}        tJusRight                = 3;        {flush right}        tJusFull                = 4;        {full justification}Setting the tJus field to left, right, or centered tells the printer driver to maintain only the left, right, or center point of the line (respectively), preventing the driver from recalculating the interword spacing. A value of tJusFull specifies that both endpoints of the line must be maintained, so the driver recalculates interword spacing instead of rejustifying text.You supply the tFlip field with one of these constants to specify the horizontal or vertical flipping of text about the center point (which, in turn, is specified with the TextCenter picture comment):    CONST        tFlipNone                        = 0; {no flip of text}        tFlipHorizontal                        = 1; {horizontal flip of text}        tFlipVertical                        = 2; {vertical flip of text}You supply the tAngle field with an integer to specify the number of degrees by which the printer driver should rotate the text. The tLine and tCmnt fields are reserved.You supply the tAngleFixed field with a fixed-point number to specify the number of degrees by which the printer driver should rotate the text. In a TTxtPicRec record, you can provide the degrees of rotation both as an integer (in the tAngle field) and as a fixed-point number (in the tAngleFixed field). You should always specify the rotation in both fields, even for drivers that support only integral rotation. The driver determines which field to use based on the size of the handle passed to PicComment. If you do not define the tAngleFixed field in the TTxtPicRec record, the printer driver automatically uses the tAngle field. To rotate an object, a printer driver needs information concerning the center of rotation. Immediately after a TextBegin comment, the driver expects the TextCenter picture comment specifying the offset to the center of rotation for any text enclosed within the text picture comments. The driver stores this offset and adds it to the location of the first text-drawing routine after it receives the TextCenter picture comment. This allows you to send multiple runs of text to be rotated with different centers of rotation, while using only one set of TextBegin and TextEnd picture comments. The printer driver expects the string locations to be in the coordinate system of the current graphics port. The printer driver rotates the entire graphics port to draw the text, so it can draw several strings with one TextBegin picture comment and one TextCenter picture comment. You should always include as much text as possible in a single TextBegin picture comment so that the driver makes the fewest number of rotations.The printer driver can draw nontextual objects within the bounds of the text rotation comments, but it must restore the printing graphics port to its original state to draw the object, and then rotate the printing graphics port again to draw the next string of text. You must send another TextCenter comment before each new rotation. When you specify the TextCenter (or RotateCenter) picture comment in the kind parameter of the PicComment procedure, you also supply in the dataHandle parameter a TCenterHdl handle, which is a handle to a TCenterRec record. You can use this record to specify the center of rotation for text or (as described in “Rotating Graphics” beginning on page B-29) for graphics. Here is how you should declare these as Pascal data types in your application:TYPE    TCenterHdl                = ^TCenterPtr;    TCenterPtr                = ^TCenterRec;    TCenterRec                =     RECORD        y:        Fixed;            {vertical offset from current pen location}        x:        Fixed;            {horizontal offset from current pen location}    END; You use the y field to specify the vertical offset along the y-axis from the current pen location to the center of rotation.You use the x field to specify the horizontal offset along the x-axis from the current pen location to the center of rotation.The application-defined routine MyDrawXString, shown in Listing B-4, rotates the strings by the degrees specified in the rot parameter. The rotation occurs around the current point, offset by the value passed in the ctr parameter. The strings are justified and flipped according to the just and flip parameters. If the printer driver supports the TextBegin, TextCenter, and TextEnd picture comments, the printer driver rotates the text at device resolution; otherwise, an application-defined procedure is called to generate a bitmap of the rotated and flipped text, using CopyBits to draw the text in the printing graphics port. The pen position is preserved. (Listing B-8 on page B-32 illustrates how to use the TCenterRec record to rotate graphics.)Listing B-4    Displaying rotated text using picture commentsPROCEDURE MyDrawXString(s: Str255; ctr: Point;                              just, flip: Integer; rot: Fixed);VAR    hT:                TTxtPicHdl;    hC:                TCenterHdl;    zeroRect:                 Rect;    pt:                Point;    oldClip:                RgnHandle;BEGIN    GetPen(pt);                    {to preserve the pen position}    hT := TTxtPicHdl(NewHandle(SizeOf(TTxtPicRec)));    hC := TCenterHdl(NewHandle(SizeOf(TCenterRec)));    WITH hT^^ DO    BEGIN        tJus := just;        tFlip := flip;         tAngle := - FixRound(rot); {counterclockwise}        tLine := 0; {reserved}        tCmnt := 0; {used internally by the printer driver}        tAngleFixed := - rot;    END;    hC^^.y := Long2Fix(ctr.v);    hC^^.x := Long2Fix(ctr.h);    MyFlushPostScriptState;                                {see Listing B-2 on page B-11}    PicComment(TextBegin,SizeOf(TTxtPicRec),Handle(hT));    PicComment(TextCenter,SizeOf(TCenterRec),Handle(hC));    {graphics state now has rotated/flipped coordinates}    oldClip := NewRgn;    GetClip(oldClip);    SetRect(zeroRect,0,0,0,0);    ClipRect(zeroRect);                            {hides this DrawString from }    DrawString(s);                            { QuickDraw in the rotated }                                { environment}    ClipRect(oldClip^^.rgnBBox);    {now the "fallback" bitmap representation}    MyQDStringRotation(s, ctr, just, flip, rot);    PicComment(TextEnd, 0, NIL);    {set environment back to the original state}    DisposeHandle(Handle(hT));    DisposeHandle(Handle(hC));    MoveTo(pt.h, pt.v);                            {restore the pen position}END;Because the PostScript LaserWriter driver buffers generated PostScript code, and because the driver ignores clipping regions between the TextBegin and TextEnd picture comments, clipping regions for drawing instructions that precede TextBegin may be affected. Therefore, MyDrawXString uses the application-defined routine MyFlushPostScriptState (shown in Listing B-2 on page B-11) immediately before using the TextBegin picture comment.Using Graphics Picture CommentsGraphics picture comments, listed in Table B-1 on page B-5, provide your application with the ability to render smoothed polygons (as described in the next section) and to rotate graphics (as described in “Rotating Graphics” on page B-29).In general, you cannot use one set of graphics picture comments (for instance, the polygon-drawing picture comments) with another (graphics rotation comments). When using these two types of comments, you should simply rotate the points of the polygon before drawing.The graphics comments for drawing dashed lines and for rotating graphics require the use of the PenMode procedure (described in the chapter “QuickDraw Drawing” in this book) to set the pattern mode to a value of 23. Normally this value is undefined, but it is handled specially by PostScript printer drivers, which treat it like the srcCopy Boolean transfer mode (described in the chapters “QuickDraw Drawing” and “Color QuickDraw”). All QuickDraw drivers ignore this pattern mode. Your application can use this pattern mode to draw objects in a picture and, if the picture is printed on a QuickDraw printer, these objects are not visible. Drawing PolygonsBy using picture comments, you can draw high-resolution polygons on PostScript printing devices. PostScript supports four types of polygons: open, framed, filled, and smoothed. (QuickDraw supports all of these types except smoothed.)Type    Description    Open    A polygon whose endpoints do not join. This type of polygon cannot be filled.    Framed    A closed polygon that is not filled. Framed and filled polygons are exclusive to one another.    Filled    A closed polygon whose interior is entirely covered with a pattern.    Smoothed    A polygon (open, framed, or filled) whose edges have been rounded.    Figure B-7 shows these four types of polygons.Figure B-7    Types of polygonsTo draw polygons, perform the following steps:    1.    Use the PolyBegin picture comment to alert the PostScript driver that you are drawing a polygon.    2.    Optionally, you can use the PolyClose picture comment to use “closed” smoothing between the first and last vertices of the polygon.    3.    Use the PolySmooth picture comment to tell the PostScript driver to draw a Bézier curve.    4.    Use the GetClip procedure to save the current clipping region; then use the ClipRect procedure to hide your polygon’s drawing commands from QuickDraw.    5.    Draw your polygon. The PostScript driver renders it smoothly.    6.    Use the SetClip procedure to restore the previous clipping region.    7.    Use the PolyIgnore picture comment to make the printer driver ignore the line-drawing commands for your QuickDraw representation of the polygon.    8.    Draw your QuickDraw representation of the polygon.    9.    Use the PolyEnd picture comment.The PolyBegin and PolyEnd picture comments surround the polygon description. Note that the printer driver draws the polygon at the location of the pen when it receives the PolyBegin picture comment, so you must set the pen’s location before using the PolyBegin picture comment. For polygons that are smoothed, you must set the pen size to 0 after the PolyBegin picture comment to prevent the unsmoothed polygon from being drawn on printers that do not support the polygon comments.All QuickDraw routines called between PolyBegin and PolyEnd that are processed by the low-level StdLine routine are part of the polygon—that is, the endpoints of each of the lines become vertices of the polygons.You should use the PolyClose, PolySmooth, and PolyIgnore picture comments between the PolyBegin and PolyEnd picture comments. The PolyClose comment specifies that the printer driver should treat all vertices of the polygon in the same manner; in particular, this affects the shape of the smooth curve between the polygon’s first and last vertices, which might otherwise be distinguishable as separate points. The PolyClose comment, however, does not automatically close the polygon as the PostScript operator closepath does. To render high-resolution B-splines when PostScript is available, use the PolySmooth picture comment, which directs the PostScript printer driver to interpret the polygon vertices as control nodes for a quadratic Bézier spline. PostScript has a direct facility for cubic B-splines, and the PostScript printer driver translates the quadratic B-spline nodes into the appropriate nodes for a cubic B-spline that will emulate the original quadratic. This allows you to use this PostScript feature without having to call PostScript routines directly. NotePostScript Level 1 has some problems with very large polygons that have more than 1500 points. For this reason, you may want to avoid doubling the points on large smoothed polygons, even though a greater number of points might aid in making the polygon smoother.uWhen you use the PolySmooth picture comment, pass a TPolyVerbHdl handle, which is a handle to a TPolyVerbRec record, in the dataHandle parameter of the PicComment procedure. You use a TPolyVerbRec record to tell the printer driver to interpret the polygon vertices as control nodes for a quadratic Bézier spline. Here is how you should declare these as Pascal data structures in your application:Type     TPolyVerbHdl                    = ^TPolyVerbPtr;    TPolyVerbPtr                    = ^TPolyVerbRec;    TPolyVerbRec                    =    PACKED RECORD        f7,f6,f5,f4,f3:                        Boolean;                {reserved; set to 0}        fPolyClose:                        Boolean;                {TRUE is same as PolyClose }                                                { picture comment}        fPolyFill:                    Boolean;                    {TRUE means fill polygon}        fPolyframe:                    Boolean;                    {TRUE means frame polygon}    END;The f7, f6, f5, f4, and f3 fields are reserved bits; you should set them to 0.Setting the fPolyClose field to 1 achieves the same result as the PolyClose picture comment. The PolyClose comment specifies that the printer driver should treat all vertices of the polygon in the same manner; in particular, this affects the shape of the smooth curve between the polygon’s first and last vertices, which might otherwise be distinguishable as separate points. The PolyClose comment does not automatically close the polygon as the PostScript operator closepath does.Set the fPolyFill field to 1 if you want the printer driver to fill the polygon, or set it to 0 if not.Set the fPolyFrame field to 1 if you want the printer driver to frame the polygon, or set it to 0 if not.In Listing B-5, the polygon coordinates are defined through arrays of points, initialized using an application-defined procedure, MyDefineVertices. The procedure MyDefineVertices specifies the points for two polygons. The array referenced through the parameter p defines the points used for the PostScript representation of the polygon. The array referenced through the parameter q defines the points used for the QuickDraw representation of the polygon.Listing B-5    Creating polygonsPROCEDURE MyDefineVertices(VAR p,q: PointArrayPtr);CONST    cx = 280;                {x coordinate for center point}    cy = 280;                {y coordinate for center point}    r0 = 200;                {radius}    kN = 4;                {number of vertices for PostScript}    kM = 6;                {number of vertices for QuickDraw approximation}BEGIN    {the array p^ contains the control points for the Bézier curve}    SetPt(p^[0],cx + r0,cy);    SetPt(p^[1],cx,cy + r0);    SetPt(p^[2],cx - r0,cy);    SetPt(p^[3],cx,cy - r0);    p^[4] := p^[0];    {q^ contains the points for a QuickDraw approximation of the curve}    q^[0] := p^[0];    SetPt(q^[1],cx,cy + round(0.7 * (p^[1].v - cy)));    SetPt(q^[2],(p^[1].h + p^[2].h) DIV 2,            (p^[1].v + p^[2].v) DIV 2);    SetPt(q^[3],cx + round(0.8 * (p^[2].h - cx)),cy);    SetPt(q^[4],q^[2].h,cy + cy - q^[2].v);    SetPt(q^[5],q^[1].h,cy + cy - q^[1].v);    q^[6] := q^[0];END;Use the PolyIgnore comment before drawing your QuickDraw version of the polygon; between PolyIgnore and PolyEnd, drivers that support these two comments ignore all QuickDraw routines processed through the low-level procedure StdLine. You can enclose the application-defined procedure MyPolygonDemo, shown in Listing B-6, between OpenPicture and ClosePicture calls to create a picture containing both QuickDraw and PostScript representations of the polygon. Alternatively, you can call MyPolygonDemo when drawing directly into a printing graphics port.Listing B-6    Drawing polygonsPROCEDURE MyPolygonDemo;VAR    p, q:                            PointArrayPtr;    aPolyVerbH:                            TPolyVerbHdl;    i:                            Integer;    clipRgn, polyRgn:                            RgnHandle;    zeroRect:                            Rect;BEGIN    p := PointArrayPtr(NewPtr(SizeOf(Point) * (kN + 1)));    q := PointArrayPtr(NewPtr(SizeOf(Point) * (kM + 1)));    IF (p = NIL) OR (q = NIL) THEN DoErr(kMemError);    MyDefineVertices(p,q);    PenNormal;                {first show the standard QuickDraw polygon}    MoveTo(p^[0].h,p^[0].v);    FOR i := 1 TO kN DO        LineTo(p^[i].h,p^[i].v);    PenSize(2,2);                    {now show the same polygon "smoothed"}    PenPat(gray);    {first, the PostScript representation, clipped from QuickDraw}    aPolyVerbH:=         TPolyVerbHdl(NewHandle(SizeOf(TPolyVerbRec)));    IF aPolyVerbH<> NIL THEN        WITH aPolyRecH^^ DO        BEGIN                                    fPolyFrame := TRUE;            fPolyFill  := FALSE;            fPolyClose := FALSE;            {compare with the result for TRUE!}            f3 := FALSE;            f4 := FALSE;            f5 := FALSE;            f6 := FALSE;            f7 := FALSE;        END;    MoveTo(p^[0].h,p^[0].v);    PicComment(PolyBegin,0,NIL);    {picComment(PolyClose,0,NIL); only if }    { fPolyClose = TRUE, above!}    PicComment(PolySmooth,SizeOf(TPolyVerbRec),                    Handle(aPolyVerbH));    clipRgn := NewRgn;    GetClip(clipRgn);    ClipRect(zeroRect);    FOR i := 1 TO kN DO        LineTo(p^[i].h,p^[i].v);    {next, the QuickDraw approximation of the smoothed }    { polygon, invisible for PostScript because of PolyIgnore}    SetClip(clipRgn);    PicComment(PolyIgnore,0,NIL);    polyRgn := NewRgn;    OpenRgn;    MoveTo(q^[0].h,q^[0].v);    FOR i := 1 TO kM DO        LineTo(q^[i].h,q^[i].v);    CloseRgn(polyRgn);    FrameRgn(polyRgn);                            {or FillRgn, if fPolyFill above is TRUE}    PicComment(PolyEnd,0,NIL);    DisposeHandle(Handle(aPolyVerbH));    DisposeRgn(polyRgn);    DisposePtr(Ptr(p));    DisposePtr(Ptr(q));END;The two versions of the drawn polygon are shown in Figure B-8.Figure B-8    QuickDraw and PostScript polygonsNote that you do not need to open a region, collect the line segments in the region, and draw the polygon through the FrameRgn procedure (described in the chapter “QuickDraw Drawing” in this book). This method is demonstrated in Listing B-6 only to prepare you for situations where you want to fill the polygon with a pattern. You cannot open a polygon and use the FillPoly procedure (also described in the chapter “QuickDraw Drawing” in this book), because the PostScript driver “owns” the polygon concept at this point and captures—and ignores—all line drawing between the PolyIgnore and PolyEnd comments. Regions do not interfere with polygons, however, and they can be used to paint or fill the polygonal shape.Rotating GraphicsYou can rotate QuickDraw objects on PostScript printers. The printer driver rotates the entire PostScript coordinate space before drawing the objects, which then appear rotated. All objects that you want to rotate must be contained between the RotateBegin and RotateEnd picture comments. You specify the center of rotation with the RotateCenter picture comment. Unlike text rotation, where you pass the TextBegin picture comment first and then the RotateCenter picture comment, you must pass the offset (which is relative to the center of rotation) with the RotateCenter picture comment before you use the RotateBegin picture comment. When you specify the RotateCenter picture comment in the kind parameter of the PicComment procedure, you also supply in the dataHandle parameter a TCenterHdl handle, which is a handle to a TCenterRec record. You can use this record to specify the center of rotation for graphics or text. See “Rotating Text” beginning on page B-17 for a description of the fields of a TCenterRec record.When you specify the RotateBegin picture comment in the kind parameter of the PicComment procedure, you also supply in the dataHandle parameter a TRotationHdl handle, which is a handle to a TRotationRec record. You use a TRotationRec record to specify the rotation of a graphic. Here’s how you should declare these as Pascal data structures:TYPE     TRotationHdl = ^TRotationPtr;    TRotationPtr = ^TRotationRec;    TRotationRec =    RECORD        rFlip:                    Integer;            {horizontal/vertical flipping}        rAngle:                    Integer;            {0..360 clockwise rotation in }                                        { integer format}        rAngleFixed:                    Fixed;            {0..360 clockwise rotation in }                                        { fixed-number format}    END;You use the rFlip field to specify whether to flip the graphic horizontally or vertically in addition to rotating it. Here are the possible values for this field:Value    Description    0    No coordinate flip    1    Horizontal coordinate flip    2    Vertical coordinate flip    You supply the rAngleFixed field with a fixed-point number to specify the number of degrees by which the printer driver should rotate the graphic. You can provide the degrees of rotation both as an integer (in the rAngle field) and as a fixed-point number (in the rAngleFixed field). You should always specify the rotation in both fields, even for drivers that support only integral rotation. Once you set up the rotation with the RotateCenter and RotateBegin picture comments, you draw the graphics objects you want to rotate. Before drawing the objects, use the PenMode procedure to set the pattern mode to a value of 23, which represents a special pattern mode for PostScript printer drivers. You should draw the QuickDraw image, using the CopyBits procedure, inside its own pair of PostScriptBegin and PostScriptEnd comments so that the QuickDraw representation will not show up on PostScript devices. (You should also use the PrGeneral procedure with the getRslDataOp opcode, described in the chapter “Printing Manager” in this book, to determine and use the maximum printer resolution.) In Listing B-7, the application-defined procedure MyRotateDemo rotates the same image for both QuickDraw and PostScript printers. Listing B-7    Using picture comments to rotate graphicsPROCEDURE MyRotateDemo;CONST    angle = 30;VAR    spinRect:                Rect;    delta:                Point;BEGIN    SetRect(spinRect,100,100,300,200);    WITH spinRect DO SetPt(delta,(right - left) DIV 2,                                 (bottom - top) DIV 2);    PenSize(2,2);    PenPat(ltGray);    FrameRect(spinRect);                            {show the unrotated square}    PenNormal;    MyPSRotatedRect(spinRect,delta,angle);    {QuickDraw equivalent of the rotated object, hidden from the PostScript }    { driver because of PostScriptBegin and PostScriptEnd}    PicComment(PostScriptBegin, 0, NIL);    MyQDRotatedRect(spinRect, delta, angle);    PicComment(PostScriptEnd, 0, NIL);END;The application-defined procedure MyQDRotatedRect rotates the four points of the rectangle by an angle around the center and draws the rotated rectangle. To include this QuickDraw representation of the rotated objects (in case the RotateCenter and RotateBegin picture comments are not supported), the code in Listing B-7 assumes that only PostScript drivers implement these comments. The only way to hide from the driver the application-defined procedure that provides a QuickDraw representation of the rotated objects is to surround it by PostScriptBegin and PostScriptEnd comments.To hide from QuickDraw the graphics rotation for a PostScript printer, Listing B-8 uses pattern mode 23.Listing B-8    Using the RotateCenter, RotateBegin, and RotateEnd picture commentsPROCEDURE MyPSRotatedRect(r: Rect; offset: Point; angle: Integer);{does the rectangle rotation for the PostScript LaserWriter driver}{uses the RotateCenter, RotateBegin, and RotateEnd picture comments, }{ and the "magic" pattern mode 23 to hide the drawing from QuickDraw}CONST    magicPen = 23;VAR    rInfo:                TRotationHdl;    rCenter:                TCenterHdl;    oldPenMode:                Integer;BEGIN    rInfo := TRotationHdl(NewHandle(SizeOf(TRotationRec)));    rCenter := TCenterHdl(NewHandle(SizeOf(TCenterRec)));    IF (rInfo = NIL) OR (rCenter = NIL)        THEN DebugStr('NewHandle failed');    WITH rInfo^^ DO    BEGIN        rFlip := 0;        rAngle := - angle;        rAngleFixed := BitShift(LongInt(rAngle),16);    END;    WITH rCenter^^ DO    BEGIN        x := Long2Fix(offset.h);        y := Long2Fix(offset.v);    END;    MoveTo(r.left,r.top);    MyFlushGrafPortState;                                {see Listing B-1 on page B-10}    PicComment(RotateCenter,SizeOf(TCenterRec),Handle(rCenter));    PicComment(RotateBegin,SizeOf(TRotationRec),Handle(rInfo));    oldPenMode := thePort^.pnMode;    PenMode(magicPen);    FrameRect(r);    PenMode(oldPenMode);    PicComment(RotateEnd,0,NIL);    DisposeHandle(Handle(rInfo));    DisposeHandle(Handle(rCenter));END;Using Line-Drawing Picture CommentsLine-drawing picture comments, listed in Table B-1 on page B-5, provide your application with the ability to draw dashed lines (as described in the next section) and to display fractional line widths (as described in “Using Fractional Line Widths” on page B-35).Drawing Dashed LinesYour application may use dashed lines frequently, particularly if it is a spreadsheet or accounting application. You can use the DashedLine picture comment to draw dashed lines on capable printers without drawing each individual dash. You use the DashedStop picture comment to tell the printer driver when you are finished sending dashed line information. When you use the DashedLine comment, the printer driver draws the indicated lines or rectangles. You should pass a handle to a TDashedLineRec record in the dataHandle parameter of the PicComment procedure. You use a TDashedLineRec record to specify how the dashed line should look. Here is how you should declare these as Pascal data structures:TYPE     TDashedLineHdl                    = ^TDashedLinePtr;    TDashedLinePtr                    = ^TDashedLineRec;    TDashedLineRec                    =    PACKED RECORD        offset:                SignedByte;                {offset}        centered:                SignedByte;                {reserved; set to 0}        intervals:                ARRAY[0..0] OF SignedByte;                                        {points for drawing and not }                                        { drawing dashes}    END;Use the offset field to specify an offset as with the PostScript setdash operator.The centered field is reserved and should be set to 0. Your application must center the dashed lines.In the intervals field, specify an array of dash intervals describing the number of points drawn for a dash and the number of points not drawn between them.You must provide both a QuickDraw and a picture comment version of the dashed line. The code in Listing B-9 uses the PostScriptBegin and PostScriptEnd picture comments to hide QuickDraw code from PostScript, and it uses pattern mode 23 to render PostScript drawing invisible in QuickDraw. Listing B-9    Using the DashedLine picture commentPROCEDURE DashDemo;CONST    magicPen = 23;     cx = 280;                    {center along x-axis}    cy = 280;                    {center along y-axis}    r0 = 200;                    {radius}VAR    dashHdl:                TDashedLineHdl;    i:                Integer;    a, rad:                Extended;BEGIN    PenSize(2,2);    {First the PostScript picture comment version. Pattern mode }     { 23 makes the line drawing invisible to QuickDraw.}    PenMode(magicPen);    dashHdl := TDashedLineHdl(NewHandle(SizeOf(TDashedLineRec)));    IF dashHdl <> NIL THEN    WITH dashHdl^^ DO    BEGIN        offset := 4;       {just for fun}        centered := 0;     {currently ignored--set to 0}        intervals[0] := 2; {number of interval specs}        intervals[1] := 4; {this means 4 points on ...}        intervals[2] := 6; {... and 6 points off}        PicComment(DashedLine, SizeOf(TDashedLineRec),         Handle(dashHdl));    END;    rad := 3.14159 / 180;                                {conversion degrees -> radians}    FOR i := 0 TO 9 DO    BEGIN            {draw some dashed lines}        a := i * 20 * rad;        MoveTo(cx, cy);        Line(round(r0 * cos(a)), - round(r0 * sin(a)));    END;    PicComment(DashedStop, 0, NIL);                                            {that's enough!}    DisposeHandle(Handle(dashHdl));    PenMode(srcOr);  {no magic any more}    {Now, the QuickDraw version. The PostScript driver must }    { ignore it, so enclose it between PostScriptBegin and }    { PostScriptEnd comments.}    PicComment(PostScriptBegin, 0, NIL);    PenSize(2,2);    FOR i := 0 TO 9 DO    BEGIN        MoveTo(cx,cy);        MyDashedQDLine(round(r0 * cos(i * 20 * rad)),                             - round(r0 * sin(i * 20 * rad)), dashHdl);    END;    PicComment(PostScriptEnd, 0, NIL);END;Using Fractional Line WidthsYour application may need lines as thin as possible or thinner than the screen can display, especially if it is a desktop publishing, spreadsheet, or design application. You can draw hairlines (lines that are less than 1/72 of an inch wide) with printer drivers that support the SetLineWidth picture comment. Your application passes the printer driver a scaling factor (such as 1/4) that the driver applies to the pen size when rendering the picture. QuickDraw and the PostScript language define 1 point to be 1/72 of an inch, so there are exactly 72 points per inch on the Macintosh screen. The resolution of a PostScript device such as the 300-dpi LaserWriter printer is about four times that of the screen, so the driver can render lines that are approximately 1/4 of a point thick, which is about 1/288 of an inch.When you specify the SetLineWidth picture comment in the kind parameter of the PicComment procedure, you also specify a TLineWidthHdl handle (a handle to a data structure of type TLineWidth) in the dataHandle parameter. The TLineWidth data structure is defined by the Point data type. Here is how you should declare these as Pascal data types in your application:TLineWidthHdl                    = ^TLineWidthPtr;TLineWidthPtr                    = ^TLineWidth;TLineWidth                    = Point;            {v = numerator, h = denominator}Use the vertical coordinate of the point as the numerator and the horizontal coordinate as the denominator of the scaling factor: the driver multiplies the horizontal and vertical components of the pen by the scaling factor to obtain the new pen width. For example, if you have a pen size of (1,2) and your SetLineWidth picture comment uses 2 for the horizontal and 7 for the vertical, the pen size will then be (7/2) ¥ 1 pixel wide and (7/2) ¥ 2 pixels high.In Figure B-9, the original pen size is 1 point. The first scaling factor is 5.0 or (5,1), which gives the pen a width of 5 points. The second scaling factor, applied to the new pen width, is 0.2 or (1,5), which gives the pen a width of 1 point again.Figure B-9    Changing the pen width using the SetLineWidth picture commentThe SetLineWidth picture comment is implemented by all PostScript LaserWriter printer drivers and by some QuickDraw printer drivers. However, not all QuickDraw printer drivers support SetLineWidth, and there is no backup solution for cases where it is not supported. Among QuickDraw printer drivers that do support SetLineWidth, some drivers emulate PostScript printer drivers, while others—such as the QuickDraw LaserWriter SC driver—implement SetLineWidth differently. The difference between the implementations of the SetLineWidth comment by the PostScript LaserWriter driver and the QuickDraw LaserWriter SC driver is apparent as soon as SetLineWidth is used a second time. The PostScript driver keeps an internal line-scaling factor, which is initialized to 1.0 when a job is started. Each number passed through SetLineWidth is multiplied by the current internal scaling factor to get the effective scaling factor for the pen size. The LaserWriter SC driver, on the other hand, replaces its current scaling factor for the pen size by the new value passed through SetLineWidth. To support both implementations, you must always use an additional SetLineWidth picture comment to reset the PostScript driver line width to 1.0 before scaling to a new value width, as illustrated by the following lines of code:PicComment(SetLineWidth, SizeOf(TLineWidth), Handle(1/oldLineWidth));PicComment(SetLineWidth, SizeOf(TLineWidth), Handle(newLineWidth));For example, suppose your application set the line width to 0.25, and now it needs a line width of 0.5. The following two SetLineWidth comments have the desired effect on all PostScript and QuickDraw drivers that implement the SetLineWidth comment.Current line width,PS driver    Current line width,QD driver    Value passed along with SetLineWidth    New line width,PS driver    New line width,QD driver    0.25    0.25    4/1    1.0    4.0    1.0    4.0    1/2    0.5    0.5    The sample code in Listing B-10 gives the expected results on PostScript LaserWriter and QuickDraw printer drivers that implement the SetLineWidth comment.Listing B-10    Using the SetLineWidth picture commentPROCEDURE MySetNewLineWidth(oldWidth,newWidth: TLineWidth);VAR    tempWidthH: TLineWidthHdl;BEGIN    tempWidthH := TLineWidthHdl(NewHandle(SizeOf(TLineWidth)));    tempWidthH^^.v := oldWidth.h;    tempWidthH^^.h := oldWidth.v;    PicComment(SetLineWidth, SizeOf(TLineWidth), Handle(tempWidthH));    tempWidthH^^ := newWidth;    PicComment(SetLineWidth, SizeOf(TLineWidth), Handle(tempWidthH));    DisposeHandle(Handle(tempWidthH));END;PROCEDURE MyLineWidthDemo;CONST    y0 = 50;                {top left of demo}    x0 = 50;    d0 = 440;                {length of horizontal lines}    e0 = 5;                {distance between lines}    kN = 5;                {number of lines}VAR    oldWidth,newWidth:                            TLineWidth;                i,j,y:                             Integer;BEGIN    PenNormal;    y := y0;    SetPt(oldWidth,1,1);                                            {initial line width = 1.0}    FOR i := 1 TO 5 DO    BEGIN        SetPt(newWidth,4,i);        {want to set it to i/4 = 0.25, 0.50, 0.75 ...}        SetNewLineWidth(oldWidth,newWidth);        MoveTo(x0, y);        Line(d0, 0);        y := y + e0;        oldWidth := newWidth;    END;END;Using PostScript Picture CommentsYou can access the PostScript language directly using the PostScriptHandle picture comment, and so bypass QuickDraw entirely. When you send PostScript code directly to the printer driver, it sends your code directly to the printer with no preprocessing and no error checking.NoteThese picture comments affect the state of the PostScript drawing environment and can have such effects as printing blank pages. Also, many PostScript printer drivers do not use the same version of PostScript and produce different outputs with the same commands; you should test your code on as many PostScript printers as possible. In all cases, use the PostScript picture comments with extreme caution.uCalling PostScript Routines DirectlyYour application can tell the printer driver to disable all QuickDraw drawing routines by using the PostScriptBegin picture comment. The driver uses the PostScript save and restore operators to preserve the state of the PostScript interpreter. When the driver receives the PostScriptEnd picture comment, it reenables QuickDraw drawing routines.You send PostScript code to the driver via the PostScriptHandle picture comment by including a handle to the PostScript code in the dataHandle parameter of the PicComment procedure. The driver performs no preprocessing or error checking on this code. The handle contains text with no length byte or word; use the dataSize parameter to convey the length of the PostScript code. (As with all picture comments, the handle you pass belongs to you, and you must dispose of it when you’re finished with it.) You indicate the end of the PostScript commands with a carriage return (ASCII $0D). You must use PostScriptBegin and PostScriptEnd around any PostScriptHandle comments; otherwise, the PostScript driver will not properly save and restore the PostScript drawing environment. Listing B-11 gives an example of an application-defined procedure called DoPostScriptLine. The procedure is used to transmit a string of PostScript code through the PostScriptHandle picture comment to the PostScript printer driver. DoPostScriptLine should be called only between PostScriptBegin and PostScriptEnd picture comments, as shown in the application-defined procedure DoPostScriptComments.Listing B-11    Sending PostScript code directly to the printerPROCEDURE DoPostScriptLine(s: Str255);VAR    h: Handle;BEGIN    h := NewHandle(256);    IF h = NIL THEN DebugStr('NewHandle failed');    BlockMove(@s[1], h^, Length(s));    PicComment(PostScriptHandle, Length(s), h);    h^^ := 13;    PicComment(PostScriptHandle, 1, h); {add a carriage return}    DisposeHandle(h);END;PROCEDURE DoPostScriptComments;BEGIN    {first, the simple example}    PicComment(PostScriptBegin,0,NIL);    DoPostScriptLine('100 100 moveto 0 100 rlineto 100 0 rlineto ');    DoPostScriptLine('0 -100 rlineto -100 0 rlineto');    DoPostScriptLine('stroke');    MoveTo(30,30);    DrawString('This text does not appear on PostScript printers.');    PicComment(PostScriptEnd,0,NIL);END;Optimizing PostScript PrintingAlthough your printing code should be device-independent, you can optimize it for a PostScript printer. However, you cannot be sure that the current printer is a PostScript printer, so you may need to create two versions of the same drawing code: one for a PostScript printer and one for a QuickDraw printer, as described previously in this appendix. For printing to a PostScript printer, you’ll need to observe the following limitations: n    Regions aren’t supported; try to simulate them with polygons or bitmaps. n    Clipping regions should be limited to rectangles. PostScript clips nonsquare patterns to squares. n    The Invert data type, part of the QuickDraw GrafVerb data type, is not supported by the PostScript LaserWriter printer driver. n    The PostScript LaserWriter driver does not support all Boolean transfer modes. It supports the srcCopy, srcOr, srcBic, notSrcCopy, and notSrcBic modes for bitmaps and text. For all other objects drawn with QuickDraw, the PostScript LaserWriter driver supports only the srcCopy mode. n    There can be a small difference in glyph widths between fonts rendered on the screen and on the printer. Only the endpoints of text strings are the same. n    Only PostScript Level 2 supports color patterns that use colors other than red, green, blue, cyan, yellow, magenta, white, and black. n    The printer may print some large patterns at half size or smaller sizes, depending on its resolution. n    Polygons and smoothed polygons that result in the creation of paths larger than the limit of the PostScript printer (typically 1500 or 3000, depending on the version of PostScript) result in a PostScript error.Although the PostScript LaserWriter printer is relatively fast, there are some techniques an application can use to ensure its maximum performance.n    Printing patterns takes time, because the bitmap for the pattern has to be built. The black-and-white patterns, and some of the gray patterns, have been optimized to use the PostScript grayscales. n    Use the TextBegin picture comment for text alignment. In the cases of flush left, flush right, or centered alignment, only the left, right, or center points are accurate, respectively; in the case of fully justified text, both the left and right endpoints are accurate. n    If you want to position each glyph independently, use the LineLayoutOff and StringBegin picture comments. If you are trying to position glyphs and the driver is trying to position glyphs too, there is conflict, and printing takes much longer than necessary. For more information on the PostScript language, see the PostScript Language Reference Manual, second edition, available from Addison-Wesley. Picture Comments to AvoidThe SetGrayLevel picture comment is now obsolete. The PostScriptFile, TextIsPostScript, FormsPrinting, EndFormsPrinting, ClientLineLayout, PSBeginNoSave, and ResourcePS picture comments have limited use and are not recommended. This section describes the shortcomings of these picture comments.The SetGrayLevel picture comment was designed to provide access to the PostScript setgray operator while drawing with QuickDraw in black-and-white mode. For most drawing operations, however, the printer driver sets the gray level to match the foreground color for the printing graphics port, and the effect of the SetGrayLevel picture comment is often unpredictable. If direct access to the PostScript setgray operator seems desirable, it is preferable to send the instruction with the PostScriptHandle picture comment.The TextIsPostScript picture comment interprets all the text manipulated with QuickDraw text-drawing routines (namely, DrawChar, DrawString, DrawText, and anything else that calls the StdText low-level procedure) as PostScript code. There is no good reason to use this picture comment, but there is one important reason not to use it: printer drivers that do not support the TextIsPostScript picture comment will print the PostScript text instead of interpreting it. If you need to transmit PostScript code directly to a printer that understands it, use the PostScriptHandle comment and include a QuickDraw representation for all other printer drivers.The ResourcePS picture comment loads PostScript code from a resource file. The resource file is expected to be open at the time that you use ResourcePS. Under background printing, there are no guarantees the resource file will still be open when the Printing Manager needs it. If you want to keep PostScript code in a resource file, it is easy to write a routine that loads the resources and sends their contents using the PostScriptHandle picture comment.The PostScriptFile picture comment loads PostScript code from a file; as with the ResourcePS comment, there are no guarantees the file will be open when the Printing Manager needs it during background printing. If you want to keep PostScript code in a file, it is easy to write a routine that loads the file and its contents using the PostScriptHandle picture comment.As with the PostScriptBegin picture comment, the PSBeginNoSave picture comment allows applications to change the state of a PostScript printer driver. Some applications do not want to restore the previous state of the PostScript interpreter after sending PostScript code; the PSBeginNoSave comment was intended for situations where applications do not want to preserve the printer state. However, the PSBeginNoSave picture comment allows applications to interfere with the LaserWriter 8.0 printer driver, and the driver, by calling the PostScript operator grestore, can interfere with the application. The use of PSBeginNoSave can lead to incorrect clipping, incorrect colors, and PostScript language errors and should therefore be avoided.By default, most drivers apply about 80 percent of the total line layout error to the major glyphs (the space character) and the other 20 percent to the minor glyphs (all other glyphs). (When using a script system that does not use the space glyph to delimit words, the layout error is distributed evenly across all characters in the font.) The ClientLineLayout picture comment allows applications to redefine the major glyph, and the percentages of the line layout error assigned to the major and minor glyphs. The ClientLineLayout picture comment is rather subtle and very specific to the PostScript LaserWriter driver. Only very ambitious page layout applications might be interested in this functionality, however; their designers should instead aim at a more general scheme of line layout control that does not rely upon this very driver-specific picture comment.Intended for printing forms on PostScript LaserWriter printers, the FormsPrinting picture comment directs the PostScript LaserWriter driver not to clear its page buffer after printing a page. The EndFormsPrinting picture comment directs the PostScript LaserWriter driver to clear its page buffer after printing a page. When a page is completed, applications must erase the areas that need to be updated and draw the new information. The graphics that make up the form are drawn only once per page, which may improve performance. However, you need to write a separate printing loop for the PostScript LaserWriter driver if you want to use this comment. Including Constants and Data Types for Picture CommentsFor the picture comments described in this appendix, neither QuickDraw nor the Printing Manager includes constant definitions or data type declarations; instead, you must include these in your own build files. Listed here are the constants and data types for picture comments that have been predefined for printer drivers from Apple Computer, Inc.{PicComments.p}CONST    {values for picture comments}    TextBegin                        = 150;    TextEnd                        = 151;    StringBegin                        = 152;    StringEnd                        = 153;    TextCenter                        = 154;    LineLayoutOff                        = 155;    LineLayoutOn                        = 156;    ClientLineLayout                        = 157;            {considered to be of limited usefulness}    PolyBegin                        = 160;    PolyEnd                        = 161;    PolyIgnore                        = 163;    PolySmooth                        = 164;    PolyClose                        = 165;    DashedLine                        = 180;    DashedStop                        = 181;    SetLineWidth                        = 182;    PostScriptBegin                        = 190;    PostScriptEnd                        = 191;    PostScriptHandle                        = 192;    PostScriptFile                        = 193;            {considered to be of limited usefulness}    TextIsPostScript                        = 194;            {considered to be of limited usefulness}    ResourcePS                        = 195;            {considered to be of limited usefulness}    PSBeginNoSave                        = 196;            {dangerous to use with LaserWriter 8.0}    SetGrayLevel                        = 197;            {this comment now obsolete}    RotateBegin                        = 200;    RotateEnd                        = 201;    RotateCenter                        = 202;    {values for the tJus field of the TTxtPicRec record}    tJusNone                        = 0;    tJusLeft                        = 1;    tJusCenter                        = 2;    tJusRight                        = 3;    tJusFull                        = 4;    {values for the tFlip field of the TTxtPicRec record}    tFlipNone                        = 0;             tFlipHorizontal                        = 1;    tFlipVertical                        = 2;TYPE    TTxtPicHdl = ^TTxtPicPtr;    TTxtPicPtr = ^TTxtPicRec;    TTxtPicRec = PACKED RECORD        tJus:                    Byte;                {justification for line layout of text}        tFlip:                    Byte;                {horizontal or vertical flipping}        tAngle:                    Integer;                {0..360 degrees clockwise rotation }                                            { in integer format}        tLine:                    Byte;                {reserved}        tCmnt:                    Byte;                {reserved}        tAngleFixed:                    Byte;                {0..360 degrees clockwise rotation in }                                            { fixed-number format}    END;    TRotationHdl = ^TRotationPtr;    TRotationPtr = ^TRotationRec;    TRotationRec = RECORD        rFlip:                    Integer;                {horizontal/vertical flipping}        rAngle:                    Integer;                {0..360 degrees clockwise rotation }                                            { in integer format}        rAngleFixed:                    Fixed;                {0..360 degrees clockwise rotation in }                                            { fixed-number format}    END;    TCenterHdl = ^TCenterPtr;    TCenterPtr = ^TCenterRec;    TCenterRec = RECORD        y:        Fixed;            {vertical offset from current pen location}        x:        Fixed;            {horizontal offset from current pen location}    END;    TPolyVerbHdl = ^TPolyVerbPtr;    TPolyVerbPtr = ^TPolyVerbRec;    TPolyVerbRec = PACKED RECORD        f7, f6, f5, f4, f3:                            Boolean        ;    {reserved; set to 0}        fPolyClose:                            Boolean        ;    {TRUE is same as PolyClose }                                                { picture comment}        fPolyFill:                            Boolean;            {TRUE means fill polygon}        fPolyFrame:                            Boolean;            {TRUE means frame polygon}    END;    TDashedLineHdl = ^TDashedLinePtr;    TDashedLinePtr = ^TDashedLineRec;    TDashedLineRec = PACKED RECORD        offset:                SignedByte;                    {offset into pattern for first dash}        centered:                SignedByte;                    {reserved; set to 0}        intervals:                ARRAY[0..5] OF SignedByte;                                            {points for drawing and not drawing dashes}    TLineWidthHdl = ^TLineWidthPtr;    TLineWidthPtr = ^TLineWidth;    TLineWidth = Point;                            {v = numerator, h = denominator}    END;GlossaryarcA portion of the circumference of an oval, not including the bounding radii or any part of the oval’s interior. arithmetic transfer modeA specification for how QuickDraw should draw or copy color images into a bitmap or pixel map. Arithmetic modes perform add, subtract, and blend operations on the red, green, and blue component values of RGB colors.background colorThe color of the pixels wherever no drawing has taken place. By default, the background color is white. background patternThe pattern displayed in a graphics port when an area is erased or when pixels are scrolled out of it. background printingA feature supported by some printer drivers that allows the user to work with an application while documents are printing. These printer drivers send printing data to a spool file in the PrintMonitor Documents folder inside the System Folder.basic graphics portThe drawing environment provided by basic QuickDraw. A basic graphics port is defined by a data structure of type GrafPort and contains the information that basic QuickDraw uses to create and manipulate onscreen either black-and-white images or color images that employ the eight-color system. basic QuickDrawThe set of QuickDraw routines that you use to create and manipulate graphics information in a graphics port. All Macintosh computers have basic QuickDraw routines in ROM. See also Color QuickDraw. bit imageA collection of bits in memory that forms a grid—that is, a rectangular pattern of bits. The bit image is pointed to in the baseAddr field of a BitMap record. Compare pixel image. bitmapA data structure of type BitMap that represents the positions and states of a corresponding set of pixels, which can be either black and white or the eight predefined colors provided by basic QuickDraw. A bitmap is contained within a basic graphics port. See also pixel map. bit patternAn 8-by-8 pixel image drawn by default in black and white, although any two colors can be used on a color screen. A bit pattern can be repeated indefinitely to form a repeating design (such as stripes) when drawing lines and shapes or when filling areas on the screen. See also pixel pattern. Boolean transfer modeA specification of which Boolean operation QuickDraw should perform when drawing or copying an image into a bitmap or pixel map. Boolean transfer modes that draw patterns are called pattern modes; Boolean transfer modes that copy images or draw text are called source modes. Compare arithmetic transfer mode. boundary rectangleA rectangle (by default, the entire main screen) that links the local coordinate system of a graphics port to QuickDraw’s global coordinate system and defines the area of the pixel image or bit image into which QuickDraw can draw. The boundary rectangle is stored in either the pixel map or the bitmap. bounding rectangleA rectangle used to define other shapes, such as ovals and rounded rectangles. The lines of bounding rectangles completely enclose the shapes they bound; in other words, no pixels from these shapes lie outside the infinitely thin lines of the bounding rectangles. clipping regionA region to which an application can limit drawing. The initial clipping region of a graphics port is an arbitrarily large rectangle: one that covers the entire QuickDraw coordinate plane. An application can set the clipping region to any arbitrary region, to aid in drawing inside the graphics port.CLUTSee color lookup table. color bankA structure into which all the colors of a picture, pixel map, or bitmap are gathered by the Picture Utilities or by your application for later selection. The Picture Utilities generate a color bank consisting of a histogram to a resolution of 5 bits per color.color graphics portThe sophisticated color drawing environment provided by Color QuickDraw. A color graphics port is defined by a data structure of type CGrafPort and contains the information that Color QuickDraw uses to create and manipulate grayscale and color images onscreen. colorizeTo use the CopyBits procedure to copy colors into black-and-white images. color lookup table (CLUT)A data structure that maps color indexes specified with QuickDraw into actual color values. Color lookup tables are internal to certain types of graphics devices. Compare color table. Color ManagerA set of system software routines that supply color-selection support for Color QuickDraw. Most applications never need to call the Color Manager directly. Color Picker UtilitiesA set of system software routines that enable your application to solicit color choices from users. The Color Picker Utilities also provide routines that allow your application to convert colors between those specified in RGBColor records as used by Color QuickDraw and those used in other color models, such as the CMYK model used by most color printers.Color QuickDrawThe set of QuickDraw routines that you use to create and manipulate graphics information in a color graphics port. You can use Color QuickDraw to create a color image and then display it on any type of screen—black and white, color, or grayscale. Most Color QuickDraw routines are in ROM on Macintosh computers that use an MC68020 or faster processor. See also basic QuickDraw. ColorSync UtilitiesA set of system software routines and algorithms that assist you in matching colors between screens and input and output devices such as scanners and printers. color tableA collection of colors available for a pixel image on indexed devices. Color tables are specified by either ColorTable records or 'clut' resource types. The Color Manager stores a color table for the currently available colors in the graphics device’s CLUT. Compare color lookup table.current deviceThe graphics device on which drawing is actually taking place. A handle to its GDevice record is stored in the global variable TheGDevice. current printerThe printer that the user last selected from the Chooser.cursorA 256-bit image defined by a 16-by-16 bit square. The mouse driver displays the cursor on the screen and maps the movement of the mouse to relative locations on the screen as the user moves the mouse. The cursor follows the movement of the mouse or shows where the user’s next action will take place. The cursor can be an arrow, an I-beam, a crossbar, a wristwatch, or another appropriate image. Called the pointer in Macintosh user documentation. See also insertion point. Cursor UtilitiesA collection of system software routines for creating and using cursors, including color and animated cursors. data forkThe part of a file that contains data accessed using the File Manager. This data usually corresponds to data entered by the user. Compare resource fork.deferred printingA method of printing whereby some printer drivers record each page of a document’s printed image in a structure similar to a QuickDraw picture, which the driver writes to a spool file. An application must use the PrPicFile procedure to send the spool file to the printer. Deferred printing is also known as spool printing. Compare draft-quality printing.device listA linked list containing the GDevice records for a user’s computer system. The global variable DeviceList holds a handle to the first record in the list. direct colorsUp to 16 million colors that have a direct correlation between a value placed in a graphics device and the color displayed onscreen. direct deviceA plug-in video card, a video interface built into a Macintosh computer, or an offscreen graphics world that supports up to 16 million colors having a direct correlation between a value placed in the device and the color displayed onscreen. Compare indexed device.direct pixelA pixel displayed on a direct device. Direct pixels can have pixel values of 16 or 32 bits. discrete resolutionA printing resolution that has been predefined by a printer driver. A printer supporting discrete resolution prints only a limited number of such resolutions. Compare variable resolution.ditheringA technique for mixing existing colors together to create the illusion of a third color that may be unavailable on a particular device. dpiDots per inch in the x and y directions; used to measure the resolution of a screen or printer. The higher the value, the finer the detail of the image.draft-quality printingThe method by which printer drivers convert into drawing operations calls only to QuickDraw’s text-drawing routines. The printer driver sends these routines directly to the printer instead of using deferred printing to capture the entire image for a page in a spool file. Draft-quality printing, which is supported on the ImageWriter printer driver, produces quick, low-quality drafts of text documents that are printed straight down the page, from top to bottom and left to right. Compare enhanced draft-quality printing.eight-color systemThe eight predefined colors provided by basic QuickDraw for display on color screens and color printers. enhanced draft-quality printingThe method by which some printer drivers print bitmaps, pixel maps, and text without writing to or reading from a spool file. The ImageWriter printer driver, for example, supports enhanced draft-quality printing. Compare deferred printing, draft-quality printing.eraseTo draw both the outline of a shape and its interior with the background pattern for the current graphics port. The background pattern is typically solid white on a black-and-white screen or a solid background color on a color screen. Making the shape blend into the background pattern of the graphics port effectively erases the shape.extended version 2 picture formatThe format for all pictures created with the OpenCPicture function. Available on all Macintosh computers running System 7, this format allows applications to specify resolutions when creating images.fillTo draw both the outline of a shape and its interior with any pattern you specify. The procedure transfers the pattern with the patCopy pattern mode, which directly copies your requested pattern into the shape.font substitutionSubstitution of a screen font for a printer font by a printer driver. PostScript printer drivers may substitute PostScript printer fonts for bitmapped screen fonts.foreground colorThe color of the “ink” used for bit patterns and for the graphics pen when drawing. By default, the foreground color is black. frameTo draw the outline of a shape (such as a rectangle) using the size, pattern, and pattern mode of the graphics pen for the current graphics port. The interior of the shape is unaffected, allowing previously existing pixels in the image to show through.GDevice recordA data structure of type GDevice that holds information about the physical characteristics of a video device or offscreen graphics world, including a pixel map that describes the pixel depth for that video device or offscreen graphics world, information about whether the video device or offscreen graphics world supports indexed or direct colors, and—for indexed devices—specifications for the colors that are currently available for the video device or offscreen graphics world. System software allocates and initializes one GDevice record for each installed video device and stores the record in the system’s device list. global coordinate systemThe coordinate system that represents all potential QuickDraw drawing space. The origin of the global coordinate system—that is, the point (0,0)—is at the upper-left corner of the main screen. Compare local coordinate system. glyphThe distinct representation of a character in a form that a screen or printer can display. A glyph may represent one character (the lowercase a), more than one character (the fi ligature, two characters but one glyph), or a nonprinting character (the space character).graphics deviceAnything into which QuickDraw can draw. There are three types of graphics devices: video devices (such as plug-in video cards and built-in video interfaces) that control screens, offscreen graphics worlds (which allow your application to build complex images off the screen before displaying them), and printing graphics ports. For a video device or an offscreen graphics world, Color QuickDraw stores state information in a GDevice record.graphics penA metaphorical device for performing drawing operations onscreen. Your application can set this pen to different sizes, patterns, and colors. graphics portA drawing environment, defined by a GrafPort record (basic graphics port) or CGrafPort record (color graphics port), that contains all the information QuickDraw needs to transmit drawing operations from bits in memory to onscreen pixels. gray regionThe region that represents all available desktop area—that is, a collection of rounded rectangles representing the display areas of all screens available to a computer.hairlinesPrinted lines that are less than 1/72 of an inch wide.highlightingA QuickDraw capability that displays background bits or pixels in a distinctive visual way, such as inverting them. high-quality printingPrinting that produces documents using all of the fonts and formatting that the user has included. histogramA color bank composed of frequency counts of each color within a picture, pixel map, or bitmap at a particular resolution.hot spotThe portion of the cursor that must be positioned over a screen object before mouse clicks can have an effect on that object. Designated as a point (not a bit) in the image of the cursor. The mouse driver uses the hot spot to align the cursor with the mouse location. idle procedureA routine that handles events and updates information while system software completes a task. For example, applications displaying a print status dialog box while a printer driver directs output to a printer typically use an idle procedure that checks for user-generated events indicating that the user wishes to cancel the printing.imagingThe construction and display of graphical information. Such graphical information can consist of shapes, pictures, and text and can be displayed on output devices such as screens and printers. indexed colorsA set of up to 256 colors contained in a video data interface called a color lookup table (or, more commonly, a CLUT). Video devices and offscreen graphics worlds that use indexed colors support pixels of 1-bit, 2-bit, 4-bit, or 8-bit depths. indexed deviceA plug-in video card, a video interface built into a Macintosh computer, or an offscreen graphics world that supports up to 256 colors in a color lookup table. Indexed devices support pixels of 1-bit, 2-bit, 4-bit, or 8-bit depths. Compare direct device.indexed pixelA pixel displayed on an indexed device. Indexed pixels can have pixel values of 1, 2, 4, or 8 bits. insertion pointThe position where text will be inserted, usually marked by a blinking vertical bar. inverse tableA special data structure arranged by the Color Manager in such a manner that, given an arbitrary RGB color, the Color Manager can very rapidly look up its pixel value.invertTo reverse the colors of all pixels within a shape. On a black-and-white screen, this changes all the black pixels in the shape to white and all the white pixels to black. Inverting operates on color pixels in color graphics ports, but the results are predictable only with direct pixels.job dialog boxA dialog box—usually displayed by an application in response to the user choosing the Print command—that solicits printing information from the user, such as the number of copies to print, the print quality, and the range of pages to print.lineA graphic image defined by two points: the current location of the graphics pen and its destination. The graphics pen, which can draw with different patterns, hangs below and to the right of the defining points. line layout errorThe difference between the width of the printed line and the width of the screen line after the printer driver has performed font substitution. Certain printer drivers compensate for this by distributing the error to major glyphs and minor glyphs.local coordinate systemThe coordinate system defined by the port rectangle of a graphics port. When the Window Manager creates a window, it places the origin of the local coordinate system at the upper-left corner of the window’s port rectangle. Compare global coordinate system. luminanceThe intensity of light in a color. Color QuickDraw uses a color’s luminance to convert the color to an appropriate grayscale color. main screenIn a drawing environment with multiple screens, the screen with the menu bar. QuickDraw maps the (0,0) origin point of the coordinate plane to the main screen’s upper-left corner, and other screens are positioned adjacent to it. Compare startup screen. major errorThe amount of line layout error that a printer driver applies to the space glyph.major glyphOn a printed page, a space glyph, to which printer drivers apply most of the line layout error. Compare minor glyph.minor errorThe amount of line layout error that a printer driver applies to nonspace glyphs.minor glyphOn a printed page, a nonspace glyph, to which printer drivers apply the line layout error that remains after applying most of the error to major glyphs.offscreen graphics worldA sophisticated environment for preparing complex color or black-and-white images before displaying them on the screen. An offscreen graphics world is defined in a private data structure referred to by a pointer of type GWorldPtr.opcodeA value passed to a routine, such as the DrawPicture or PrGeneral procedure, that determines how the routine should operate.ovalA circular or elliptical shape defined by the bounding rectangle that encloses it. The oval is completely enclosed within the infinitely thin lines of its bounding rectangle, and never includes any pixels lying outside the bounding rectangle. If the bounding rectangle is square (that is, has equal width and height), then the oval is a circle.page rectangleThe rectangle marking the boundaries of the printable area on a page. The upper-left corner of the page rectangle always has the coordinates (0,0). The coordinates of the lower-right corner give the maximum page height and width attainable on the given printer; these coordinates are specified by the units used to express the resolution of the printing graphics port. For example, the lower-right corner of a page rectangle used by the PostScript LaserWriter printer driver for an 8.5-by-11-inch U.S. letter page is (730,552) at 72 dpi.paintTo draw the outline of a shape and its interior with the pattern of the graphics pen, using the pattern mode of the graphics pen.Palette ManagerA set of system software routines that allows your application to specify the colors that it needs on a window-by-window basis. The Palette Manager makes the colors available (within application-determined ranges) in a graceful manner. paper rectangleThe rectangle that describes the size of a piece of paper on which a page is printed. This rectangle is defined in the same coordinate system as the page rectangle. Thus, the upper-left coordinates of the paper rectangle are typically negative and its lower-right coordinates are greater than those of the page rectangle.patternAn image that can be repeated indefinitely to form a repeating design when drawing lines and shapes or when filling areas on the screen. See also bit pattern, pixel pattern. pattern modeA specification of which Boolean operation QuickDraw should perform when drawing patterns into bitmaps or pixel maps. See also source mode. penSee graphics pen. pictureA saved sequence of QuickDraw drawing commands (and, optionally, picture comments) that your application can play back later with the DrawPicture procedure; also, the image resulting from these commands. picture commentA command or data used for special processing by output devices, such as printer drivers. Picture comments are usually stored in the definition of a picture or are included in the code an application sends to a printer driver.picture opcodeA number that the DrawPicture procedure uses to determine what object to draw or what mode to change for subsequent drawing.Picture UtilitiesA set of system software routines for extracting information—such as pixel depth and colors—in pictures and pixel maps. pixelShort for picture element, the smallest dot that QuickDraw can draw; also, the visual representation of that dot on the screen. On a black-and-white screen, each single-color phosphor dot is a pixel that represents a bit in memory—white if the bit is 0, black if it’s 1. On a color screen, three phosphor dots (red, green, and blue) compose each color pixel, which represents up to 48 bits in memory. On a grayscale screen, a white phosphor dot whose intensity can vary is a pixel that usually represents 1, 2, 4, or 8 bits in memory. pixel depthThe number of bits per pixel in a pixel image. Pixels on indexed devices can be 1, 2, 4, or 8 bits deep. (A pixel image that is 1 bit deep is equivalent to a bit image.) Pixels on direct devices can be 16 or 32 bits deep.pixel imageA collection of pixels in memory that forms a grid—a rectangular pattern of pixels. The pixel image is pointed to in the baseAddr field of a PixMap record. Compare bit image. pixel mapA data structure of type PixMap that represents the positions and states of a corresponding set of color pixels. A handle to a pixel map is contained within a color graphics port. See also bitmap. pixel patternAn image that can be repeated indefinitely to form a repeating design (such as stripes) or tone (such as gray) when drawing lines and shapes or when filling areas on the screen. A pixel pattern can use color at any pixel depth and can be of any width and height that’s a power of 2. See also bit pattern. pixel valueA number used by system software and a graphics device to represent a color. The translation from the color that an application specifies in an RGBColor record to a pixel value is performed at the time the application draws the color. The process differs for indexed and direct devices.pointThe intersection of a horizontal grid line and vertical grid line on the coordinate plane, defined by a horizontal and a vertical coordinate. polygonA graphic shape defined by any sequence of points representing the polygon’s vertices, connected by straight lines from one point to the next. port rectangleAn entry in a graphics port that represents the area of the graphics port available for drawing—ordinarily, the content region of a window. PostScript printer driverA printer driver that converts each QuickDraw drawing operation into the equivalent PostScript drawing operation. The driver sends the converted drawing operations to the printer—typically, a laser printer. The printer interprets the PostScript drawing operations and renders the image, thereby off-loading image processing from the computer.printer driverA device driver that translates QuickDraw drawing routines and sends the translated instructions and data to the current printer.printer resource fileA file containing all the resources needed to run the Printing Manager with a particular printer.printing graphics portThe printing environment defined by a TPrPort record, which contains a QuickDraw graphics port (either a GrafPort or CGrafPort record) plus additional information used by the printer driver and system software. An application prints text and graphics by drawing into a printing graphics port using QuickDraw drawing routines, just as if drawing on the screen.printing loopApplication-supplied code that handles printing needs, such as presenting the job dialog box and determining the range of pages to be printed. Printing ManagerA collection of system software routines that your application can use to print from the Macintosh computer to any type of connected printer.QuickDrawA collection of system software routines that performs graphics operations on the user’s screen. See also basic QuickDraw and Color QuickDraw. QuickDraw GXA collection of graphics, typography, and printing routines that provide provides applications with sophisticated color publishing capabilities. QuickDraw GX augments the capabilities of QuickDraw. QuickDraw printer driverA printer driver that renders images on the Macintosh computer and then sends the rendered images in the form of bitmaps or pixel maps to the printer, which might be a dot-matrix printer, an ink jet printer, a laser printer, or a plotter.rectangle(1) A mathematical entity defined either by its four boundaries (upper, left, lower, and right) or by two points (the upper-left and lower-right corners). Rectangles are used to define active areas on the screen, to assign coordinate systems to graphical entities, and to specify the locations and sizes for various graphical operations. (2) A rectangular shape drawn onscreen with a QuickDraw procedure such as FrameRect or PaintRect. regionAn arbitrary area or set of areas on the QuickDraw coordinate plane. The outline of a region should be one or more closed loops. resolutionThe degree of detail at which a device such as a printer or a screen can display an image. Resolution is usually specified in dots per inch, or dpi, in the x and y directions. The higher the value, the finer the detail of the image.resource forkThe part of a file that contains the files’ resources, which contain data accessed using the Resource Manager. This data usually corresponds to data—such as menu, icon, and control definitions—created by the developer, but it may also include data created by the user while the application is running. Compare data fork.RGBColor recordA data structure of type RGBColor used to specify a color by its red, green, and blue components, with each component defined as a 16-bit integer. Color QuickDraw compares such a 48-bit value with the colors actually available on a screen’s video device at execution time and chooses the closest match. RGB color valueA value that indicates the red, green, and blue components of a color. An RGB color value is specified in an RGBColor record. rounded rectangleA rectangle with rounded corners. The figure is defined by a bounding rectangle and the width and height of the ovals forming the corners. The corner width and corner height are limited to the width and height of the bounding rectangle itself; if they are set larger, the rounded rectangle becomes an oval. scrapThe storage area maintained by the Scrap Manager to hold the last data cut or copied by the user. The scrap can reside either in memory or on disk.source modeA specification of which Boolean operation QuickDraw should perform when copying images or text into bitmaps or pixel maps. See also pattern mode. spool fileA temporary disk file used by an application to store data; generally used to save memory.spool printingSee deferred printing.standard stateThe size and location that an application deems the most convenient for a window.startup screenThe screen on which the “happy Macintosh” icon appears. By default, the menu bar appears on the startup screen. Compare main screen. style dialog boxA dialog box—usually displayed by an application in response to the user choosing the Page Setup command—allowing the user to specify printing options (such as the paper size and the printing orientation) that an application needs to format the document.TPrint recordA data structure of type TPrint. A TPrint record contains fields that specify the Printing Manager version, information about the printer (such as its resolution in dpi), and the dimensions of the paper rectangle. TPrJob recordA data structure of type TPrJob. The TPrJob job record contains information about a particular print job; for instance, the first and last pages to be printed, the number of copies, and the printing method (either draft-quality or deferred).transfer modeA specification, either Boolean or arithmetic, of how QuickDraw should draw or copy images into a bitmap or pixel map. See arithmetic transfer mode and Boolean transfer mode. user stateThe size and location that the user has established for a window.variable resolutionAny printing resolution within a range bounded by maximum and minimum values. Compare discrete resolution.video deviceA piece of hardware, such as a plug-in video card or a built-in video interface, that controls a screen.visible regionThe part of a window’s graphics port that’s actually visible on the screen—that is, the part that’s not covered by other windows. wedgeA pie-shaped segment of an oval, bounded by a pair of radii joining at the oval’s center. window originThe upper-left corner of a window. Usually specified with a vertical coordinate of 0 and a horizontal coordinate of 0, the window origin is the upper-left corner of the port rectangle of a graphics port and is expressed in coordinates local to the graphics port.IndexNumerals0..255 data typeA-4–128..127 data typeA-4AAcur data type8-20 to 8-21'acur' resource type8-13, 8-14, 8-36 to 8-37addMax arithmetic transfer mode4-39, 4-40addOver arithmetic transfer mode4-38, 4-40addPin arithmetic transfer mode4-38, 4-40, 4-78AddPt procedure2-52adMin arithmetic transfer mode4-39, 4-40alignPix flag6-13, 6-15, 6-25allDevices flag5-30allInit flag5-17, 5-23, 5-31, 5-36AllocCursor procedure8-27AllowPurgePixels procedure6-34 to 6-35angles, calculating3-57animated cursor resources8-13, 8-14, 8-36 to 8-37animated cursorscreating8-13 to 8-15, 8-31 to 8-33data type for8-20 to 8-21resource type for8-36 to 8-37user interface guidelines for8-5, 8-13, 8-15AppendDITL procedure9-38Apple events9-25 to 9-26arcs. See also wedgesdefined1-14drawing3-26, 3-71 to 3-77framing3-72 to 3-73low-level routine for drawing3-134arithmetic transfer modes4-38 to 4-41, 4-78arrow cursor8-8, 8-9 to 8-12arrow global variable2-36, 8-18arrow region8-9 to 8-12BBackColor procedure3-14, 3-124background colors3-124, 4-72 to 4-73, 4-80background patternsin basic graphics ports2-32changing3-48 to 3-49, 4-68 to 4-69in color graphics ports4-51defined3-7background printing9-9BackPat procedure3-48 to 3-49BackPixPat procedure4-68 to 4-69basic graphics ports. See also color graphics ports; offscreen graphics worlds; printing graphics portsbitmaps in2-32bit patterns in2-13, 2-32boundary rectangles in2-32clipping regions2-12 to 2-13, 2-32, 2-47 to 2-49closing2-38, 2-40 to 2-41color pictures in7-6 to 7-7colors in2-14, 2-35, 3-14 to 3-15, 3-122 to 3-125compared with color graphics ports4-5 to 4-9copying images between3-32 to 3-35, 3-112 to 3-122copying images from offscreen graphics worlds6-9 to 6-11creating2-16 to 2-17, 2-37 to 2-40data type for2-30 to 2-35defined1-4drawing areas in2-11 to 2-13getting2-18, 2-41 to 2-42, 6-8, 6-28opening2-38 to 2-39pattern stretching in2-35pen locations in2-33pen modes in2-33pen patterns in2-33pen sizes in2-33pen visibility in2-33port rectangles in2-32restoring2-18, 2-42, 6-8, 6-29saving2-18, 2-41 to 2-42, 6-8, 6-28setting2-18, 2-42, 6-8, 6-29text in2-33 to 2-34visible regions2-32basic QuickDrawapplication-defined routines for5-35 to 5-37bit patterns in1-11customizations of3-35 to 3-36, 3-129data structures in2-26 to 2-35, 3-36 to 3-40, 5-15 to 5-18, 6-12 to 6-15, 7-27 to 7-29, 8-16 to 8-18, 8-20 to 8-21drawing with1-10 to 1-17, 3-3 to 3-141graphics ports in1-5initializing2-16, 2-36 to 2-37printing with. See Printing Managerbasic QuickDraw (continued)resources in3-140 to 3-141, 5-37, 7-67 to 7-68, 8-33 to 8-34, 8-36 to 8-37routines in2-36 to 2-54, 3-41 to 3-139, 5-19 to 5-25, 6-16 to 6-39, 7-36 to 7-46, 8-22, 8-24 to 8-31, 8-32 to 8-33testing for availability2-15Bézier splinesB-25BitClr procedure4-42bit imagesin bitmaps2-9 to 2-11, 2-29as pixel images in offscreen graphics worlds6-9BitMap data type2-29 to 2-30. See also bitmapsbitmapsin basic graphics ports2-9 to 2-11, 2-32bit images in2-9 to 2-11, 2-29boundary rectangles for2-10 to 2-11, 2-30copying images between3-32 to 3-35, 3-112 to 3-122data type for2-29 to 2-30defined1-5fill operations in3-108 to 3-112local coordinate systems for2-11low-level routine for copying images between3-136as pixel maps in offscreen graphics worlds6-3, 6-8 to 6-9pixels in2-11BitMapToRegion function2-49 to 2-50bit patternsbackground3-6, 3-48 to 3-49in basic graphics ports2-13, 2-32in color graphics ports4-23 to 4-24, 4-58 to 4-59, 4-68, 4-69, 4-13data type for3-40defined1-11filling with3-6framing and painting with3-6of graphics pens in basic graphics ports2-33predefined3-6 to 3-8resources for3-140 to 3-141routines for retrieving3-126 to 3-128Bits16 data type8-16BitsRect opcodeA-11, A-21BitsRgn opcodeA-11, A-21BkColor opcodeA-6, A-18BkPat opcodeA-5, A-18BkPixPat opcodeA-6black-and-white QuickDraw. See basic QuickDrawblack global variable2-36, 3-7blend arithmetic transfer mode4-38, 4-40, 4-78Boolean transfer modes3-8 to 3-11, 4-32 to 4-38boundary rectanglesin basic graphics ports2-32in bitmaps2-10 to 2-11, 2-30defined1-7bounding rectangles3-11burstDevice flag5-17, 5-23, 5-31, 5-36CCalcCMask procedure4-83 to 4-84CalcMask procedure3-111 to 3-112CCrsr data type8-18 to 8-20CGrafPort data type4-48 to 4-54. See also color graphics portsCGrafPort recordsbackground pattern for4-51clipping regions2-12 to 2-13, 2-47 to 2-49, 4-51closing4-67compared with GrafPort records4-8 to 4-9copying images between3-112 to 3-122copying images from offscreen graphics worlds6-9 to 6-11creating4-20 to 4-21, 4-63 to 4-66disposing of4-21, 4-63, 4-67getting2-18, 2-41 to 2-42, 6-8, 6-28opening4-63 to 4-66pattern stretching in4-53pen locations in4-52pen modes in4-52pen patterns in4-52pen sizes in4-52pen visibility in4-52pixel maps in4-50port rectangles in4-51in printing graphics ports9-51restoring2-18, 2-42, 6-8, 6-29saving2-18, 2-41 to 2-42, 6-8, 6-28setting2-18, 2-42, 6-8, 6-29text in4-53visible regions4-51ChExtra opcodeA-6'cicn' resource type4-105 to 4-106classic QuickDraw. See basic QuickDrawClientLineLayout picture commentB-5, B-41Clip opcodeA-5, A-18clipping regions2-12 to 2-13, 2-32, 2-47 to 2-49, 4-51clipPix flag6-14, 6-15, 6-24, 6-25ClipRect procedure2-49, 3-29, 7-12CloseCPort procedure4-67ClosePicture procedure7-11, 7-42ClosePoly procedure3-79ClosePort procedure2-40 to 2-41CloseRgn procedure3-28, 3-89CloseWindow procedure7-20CLUT. See color lookup tables'clut' resource type4-104 to 4-105CMBeginProfile picture commentB-7CMDisableMatching picture commentB-7CMEnableMatching picture commentB-7CMEndProfile picture commentB-7'cmpt' resource type7-68color banks7-33, 7-61 to 7-66ColorBit procedure3-124 to 3-125color cursor resources8-34 to 8-36color cursorsdata structure for8-18 to 8-20displaying8-25 to 8-27resource for8-34 to 8-36user interface guidelines for8-5color graphics ports. See also basic graphics ports; offscreen graphics worlds; printing graphics portsbackground pattern for4-51clipping regions2-12 to 2-13, 2-47 to 2-49, 4-51closing4-67compared with basic graphic ports4-5 to 4-9copying images between3-112 to 3-122, 4-26 to 4-32copying images from offscreen graphics worlds6-9 to 6-11creating4-20 to 4-21, 4-63 to 4-66data type for4-48 to 4-54defined1-5disposing of4-21, 4-63, 4-67getting2-18, 2-41 to 2-42, 6-8, 6-28opening4-63 to 4-66pattern stretching in4-53pen locations in4-52pen modes in4-52pen patterns in4-52pen sizes in4-52pen visibility in4-52pixel maps in4-50port rectangles in4-51restoring2-18, 2-42, 6-8, 6-29saving2-18, 2-41 to 2-42, 6-8, 6-28setting2-18, 2-42, 6-8, 6-29text in4-53visible regions4-51color icon resources4-105 to 4-106color lookup tables (CLUTs)and the Color Manager1-24and the Palette Manager1-20in video devices1-19 to 1-20Color Manager1-29direct colors, handling1-25indexed colors, handling1-24Color Picker Utilities1-29color-picking method resources7-68Color QuickDraw. See also global coordinate systems; local coordinate systems; shapesapplication-defined routines for4-101 to 4-102, 5-35 to 5-37checking for, when zooming windows5-10customizations of3-129, 4-96 to 4-97data structures in4-45 to 4-62, 5-15 to 5-18, 6-12 to 6-15, 7-27 to 7-29, 8-18 to 8-20direct colors, handling1-25, 4-15 to 4-17drawing with1-10 to 1-17, 4-21 to 4-44, 4-70 to 4-79graphics ports in1-5indexed colors, handling1-24, 4-13 to 4-14initializing4-19multiple graphics device support in1-21 to 1-23pixel patterns in1-11printing with. See Printing Managerresources in4-102 to 4-106, 5-37, 7-67 to 7-68, 8-34 to 8-36routines in4-63 to 4-97, 5-19 to 5-25, 6-16 to 6-39, 8-25 to 8-27testing for availability4-1832-bit1-4user interface guidelines for4-44versions of1-4colorsapplication-defined picking method7-61 to 7-67in basic graphics ports2-14, 2-35, 3-14 to 3-15in color graphics ports4-67 to 4-105determining4-79 to 4-81, 7-26on grayscale devices4-17intermediate4-81color search functions4-101 to 4-102ColorSpec data type4-55 to 4-56ColorSync Utilities1-29ColorTable data type4-56 to 4-57. See also color tablescolor table resources4-104 to 4-105color tables. See also color lookup tablescreating4-92 to 4-93, 4-104 to 4-105data type for4-56 to 4-57default4-93defined4-11 to 4-12disposing of4-93modifying4-97 to 4-98resource type for4-104 to 4-105CommentSpec data type7-30content areas of windows. See port rectanglescoordinate planes1-6 to 1-10. See also global coordinate systems; local coordinate systemscopies, to print9-19CopyBits procedure3-32 to 3-34, 3-112 to 3-118, 4-26 to 4-28, 6-6, 6-9CopyDeepMask procedure3-120 to 3-122, 4-30 to 4-32, 6-10CopyMask procedure3-119 to 3-120, 4-28 to 4-30, 6-10 to 6-11CopyPixMap procedure4-86CopyPixPat procedure4-90CopyRgn procedure3-90 to 3-91, 8-11CQDProcs data type4-60 to 4-61crosshairs cursor8-8 to 8-9'crsr' resource type8-34 to 8-36cSpecArray data type4-55 to 4-56CTabChanged procedure4-97 to 4-98current devicedefined5-4determining5-26setting5-24current printerdefined9-3device number of9-48feed type of9-48Cursor data type8-16 to 8-18cursor resources8-13 to 8-14, 8-33 to 8-34cursorsanimating8-13 to 8-15, 8-31 to 8-33arrow8-8, 8-9 to 8-12changing8-7 to 8-13, 8-26 to 8-27color8-18 to 8-20, 8-25 to 8-27, 8-34 to 8-36crosshairs8-8 to 8-9data types for8-16 to 8-21defined8-3 to 8-4getting from resources8-24, 8-26hiding8-28 to 8-29hot spots for8-19I-beam8-8 to 8-12initializing8-6 to 8-7, 8-21 to 8-23obscuring8-29plus sign8-8 to 8-9resources for8-33 to 8-37setting the appearance of8-7shielding behind rectangles8-29showing, after hiding8-30 to 8-31user interface guidelines for8-4 to 8-5wristwatch8-8 to 8-9Cursors data type8-20Cursor Utilities8-3 to 8-43data structures in8-16 to 8-21resources for8-33 to 8-37routines in8-21 to 8-33'CURS' resource type8-13 to 8-14, 8-33 to 8-34DDashedLine picture commentB-6, B-9, B-33 to B-35dashed linesB-33 to B-35DashedStop picture commentB-6, B-9, B-34data forks7-7DCE (device control entry), for printer drivers9-80 to 9-81deferred printing9-24, 9-71 to 9-72DefHilite opcodeA-7DeltaPoint function2-53destination rectangles, for the DrawPicture procedure7-18 to 7-19device control entry, for printer drivers9-80 to 9-81DeviceList global variable5-4device listsdefined5-4getting first device in5-26 to 5-27DeviceLoopFlags data type5-18 to 5-19DeviceLoop procedure5-8 to 5-9, 5-29 to 5-30DHDVText opcodeA-7, A-19DHText opcodeA-7, A-19dialog boxes, for printing. See also job dialog boxes; print status dialog boxes; style dialog boxesaltering9-35 to 9-38, 9-63 to 9-66, 9-86data structure for9-50 to 9-51displaying9-13 to 9-15, 9-61 to 9-64dialog hooks9-37, 9-38Dialog Managerand Printing Manager9-5 to 9-8, 9-35 to 9-38and QuickDraw4-6diameters of curvature1-14DiffRgn procedure3-96, 8-11DirectBitsRect opcodeA-11DirectBitsRgn opcodeA-12direct colors1-19, 1-20, 1-25direct devicesdefined4-5pixel values for4-15 to 4-17discrete resolution9-11, 9-30 to 9-32DisposCCursor procedure. See DisposeCCursor procedureDisposCTable procedure. See DisposeCTable procedureDisposeCCursor procedure8-27DisposeCTable procedure4-93DisposeGDevice procedure5-25DisposeGWorld procedure6-6, 6-26 to 6-27DisposePictInfo function7-60DisposePixMap procedure4-87DisposePixPat procedure4-25, 4-91DisposeRgn procedure3-28, 3-90DisposeScreenBuffer procedure6-27DisposeWindow procedure7-13, 7-20DisposPictInfo function. See DisposePictInfo functionDisposPixMap procedure. See DisposePixMap procedureDisposPixPat procedure. See DisposePixPat procedureditherCopy mode4-37dithering4-37 to 4-38ditherPix flag6-14, 6-15, 6-24, 6-25dkGray global variable2-36, 3-7 to 3-8documentsnames for, when printing9-27printing9-18 to 9-26, 9-66 to 9-72dontMatchSeeds flag5-30draftBitsOp opcode9-33 to 9-35, 9-52, 9-55draft-quality printing9-24, 9-55. See also enhanced draft-quality printingDrawPicture procedure7-12, 7-18 to 7-19, 7-44 to 7-45DVText opcodeA-7, A-19Eeight-color system3-14 to 3-15, 3-122 to 3-125EmptyRect function3-58EmptyRgn function3-99EndFormsPrinting picture commentB-7, B-41EndofPicture opcodeA-21enhanced draft-quality printing9-33 to 9-35, 9-55, 9-73EqualPt function2-54EqualRect function3-58EqualRgn function3-98eraseArc opcodeA-9, A-20EraseArc procedure3-76eraseOval opcodeA-9, A-20EraseOval procedure3-70erasePoly opcodeA-10, A-20ErasePoly procedure3-84eraseRect opcodeA-8, A-19EraseRect procedure3-61 to 3-62, 4-35, 5-10, 6-11eraseRgn opcodeA-10, A-21EraseRgn procedure3-102 to 3-103EraseRoundRect procedure3-66 to 3-67eraseRRect opcodeA-8, A-19eraseSameArc opcodeA-10, A-20eraseSameOval opcodeA-9, A-20eraseSamePoly opcodeA-10, A-21eraseSameRect opcodeA-8, A-19eraseSameRgn opcodeA-11, A-21eraseSameRRect opcodeA-8, A-19erasing shapes3-12error handlingfor Color QuickDraw routines4-94 to 4-95for printing9-41 to 9-42, 9-73, 9-75 to 9-78event filter functions9-36, 9-38ext32Device flag5-17, 5-23, 5-31, 5-36extended version 2 format7-5 to 7-6, 7-37 to 7-39, A-3, A-5 to A-14, A-23 to A-24Ffeed types9-48FgColor opcodeA-6, A-18File menuPage Setup command9-5 to 9-7Print command9-5 to 9-6, 9-7 to 9-8fillArc opcodeA-9, A-20FillArc procedure3-75FillCArc procedure4-76FillCOval procedure4-75FillCPoly procedure4-76 to 4-77FillCRect procedure4-25, 4-74FillCRgn procedure4-77FillCRoundRect procedure4-74 to 4-75filling shapes3-12, 3-108 to 3-112fillOval opcodeA-9, A-20FillOval procedure3-69 to 3-70FillPat opcodeA-6fill patternsin basic graphics ports2-32in color graphics ports4-74 to 4-77FillPixPat opcodeA-6fillPoly opcodeA-10, A-20FillPoly procedure3-30, 3-83 to 3-84fillRect opcodeA-8, A-19FillRect procedure3-23 to 3-24, 3-60 to 3-61, 4-22fillRgn opcodeA-11, A-21FillRgn procedure3-28, 3-102FillRoundRect procedure3-65 to 3-66fillRRect opcodeA-8, A-19fillscalculating black-and-white3-108 to 3-112calculating color4-82 to 4-84fillSameArc opcodeA-10, A-20fillSameOval opcodeA-9, A-20fillSamePoly opcodeA-10, A-21fillSameRect opcodeA-8, A-19fillSameRgn opcodeA-11, A-21fillSameRRect opcodeA-8, A-20FindControl function2-19Finder, printing from9-25 to 9-26, 9-66Fixed data typeA-4fontName opcodeA-7FontSpec data type7-30 to 7-32font substitutionB-11 to B-14ForeColor procedure3-14, 3-123foreground colors3-123, 3-124 to 3-125, 4-21 to 4-23, 4-70 to 4-71, 4-79formats for picturesextended version 27-5 to 7-6, 7-37 to 7-39, A-3, A-5 to A-14, A-23 to A-24version 17-5 to 7-6, A-3 to A-4, A-5, A-18 to A-21, A-25 to A-26version 27-5 to 7-6, 7-39, A-3, A-5 to A-16, A-24 to A-25FormsPrinting picture commentB-7, B-41FractEnable global variableB-15frameArc opcodeA-9, A-20FrameArc procedure3-26, 3-72 to 3-73frameOval opcodeA-9, A-20FrameOval procedure3-25, 3-68framePoly opcodeA-10, A-20FramePoly procedure3-81 to 3-82frameRect opcodeA-8, A-19FrameRect procedure3-22 to 3-23, 3-59frameRgn opcodeA-10, A-21FrameRgn procedure3-100 to 3-101FrameRoundRect procedure3-64frameRRect opcodeA-8, A-19frameSameArc opcodeA-10, A-20frameSameOval opcodeA-9, A-20frameSamePoly opcodeA-10, A-20frameSameRect opcodeA-8, A-19frameSameRgn opcodeA-11, A-21frameSameRRect opcodeA-8, A-19framing shapes3-12FSpOpenDF function7-14GgdDevType flag5-17, 5-23, 5-31, 5-33, 5-34, 5-36GDeviceChanged procedure4-100GDevice data type5-15 to 5-18. See also graphics devicesGDevice records. See also graphics devicescreating5-20 to 5-23disposing of5-25getting available5-25 to 5-28with greatest pixel depth5-27 to 5-28modifying4-100for multiple devices1-21 to 1-23setting attributes for5-22 to 5-23setting for current device5-24gestaltQuickDrawFeatures selector4-19gestaltQuickDrawVersion selector4-18GetBackColor procedure4-80GetCCursor function8-26GetClip procedure2-47, 3-29GetCPixel procedure4-80 to 4-81GetCTable function4-92 to 4-93GetCursor function8-11, 8-24GetDeviceList function5-11, 5-26 to 5-27GetForeColor procedure4-79GetGDevice function5-26GetGray function4-81GetGWorldDevice function6-30GetGWorldPixMap function6-6, 6-31 to 6-32GetGWorld procedure6-6, 6-28GetIndPattern procedure3-127 to 3-128GetMainDevice function5-11, 5-27GetMaxDevice function5-27 to 5-28GetNewCWindow function2-16 to 2-17, 4-20GetNewWindow function2-16 to 2-17, 4-20GetNextDevice function5-11, 5-28GetPattern function3-126 to 3-127GetPen procedure3-43GetPenState procedure3-43GetPictInfo function7-25, 7-47 to 7-50GetPicture function7-46GetPixBaseAddr function6-38 to 6-39GetPixel function2-54 to 2-55GetPixelsState function6-36 to 6-37GetPixMapInfo function7-50 to 7-52GetPixPat function4-25, 4-88GetPort procedure2-18, 2-41 to 2-42getRotnOp opcode9-32 to 9-33, 9-52, 9-56getRslDataOp opcode9-30 to 9-32, 9-53 to 9-54GetWindowPic function7-13global coordinate systemsconverting to local coordinate systems2-19, 2-51defined1-6 to 1-10across multiple screens1-21GlobalToLocal procedure2-19, 2-51global variablesarrow2-36, 8-18black2-36, 3-7DeviceList5-4dkGray2-36, 3-7 to 3-8FractEnableB-15gray2-36, 3-7HiliteRGB4-42ltGray2-36, 3-7MainDevice5-27PrintErr9-78QDColors4-71randSeed2-36screenBits2-36ScrHRes5-32ScrVRes5-32TheGDevice5-4thePort2-36TopMapHdl9-39white2-36, 3-7glyphsB-12GrafPort data type2-30 to 2-35. See also basic graphics portsGrafPort recordsbitmaps in2-32bit patterns in2-13, 2-32boundary rectangles in2-32clipping regions2-12 to 2-13, 2-32, 2-47 to 2-49closing2-38, 2-40 to 2-41and color pictures7-6 to 7-7colors in2-14, 2-35, 3-14 to 3-15, 3-122 to 3-125compared with CGrafPort records4-8 to 4-9copying images between3-32 to 3-35, 3-112 to 3-122copying images from offscreen graphics worlds6-9 to 6-11creating2-16 to 2-17, 2-37 to 2-40drawing areas in2-11 to 2-13getting2-18, 2-41 to 2-42, 6-8, 6-28opening2-38 to 2-39pattern stretching in2-35pen locations in2-33pen modes in2-33pen patterns in2-33pen sizes in2-33pen visibility in2-33port rectangles in2-32in printing graphics ports9-51restoring2-18, 2-42, 6-8, 6-29saving2-18, 2-41 to 2-42, 6-8, 6-28setting2-18, 2-42, 6-8, 6-29text in2-33 to 2-34visible regions2-32GrafVars data type4-62GrafVerb data type3-132graphics device records. See GDevice recordsgraphics devices5-3 to 5-44. See also GDevice recordsapplication-defined routine for5-35 to 5-37data structures in5-15 to 5-18defined5-3determining characteristics of5-8 to 5-9, 5-29 to 5-32getting handles to5-25 to 5-28with greatest pixel depth5-27 to 5-28initialization1-22 to 1-23optimizing images for5-8 to 5-13, 5-29 to 5-30, 5-35 to 5-37resource for5-37routines for5-19 to 5-25testing for availability5-8graphics pensattributes of1-11, 2-33, 3-4 to 3-5, 4-52bit patterns for3-20 to 3-21, 3-43, 3-48 to 3-49colors for3-123, 4-21 to 4-26, 4-67 to 4-68, 4-70 to 4-71defined1-5drawing with1-10 to 1-17in graphics ports2-13initial values3-48invisible state3-42locations of3-43moving3-17, 3-18 to 3-19, 3-50 to 3-51pattern modes3-43 to 3-48pixel patterns for4-67 to 4-68routines for managing3-41 to 3-48sizes of3-19 to 3-20, 3-43 to 3-44, 3-48visible state3-42graphics port records. See CGrafPort records; GrafPort records; TPrPort recordsgraphics ports. See also basic graphics ports; color graphics ports; offscreen graphics worlds; printing graphics portsbackground patterns in2-32clipping regions2-12 to 2-13, 2-47 to 2-49copying images between3-32 to 3-35, 3-112 to 3-122creating1-7 to 1-8data types for2-30 to 2-35, 4-48 to 4-54, 9-51 to 9-52defined1-4drawing areas in2-11 to 2-13fill patterns in2-32getting2-18, 2-41 to 2-42graphics pens in2-13local coordinate systems in2-13modifying4-99 to 4-100patterns in2-13port rectangles in2-11printing in9-4 to 9-5, 9-15 to 9-35, 9-66 to 9-74, B-3 to B-42restoring2-18, 2-42, 6-8, 6-27 to 6-29saving2-18, 2-41 to 2-42, 6-8, 6-27 to 6-29setting2-18, 2-42, 6-8, 6-27 to 6-29text in2-13visible regions2-11as windows1-7 to 1-8gray global variable2-36, 3-7grayscale devices, colors on4-17gwFlagErr flag6-14GWorld. See offscreen graphics worldsGWorldFlags data type6-13 to 6-15GWorldPtr data type6-12HhairlinesB-35 to B-37HasDepth function5-13, 5-33 to 5-34header informationA-3HeaderOp opcodeA-3, A-13Hide_Cursor procedure8-28HideCursor procedure8-28HidePen procedure3-42highlighting4-41 to 4-44, 4-78 to 4-79HiliteColor opcodeA-7HiliteColor procedure4-78 to 4-79hilite mode4-44HiliteMode opcodeA-7HiliteRGB global variable4-42histograms7-61, 7-63 to 7-64hot spots8-4, 8-19II-beam cursor8-9 to 8-12I-beam region8-9 to 8-12idle procedures9-13 to 9-15, 9-21, 9-38 to 9-41, 9-85imagescopying3-112 to 3-122, 4-26 to 4-32, 6-9 to 6-11scrolling2-20 to 2-26, 2-43 to 2-44ImageWriter LQ printersB-7imaging, defined1-3indexed colors1-19 to 1-20, 1-24 to 1-25indexed devicesdefined4-5pixel values for4-13 to 4-14InitCPort procedure4-66InitCursorCtl procedure8-7, 8-22 to 8-23InitCursor procedure8-7, 8-22InitGDevice procedure5-21 to 5-22InitGraf procedure2-36 to 2-37initialization, of graphics system1-22 to 1-23InitPort procedure2-39 to 2-40InsetRect procedure3-54InsetRgn procedure3-93 to 3-94Integer data typeA-4inverse tables, defined5-5invertArc opcodeA-9, A-20InvertArc procedure3-77inverting shapes3-13invertOval opcodeA-9, A-20InvertOval procedure3-71invertPoly opcodeA-10, A-20InvertPoly procedure3-85invertRect opcodeA-8, A-19InvertRect procedure3-62invertRgn opcodeA-10, A-21InvertRgn procedure3-103 to 3-104InvertRoundRect procedure3-67 to 3-68invertRRect opcodeA-8, A-19invertSameArc opcodeA-10, A-20invertSameOval opcodeA-9, A-20invertSamePoly opcodeA-10, A-21invertSameRect opcodeA-8, A-19invertSameRgn opcodeA-11, A-21invertSameRRect opcodeA-8, A-20Jjob dialog boxesaltering9-35 to 9-38, 9-63 to 9-64, 9-65, 9-86defined9-6displaying9-62 to 9-63for LaserWriter printers9-8for multiple documents9-26, 9-66for StyleWriter printers9-7 to 9-8KkeepLocal flag6-13, 6-14, 6-18, 6-20, 6-24KillPicture procedure7-13, 7-42 to 7-43KillPoly procedure3-30, 3-80 to 3-81Llandscape printing9-32 to 9-33, 9-34, 9-56, 9-73LaserWriter printers9-7, 9-76, B-7LaserWriter SC printersB-7LineFrom opcodeA-7, A-19lineJustify opcodeA-7line layout, disabling and enablingB-11 to B-17line layout errorB-12 to B-16LineLayoutOff picture commentB-5, B-15 to B-16, B-17LineLayoutOn picture commentB-5, B-15, B-17Line opcodeA-7, A-19Line procedure3-18 to 3-19, 3-51 to 3-52linesdefined1-12defining3-11 to 3-12drawing3-17 to 3-21, 3-49 to 3-52low-level routine for drawing3-132printing, with picture commentsB-33 to B-37LineTo procedure3-17 to 3-18, 3-51local coordinate systemsfor bitmaps2-11converting to global coordinate systems2-19, 2-52defined1-7 to 1-10in graphics ports2-13LocalToGlobal procedure2-52LockPixels function6-6, 6-32 to 6-33LongComment opcodeA-12, A-21Long data typeA-4LongText opcodeA-7, A-19ltGray global variable2-36, 3-7luminance4-17Mmagic penB-8. See also pattern modesMainDevice global variable5-27main screendefined1-21determining5-27mainScreen flag5-17, 5-23, 5-31, 5-36major errorB-13 to B-14major glyphsB-12 to B-14MakeRGBPat procedure4-90 to 4-91mapPix flag6-13, 6-15, 6-25MapPoly procedure3-108MapPt procedure3-106MapRect procedure3-106 to 3-107MapRgn procedure3-107MatchRec data type4-57minor errorB-13 to B-14minor glyphsB-12 to B-14–128..127 data typeA-4Mode data typeA-4mouse region8-9 to 8-12MovePortTo procedure2-46 to 2-47Move procedure3-18 to 3-19, 3-50 to 3-51MoveTo procedure3-17 to 3-18, 3-50multiple graphics devices1-21 to 1-23MyCalcColorTable function7-65 to 7-66MyColorSearch function4-101 to 4-102MyDisposeColorPickMethod function7-67MyDoPrintIdle procedure9-85MyDrawingProc procedure5-36 to 5-37MyInitPickMethod function7-62 to 7-64MyPrDialogAppend function9-86MyRecordColors function7-64 to 7-65NnewDepth flag6-13, 6-15, 6-25NewGDevice function5-20 to 5-21NewGWorld function6-5 to 6-7, 6-16 to 6-21NewPictInfo function7-53 to 7-55NewPixMap function4-85 to 4-86NewPixPat function4-88 to 4-89NewRgn function3-28, 3-87newRowBytes flag6-13, 6-15, 6-25NewScreenBuffer function6-21 to 6-22NewTempScreenBuffer function6-22 to 6-23noDraftBitsOp opcode9-52, 9-55noDriver flag5-17, 5-23, 5-31, 5-36noNewDevice flag6-13, 6-14, 6-18, 6-20, 6-30NOP opcodeA-5, A-18NoPurgePixels procedure6-35notPatBic pattern mode3-9 to 3-10, 3-45notPatCopy pattern mode3-9 to 3-10, 3-45notPatOr pattern mode3-9 to 3-10, 3-45notPatXor pattern mode3-9 to 3-10, 3-45notSrcBic source mode3-9 to 3-10, 3-114, 3-116notSrcCopy source mode3-9 to 3-10, 3-114, 3-115, 4-33, 4-34notSrcOr source mode3-9 to 3-10, 3-114, 3-115, 4-33, 4-34notSrcXor source mode3-9 to 3-10, 3-114, 3-116, 4-33OObscureCursor procedure8-29offscreen graphics worlds6-3 to 6-46copying images from6-9 to 6-11creating6-5 to 6-7, 6-16 to 6-23data structures in6-12 to 6-15defined6-3disposing of6-26 to 6-27drawing into6-8 to 6-9restoring6-8, 6-27 to 6-29routines for6-16 to 6-39saving6-8, 6-27 to 6-29setting6-8, 6-27 to 6-29testing for availability6-5updating6-9, 6-23 to 6-26OffsetPoly procedure3-80OffsetRect procedure3-53 to 3-54OffsetRgn procedure3-93Opcode data typeA-4opcodes7-6for picturesA-3 to A-26for the PrGeneral procedure9-52, 9-72 to 9-74OpColor opcodeA-7OpColor procedure4-78OpenCPicParams records7-29OpenCPicture function7-11, 7-37 to 7-39OpenCPort procedure4-64 to 4-65OpEndPic opcodeA-3, A-12OpenPicture function7-39 to 7-40OpenPoly function3-30, 3-78 to 3-79OpenPort procedure2-38 to 2-39OpenRgn procedure3-28, 3-87 to 3-88original Color QuickDraw. See Color QuickDrawOrigin opcodeA-6, A-18origins. See window originsovalsdefined1-13drawing3-25, 3-68 to 3-71erasing3-70fillingwith bit patterns3-69 to 3-70with pixel patterns4-75ovals (continued)framing3-68inverting3-71painting3-69and rounded rectangles1-14OvSize opcodeA-6, A-18PPackBitsRect opcodeA-11, A-21PackBitsRgn opcodeA-11, A-21page rectangles9-10 to 9-11, 9-46pagesdetermining number to print9-19, 9-23orientation of9-32 to 9-33printable area for9-10 to 9-11printing9-19 to 9-24, 9-69 to 9-70Page Setup command (File menu)9-5 to 9-7paintArc opcodeA-9, A-20PaintArc procedure3-26, 3-73 to 3-74painting shapes3-12paintOval opcodeA-9, A-20PaintOval procedure3-69paintPoly opcodeA-10, A-20PaintPoly procedure3-82 to 3-83paintRect opcodeA-8, A-19PaintRect procedure3-23 to 3-24, 3-60, 4-22, 4-25paintRgn opcodeA-10, A-21PaintRgn procedure3-101PaintRoundRect procedure3-64 to 3-65paintRRect opcodeA-8, A-19paintSameArc opcodeA-10, A-20paintSameOval opcodeA-9, A-20paintSamePoly opcodeA-10, A-21paintSameRect opcodeA-8, A-19paintSameRgn opcodeA-11, A-21paintSameRRect opcodeA-8, A-19Palette Manager1-20, 1-29paper rectangles9-10'PAT#' resource type3-127 to 3-128, 3-141patBic pattern mode3-9 to 3-10, 3-45patCopy pattern mode3-9 to 3-10, 3-45patOr pattern mode3-9 to 3-10, 3-45'PAT ' resource type3-126 to 3-127, 3-140Pattern data type3-40, A-4. See also bit patternspattern list resources3-127 to 3-128, 3-141pattern modes3-8 to 3-11, 4-33changing3-45 to 3-46“magic,” for PostScript printersB-22, B-30 to B-32, B-34pattern resources3-126 to 3-127, 3-140patterns. See also bit patterns; pixel patternsbackground, in basic graphics ports2-32background, in color graphics ports4-68 to 4-69in basic graphics ports2-13, 2-32changing3-47 to 3-49, 4-68 to 4-69data types for3-40, 4-58 to 4-60defined1-11fill, in basic graphics ports2-32fill, in color graphics ports4-74 to 4-77of graphics pens in basic graphics ports2-33of graphics pens in color graphics ports4-67 to 4-68resources for3-140 to 3-141, 4-103stretching for printer output2-35, 4-53patXor pattern mode3-9 to 3-10, 3-45PenMode procedure3-45 to 3-46, B-22, B-30 to B-32, B-34pen modes. See pattern modesPenNormal procedure3-48PenPat procedure3-20 to 3-21, 3-47PenPixPat procedure4-67 to 4-68pens. See graphics pensPenSize procedure3-19 to 3-20, 3-44pen state3-37 to 3-38PenState data type3-37 to 3-38Personal LaserWriter LS printersB-7PicComment procedure7-40 to 7-42, B-3 to B-41'PICT' file type7-7, 7-13 to 7-16, 7-21 to 7-23PictInfo data type7-32 to 7-36'PICT' resource type7-7, 7-20, 7-46, 7-67 to 7-68'PICT' scrap format7-7 to 7-8, 7-17, 7-22picture comments7-40 to 7-42, B-3 to B-44defined7-6delimiting text strings withB-16 to B-17device independence and printingB-8 to B-9disabling and enabling line layout withB-11 to B-17graphics rotation withB-29 to B-32inserting into pictures or printing code7-40 to 7-42limited or obsoleteB-40 to B-41low-level routine for processing3-137matching colors withB-7printing dashed lines withB-33 to B-35printing graphics withB-6, B-22 to B-32printing hairlines withB-35 to B-37printing polygons withB-23 to B-29printing ruled lines withB-6, B-33 to B-37printing text withB-5, B-11 to B-22sending PostScript printing code withB-6, B-38 to B-40synchronizing between QuickDraw and PostScript printer driversB-10 to B-11text rotation withB-17 to B-22Picture data type7-27 to 7-28. See also picturespicture opcodesA-3 to A-26picture resources7-7, 7-20, 7-46, 7-67 to 7-68picturescollecting information from7-24 to 7-26, 7-46 to 7-50, 7-53 to 7-57, 7-58 to 7-60color, in basic graphics ports7-6 to 7-7creating7-10 to 7-13, 7-37 to 7-42data type for7-27 to 7-28defined1-16, 7-4destination rectangles for7-18 to 7-19disposing of7-13, 7-20, 7-42 to 7-43drawing7-10 to 7-20, 7-43 to 7-45extended version 2 format7-5 to 7-6, 7-37 to 7-39, A-3, A-5 to A-14, A-23 to A-24low-level routines for3-138 to 3-139opcodes for7-6opening7-13 to 7-20in 'PICT' files7-7, 7-13 to 7-16, 7-21 to 7-23in 'PICT' resources7-7, 7-20, 7-22, 7-46reading from a resource file7-46resolutions for7-11, 7-19saving7-21 to 7-23in the scrap7-7 to 7-8, 7-17, 7-22version 1 format7-5 to 7-6, A-3 to A-4, A-5, A-18 to A-21, A-25 to A-26version 2 format7-5 to 7-6, 7-39, A-3, A-5 to A-16, A-24 to A-25and the Window Manager7-13Picture Utilitiesapplication-defined routines for7-61 to 7-67data structures in7-30 to 7-36defined7-8gathering information with7-24 to 7-26routines in7-46 to 7-60testing for availability7-10picVersion opcodeA-19PixData data typeA-4, A-15pixel depthsdefault color tables for4-93defined4-10determining5-8 to 5-13, 5-29 to 5-30, 5-33 to 5-34setting5-13, 5-34 to 5-35pixel imagesaddresses of, for offscreen graphics worlds6-38 to 6-39defined4-10 to 4-12getting states of, for offscreen graphics worlds6-36 to 6-37locking, for offscreen graphics worlds6-32 to 6-33in pixel maps4-10 to 4-12purgeable, for offscreen graphics worlds6-34 to 6-35setting states, for offscreen graphics worlds6-37 to 6-38unlocking, for offscreen graphics worlds6-33 to 6-34unpurgeable, for offscreen graphics worlds6-35whether in 32-bit mode, for offscreen graphics worlds6-39pixel mapscopying images between3-112 to 3-122, 4-26 to 4-32creating4-85 to 4-86data type for4-46 to 4-48defined1-5, 4-9disposing of4-87gathering color information from7-50 to 7-55, 7-57 to 7-60low-level routine for copying images between3-136obtaining, for offscreen graphics worlds6-31 to 6-32pixel images in4-10 to 4-12setting4-86 to 4-87pixel pattern resources4-24 to 4-25, 4-103pixel patternsbackground4-68 to 4-69creating4-88 to 4-91, 4-103data type for4-58 to 4-60defined1-11, 4-12 to 4-13disposing of4-91filling with4-23 to 4-26, 4-74 to 4-77framing and painting with4-23 to 4-26of graphics pens4-23 to 4-26, 4-67 to 4-68modifying4-98 to 4-99resources for4-24 to 4-25, 4-103pixelsin bitmaps2-11colors forin basic QuickDraw eight-color system3-14 to 3-15, 3-122 to 3-125in Color QuickDraw4-4 to 4-5, 4-10 to 4-11, 4-13 to 4-17, 4-21 to 4-44copying between bitmaps3-32 to 3-35, 3-112 to 3-122copying between pixel maps3-32 to 3-35, 3-112 to 3-122, 4-26 to 4-32copying from offscreen graphics worlds3-112 to 3-122, 6-9 to 6-11defined1-4depths of. See pixel depthspatterns for. See bit patterns, pixel patternsrelationship to points1-9scrolling2-20 to 2-26, 2-43 to 2-44values for. See pixel valueswhether black or white2-54 to 2-55whether in rectangles3-56whether in regions3-97pixelsLocked flag6-13, 6-15, 6-36, 6-37pixelsPurgeable flag6-13, 6-14, 6-36, 6-37pixel valuesdefined4-11for direct devices4-15 to 4-17for indexed devices4-13 to 4-14as RGB colors4-13 to 4-17PixMap32Bit function6-39PixMap data type4-46 to 4-48. See also pixel mapsPixMap recordscopying images between3-112 to 3-122creating4-85 to 4-86disposing of4-87PixMap records (continued)low-level routine for copying images between3-136obtaining, for offscreen graphics worlds6-31 to 6-32pixel images in4-10 to 4-12setting4-86 to 4-87PixPatChanged procedure4-98 to 4-99PixPat data type4-58 to 4-60. See also pixel patternsPixPatHandle data type4-58pixPurge flag6-13, 6-14, 6-18, 6-19plus sign cursor8-8 to 8-9PnLocHFrac opcodeA-6PnMode opcodeA-6, A-18PnPat opcodeA-6, A-18PnPixPat opcodeA-6PnSize opcodeA-6, A-18Point data type2-27, A-4. See also pointspointsadding coordinates of2-52assigning coordinates to2-54changing between global and local2-19, 2-51 to 2-52comparing coordinates of2-54coordinates for2-4 to 2-5data type for2-27defined1-9 to 1-10mapping between rectangles3-106rectangles around3-56relationship to pixels1-9routines for managing2-51 to 2-54, 3-104 to 3-106subtracting coordinates of2-53used for defining rectangles2-5 to 2-6whether in rectangles3-56whether in regions3-97PolyBegin picture commentB-6, B-24, B-28PolyClose picture commentB-6, B-24Poly data typeA-4PolyEnd picture commentB-6, B-24Polygon data type3-37. See also polygonspolygonsclosing3-79creating3-78 to 3-79data type for3-37defined1-15defining3-30disposing of3-80 to 3-81drawing3-81 to 3-85erasing3-84fillingwith bit patterns3-83 to 3-84with pixel patterns4-76 to 4-77framing3-81 to 3-82inverting3-85low-level routine for drawing3-135mapping and scaling3-108moving3-80painting3-82 to 3-83routines for managing3-78 to 3-85, 3-108smoothed, on PostScript printersB-23 to B-29PolyIgnore picture commentB-6, B-24, B-27 to B-28PolySmooth picture commentB-6, B-24 to B-28PortChanged procedure4-99 to 4-100port rectanglesin basic graphics ports2-32changing positions of2-46 to 2-47changing sizes of2-46changing window origins of2-23 to 2-26, 2-45 to 2-46in color graphics ports4-51defined1-7in graphics ports2-11scrolling pixels in2-20 to 2-26, 2-43 to 2-44PortSize procedure2-46PostScriptBegin picture commentB-8 to B-9, B-31, B-34PostScriptEnd picture commentB-9, B-31, B-35PostScriptFile picture commentB-6, B-41PostScriptHandle picture commentB-6, B-38 to B-39PostScript language, use in printingB-3 to B-44PostScript LaserWriter printers9-76, B-7PostScript printer drivers9-9'ppat' resource type4-24 to 4-25, 4-103PrCloseDoc procedure9-21, 9-22, 9-68PrClosePage procedure9-22, 9-70PrClose procedure9-22, 9-37, 9-58PrCtlCall procedure9-81 to 9-84PrDlgMain function9-37, 9-63 to 9-64PrDrvrClose procedure9-80PrDrvrDCE function9-80 to 9-81PrDrvrOpen procedure9-79PrDrvrVers function9-79PrError function9-18, 9-21, 9-41 to 9-42, 9-75 to 9-77PrGeneral procedure9-28 to 9-35, 9-42, 9-72 to 9-74Print command (File menu)9-5 to 9-6, 9-7 to 9-8PrintDefault procedure9-37, 9-59print dialog boxes. See also job dialog boxes; print status dialog boxes; style dialog boxesaltering9-35 to 9-38, 9-63 to 9-65, 9-86data structure for9-50 to 9-51displaying9-61 to 9-64for multiple documents9-26, 9-66print dialog box record. See TPrDlg data typeprinter driversclosing9-58, 9-80defined9-3determining versions of9-79device control entry for9-80 to 9-81dialog boxes for9-5 to 9-8, 9-13 to 9-14line layout capabilities ofB-11 to B-17opening9-57, 9-79picture comments supported byB-7PostScript9-9QuickDraw9-8 to 9-9resolutions for9-11, 9-30 to 9-32printer resource files9-3PrintErr global variable9-78printerscurrent, device numbers of9-48current, feed types of9-48ImageWriter LQB-7information in TprInfo records for9-46LaserWriter9-7 to 9-8, 9-76, B-7LaserWriter SCB-7Personal LaserWriter LSB-7PostScript LaserWriter9-76, B-7StyleWriter9-6 to 9-8, B-7print information record. See TPrInfo data typeprintingarea for9-10 to 9-11canceling9-14, 9-38 to 9-41, 9-85deferred9-24, 9-71 to 9-72determining number of copies9-19determining number of pages9-19, 9-23dialog boxes for9-5 to 9-8, 9-13 to 9-15, 9-50 to 9-51, 9-61 to 9-66documents9-18 to 9-26, 9-66 to 9-72draft-quality9-24, 9-55enhanced draft-quality9-33 to 9-35, 9-55, 9-73error handling for9-73, 9-75 to 9-78from the Finder9-25 to 9-26, 9-66graphics ports for. See printing graphics portslandscape, disabled9-34multiple documents9-25 to 9-26, 9-66with non-QuickDraw featuresB-3 to B-44optimizing9-72 to 9-74picture comments forB-3 to B-44resolutions for9-30 to 9-32, 9-53 to 9-55status9-13 to 9-15, 9-49user interface guidelines for9-5 to 9-8, 9-13 to 9-15whether landscape9-32 to 9-33, 9-56, 9-73printing graphics portsclosing9-68creating9-19, 9-67data type for9-51 to 9-52defined9-3 to 9-5drawing into9-19 to 9-24, 9-69 to 9-70opening9-19, 9-67printing loops9-18 to 9-25Printing Manager1-26 to 1-28, 9-3 to 9-105application-defined routines for9-84 to 9-86data structures in9-44 to 9-56and Dialog Manager9-5 to 9-8, 9-35 to 9-38initializing9-15, 9-57low-level routines in9-78 to 9-84and QuickDraw9-3 to 9-5routines in9-57 to 9-84testing for availability9-15user interface guidelines for9-5 to 9-8, 9-13 to 9-15printing status information. See TPrStatus data typeprinting style record. See TPrStl data typeprint job record. See TPrJob data typeprint record. See TPrint recordsprint status dialog boxes9-13 to 9-15, 9-38 to 9-41PrJobDialog function9-20, 9-62 to 9-63PrJobInit function9-37, 9-65PrJobMerge procedure9-26, 9-66PrOpenDoc function9-21, 9-67PrOpenPage procedure9-21, 9-69 to 9-70, B-4PrOpen procedure9-20, 9-57PrPicFile procedure9-21, 9-71 to 9-72PrSetError procedure9-78PrStlDialog function9-61 to 9-62PrStlInit function9-64PrValidate function9-18, 9-20, 9-60PSBeginNoSave picture commentB-6, B-41Pt2Rect procedure3-56PtInRect function3-56PtInRgn function3-97, 8-11PtToAngle procedure3-57QQDColor global variable4-71QDDone function3-125 to 3-126QDError function3-28, 3-30, 3-34, 4-94 to 4-95, 7-20QDProcs data type3-39 to 3-40QDProcs recordB-4QuickDraw1-3 to 1-29. See also basic QuickDraw; Color QuickDraw; global coordinate systems; local coordinate systems; shapescompatibility between versions1-4customizations of3-35 to 3-36, 3-129, 4-96 to 4-97and Dialog Manager4-6drawing with1-10 to 1-17historical development1-4initializing2-36 to 2-37low-level drawing routines3-129 to 3-139mathematical foundations of2-4 to 2-7multiple graphics device support in1-21 to 1-23picture comments supported by printer drivers forB-7printer drivers9-8 to 9-9and Printing Manager9-3 to 9-5printing with. See Printing Managertext1-3versions of1-4and the Window Manager1-7 to 1-8RramInit flag5-17, 5-23, 5-31, 5-36randSeed global variable2-36reallocPix flag6-14, 6-15, 6-25RecordPictInfo function7-56 to 7-57RecordPixMapInfo function7-57 to 7-58rectangles. See also boundary rectangles; bounding rectangles; port rectanglescoordinates for2-5 to 2-6creating3-53data type for2-27 to 2-28defined1-12 to 1-13defining3-22 to 3-23, 3-24drawing3-22 to 3-24, 3-58 to 3-62emptiness of3-58equality of3-58erasing3-61 to 3-62expanding3-54fillingwith bit patterns3-23 to 3-24, 3-60 to 3-61with pixel patterns4-74framing3-22 to 3-23, 3-59intersections of3-55inverting3-62low-level routine for drawing3-132mapping and scaling3-106 to 3-107moving3-53 to 3-54painting3-23 to 3-24, 3-60pixels in3-56and regions3-91 to 3-92, 3-98routines for managing3-52 to 3-62, 3-104 to 3-108scaling factors for3-104 to 3-105shrinking3-54smallest around two points3-56unions of3-55used to define other shapes3-11Rect data type2-27 to 2-28, A-4. See also rectanglesRectInRgn function3-98RectRgn procedure3-92, 8-11Region data type2-28 to 2-29. See also regionsregionsarrow8-9 to 8-12copying3-90 to 3-91creating3-87 to 3-89data type for2-28 to 2-29defined1-16defining3-27 to 3-30disposing of3-90drawing3-100 to 3-104emptiness of3-91, 3-99equality of3-98erasing3-102 to 3-103expanding3-93 to 3-94fillingwith bit patterns3-102with pixel patterns4-77framing3-100 to 3-101I-beam8-9 to 8-12intersections of3-94 to 3-95, 3-96 to 3-97inverting3-103 to 3-104low-level routine for drawing3-135 to 3-136mapping and scaling3-107mouse8-9 to 8-12moving3-93painting3-101pixels in3-97and rectangles3-91 to 3-92, 3-98routines for managing3-85 to 3-104, 3-107shrinking3-93 to 3-94subtracting3-96unions of3-95, 3-96 to 3-97resolutionsdiscrete9-11for pictures7-11, 7-19for printers9-11, 9-30 to 9-32, 9-46, 9-53 to 9-55, 9-73for screens5-32variable9-11resource forks7-7ResourcePS picture commentB-6, B-41resourcesanimated cursor8-13, 8-14, 8-36 to 8-37color cursor8-34 to 8-36color icon4-105 to 4-106color-picking method7-68color table4-104 to 4-105cursor8-13 to 8-14, 8-33 to 8-34pattern3-140pattern list3-141picture7-7, 7-20, 7-46, 7-67 to 7-68pixel pattern4-24 to 4-25, 4-103screen5-37resource types'acur'8-13, 8-14, 8-36 to 8-37'cicn'4-105 to 4-106'clut'4-104 to 4-105'cmpt'7-68'crsr'8-34 to 8-36'CURS'8-13 to 8-14, 8-33 to 8-34'PAT '3-140'PAT#'3-141'PICT'7-7, 7-20, 7-46, 7-67 to 7-68'ppat'4-24 to 4-25, 4-103'scrn'5-37RetrievePictInfo function7-58 to 7-59RGBBackColor procedure4-72 to 4-73RGBBkCol opcodeA-6RGBColorArray data type7-64RGBColor data type4-55. See also RGB colorsRGBColor records1-19, 4-13 to 4-17RGB colors1-19data type for4-55defined4-4 to 4-5as pixel values4-13 to 4-17RGBFgCol opcodeA-6RGBForeColor procedure4-22, 4-70 to 4-71Rgn data typeA-4RotateBegin picture commentB-6, B-9, B-29 to B-32RotateCenter picture commentB-6, B-9, B-32RotateCursor procedure8-15, 8-32RotateEnd picture commentB-6, B-9, B-29, B-32rounded rectanglesdefined1-14drawing3-63 to 3-68erasing3-66 to 3-67fillingwith bit patterns3-65 to 3-66with pixel patterns4-74 to 4-75framing3-64inverting3-67 to 3-68low-level routine for drawing3-133painting3-64 to 3-65RowBytes data typeA-4ruled lines, printingB-33 to B-37Ssample routinesDashDemoB-34DoControlClick2-19DoGraphicsScroll2-22DoInit8-6DoIsLandscapeModeSet9-33DoNew2-17, 4-20DoPostScriptLineB-39DoPrintDialog9-37DoSavePICTAsCmd7-21DoUpdate5-8DoZoomWindow5-10 to 5-12DrawInPort2-18HiliteDemonstration4-43MyAdjustCursor8-10MyAdjustDestRect7-18MyCopyBlackAndRedMasks6-10MyCreateAndDrawPict7-11, A-22MyDefineVerticesB-26MyDoPrintIdle9-40MyDrawArcAndPaintWedge3-26MyDrawDumbbell3-28MyDrawFilePicture7-13MyDrawLines3-18MyDrawOvals3-25MyDrawRects3-23MyDrawResPICT7-20MyDrawTriangle3-30MyDrawXStringB-21MyFileGetPic7-16MyFilePutPic7-23MyFillClipRegion3-29MyFlushGrafPortStateB-10MyFlushPostScriptStateB-11MyGetPICTProfileCount7-25MyGetPrintRecordForThisDoc9-17MyIsColorPort7-16MyLineWidthDemoB-37MyPaintAndFillColorRects4-22MyPaintAndFillRects3-24MyPaintPixelPatternRects4-25MyPaintRectsThruGWorld6-5MyPastePict7-17MyPolygonDemoB-27MyPrDialogAppend9-37MyPrintLoop9-20MyRepatternPens3-21MyReplaceGetPic7-15MyReplacePutPic7-22MyResizePens3-20MyRotateCursor8-15MySetHiliteMode4-42MySetNewLineWidthB-37MyShrinkImages3-33MySpinCursor8-15MyStringReconDemoB-17MyTrivialDrawingProc5-9ScalePt procedure3-104 to 3-105scrapdefined7-7pictures in7-7 to 7-8, 7-17, 7-22screenActive flag5-17, 5-23, 5-31, 5-36screenBits global variable2-36screenDevice flag5-17, 5-23, 5-31, 5-36screen resources5-37ScreenRes procedure5-32screensdetermining characteristics of5-29 to 5-32with greatest pixel depth5-27 to 5-28optimizing images for5-8 to 5-13, 5-29 to 5-30, 5-35 to 5-37resolution of5-32ScrHRes global variable5-32'scrn' resource type5-37scrolling pixels2-20 to 2-26, 2-43 to 2-44ScrollRect procedure2-21 to 2-23, 2-43 to 2-44ScrVRes global variable5-32SectRect function3-55, 5-11SectRgn procedure3-94 to 3-95, 8-11SeedCFill procedure4-82 to 4-83SeedFill procedure3-109 to 3-110SetCCursor procedure8-26 to 8-27SetClip procedure2-48, 3-29SetCPixel procedure4-73SetCursor procedure8-11, 8-25SetDepth function5-13, 5-34 to 5-35SetDeviceAttribute procedure5-22 to 5-23SetEmptyRgn procedure3-91SetFractEnable procedureB-15SetGDevice procedure5-24SetGrayLevel picture commentB-40SetGWorld procedure6-6, 6-29SetLineWidth picture commentB-6, B-35 to B-37SetOrigin procedure2-45 to 2-46, 8-11SetPenState procedure3-43 to 3-44SetPixelsState procedure6-37 to 6-38SetPortBits procedure2-50SetPortPix procedure4-86 to 4-87SetPort procedure2-18, 2-42SetPt procedure2-54SetRect procedure3-23, 3-25, 3-53, 5-11SetRectRgn procedure3-91 to 3-92setRslOp opcode9-30 to 9-32, 9-52, 9-54 to 9-55SetStdCProcs procedure4-96 to 4-97, 7-15, 7-23SetStdProcs procedure3-130SetWindowPic procedure7-13, 7-20shapes. See also arcs; lines; ovals; pictures; polygons; rectangles; regions; rounded rectangles; wedgescalculations and manipulations3-31 to 3-32creating1-10 to 1-17defined1-10 to 1-17defining3-11 to 3-12drawing, erasing, and inverting3-12 to 3-13erasing1-17filling1-17, 3-108 to 3-112framing1-17painting1-17ShieldCursor procedure8-29ShortComment opcodeA-12, A-21ShortLineFrom opcodeA-7, A-19ShortLine opcodeA-7, A-19Show_Cursor procedure8-30 to 8-31ShowCursor procedure8-30ShowPen procedure3-42singleDevices flag5-30source modes3-8 to 3-11, 4-32 to 4-37SpExtra opcodeA-6, A-18SpinCursor procedure8-15, 8-32 to 8-33spool files9-8, 9-9, 9-25srcBic source mode3-9 to 3-10, 3-114, 3-115, 4-33, 4-34, 4-41srcCopy source mode3-9 to 3-10, 3-114, 3-115, 4-33, 4-41srcOr source mode3-9 to 3-10, 3-114 to 3-115, 4-33 to 4-34, 4-41srcXor source mode3-9 to 3-10, 3-114, 3-115, 4-33, 4-41StandardGetFile procedure7-14standard state of a window5-10startup screen1-23status, of printing9-13 to 9-15, 9-38 to 9-41, 9-49StdArc procedure3-134StdBits procedure3-136StdComment procedure3-137, B-4StdGetPic procedure3-138 to 3-139StdLine procedure3-132, B-24, B-27StdOval procedure3-133 to 3-134StdPoly procedure3-135StdPutPic procedure3-139, 7-14StdRect procedure3-132StdRgn procedure3-135 to 3-136StdRRect procedure3-133StdText procedure3-131StdTxtMeas function3-138stretchPix flag6-14, 6-15, 6-24, 6-25StringBegin picture commentB-5, B-17StringEnd picture commentB-5, B-17style dialog boxesaltering9-35 to 9-38, 9-63 to 9-64, 9-86defined9-6displaying9-61 to 9-62for LaserWriter printers9-7for StyleWriter printers9-6 to 9-7StyleWriter printers9-6 to 9-8, B-7subOver arithmetic transfer mode4-39, 4-40subPin arithmetic transfer mode4-39, 4-40, 4-78SubPt procedure2-53System 71-4TTCenterRec data typeB-20 to B-21, B-29TDashedLineRec data typeB-33TDftBitsBlk data type9-33 to 9-35, 9-55TestDeviceAttribute function5-11, 5-31 to 5-32text. See also text stringsin basic graphics ports2-33 to 2-34in color graphics ports4-53in graphics ports2-13low-level routine for drawing3-131low-level routine for measuring width3-138TextBegin picture commentB-5, B-17 to B-20, B-21TextCenter picture commentB-5, B-17 to B-18, B-19 to B-21TextEnd picture commentB-5, B-17 to B-18, B-22TextIsPostScript picture commentB-6, B-41text streaming9-82text stringsdelimiting with picture commentsB-16 to B-17rotating with picture commentsB-17 to B-22TFeed data type9-48TGetRotnBlk data type9-32 to 9-33, 9-56TGetRslBlk data type9-30 to 9-31, 9-53 to 9-54TGnlData data type9-52 to 9-53TheGDevice global variable5-4thePat opcodeA-18thePort global variable2-3632-bit Color QuickDraw. See Color QuickDrawTLineWidth data typeB-35TopMapHdl global variable9-39TPolyVerbRec data typeB-25 to B-26TPrDlg data type9-50 to 9-51TPrInfo data type9-46TPrint data type9-38 to 9-39, 9-44 to 9-46TPrint recordscreating9-17defined9-11 to 9-13initializing9-59saving and reading9-17 to 9-18validating9-60TPrJob data type9-38 to 9-39, 9-47 to 9-48TPrPort data type9-51 to 9-52TPrPort recordsclosing9-68creating9-19, 9-67drawing into9-24, 9-69 to 9-70opening9-19, 9-67TPrStatus data type9-49TPrStl data type9-48transfer modes. See arithmetic transfer modes; Boolean transfer modes; pattern modes; source modestransparent mode4-39, 4-40TRotationRec data typeB-30TRslRec data type9-54TRslRg data type9-53TSetRslBlk data type9-31, 9-54 to 9-55TTxtPicRecord data typeB-19 to B-20TxFace opcodeA-5, A-18TxFont opcodeA-5, A-18TxMode opcodeA-5, A-18TxRatio opcodeA-6, A-19TxSize opcodeA-6, A-18UUnionRect procedure3-55UnionRgn procedure3-95UnlockPixels procedure6-6, 6-33 to 6-34UpdateGWorld function6-9, 6-23 to 6-26user interface guidelinesfor animated cursors8-5, 8-13, 8-15for color cursors8-5for cursors8-4 to 8-5for highlighting4-44for Printing Manager9-13 to 9-15for style and job dialog boxes9-5 to 9-8user state of a window5-9useTempMem flag6-13, 6-14, 6-18, 6-20Vvariable resolution9-11, 9-30 to 9-32version 1 format7-5 to 7-6, A-3 to A-4, A-5, A-18 to A-21, A-25 to A-26version 2 format7-5 to 7-6, 7-39, A-3, A-5 to A-16, A-24 to A-25Version opcodeA-6, A-13video devices1-19 to 1-20, 1-22 to 1-25, 5-3 to 5-37visible regions2-11in basic graphics ports2-32in color graphics ports4-51Wwedges. See also arcsdefined1-14drawing3-26, 3-71 to 3-77erasing3-76fillingwith bit patterns3-75with pixel patterns4-76inverting3-77low-level routine for drawing3-134painting3-73 to 3-74white global variable2-36, 3-7Window Managerand pictures7-13and QuickDraw1-7 to 1-8window originschanging2-23 to 2-26, 2-45 to 2-46defined2-20windowsas graphics ports1-7 to 1-8scrolling through2-20 to 2-26, 2-43 to 2-44standard state5-10updating2-24user state5-9zooming5-9 to 5-12wristwatch cursor8-8 to 8-9X, YXorRgn procedure3-96 to 3-97Z0..255 data typeA-4zooming windows5-9 to 5-12ZoomWindow procedure5-10, 5-12This Apple manual was written, edited, and composed on a desktop publishing system using Apple Macintosh computers and FrameMaker software. Proof pages were created on an Apple LaserWriter Pro printer. Final page negatives were output directly from text files on an Optrotech SPrint 220 imagesetter. Line art was created using Adobe™ Illustrator and Adobe Photoshop. PostScript™, the page-description language for the LaserWriter, was developed by Adobe Systems Incorporated.Text type is Palatino® and display type is Helvetica®. Bullets are ITC Zapf Dingbats®. Some elements, such as program listings, are set in Apple Courier.LEAD WRITERTony FrancisWRITERSTony Francis, Lori Kaplan, Sharon Everson, Rob Dearborn, Dianne Patterson, Ulla Hald DEVELOPMENTAL EDITORSue FactorART DIRECTORBruce LeeILLUSTRATORRuth AndersonPRODUCTION EDITORSPat Christenson, Alan MorgeneggSpecial thanks to Joseph Maurer, Don MocciaAcknowledgments to Waymen Askey, Michael Conley, Matt Deatherage, Lorraine Findlay, Dave Hersey, Shannon Holland, Edgar Lee, Tim Monroe, Konstantin Othmer, John Wang V@ˇ ˇˇˇˇ@
  2. ˇ·ˇ‚7^
  3. 4í∫◊, Palatino
  4. .°dONLNdˇˇ(ô∫    Addison-WÑ@°dONLNdˇˇ)4esley Publishing Company    °dONLNdˇˇ(´∫Reading, MassachusettsÀ†°dONLNdˇˇ)hMenlo Park, California쇰dONLNdˇˇ)dNew ˆ∞°dONLNdˇˇ)Y#°dONLNdˇˇ)ork°dONLNdˇˇ(∑∫Don Mills, Ontarioc °dONLNdˇˇ)TW膰dONLNdˇˇ)okingham, England@°dONLNdˇˇ)XAmsterÜ°dONLNdˇˇ)damwp°dONLNdˇˇ)Bonn°dONLNdˇˇ(√∫SydneyH °dONLNdˇˇ)'Singapor°dONLNdˇˇ)$ee∞°dONLNdˇˇ)T°dONLNdˇˇ)okyoÏP°dONLNdˇˇ)Madrid–°dONLNdˇˇ)(San Juan°dONLNdˇˇ(œ∫Parisl¿°dONLNdˇˇ)Seoulk`°dONLNdˇˇ)MilanËÄ°dONLNdˇˇ)  Mexico City °dONLNdˇˇ):T»Ä°dONLNdˇˇ)aipei(0∫4Ÿ∫˘
  5. {∂èÕ4zµ{∂ê{∂èÕ08x|˛˛ˇˇ?ˇ¯?ÔÔ«‡á‡É¿¿Äê{∂èÕ08||«‡É¿¿ÄÄ
  6. ˇ·ˇ‚7^3 ðdONLNdí∫´‘*tINSIDE MACINT∫ °dONLNdí‘´(§‘OSH
  7. ˙H 4˚H  H
  8. ˇ·ˇ‚7^ˇˇ≥>ˇ◊°dONLNdH.Ÿ(&H    Imaging WŒN°dONLNdÿ.õ)êith QuickDrawˇ/ò@ˇ ˇˇˇˇ@
  9. ˇ·ˇ‚7^
  10. 4⁄ú˙¯ X*XÙ4^*.∫, Palatino
  11. .°dONLNdZ*f1+*c°dONLNd\6er) Apple Computer>Ä°dONLNd\reÇ)<, Inc.°dONLNdg*pC(n*© 1994 .Ä°dONLNdgDpÄ)Apple ComputerÌ°dONLNd,gpè);, Inc.°dONLNd3p*yP(w* All rights r˝Ä°dONLNd?pPyo)&    eserved. °dONLNdI{*Ñ•(Ç*#No part of this publication may be °dONLNdlÑ*ç-*    rÑÄ°dONLNdmÑ-ç8)epr-°dONLNdpÑ9çd) oduced, storËÄ°dONLNd|ÑdçÄ)+    ed in a r°°dONLNdÖÑÅçù)    etrieval °dONLNdéç*ñ≤(î*'system, or transmitted, in any form or °dONLNdµñ*üû*     by any means, mechanical, electréÄ°dONLNd’ñûü∞)tonic, °dONLNd€ü*®b(¶*photocopying, rÔÄ°dONLNdÍüb®p)8ecor¥°dONLNdÓüq®µ)ding, or otherwise, °dONLNd®*±™(Ø*$without prior written permission of °dONLNd&±*∫f*    Apple Computer>Ä°dONLNd4±f∫´)<, Inc. Printed in the °dONLNdJ∫*√d(¡*United States of iÄ°dONLNd[∫d√Ñ):America.°dONLNdd≈*Œf(Ã*No licenses, exprúÄ°dONLNdu≈fŒ¢)<ess or implied, arX°dONLNdá≈£Œ®)=e °dONLNdâŒ*◊](’*granted with r`Ä°dONLNdóŒ]◊£)3espect to any of the °dONLNd¨◊*‡•(fi*#technology described in this book. °dONLNdœ‡*ÈE*    Apple rÑÄ°dONLNd÷‡EÈó)etains all intellectual pr °dONLNd‡òȱ)Soperty °dONLNd˜È*ÚØ(*&rights associated with the technology °dONLNdÚ*˚®*    %described in this book. This book is °dONLNdB˚*ì*    intended to assist application °dONLNda*π*    (developers to develop applications only °dONLNdâ*6*    for eÄ°dONLNdç6ú) Apple Macintosh computers.°dONLNd®*!G(*Every ef≥Ä°dONLNd∞G!©)fort has been made to ensurΔ°dONLNdÀ©!Æ)be °dONLNdÕ!**Ø((*'that the information in this manual is °dONLNdÙ**3K*    
  12. accurate. ªÄ°dONLNd˛*K3{)!Apple is not r°dONLNd *|3Ø)1esponsible for °dONLNd3*<w(:*printing or clerical errÄ°dONLNd33x<Ñ)Nors.°dONLNd8@*If(G*Apple Computer>Ä°dONLNdF@fIv)<, Inc.°dONLNdMI*R^(P*20525 Mariani >Ä°dONLNd[I^Rd)4AªÄ°dONLNd\IcRx)venue°dONLNdbR*[^(Y*Cupertino, CA6Ä°dONLNdoR^[t)4 95014°dONLNdv[*dW(b* 408-996-1010°dONLNdÉh*qQ* Apple, the MÄ°dONLNdéhQq|)' Apple logo, Ö°dONLNdöh|qó)+APDA, °dONLNd†q*zT(x* AppleLink, ÜÄ°dONLNd´qTzn)*AppleT±Ä°dONLNd±qnzö) alk, ImageWΰdONLNdºqöz©),riterjÄ°dONLNd¡q©z≠), °dONLNd√z*ÉE(Å*LaserW-Ä°dONLNd…zEÉT)riter≠°dONLNdŒzSÉî), Macintosh, MPWw°dONLNdfizîÉò)A, °dONLNd·É*å(ä*PowerBook, and StyleWÕÄ°dONLNdˆÉåó)Uriter arÈ°dONLNd˛Éóåú)e °dONLNdå*ï](ì*trademarks of …Ä°dONLNdå]ïô)3Apple Computerà°dONLNdåôï≠)<, Inc., °dONLNd$ï*û-(ú*rÑÄ°dONLNd%ï-ûD)egister˙°dONLNd,ïDû•)ed in the United States and °dONLNdHû*ßa(•*other countries.°dONLNdY©*≤j* ColorSync, Finder¯Ä°dONLNdj©i≤µ)?, Geneva, QuickDraw•Ä°dONLNd}©µ≤π)L, °dONLNd≤*ªD(π*QuickTgÄ°dONLNdÖ≤Dªê)ime, ResEdit, System rÄ°dONLNdö≤êªß)L7, and °dONLNd°ª*ƒ.(¬*TØ°dONLNd¢ª.ƒ1)r»°dONLNd£ª1ƒ>)ueTü°dONLNd¶ª>ƒT)ype ar∫Ä°dONLNd¨ªTƒç)e trademarks of Ÿ°dONLNdºªçƒ•)9Apple °dONLNd¬ƒ*ÕN(À*Computer>Ä°dONLNd ƒNÕ^)$, Inc.°dONLNd—œ*ÿg(÷*Adobe IllustratorÄ°dONLNd‚œgÿk)=, “°dONLNd‰œjÿ≠)Adobe Photoshop, °dONLNdıÿ*·f(fl*and PostScript arÍÄ°dONLNdÿf·ü)<e trademarks of     °dONLNdÿ†·π):Adobe °dONLNd·*ÍÆ(Ë*#Systems Incorporated, which may be °dONLNd?Í*Û-*    rÑÄ°dONLNd@Í-ÛD)egister˙°dONLNdGÍDÛü)ed in certain jurisdictions.°dONLNddı*˛™(¸*$America Online is a service mark of °dONLNdà˛*¢*    Quantum Computer Services, Inc.°dONLNd®    *U* Classic is a rÂÄ°dONLNd∂    Ul)+egister[°dONLNdΩ    mû)ed trademark °dONLNd *Q(* licensed to ¸Ä°dONLNd÷Qç)'Apple Computerª°dONLNd‰çù)<, Inc.4^….Y°dONLNdÎ\…e
  13. (c…CompuServe is a rÉÄ°dONLNd¸\
  14. e!)Aegister˘°dONLNd\!eF) ed service °dONLNde…n%(l…mark of CompuServe, Inc.°dONLNd'p…y    * FrameMaker is a røÄ°dONLNd8p    y )@egister5°dONLNd?p!yR)ed trademark °dONLNdLy…ÇÔ(Ä…
  15. of Frame T4°dONLNdVyÔÇC)&echnology Corporation.°dONLNdmÑ…ç"(ã…Helvetica and Palatino ar÷Ä°dONLNdÜÑ"ç*)Ye r∞°dONLNdâÑ+çB)    egister%Ä°dONLNdêÑCçM)ed °dONLNdìç…ñA(î…trademarks of Linotype Company&°dONLNd±çAñC)x.°dONLNd≥ò…°?(ü…#Internet is a trademark of Digital °dONLNd÷°…™*    Equipment Corporation.°dONLNd̨…µ* ITC Zapf Dingbats is a r]Ä°dONLNd¨µ5)Uegister”°dONLNd ¨5µ?)ed °dONLNdµ…æ-(º…trademark of International TΔ°dONLNd+µ-æJ)dypeface °dONLNd3æ…«ˆ(≈… Corporation.°dONLNd@……“˝* MacPaint is a r«Ä°dONLNdO…˝“)4egister=°dONLNdV…“O)ed trademark of °dONLNdf“…€(Ÿ…Claris Corporation.°dONLNdz›…Ê&* NuBus is a trademark of T'°dONLNdì›&Ê7)]exas °dONLNdòÊ…ÔŸ(Ì…InstrÛ°dONLNdùÊŸÔı)uments.°dONLNd•Ò…˙fl(¯…MotormÄ°dONLNd™Òfl˙¸)
  16. ola is a r‹°dONLNd¥Ò¸˙)egisterQÄ°dONLNdªÒ˙N)ed trademark of °dONLNdÀ˙…fl(…MotormÄ°dONLNd–˙fl)ola Corporation.°dONLNd·…Ÿ( …Optr9Ä°dONLNdÂ⁄O)!otech is a trademark of Orbotech °dONLNd…ˆ(… Corporation.°dONLNd…$X*'Simultaneously published in the United °dONLNd:$…- *    States and Canada.4^h.¯°dONLNdM]heê(ch    LIMITED W°dONLNdV]êe‹)(ARRANTY ON MEDIAöp°dONLNdf]‹e)L AND °dONLNdkfhnû(lh REPLACEMENT°dONLNdwsh{u*ALL_0°dONLNdzsv{ü)
  17.  IMPLIED WYê°dONLNdÑsü{Ï))ARRANTIES ON THIS °dONLNdñ|hÑ€(ÇhMANUAL, INCLUDING IMPLIED °dONLNd∞Öhço*    Wfl°dONLNd±Önç—)ARRANTIES OF MERCHANTd°dONLNdΔÖ—çÔ)cABILITY °dONLNdŒéhñ∞(îhAND FITNESS FOR AÊ∞°dONLNdflé∞ñ∂)H Ph¿°dONLNd·é∂ñ¿)ARÜP°dONLNd„é¿ñ‚)
  18. TICULAR °dONLNdÎóhüfi(ùhPURPOSE, ARE LIMITED IN DURA¶ °dONLNd    ófiüÚ)vTION °dONLNd     †h®™(¶hTO NINETY (90) DAiÄ°dONLNd    †™®Ë)BYS FROM THE DAÀ†°dONLNd    +†Á®Ò)=TE °dONLNd    .©h±©(ØhOF THE ORIGINAL∞°dONLNd    =©™±π)B RET30°dONLNd    A©π±≈)AILÖ °dONLNd    D©≈±)
  19.  PURCHASE °dONLNd    N≤h∫™(∏hOF THIS PRODUCTæ`°dONLNd    ]≤™∫´)B.°dONLNd    _øh«·(≈h$Even though Apple has reviewed this °dONLNd    É»h–Ã*    manual, APPLE MAKES NO Wa@°dONLNd    õ»ÖÒ)dARRANTY °dONLNd    £—hŸû(◊h OR REPRESENT{¿°dONLNd    Ø—ûŸ£)6AI °dONLNd    ∞—£Ÿˆ)TION, EITHER EXPRESS °dONLNd    ≈⁄h‚Ó(‡h!OR IMPLIED, WITH RESPECT TO THIS °dONLNd    Ê„hΪ*    MANUAL, ITS QUALITYf∞°dONLNd    ˘„ªÎÁ)S
  20. , ACCURACYõÄ°dONLNd
  21. „ÁÎÍ),, °dONLNd
  22. ÏhÙì(ÚhMERCHANT°dONLNd
  23. ÏìÙ∞)+ABILITY≠p°dONLNd
  24. ÏØÙÙ), OR FITNESS FOR A[†°dONLNd
  25. &ÏıÙˆ)F °dONLNd
  26. 'ıh˝l(˚hPB°dONLNd
  27. (ıl˝v)AR_†°dONLNd
  28. *ıv˝Œ)
  29. TICULAR PURPOSE. AS AÑê°dONLNd
  30. ?ıŒ˝Á)X RESUL‡°dONLNd
  31. EıÁ˝Î)T†°dONLNd
  32. FıνÓ), °dONLNd
  33. H˛hú(h THIS MANUAL°dONLNd
  34. S˛ùÌ)5 IS SOLD “AS IS,” AND °dONLNd
  35. ih˜(h!YOU, THE PURCHASER, ARE ASSUMING °dONLNd
  36. äh*    "THE ENTIRE RISK AS TO ITS QUALITY °dONLNd
  37. ¨h!§*     AND ACCURACY0°dONLNd
  38. ∏§!•)<.°dONLNd
  39. ∫&h.¨(,hIN NO EVENT WILLùp°dONLNd
  40.  &¨.Ï)D APPLE BE LIABLE °dONLNd
  41. €/h7î(5h
  42. FOR DIRECTˇ@°dONLNd
  43. Â/ì7∫)+
  44. , INDIRECT °dONLNd
  45. Ô/ª7‡)( , SPECIAL, °dONLNd
  46. ˙8h@å(>hINCIDENTÃÄ°dONLNd 8å@Â)$AL, OR CONSEQUENTIALK°dONLNd 8Ê@Á)Z °dONLNd AhIß(GhDAMAGES RESUL)–°dONLNd $AßIÂ)?TING FROM ANY °dONLNd 2JhR„(PhDEFECT OR INACCURACY IN THIS °dONLNd OSh[˜*    +MANUAL, even if advised of the possibility °dONLNd z\hdû*    of such damages.°dONLNd ãihq*THE We†°dONLNd êiqÓ)ARRANTY AND REMEDIES SET °dONLNd ©rhzv(xhFOR°dONLNd ¨rvzı)TH ABOVE ARE EXCLUSIVE AND IN °dONLNd  {hÉì(Åh LIEU OF ALLQ°dONLNd ’{îÉÀ), OTHERS, ORAL¸†°dONLNd ‚{ÀÉŸ)7 OR °dONLNd ÊÑhåÈ(äh WRITTEN, EXPRESS OR IMPLIED. No °dONLNd çhïë*     Apple dealerÜ0°dONLNd çëïŸ)), agent, or employee is °dONLNd *ñhû (úhauthorized to make any modifi°dONLNd Gñ û‡)bcation, °dONLNd Oühß‚(•h'extension, or addition to this warrantyÛ`°dONLNd vü·ß‚)y.°dONLNd x¨h¥Ì(≤h*Some states do not allow the exclusion or °dONLNd ¢µhΩÙ*    .limitation of implied warranties or liability °dONLNd –æhΔÙ*    ,for incidental or consequential damages, so °dONLNd ¸«hœÓ*    *the above limitation or exclusion may not °dONLNd&–hÿ‚*    &apply to you. This warranty gives you °dONLNdLŸh·|*    specifi¿°dONLNdSŸ}·Û)&c legal rights, and you may also have °dONLNdy‚hÍÓ(Ëh,other rights which vary from state to state.4d*¬∫°dONLNd¶b*ko(i*ISBN 0-201-63242-X°dONLNdπk*tk*    1 2 3 4 5 6 7 8 9-CR‚Ä°dONLNdÕkkts)AWr°dONLNdŒkstù) -9897969594°dONLNd⁄t*}k({*First Printing, Mar
  47. Ä°dONLNdÌtl}Ü)Bch 1994°dONLNdı§*≠≤(´*&The paper used in this book meets the °dONLNd≠*∂3*    EP|°dONLNd≠3∂9)    ADÄ°dONLNd≠9∂U) standar‘°dONLNd&≠U∂n)ds for rPÄ°dONLNd.≠o∂ê)    ecycled fiïÄ°dONLNd8≠ê∂õ)!beri°dONLNd;≠õ∂ù) .4d…¬¯°dONLNd=b…kÖ(i…2Library of Congress Cataloging-in-Publication Data°dONLNdpp…y¶*7Inside Macintosh. Imaging with QuickDraw/Apple Computer`Ä°dONLNdßp¶y∂)›, Inc.°dONLNdØyÌÇÛ(ÄÌp.O°dONLNd≤y¸Ç)cm.°dONLNd∂Ç·ã(â·Includes index.°dONLNdΔã·î&*    ISBN 0-201-63242-X°dONLNdŸî·ùI*    1. Macintosh (Computer)—Pr#Ä°dONLNdÛîJùu)i
  48. ogramming.¨Ä°dONLNd˛î}ùÀ)32. Computer graphics.°dONLNdù’¶(§’ 3. QuickDraw;°dONLNd ù¶)1.;°dONLNd"ù¶)
  49. I. TcÄ°dONLNd&ù¶Ö) itle: Imaging with QuickDrawÄ°dONLNdBùÖ¶á)j.°dONLNdD¶’Ø(≠’ QA76.8.M3I46F°dONLNdQ¶Ø );1994°dONLNdVØ’∏(∂’006.6’765—dc20÷°dONLNdeØ‘∏Ú)ˇ93-50183M°dONLNdn∏‚¡Ô+    CIPˇ0@ˇ ˇˇˇˇ@
  50. ˇ·ˇ‚7^
  51. 4⁄∫˙, Palatino
  52. .Ñ`(‡ iii4^H¿
  53. ^Hö4^Hö°dONLNd^∫w(p∫Contents
  54. ˇ·ˇ‚7^
  55. °dONLNd    ò∫§“*1FigurR¿°dONLNdò“§Ê)es, Tè °dONLNdò§6)ables, and Listings|@°dONLNd(òK§X)fxiii
  56. ¬H…4√H… ƒHƒ
  57. ˇ·ˇ‚7^,     Helvetica °dONLNd-∂H¡m(æHPreface°dONLNd5≥∫¬√)rA÷Ä°dONLNd6≥√¬‚)    bout ∑@°dONLNd;≥‚¬ )    This Book
  58. Û@°dONLNdFµ4¡A)Rxxi°dONLNdK…∫’ı(“∫Format of a T¿°dONLNdX…ı’6);ypical ChapterM °dONLNdh…J’Z)Uxxii°dONLNdm÷∫‚E(fl∫Conventions Used in This BookÄ°dONLNdå÷Z‚m)†xxiii°dONLNdí„ƒÔ˛(σSpecial Fonts°‡°dONLNd°„Ô%)Nxxiii°dONLNdßƒ¸ (˘ƒT∫¿°dONLNd®…¸)ypes of Notes)`°dONLNd∑¸-)Qxxiii°dONLNdΩ˝ƒ    (ƒEmpty Stringsæ°dONLNdÃ˝    ))Sxxiv°dONLNd—
  59. ƒV(ƒAssembly-Language Information?Ä°dONLNd
  60. k})ßxxiv°dONLNdı∫#$( ∫The Development Envirц°dONLNd
  61. $#E)jonment|‡°dONLNdZ#l)6xxiv
  62. SHZ4THZ UHU
  63. ˇ·ˇ‚7^ °dONLNdGHRx(OH    Chapter 1°dONLNd!D∫S[)rIntroduction to QuickDraw
  64. Ñ`°dONLNd<FoR|)µ1-1°dONLNdAZ∫f¸(c∫Drawing EnvirêÄ°dONLNdNZ¸f")Bonments≈¿°dONLNdWZ6fC):1-4°dONLNd[g∫s(p∫QuickDraw’s Coorú‡°dONLNdkgs?)S dinate Plan¡¿°dONLNdvg?sC)2eã`°dONLNdygXse)1-6°dONLNd}t∫ÄŸ(}∫ImagesH@°dONLNdÖtÓÄ)41-10°dONLNdäÅ∫ç◊(ä∫Colorsö°dONLNdíÅÎç˝)11-17°dONLNdóéƒö(óƒIndexed Colors=@°dONLNdßéö.)X1-19°dONLNd¨õƒß“(§ƒDir͆°dONLNdØõ“߲)
  65. ect Colors‡°dONLNdªõß%)A1-20°dONLNd¿®∫¥(±∫ Multiple Scr∏†°dONLNdî¥)6eensZ@°dONLNd“®¥*)(1-21°dONLNd◊µ∫¡√(æ∫Fr‘ °dONLNdŸµ√¡4)    om Memory Bits to Onscrdž°dONLNdµ5¡`)r
  66. een Pixelsp‡°dONLNd¸µu¡á)@1-24°dONLNd¬∫Œ√(À∫Fr‘ °dONLNd¬√Œ=)    om Memory Bits to PrintersT¿°dONLNd¬RŒd)è1-26°dONLNd$œ∫€,(ÿ∫Other Graphics Managers˜¿°dONLNd=œ@€R)Ü1-28
  67.  H4 H H
  68. ˇ·ˇ‚7^ °dONLNdBˇH
  69. x(H    Chapter 2°dONLNdL¸∫ $)rBasic QuickDraw
  70. @°dONLNd]˛9
  71. F)2-1°dONLNdb∫%(∫About Basic QuickDraw‡°dONLNdy:G)Ä2-3°dONLNd}ƒ+è((ƒ)The Mathematical Foundations of QuickDraw(@°dONLNd®§+±)‡2-4°dONLNd¨,Œ8˜(5ŒThe CoorÇ¿°dONLNd¥,˜8-)) dinate Planeq@°dONLNd¬,B8O)K2-4°dONLNdΔ9ŒEÈ(BŒPoints8@°dONLNdŒ9˛E )02-4°dONLNd“FŒR˝(OŒ
  72. Rectangles˘¿°dONLNdfiFR)C2-5°dONLNd‚SŒ_Ò(\ŒRegionsÛ°dONLNdÎS_)72-7°dONLNdÔ`ƒl◊(iƒThe ª¿°dONLNdÛ`◊l#)Black-and-White ô‡°dONLNd`$lf)MDrawing Envir™`°dONLNd`flå)Bonment: ¢†°dONLNd`çl¶)'Basic ‘°dONLNd`¶lÁ)Graphics PortsB°dONLNd.`¸l    )V2-7°dONLNd2mŒyÚ(vŒBitmapsŸ†°dONLNd;my)82-9°dONLNd?zŒÜJ(ÉŒThe Graphics Port Drawing fi °dONLNdYzJÜU)|Arj`°dONLNd[zVÜ_) ea4°dONLNd_ztÜÅ)2-1˚@°dONLNdbzÄÜÖ) 1°dONLNddáŒì(êŒGraphics Port 1°dONLNdráì)@Bit ˜Ä°dONLNdváì@)PatternsPÄ°dONLNdÄáUìg)92-13°dONLNdÖ(ùŒThe Graphics Pen›@°dONLNdóî0†B)b2-13°dONLNdú°Œ≠‘(™ŒTµ¿°dONLNdù°”≠2)ext in a Graphics PortU °dONLNdµ°G≠Y)t2-13ˇ^@ˇ ˇˇˇˇ@
  73. ˇ·ˇ‚7^
  74. 4⁄*ˇ¯, Palatino
  75. .(·*iv4^*¿¯°dONLNd\∞hq(e∞+The Limited Colors of a Basic Graphics PortÈ¿°dONLNd-\Öhó)’2-14°dONLNd2i∞uÊ(r∞ Other Fields. °dONLNd@i˚u)K2-14°dONLNdEvúÇ(úUsing Basic QuickDrawP °dONLNd\vÇ,)~2-14°dONLNdaɶè%(å¶Initializing Basic QuickDraw_†°dONLNdÉ:èL)î2-16°dONLNdÑê¶ú±(ô¶Cr\°dONLNdÜê±ú)) eating Basic Graphics Ports–@°dONLNd£ê=úO)å2-16°dONLNd®ù¶©(¶¶Setting the Graphics Porte`°dONLNd√ù)©;)É2-18°dONLNd»™¶∂`(≥¶'Switching Between Global and Local Coor<`°dONLNdÔ™a∂£)ªdinate SystemsΔ¿°dONLNdˇ™∑∂…)V2-19°dONLNd∑¶√≥(¿¶Scrı°dONLNd∑≥√W)'olling the Pixels in the Port RectangleÛ °dONLNd0∑l√~)π2-20°dONLNd5ƒú–(ÕúBasic QuickDraw Refer] °dONLNdJƒ–)gence2°dONLNdPƒ+–=)(2-26°dONLNdU—¶›…(⁄¶Data Str``°dONLNd]— ›·)$ucturÊ@°dONLNdb—·›Í)esχ°dONLNdf—˛›)2-26°dONLNdkfi¶ÍÕ(Á¶Routines≠`°dONLNdufi·ÍÛ);2-36°dONLNdzÎ∞˜(Ù∞Initializing QuickDraw.@°dONLNdíÎ+˜=){2-36°dONLNdó¯∞k(∞(Opening and Closing Basic Graphics PortsI °dONLNd¡¯Äí)–2-37°dONLNdΔ∞R(∞#Saving and Restoring Graphics Ports2°dONLNdÎgy)∑2-41°dONLNd∞◊(∞ManaginÄ°dONLNd˜ÿ)(
  76. g Bitmaps,¯@°dONLNdM). Port Rectangles& °dONLNdNP)H,¶ °dONLNdP≥) and Clipping Regionsª °dONLNd)«Ÿ)w2-43°dONLNd.∞+Z((∞%Manipulating Points in Graphics PortsㇰdONLNdUn+Ä)æ2-51°dONLNdZ,ú8"(5úSummary of Basic QuickDrawΩ°dONLNdv,68H)ö2-56°dONLNd{9¶EÔ(B¶Pascal Summary‡°dONLNdã9E)^2-56°dONLNdêF∞Rø(O∞Dat†°dONLNdìF¿RÕ)a T:`°dONLNdñFÕR·)ypes“@°dONLNdúFıR)(2-56°dONLNd°S∞_◊(\∞Routines≠`°dONLNd´SÎ_˝);2-57°dONLNd∞`¶l€(i¶    C SummaryᆰdONLNdª`Ôl)I2-58°dONLNd¿m∞yø(v∞Dat†°dONLNd√m¿yÕ)a T:`°dONLNdΔmÕy·)ypes“@°dONLNdÃmıy)(2-58°dONLNd—z∞Ü€(É∞    FunctionsÄ°dONLNd‹zÜ)@2-60°dONLNd·á¶ì.(ê¶Assembly-Language Summary~†°dONLNd¸áCìU)ù2-61°dONLNdî∞†”(ù∞Data Str``°dONLNd    î‘†Î)$ucturÊ@°dONLNdîΆÙ)esχ°dONLNdî†)2-61°dONLNd°∞≠∑(™∞G! °dONLNd°∏≠◊)lobal Vº °dONLNd°÷≠¯)ariables¿°dONLNd)°≠)72-62°dONLNd.ƶ∫€(∑¶ Result CodeX`°dONLNd9Æ‹∫‡)6sï`°dONLNd<ÆÙ∫)2-62
  77. Í*Ò¯4Î*Ò¯ Ï*ϯ
  78. ˇ·ˇ‚7^,     Helvetica °dONLNdAfi*ÈZ(Ê*    Chapter 3°dONLNdK€úÍ)rQuickDraw Drawing
  79. &‡°dONLNd^›,È9)ê3-1°dONLNdcÒú˝(˙úAbout QuickDraw DrawingØ@°dONLNd|Ò,˝9)ê3-3°dONLNdIJ¶
  80. Ù(¶The Graphics Pen›@°dONLNdí˛
  81. )b3-4°dONLNdñ ¶¥(¶Bit FÄ°dONLNdö µŸ)PatternsüÄ°dONLNd§ Ì˙)83-5°dONLNd®¶$“(!¶    Boolean Tƒ‡°dONLNd±—$‘)+r∑Ä°dONLNd≤’$) ansfer Modesc °dONLNdæ$)< WVÄ°dONLNd¿$\) ith 1-Bit Pixelsˆ†°dONLNd“p$})S3-8°dONLNd÷%¶1Ú(.¶Lines and Shapesc °dONLNdË%1)a3-1*`°dONLNdÎ%1)1°dONLNdÌ2∞>¬(;∞Defi†°dONLNdÒ2√>&)ning Lines and Shapesë°dONLNd2:>G)w3-1X@°dONLNd 2G>L)1°dONLNd?∞K˜(H∞Framing Shapes∏Ä°dONLNd? K)[3-12°dONLNd"L∞X◊(U∞    Painting N†°dONLNd+LÿX
  82. )( and Filling Ç°dONLNd7L
  83. X))2ShapesÊ¿°dONLNd?L=XO)33-12°dONLNdDY∞e∂(b∞Eõ¿°dONLNdEY∂eÛ)rasing ShapesÆ °dONLNdTYe)Q3-12°dONLNdYf∞r˙(o∞Inverting Shapes7Ä°dONLNdkfr!)_3-13°dONLNdps∞(|∞Other Graphic Entities5°dONLNdàs(:)x3-13°dONLNdçĶå?(ⶠThe Eight Basic QuickDraw Colors¿°dONLNdØÄTåf)Æ3-14°dONLNd¥çúôœ(ñú    Drawing W√ °dONLNdΩçœô)3ith QuickDraw‡°dONLNdÃç&ô8)W3-16°dONLNd—ö¶¶Á(£¶Drawing Lines+‡°dONLNd‡ö¸¶)V3-17°dONLNdÂ߶≥«(∞¶Drawin@†°dONLNdÎß»≥÷)"g R˝¿°dONLNdÓß÷≥˛)    ectangles…Ä°dONLNd˘ß≥%)=3-22ˇÄ@ˇ ˇˇˇˇ@
  84. ˇ·ˇ‚7^
  85. 4⁄∫˙, Palatino
  86. .‡(‡v4^H¿°dONLNd\ƒh (eƒDrawing Ovals, ò‡°dONLNd\ h)HAr% °dONLNd\hC)     cs, and WTÄ°dONLNd\Bh[)*edgesœ†°dONLNd!\ohÅ)-3-25°dONLNd&iƒuP(rƒDrawing Regions and PolygonsπÄ°dONLNdDiduv)†3-27°dONLNdIvƒÇ•(ƒ0Performing Calculations and Other Manipulations ¿°dONLNdyv¶Ç∂)‚of Sù‡°dONLNd}v∂Çœ)hapesx°dONLNdÑv‰Çˆ).3-31°dONLNdâɃèi(åƒ#Copying Bits Between Graphics Ports;Ä°dONLNdÆÉ~èê)∫3-32°dONLNd≥êƒúH(ôƒCustomizing QuickDraw’s Loˇ`°dONLNdÕêHúY)Ñw-LΔ°dONLNd–êZúï)evel Routinesï@°dONLNdflê™úº)P3-35°dONLNd‰ù∫©1(¶∫QuickDraw Drawing Refer˚Ä°dONLNd˚ù1©D)wence–`°dONLNdùY©k)(3-36°dONLNd™ƒ∂Á(≥ƒData Str``°dONLNd™Ë∂ˇ)$ucturÊ@°dONLNd™ˇ∂)esχ°dONLNd™∂.)3-36°dONLNd∑ƒ√Î(¿ƒRoutines≠`°dONLNd&∑ˇ√);3-41°dONLNd+ƒŒ–I(ÕŒManaging the Graphics PenùÄ°dONLNdFƒ]–o)è3-41°dONLNdK—Œ›+(⁄ŒChanging the Backgr^`°dONLNd^—+›s)]ound Bit Pattern*†°dONLNdp—à›ö)]3-48°dONLNdufiŒÍ’(ÁŒD=@°dONLNdvfi÷Í) rawing Lines+‡°dONLNdÑfi$Í6)N3-49°dONLNdâÎŒ˜Ÿ(ÙŒCr\°dONLNdãΟ˜e) eating and Managing Rectangley`°dONLNd®Îe˜i)ås∂`°dONLNd´Î}˜è)3-52°dONLNd∞¯ŒÔ(ŒDrawin@†°dONLNd∂¯˛)"g R˝¿°dONLNdπ¯˛&)    ectangles…Ä°dONLNdƒ¯;M)=3-58°dONLNd…ŒÔ(ŒDrawin@†°dONLNdœ˛)"g R˝¿°dONLNd“˛R)ounded RectanglesF†°dONLNdÂgy)i3-63°dONLNdÍŒÔ(ŒDrawin@†°dONLNdˇ)"g O+†°dONLNdÛ)vals˜@°dONLNd˘%7)%3-68°dONLNd˛Œ+Ô((ŒDrawin@†°dONLNd+¯)"g Ò`°dONLNd˜+˛)A∏†°dONLNdˇ+)r}†°dONLNd++)cs and W-°dONLNd++D)(edges® °dONLNdX+j)-3-71°dONLNd,Œ8Ÿ(5ŒCr\°dONLNd,Ÿ8b) eating and Managing PolygonsF@°dONLNd<,w8â)û3-78°dONLNdA9ŒEÔ(BŒDrawin@†°dONLNdG9E˛)"g PY`°dONLNdJ9˛E!)olygonsY`°dONLNdS95EG)73-81°dONLNdXFŒRŸ(OŒCr\°dONLNdZFŸR]) eating and Managing Regions؆°dONLNdwFqRÉ)ò3-85°dONLNd|SŒ_Ô(\ŒDrawin@†°dONLNdÇS_˛)"g R˝¿°dONLNdÖS˛_)egions¬¿°dONLNdçS/_F)13-100°dONLNdì`ŒlÈ(iŒ=Scaling and Mapping Points, Rectangles, Polygons, and Regions¨Ä°dONLNd“`˝l(i˝3-104°dONLNdÿmŒy(vŒ Calculating Í`°dONLNd‰myO)5Black-and-White »Ä°dONLNdÙmPyb)MFillsM¿°dONLNd˚mwyé)'3-108°dONLNdzŒÜ(ÉŒCopying Images.‡°dONLNdz+Ü8)]3-1ˆ °dONLNdz7ÜA) 12°dONLNdáŒì’(êŒD=@°dONLNdá÷ì)rawing W√ °dONLNd áìv)+ith the Eight-Color System‡`°dONLNd<áäì°)â3-122°dONLNdBÃ(ùŒ2Determining Whether QuickDraw Has Finished Drawingõ‡°dONLNdv˜(ù‡3-125°dONLNd|°Œ≠3(™ŒGetting Pattern Resour †°dONLNdí°3≠@)ecesAÄ°dONLNdó°U≠l)"3-126°dONLNdùÆŒ∫q(∑Œ Customizing QuickDraw Operations≤¿°dONLNdøÆÖ∫ú)∑3-129°dONLNd≈ªƒ«„(ƒƒResourv@°dONLNdÀª„«)cesÌ °dONLNd–ª«)!3-140°dONLNd÷»Œ‘"(—ŒThe Pattern ResourN°dONLNdË»#‘,)UceᇰdONLNdÏ»@‘W)3-140°dONLNdÚ’Œ·5(fiŒThe Pattern List ResourQÄ°dONLNd    ’6·?)hceã`°dONLNd’S·j)3-141°dONLNd‚∫ÓP(Î∫Summary of QuickDraw Drawing[`°dONLNd1‚eÓ|)´3-142°dONLNd7Ôƒ˚(¯ƒPascal Summary‡°dONLNdGÔ"˚9)^3-142°dONLNdM¸Œ˙(Œ    ConstantsÆ°dONLNdX¸%)@3-142°dONLNd^    ŒÎ(ŒData T:`°dONLNdd    Îˇ)ypes“@°dONLNdj    *)(3-144°dONLNdpŒ"ı(ŒRoutines≠`°dONLNdz    " );3-145°dONLNdÄ#ƒ/˘(,ƒ    C SummaryᆰdONLNdã#/$)I3-149°dONLNdë0Œ<˙(9Œ    ConstantsÆ°dONLNdú0<%)@3-149°dONLNd¢=ŒIÎ(FŒData T:`°dONLNd®=ÎIˇ)ypes“@°dONLNdÆ=I*)(3-151°dONLNd¥JŒV˘(SŒ    FunctionsÄ°dONLNdøJV%)@3-152°dONLNd≈WƒcL(`ƒAssembly-Language Summary~†°dONLNd‡Wacx)ù3-157°dONLNdÊdŒpÒ(mŒData Str``°dONLNdÓdÚp    )$ucturÊ@°dONLNdÛd    p)esχ°dONLNd˜d&p=)3-157°dONLNd˝qŒ}’(zŒG! °dONLNd˛q÷}ı)lobal Vº °dONLNdqÙ})ariables¿°dONLNdq+}B)73-158ˇΔ@ˇ ˇˇˇˇ@
  87. ˇ·ˇ‚7^
  88. 4⁄*ˇ¯, Palatino
  89. .(·*vi4^*¿¯
  90. k*r¯4l*r¯ m*m¯
  91. ˇ·ˇ‚7^,     Helvetica °dONLNd_*jZ(g*    Chapter 4°dONLNd
  92. \úk)rColor QuickDraw
  93. C °dONLNd^j')~4-1°dONLNd rú~    ({úAbout Color QuickDraw<Ä°dONLNd7r~+)Ç4-4°dONLNd;¶ã⁄(à¶
  94. RGB Colorsч°dONLNdGÓã˚)H4-4°dONLNdKå¶ò(ï¶The Color Drawing Envir)@°dONLNdbåòö)qonment: Color Graphics PortsÏÄ°dONLNdÄåÆòª)ó4-5°dONLNdÑô∞•·(¢∞
  95. Pixel MapsÅ°dONLNdêôı•)E4-9°dONLNdî¶∞≤Ï(Ø∞Pixel Patterns%†°dONLNd§¶≤)Q4-12°dONLNd©≥∞ø(º∞Color QuickDraw’s Tm†°dONLNdº≥ø©)^#ranslation of RGB Colors to Pixel VËÄ°dONLNdfl≥®øæ)öaluesfi†°dONLNdÊ≥”øÂ)+4-13°dONLNdο∞Ã(…∞Colors on Grayscale ScrX°dONLNd¿Ã,)ieens˘†°dONLNd¿@ÃR)'4-17°dONLNdÕúŸ(÷úUsing Color QuickDraw{¿°dONLNd$ÕŸ.)Ä4-18°dONLNd)⁄¶Ê©(„¶IfiÄ°dONLNd*⁄©Ê')nitializing Color QuickDrawã@°dONLNdG⁄<ÊN)ì4-19°dONLNdLÁ¶Û±(¶Cr\°dONLNdNÁ±Û+) eating Color Graphics Ports˚‡°dONLNdkÁ?ÛQ)é4-20°dONLNdpÙ¶Ÿ(˝¶    Drawing W√ °dONLNdyÙŸı)3ith Dif  °dONLNdÄÙˆ)fer̆°dONLNdÉÙ ) ent For†°dONLNdäÙ!/) egr2`°dONLNdçÙ/f) ound Colors6 °dONLNdöÙzå)K4-21°dONLNdü¶Ÿ(
  96. ¶    Drawing W√ °dONLNd®Ÿ$)3ith Pixel Patterns‰‡°dONLNdº8J)_4-23°dONLNd¡¶p(¶+Copying Pixels Between Color Graphics Ports†°dONLNdÓÖó)fl4-26°dONLNdÛ∞'‹($∞    Boolean Tƒ‡°dONLNd¸€'')+ransfer Modes WVÄ°dONLNd ''j)Lith Color Pixels9@°dONLNd'ë)X4-32°dONLNd"(∞4⁄(1∞    Dithering>Ä°dONLNd-(Ô4)?4-37°dONLNd25∞AË(>∞ Arithmetic T)`°dONLNd>5ËA')8ransfer Modes«†°dONLNdM5;AM)S4-38°dONLNdRB¶Nfl(K¶ Highlighting÷¿°dONLNd`BÛN)M4-41°dONLNdeOú[(XúColor QuickDraw Referà¿°dONLNdzO[)ience]†°dONLNdÄO-[?)(4-44°dONLNdÖ\¶hµ(e¶Dat†°dONLNdà\∂h…)a Str``°dONLNdç\ h·)ucturÊ@°dONLNdí\·hÍ)esχ°dONLNdñ\˛h)4-45°dONLNdõi¶u(r¶Color QuickDraw Routines\°dONLNdµi3uE)ç4-63°dONLNd∫v∞Çm(∞(Opening and Closing Color Graphics Portst¿°dONLNd‰vÇÇî)“4-63°dONLNdÈÉ∞è=(å∞Managing a Color Graphics Pen °dONLNdÉRèd)¢4-67°dONLNdê∞ú(ô∞Changing the Backgr^`°dONLNd êú_)]ound Pixel Pattern∞¿°dONLNd4êsúÖ)f4-68°dONLNd9ù∞©„(¶∞    Drawing W√ °dONLNdBù„©`)3ith Color QuickDraw Colors‡°dONLNd^ùu©á)í4-70°dONLNdc™∞∂ˇ(≥∞Determining Curr1‡°dONLNds™∂∞)P'ent Colors and Best Intermediate ColorsÒ`°dONLNdú™ƒ∂÷)ƒ4-79°dONLNd°∑∞√(¿∞Calculating Color FillsÆ°dONLNd∫∑'√9)w4-82°dONLNdøƒ∞–ª(Õ∞Cr\°dONLNd¡ƒª–~) ,eating, Setting, and Disposing of Pixel MapsüÄ°dONLNdԃ햧)◊4-85°dONLNdÙ—∞›ª(⁄∞Cr\°dONLNdˆ—ª›) eating and Disposing ˛ °dONLNd —›&)`of GÄ°dONLNd—'›c) Pixel PatternsÌ °dONLNd—w›â)P4-87°dONLNd#fi∞ͪ(Á∞Cr\°dONLNd%fiªÍH) eating and Disposing of Color T⁄@°dONLNdDfiGÍ])åablesP‡°dONLNdKfirÍÑ)+4-91°dONLNdPÎ∞˜l(Ù∞'Retrieving Color QuickDraw Result Codes¿°dONLNdyÎŘì)—4-94°dONLNd~¯∞n(∞&Customizing Color QuickDraw Operations¿°dONLNd¶¯Éï)”4-96°dONLNd´∞(∞Reporting Data StrMÄ°dONLNdΩ)Suctur”`°dONLNd¬â)e Changes to QuickDrawˆ°dONLNd⁄ùØ)É4-97°dONLNdfl¶(¶Application-Defi†°dONLNdÔ!)J
  97. ned RoutinC °dONLNd˘"&)2e ¿°dONLNd¸;R)4-101°dONLNd¶+≈((¶Resourv@°dONLNd≈+“)cesÌ °dONLNdÊ+˝)!4-102°dONLNd,∞8(5∞The Pixel Pattern Resourö†°dONLNd+,8&)mce‘Ä°dONLNd/,:8Q)4-103°dONLNd59∞E‰(B∞ The Color TNÄ°dONLNd@9‰E)4 able Resour˛`°dONLNdK9E )3ce8@°dONLNdO95EL)4-104°dONLNdUF∞R(O∞The Color Icon Resour§†°dONLNdjFR)ccefiÄ°dONLNdnF0RG)4-105°dONLNdtSú_$(\úSummary of Color QuickDrawˆ°dONLNdêS8_O)ú4-107°dONLNdñ`¶lÔ(i¶Pascal Summary‡°dONLNd¶`l)^4-107°dONLNd¨m∞y‹(v∞    ConstantsÆ°dONLNd∑my)@4-107°dONLNdΩz∞Üø(É∞Dat†°dONLNd¿z¿ÜÕ)a T:`°dONLNd√zÕÜ·)ypes“@°dONLNd…zıÜ )(4-109°dONLNdœá∞ì((ê∞Color QuickDraw Routines\°dONLNdÈá=ìJ)ç4-1#@°dONLNdÏáJìT)13°dONLNdÔî∞†˙(ù∞Application-Defi†°dONLNdˇî˙†0)J ned Routine ¿°dONLNd îE†R)K4-1‘°dONLNdîQ†[) 15ˇ(@ˇ ˇˇˇˇ@
  98. ˇ·ˇ‚7^
  99. 4⁄∫˙, Palatino
  100. .I (‡
  101. vii4^H¿°dONLNd\ƒh˘(eƒ    C SummaryᆰdONLNd \h)I4-1N‡°dONLNd\h$)15°dONLNdiŒu˙(rŒ    ConstantsÆ°dONLNdiu)@4-1u@°dONLNdiu%)15°dONLNd"vŒÇÎ(ŒData T:`°dONLNd(vÎǡ)ypes“@°dONLNd.vÇ )(4-1ôÄ°dONLNd1v Ç*)18°dONLNd4ÉŒèK(åŒColor QuickDraw Functionsµ °dONLNdOÉ_èv)ë4-122°dONLNdUêŒú(ôŒApplication-Defi†°dONLNdeêúR)J ned Functione‡°dONLNdsêgú~)O4-124°dONLNdyùƒ©G(¶ƒAssembly-Language SummarÔÄ°dONLNdëùG©L)Éy~†°dONLNdîùa©x)4-124°dONLNdö™Œ∂Ò(≥ŒData Str``°dONLNd¢™Ú∂    )$ucturÊ@°dONLNdß™    ∂)esχ°dONLNd´™&∂=)4-124°dONLNd±∑ƒ√˛(¿ƒ Result Codesï`°dONLNdø∑√))N4-128
  102. ÛH˙4ÙH˙ ıHı
  103. ˇ·ˇ‚7^,     Helvetica °dONLNd≈ÁHÚx(ÔH    Chapter 5°dONLNdœ‰∫Û')rGraphics Devices
  104. , °dONLNd·Ê<ÚI)Ç5-1°dONLNdÊ˙∫%(∫About Graphics Devices °dONLNd˛˙:G)Ä5-3°dONLNd∫#(∫Using Graphics DevicesV`°dONLNd8E)~5-6°dONLNdƒ ˘(ƒ Optimizing ‡`°dONLNd)˘ ˇ)5Y†‡°dONLNd*ˇ P)our Images for Dif‡@°dONLNd<P \)Qfer¬¿°dONLNd?\ π) ent Graphics Devices)`°dONLNdUŒ €)r5-8°dONLNdY!ƒ-˘(*ƒ    Zooming W&¿°dONLNdb!˘-O)5indows on MultiscrN`°dONLNdt!O-Ö)V een Systems[‡°dONLNdÅ!ô-¶)J5-9°dONLNdÖ.ƒ:H(7ƒSetting a Device’s Pixel Depth°dONLNd•.]:o)ô5-13°dONLNd™;ƒG=(DƒExceptional Cases When W∂`°dONLNd¬;<Ge)xorking Wȇ°dONLNd ;eG±))ith Color DevicesO`°dONLNd›;ΔGÿ)a5-13°dONLNd‚H∫T!(Q∫Graphics Devices Referc`°dONLNd¯H!T4)gence8@°dONLNd˛HIT[)(5-14°dONLNdUƒaÁ(^ƒData Str``°dONLNd UËaˇ)$ucturÊ@°dONLNdUˇa)e؇°dONLNdUa)sχ°dONLNdUa.)5-15°dONLNdbƒn (kƒR.°dONLNdbÀnJ)outines for Graphics Devicesr†°dONLNd8b^np)ì5-19°dONLNd=oŒ{Ÿ(xŒCr\°dONLNd?oŸ{k) "eating, Setting, and Disposing of ûÄ°dONLNdaok{z)íGD¸‡°dONLNdcoz{¨) evice Recor1`°dONLNdno≠{∑)3dsä °dONLNdroÀ{›)5-19°dONLNdw|Œà(ÖŒ Getting the 7`°dONLNdÉ|à    )4A†°dONLNdÑ|    à{)vailable Graphics DevicesMÄ°dONLNdü|èà°)Ü5-25°dONLNd§âŒïw(íŒ&Determining the Characteristics of a Vı†°dONLNd âvï™)® ideo Device@°dONLNd◊âøï—)I5-29°dONLNd‹ñŒ¢R(üŒChanging the Pixel Depth for îÄ°dONLNd˘ñR¢`)Ña V¿°dONLNd¸ñ`¢})ideo D@Ä°dONLNdñ~¢î)evice“†°dONLNd    ñ®¢∫)*5-33°dONLNd£ƒØ(¨ƒApplication-Defi†°dONLNd£ØD)J ned Routine ¿°dONLNd+£YØk)K5-35°dONLNd0∞ƒº„(πƒResourv@°dONLNd6∞„ºÏ)ce∞ °dONLNd:∞º)5-37°dONLNd?ΩŒ…Ó(ΔŒThe Scr0¿°dONLNdFΩÔ… )!
  105. een Resour †°dONLNdPΩ …))1ceEÄ°dONLNdTΩ=…O)5-37°dONLNdY ∫÷@(”∫Summary of Graphics Devices√@°dONLNdv T÷f)ö5-38°dONLNd{◊ƒ„(‡ƒPascal Summary‡°dONLNdã◊"„4)^5-38°dONLNdꉌı(ÌŒConstantq°dONLNdò‰ˆ˙)(sÆ°dONLNdõ‰ )5-38°dONLNd†ÒŒ˝Î(˙ŒData T:`°dONLNd¶Òνˇ)ypes“@°dONLNd¨Ò˝%)(5-39°dONLNd±˛Œ
  106. S(ŒRoutines for Graphics Devicesr†°dONLNd–˛h
  107. z)ö5-40°dONLNd’ Œ’(ŒAG@°dONLNd÷ ÷)pplication-Defi†°dONLNd I)B
  108. ned RoutinC °dONLNdÔ JN)2e ¿°dONLNdÚ cu)5-40°dONLNd˜ƒ$˘(!ƒ    C SummaryᆰdONLNd$)I5-41°dONLNd%Œ1˙(.Œ    ConstantsÆ°dONLNd%1 )@5-41°dONLNd2Œ>Î(;ŒData T:`°dONLNd2Î>ˇ)ypes“@°dONLNd#2>%)(5-41°dONLNd(?ŒK”(HŒF °dONLNd)?‘KX)unctions for Graphics DevicesÀ¿°dONLNdH?lK~)ò5-43°dONLNdMLŒX’(UŒAG@°dONLNdNL÷X)pplication-Defi†°dONLNd]LXL)B ned FunctioîÄ°dONLNdhLMXR)5ne‡°dONLNdkLgXy)5-44°dONLNdpYƒeL(bƒAssembly-Language Summary~†°dONLNdãYaes)ù5-44°dONLNdêfŒr›(oŒDat†°dONLNdìffirÒ)a Str``°dONLNdòfÚr    )ucturÊ@°dONLNdùf    r)e؇°dONLNd†f"r4)5-44°dONLNd•sŒı(|ŒGlobal Vº °dONLNd≠sÙ)&ariables¿°dONLNd∑s+=)75-44ˇn@ˇ ˇˇˇˇ@
  109. ˇ·ˇ‚7^
  110. 4⁄*ˇ¯, Palatino
  111. .(·*viii4^*¿¯
  112. k*r¯4l*r¯ m*m¯
  113. ˇ·ˇ‚7^,     Helvetica °dONLNd_*jZ(g*    Chapter 6°dONLNd
  114. \úk™)rOf†°dONLNd \´k%)fscreen Graphics W¨`°dONLNd\%kC)zorlds
  115.  °dONLNd%^Xje)36-1°dONLNd*rú~≈({úAbout Of°dONLNd2rΔ~’)*fscr÷ °dONLNd6r’~)een Graphics WL†°dONLNdDr~1)Forldsı‡°dONLNdKrE~R)*6-3°dONLNdOúã√(àúUsing OfO@°dONLNdWƒã”)(fscr`°dONLNd[‘ã)een Graphics WㇰdONLNdiã/)Eorlds5 °dONLNdpDãQ)+6-4°dONLNdtå¶ò±(ï¶Cr\°dONLNdvå±òÁ) eating an OfÑ`°dONLNdÇåÁòˆ)6fscrJÄ°dONLNdÜå˜ò=)een Graphics W¡°dONLNdîå<òN)Eorld-@°dONLNdöåcòp)'6-5°dONLNdûô¶•?(¢¶#Setting the Graphics Port for an Oft‡°dONLNd¡ô?•N)ôfscr;°dONLNd≈ôO•ï)een Graphics W±Ä°dONLNd”ô)Eorld¿°dONLNdŸôª•»)'6-8°dONLNd›¶¶≤¸(ضDrawing Into an Of °dONLNdÔ¶˝≤ )Wfscr— °dONLNdÛ¶ ≤R)een Graphics WG†°dONLNd¶R≤d)Forld≥‡°dONLNd¶x≤Ö)&6-8°dONLNd ≥¶øÁ(º¶Copying an Of∫ °dONLNd≥Áøˆ)AfscrÄ@°dONLNd≥˜øL)een Image Into a WÀ@°dONLNd.≥Løh)Uindowm@°dONLNd5≥}øä)16-9°dONLNd9¿¶ÃÎ(…¶Updating an Of√‡°dONLNdG¿ÎÃ˙)Efscrä°dONLNdK¿˚ÃA)een Graphics WÄ°dONLNdY¿AÃS)Forldl¿°dONLNd_¿gÃt)&6-9°dONLNdcÕ¶Ÿ±(÷¶Cr\°dONLNdeÕ±Ÿ ) eating a Mask and a Sour‡¿°dONLNd}Õ Ÿ`)oce Image in Of·¿°dONLNdãÕ`Ÿo)@fscr߇°dONLNdèÕpŸ¨)een Graphics     `°dONLNdúÕ≠Ÿ∑)=W`°dONLNdùÕ∂ŸÃ)    orlds«†°dONLNd§Õ‡ŸÚ)*6-10°dONLNd©⁄úÊß(„úOfÇ °dONLNd´⁄ßÊ∂) fscrH@°dONLNdØ⁄∑Ê˝)een Graphics Wæ¿°dONLNdΩ⁄¸Ê,)E orlds ReferB °dONLNd»⁄-Ê@)1ence°dONLNdŒ⁄UÊg)(6-12°dONLNd”Á¶Û…(¶Data Str``°dONLNd€Á Û·)$ucturÊ@°dONLNd‡Á·ÛÍ)esχ°dONLNd‰Á˛Û)6-12°dONLNdÈÙ¶Õ(˝¶Routines≠`°dONLNdÛÙ·Û);6-16°dONLNd¯∞ª(
  116. ∞Cr\°dONLNd˙ª€) eating, RÄ°dONLNd€^) Altering, and Disposing of Ofb`°dONLNd^m)Éfscr(Ä°dONLNd#n¥)een Graphics Wü°dONLNd1≥…)EorldsH@°dONLNd8fi)+6-16°dONLNd=∞(∞Saving and Restoring ƒ°dONLNdRh)aGraphics Ports and  °dONLNdeit)XOf!@°dONLNdgtÉ) fscrÁ`°dONLNdkÉø)een Graphics °dONLNdx∫'ƒ($∫Wï°dONLNdy√'Ÿ)    orlds>@°dONLNdÄÓ')+6-27°dONLNdÖ(∞4¯(1∞Managing an Ofr °dONLNdì(¯4)Hfscr8@°dONLNdó(4N)een Graphics WÆ¿°dONLNd•(M4ú)Eorld’s Pixel Imagew °dONLNdπ(±4√)d6-30°dONLNdæ5úA‡(>úSummary of Ofº °dONLNdÀ5‡AÔ)DfscrÇ@°dONLNdœ5A6)een Graphics W¯¿°dONLNd›55AK)Eorlds¢°dONLNd‰5`Ar)+6-40°dONLNdÈB¶NÔ(K¶Pascal Summary‡°dONLNd˘BN)^6-40°dONLNd˛O∞[‹(X∞    ConstantsÆ°dONLNd    O[)@6-40°dONLNd\∞hÕ(e∞Data T:`°dONLNd\Õh·)ypes“@°dONLNd\ıh)(6-41°dONLNdi∞u◊(r∞Routines≠`°dONLNd)iÎu˝);6-42°dONLNd.v¶Ç€(¶    C SummaryᆰdONLNd9vÔÇ)I6-43°dONLNd>É∞è‹(å∞    ConstantsÆ°dONLNdIÉè)@6-43°dONLNdNê∞úÕ(ô∞Data T:`°dONLNdTêÕú·)ypes“@°dONLNdZêıú)(6-44°dONLNd_ù∞©€(¶∞    FunctionsÄ°dONLNdjù©)@6-45°dONLNdo™¶∂.(≥¶Assembly-Language Summary~†°dONLNdä™C∂U)ù6-46°dONLNdè∑¶√‡(¿¶ Result Codesï`°dONLNdù∑Ù√)N6-46
  117. Û*˙¯4Ù*˙¯ ı*ı¯
  118. ˇ·ˇ‚7^ °dONLNd¢Á*ÚZ(Ô*    Chapter 7°dONLNd¨‰úÛŒ)rPictures
  119. °dONLNd∂Ê„Ú)G7-1°dONLNdª˙ú’(ú About Pictur~†°dONLNd«˙’fi)9esÖ@°dONLNdÀ˙Úˇ)7-4°dONLNdœ¶¿(¶Pictur¿°dONLNd’¿Î)    e FormatsÖ°dONLNd‡)@7-5°dONLNd‰¶ _(¶$Opcodes: Drawing Commands and PicturÚ`°dONLNd_ ñ)π
  120. e Comments䇰dONLNd´ ∏)L7-6°dONLNd!¶-€(*¶ Color PicturM¿°dONLNd$!‹-M)6es in Basic Graphics Ports≠Ä°dONLNd@!a-n)Ö7-6°dONLNdD.¶:(7¶'PICT' Files, 'PICT' Resourl°dONLNd_.:ß)s ces, and the 'PICT' Scrap Format'`°dONLNdÅ.º:…)£7-7°dONLNdÖ;¶G”(D¶
  121. The Pictur,Ä°dONLNdè;‘G˛). e Utilitiesj@°dONLNdú;G)>7-8°dONLNd†HúT”(Qú Using PicturΩ‡°dONLNd¨H”T‹)7esƒÄ°dONLNd∞HT˝)7-8°dONLNd¥U¶a±(^¶Cr\°dONLNd∂U±a&) eating and Drawing PicturfiÄ°dONLNdœU&a/)ues °dONLNd”UCaU)7-10°dONLNdÿb¶n'(k¶Opening and Drawing PicturoÄ°dONLNdÚb'n0)Åesv °dONLNdˆbDnV)7-13°dONLNd˚o∞{˚(x∞Drawing a Pictur@Ä°dONLNd o¸{)Le StorF¿°dONLNdo{b)ed in a 'PICT' File◊°dONLNd&ov{à)a7-13°dONLNd+|∞à˚(Ö∞Drawing a Pictur@Ä°dONLNd;|¸à)Le StorF¿°dONLNdA|àV)ed in the ScrapË°dONLNdR|jà|)U7-17°dONLNdWâ∞ï¬(í∞Defi†°dONLNd[â√ïB)ning a Destination Rectangle@°dONLNdyâVïh)ì7-18°dONLNd~ñ∞¢˚(ü∞Drawing a Pictur@Ä°dONLNdéñ¸¢)Le StorF¿°dONLNdîñ¢q)ed in a 'PICT' Resour£¿°dONLNd©ñq¢z)\ce›†°dONLNd≠ñ领)7-20°dONLNd≤£¶Ø·(¨¶Saving Picturü†°dONLNdø£·ØÍ);es¶@°dONLNd√£˛Ø)7-21°dONLNd»∞¶ºÔ(π¶Gathering Pictur*¿°dONLNdÿ∞º,)Je Information•‡°dONLNdÁ∞@ºR)P7-24ˇX@ˇ ˇˇˇˇ@
  122. ˇ·ˇ‚7^
  123. 4⁄∫˙, Palatino
  124. ., (‡ix4^H¿°dONLNd\∫h‘(e∫Pictur¿°dONLNd\‘h˜)es Refer—Ä°dONLNd\˜h
  125. )#ence¶`°dONLNd\h1)(7-26°dONLNdiƒuÁ(rƒData Str``°dONLNd!iËuˇ)$ucturÊ@°dONLNd&iˇu)esχ°dONLNd*iu.)7-27°dONLNd/vƒÇ((ƒQuickDraw and PicturØÄ°dONLNdCv(Ç{)de Utilities Routinesö†°dONLNdYvêÇ¢)h7-36°dONLNd^ÉŒèŸ(åŒCr\°dONLNd`ÉŸè_) eating and Disposing of Pictur∏@°dONLNd~É_èh)Ües懰dONLNdÇÉ|èé)7-36°dONLNdáêŒú(ôŒDrawing Pictur¿Ä°dONLNdïêú)Des« °dONLNdôê/úA)7-43°dONLNdûùŒ©(¶ŒCollecting Picturì °dONLNdØù©T)Je Information@°dONLNdæùi©{)Q7-46°dONLNd√™ƒ∂(≥ƒApplication-Defi†°dONLNd”™∂H)J ned RoutinesI¿°dONLNd·™]∂o)O7-61°dONLNdÊ∑ƒ√„(¿ƒResourv@°dONLNdÏ∑„√)cesÌ °dONLNdÒ∑√)!7-67°dONLNdˆƒŒ–˚(ÕŒ
  126. The Pictur,Ä°dONLNdƒ¸–").e Resourl`°dONLNdƒ"–+)&ce¶@°dONLNd ƒ?–Q)7-67°dONLNd—Œ›˙(⁄Œ    The Colork °dONLNd—˙›e),-Picking Method Resour”`°dONLNd0—e›n)kce@°dONLNd4—É›ï)7-68°dONLNd9fi∫Í(Á∫Summary of Pictur*¿°dONLNdJfiÍW)Tes and the Picturφ°dONLNd[fiWÍÅ)I e Utilities*`°dONLNdhfiñÍ®)?7-69°dONLNdm΃˜(ÙƒPascal Summary‡°dONLNd}Î"˜4)^7-69°dONLNdǯŒ˙(Œ    ConstantsÆ°dONLNd篠)@7-69°dONLNdíŒÎ(ŒData T:`°dONLNdòΡ)ypes“@°dONLNdû%)(7-69°dONLNd£Œı(ŒRoutines≠`°dONLNd≠    );7-72°dONLNd≤Œ+((ŒApplication-Defi†°dONLNd¬+R)J ned RoutinesI¿°dONLNd–g+y)O7-73°dONLNd’,ƒ8˘(5ƒ    C SummaryᆰdONLNd‡,8)I7-73°dONLNdÂ9ŒE˙(BŒ    ConstantsÆ°dONLNd9E )@7-73°dONLNdıFŒRÎ(OŒData T:`°dONLNd˚FÎRˇ)ypes“@°dONLNdFR%)(7-74°dONLNdSŒ_˘(\Œ    FunctionsÄ°dONLNdS_ )@7-76°dONLNd`Œl(iŒApplication-Defi†°dONLNd&`lV)Jned Functions¢‡°dONLNd5`kl})S7-77°dONLNd:mƒyL(vƒAssembly-Language Summary~†°dONLNdUmays)ù7-78°dONLNdZzŒÜÒ(ÉŒData Str``°dONLNdbzÚÜ    )$ucturÊ@°dONLNdgz    Ü)esχ°dONLNdkz&Ü8)7-78°dONLNdpáŒì‘(êŒT∫¿°dONLNdqá”ì˚)rap Macr⁄°dONLNdyá˚ì)(osåÄ°dONLNd}áì+)7-80°dONLNdÇ˛(ùƒ Result Codesï`°dONLNdêî†$)N7-80
  127. –H◊4—H◊ “H“
  128. ˇ·ˇ‚7^,     Helvetica °dONLNdïƒHœx(ÃH    Chapter 8°dONLNdü¡∫–)rCursor Utilities
  129. y‡°dONLNd±√)œ6)o8-1°dONLNd∂◊∫„(‡∫About the Cursor! °dONLNd»◊„))b8-3°dONLNdÉ∫¡(Ì∫UG@°dONLNdÕ‰¬)sing the Cursor``°dONLNd‹‰+)D
  130.  Utilities‘Ä°dONLNdˉ?L)98-5°dONLNdÏÒƒ˝%(˙ƒInitializing the Cursoro‡°dONLNdÒ:˝G)v8-6°dONLNd    ˛ƒ
  131. (ƒChanging the ê¿°dONLNd˛
  132. t)>Appearance of the Cursor`°dONLNd0˛â
  133. ñ)á8-7°dONLNd4 ƒœ(ƒCr\°dONLNd6 œ‰) eatin!¿°dONLNd; Â˙)g an #‡°dONLNd@ ˙)AΠ°dONLNdA B)nimated Curso„‡°dONLNdN CF)Br÷Ä°dONLNdQ [m)8-13°dONLNdV∫$(!∫Cursor Utilities ReferÑ °dONLNdl$+)^enceY°dONLNdr@$R)(8-16°dONLNdw%ƒ1Á(.ƒData Str``°dONLNd%Ë1ˇ)$ucturÊ@°dONLNdÑ%ˇ1)esχ°dONLNdà%1.)8-16°dONLNdç2ƒ>Î(;ƒRoutines≠`°dONLNdó2ˇ>);8-21°dONLNdú?ŒK(HŒInitializing Cs†°dONLNd™?K):ursorÄ°dONLNdØ? K$)sOÄ°dONLNd≤?8KJ)8-21°dONLNd∑LŒXk(UŒ Changing Black-and-White Cursorsb¿°dONLNdŸLÄXí)≤8-24°dONLNdfiYŒe:(bŒChanging Color Cursors·†°dONLNdˆYNe`)Ä8-25°dONLNd˚fŒrP(oŒHiding and Showing Cursors§‡°dONLNdfdrv)ñ8-28°dONLNdsŒ(|Œ Displaying F¿°dONLNd'sR)3Animated Cursors6`°dONLNd9sgy)f8-31°dONLNd>ăå„(âƒResourv@°dONLNdDÄ„å)cesÌ °dONLNdIÄå)!8-33°dONLNdNçŒô!(ñŒThe Cursor ResourÁ‡°dONLNd_ç!ô*)Sce!¿°dONLNdcç?ôQ)8-33°dONLNdhöŒ¶<(£ŒThe Color Cursor ResourD‡°dONLNdö=¶F)oce~¿°dONLNdÉöZ¶l)8-34°dONLNdàߌ≥·(∞ŒThe ]`°dONLNdåß·≥P)Animated Cursor ResourÜ@°dONLNd¢ßP≥Y)oce¿ °dONLNd¶ßm≥)8-36ˇå@ˇ ˇˇˇˇ@
  134. ˇ·ˇ‚7^
  135. 4⁄*ˇ¯, Palatino
  136. .(·*x4^*¿¯°dONLNd\úh(eúSummary of Cursor Utilities‰°dONLNd\-h?)ë8-38°dONLNd"i¶uÔ(r¶Pascal Summary‡°dONLNd2iu)^8-38°dONLNd7v∞Ç‹(∞    ConstantsÆ°dONLNdBvÇ)@8-38°dONLNdGÉ∞èø(å∞Dat†°dONLNdJÉ¿èÕ)a T:`°dONLNdMÉÕè·)ypes“@°dONLNdSÉıè)(8-38°dONLNdXê∞ú◊(ô∞Routines≠`°dONLNdbêÎú˝);8-39°dONLNdgù¶©€(¶¶    C SummaryᆰdONLNdrùÔ©)I8-40°dONLNdw™∞∂‹(≥∞    ConstantsÆ°dONLNdÇ™∂)@8-40°dONLNdá∑∞√∑(¿∞D=@°dONLNdà∑∏√Õ)ata T:`°dONLNdç∑Õ√·)ypes“@°dONLNdì∑ı√)(8-41°dONLNdòƒ∞–µ(Õ∞F °dONLNdôƒ∂–€)unctionsÄ°dONLNd£ƒ–):8-42°dONLNd®—¶›.(⁄¶Assembly-Language Summary~†°dONLNd√—C›U)ù8-43°dONLNd»fi∞Í”(Á∞Data Str``°dONLNd–fi‘ÍÎ)$ucturÊ@°dONLNd’fiÎÍÙ)esχ°dONLNdŸfiÍ)8-43°dONLNdfiÎ∞˜◊(Ù∞Global Vº °dONLNdÊÎ÷˜Ù)&ariable–¿°dONLNdÌÎÙ˜¯)s¿°dONLNdΘ)8-43
  137. '*.¯4(*.¯ )*)¯
  138. ˇ·ˇ‚7^,     Helvetica °dONLNdı*&Z(#*    Chapter 9°dONLNdˇú')rPrinting Manager
  139. †°dONLNd&()9-1°dONLNd.ú:(7úAbout the Printing ManageræÄ°dONLNd2.-::)ë9-3°dONLNd6;¶G¨(D¶T†¿°dONLNd7;¨G)he Printing Graphics PortÆ°dONLNdR;1G>)Ö9-4°dONLNdVH¶T˙(Q¶Getting Printing Pr»@°dONLNdiH˙T
  140. )Tefert`°dONLNdmH T/)ences FrZ`°dONLNduH/Td)$ om the UserA¿°dONLNdÇHyTÜ)J9-5°dONLNdÜU¶a%(^¶QuickDraw and PostScript Pñ`°dONLNd†U%a1)rinB¿°dONLNd£U2aa) ter Drivers˘ °dONLNd∞UuaÇ)C9-8°dONLNd¥b¶n¨(k¶P↰dONLNdµb¨n)age and Paper Rectanglesë@°dONLNdœb1nC)Ö9-10°dONLNd‘o¶{(x¶Printer ResolutionÄ°dONLNdÂoÒ{ˆ)Kn?‡°dONLNdËo {)9-1 °dONLNdÎo{)1°dONLNdÌ|¶àÒ(Ö¶The TPrint Recorw@°dONLNd˝|Òà[)Kd and the Printing Loop߆°dONLNd|oà|)~9-1n‡°dONLNd||àÅ)1°dONLNdâ¶ï(í¶Print Status Dialog BoxesT °dONLNd6â*ï<)Ñ9-13°dONLNd;ñú¢(üúUsing the Printing Manager˝¿°dONLNdWñ+¢=)è9-15°dONLNd\£¶ر(¨¶Cr\°dONLNd^£±Ø>) eating and Using a TPrint Recor¶†°dONLNd}£>ØD)çd¬`°dONLNdÄ£XØj)9-17°dONLNdÖ∞¶º(π¶Printing a Document¿°dONLNdö∞º))q9-18°dONLNdüΩ∞…‡(Δ∞ Printing Frï`°dONLNd™Ω‡…)0om the Finder› °dONLNdπΩ2…D)R9-25°dONLNdæ ∞÷π(”∞PrN†°dONLNd¿ ∫÷})
  141. (oviding Names of Documents Being PrintedŒ¿°dONLNdÍ ë÷£)◊9-27°dONLNdÔ◊∞„Ô(‡∞Printing HintsÀ¿°dONLNdˇ◊„)S9-27°dONLNd‰¶T(̶'Getting and Setting Printer Informationb†°dONLNd-‰i{)√9-28°dONLNd2Ò∞˝í(˙∞2Determining and Setting the Resolution of the Curr`°dONLNddÒì˝¬)„ ent Printer`°dONLNdqÒ÷˝Ë)C9-30°dONLNdv˛∞
  142. 5(∞Determining Page OrientationD`°dONLNdî˛J
  143. \)ö9-32°dONLNdô ∞Ÿ(∞Enhancin9‡°dONLNd° ⁄&)*g Draft-Quality PÒ‡°dONLNd≤ &>)Lrintinö`°dONLNd∏ ?D)g)Ä°dONLNdª Yk)9-33°dONLNd¿¶$C(!¶$Altering the Style or Job Dialog Box`°dONLNdÊX$j)≤9-35°dONLNdÎ%¶1∞(.¶W¬†°dONLNdÏ%Ø1Ù)    riting an Idle Pru °dONLNd˝%ı1)Focedur `°dONLNd%1)e÷°dONLNd%,1>)9-38°dONLNd 2¶>(;¶Handling Printing Err`°dONLNd 2>)bors©Ä°dONLNd%2)>;)!9-41°dONLNd*?úK(HúPrinting Manager Refer≠`°dONLNd@?K)henceÇ@°dONLNdF?,K>)(9-43°dONLNdKL¶X…(U¶Data Str``°dONLNdSL X·)$ucturÊ@°dONLNdXL·XÍ)esχ°dONLNd\L˛X)9-44°dONLNdaY¶e(b¶Printing Manager RoutinesĆ°dONLNd|Y2eD)å9-57°dONLNdÅf∞ro(o∞(Opening and Closing the Printing ManagerZ`°dONLNd´fÑrñ)‘9-57°dONLNd∞s∞Á(|∞Initializing a\†°dONLNdæsËÌ)8n.°dONLNdøsÓ˝)d V‡°dONLNd¬s˝-) alidating T/`°dONLNdÕs-^)0 Print Recor  °dONLNdÿs^h)1ds"‡°dONLNd‹s}è)9-58°dONLNd·Ä∞åU(â∞#Displaying and Customizing the PrinΩ‡°dONLNdÄUåb)•t D=Ä°dONLNdÄcåï) ialog BoxesS`°dONLNdÄ©åª)F9-61°dONLNdç∞ô (ñ∞Printing a Document¿°dONLNd.ç!ô3)q9-66°dONLNd3ö∞¶    (£∞Optimizing PrintingO@°dONLNdHö¶0)n9-72ˇ¶@ˇ ˇˇˇˇ@
  144. ˇ·ˇ‚7^
  145. 4⁄∫˙, Palatino
  146. ., (‡xi4^H¿°dONLNd\Œh¯(eŒHandlingÔ¿°dONLNd\¯h˙)* o¿°dONLNd    \˚h/) Printing Err`°dONLNd\0h=)5ors©Ä°dONLNd\Qhc)!9-75°dONLNdiŒu'(rŒLow-Level Routinesß °dONLNd3i;uM)m9-78°dONLNd8vƒÇ(ƒApplication-Defi†°dONLNdHvÇH)J ned RoutinesI¿°dONLNdVv]Ço)O9-84°dONLNd[É∫èQ(å∫Summary of the Printing Managerj†°dONLNd|Éfèx)¨9-87°dONLNdÅêƒú(ôƒPascal Summary‡°dONLNdëê"ú4)^9-87°dONLNdñùŒ©ı(¶ŒConstantq°dONLNdûùˆ©˙)(sÆ°dONLNd°ù© )9-87°dONLNd¶™Œ∂Î(≥ŒData T:`°dONLNd¨™Î∂ˇ)ypes“@°dONLNd≤™∂%)(9-88°dONLNd∑∑Œ√F(¿ŒPrinting Manager RoutinesĆ°dONLNd“∑Z√l)å9-92°dONLNd◊ƒŒ–(ÕŒApplication-Defi†°dONLNdÁƒ–R)J ned RoutinesI¿°dONLNdıƒg–y)O9-93°dONLNd˙—ƒ›˘(⁄ƒ    C SummaryᆰdONLNd—›)I9-94°dONLNd
  147. fiŒÍ˙(ÁŒ    ConstantsÆ°dONLNdfiÍ )@9-94°dONLNdÎŒ˜Î(ÙŒData T:`°dONLNd ÎΘˇ)ypes“@°dONLNd&Θ%)(9-95°dONLNd+¯ŒJ(ŒPrinting Manager FunctionsŸ¿°dONLNdG¯^p)ê9-99°dONLNdLŒ(ŒApplication-Defi†°dONLNd\V)Jned Functions¢‡°dONLNdkkÇ)S9-101°dONLNdqƒL(ƒAssembly-Language Summary~†°dONLNdåax)ù9-101°dONLNdíŒ+Ò((ŒData Str``°dONLNdöÚ+    )$ucturÊ@°dONLNdü    +)esχ°dONLNd£&+=)9-101°dONLNd©,Œ8‘(5ŒT∫¿°dONLNd™,”8˚)rap Macr⁄°dONLNd≤,˚8)(osåÄ°dONLNd∂,80)9-103°dONLNdº9ŒEı(BŒGlobal Vº °dONLNdƒ9ÙE)&ariable–¿°dONLNdÕ9&E=)29-103°dONLNd”FƒR˛(Oƒ Result Codesï`°dONLNd·FR))N9-104
  148. ÇHâ4ÉHâ ÑHÑ
  149. ˇ·ˇ‚7^,     Helvetica °dONLNdÁvHÅx(~H    Appendix “0°dONLNdvxÅ)0A°dONLNdÚs∫Ç!)BPicture Opcodes
  150. ¯°dONLNdu5ÅE){A-1°dONLNdâ∫ï¡(í∫Vú`°dONLNd    â¿ï;)ersion and Header Opcodes  °dONLNd$âPï`)êA-3°dONLNd(ñ∫¢‘(ü∫Pictur¿°dONLNd.ñ‘¢€)e :`°dONLNd0ñ‹¢)Opcode Data T‡°dONLNd=ñ¢2)Bypesµ¿°dONLNdCñF¢V)(A-4°dONLNdG£∫؇(¨∫Opcodesf °dONLNdN£·Ø    )'
  151.  in PicturꆰdONLNdX£    Ø)(esó@°dONLNd\£&Ø6)A-5°dONLNd`∞∫º¡(π∫A∫†°dONLNda∞¡º) Sample Extended VA¿°dONLNds∞ºY)Yersion 2 Pictur€°dONLNdÇ∞Yº])?e§†°dONLNdÖ∞rºá)A-22°dONLNdäΩ∫…¡(Δ∫A∫†°dONLNdãΩ¡…Ó)     Sample Vû‡°dONLNdîΩÌ…,),ersion 2 Pictur8 °dONLNd£Ω-…1)@e¿°dONLNd¶ΩF…[)A-24°dONLNd´ ∫÷¡(”∫A∫†°dONLNd¨ ¡÷Ó)     Sample Vû‡°dONLNdµ Ì÷,),ersion 1 Pictur8 °dONLNdƒ -÷1)@e¿°dONLNd« F÷[)A-25
  152. H4H H
  153. ˇ·ˇ‚7^ °dONLNdÃ˙HÄ(H
  154. Appendix B°dONLNd◊˜∫ú)r#Using Picture Comments for Printing
  155. ÷Ä°dONLNd¸˘∞æ)ˆB-1°dONLNd∫Û(∫ About Pictur~†°dONLNdÛ*)9
  156. e Comments °dONLNd?M)LB-3°dONLNd∫&R(#∫Maintaining Device IndependenceÊ`°dONLNd>f&t)¨B-8°dONLNdB'∫3ÿ(0∫Synchr&‡°dONLNdH'Ÿ3∏)0onizing QuickDraw and PostScript Printer Driversò °dONLNdz'Ã3fl)ÛB-10°dONLNd4∫@‹(=∫Using TLJ°dONLNdÜ4‹@)"
  157. ext Pictur®@°dONLNdê4@=)*
  158. e Comments@¿°dONLNdú4R@`)LB-1#¿°dONLNdü4`@e)1°dONLNd°AƒMn(Jƒ$Disabling and Reenabling Line Layout› °dONLNd«AÇMê)æB-1¿ °dONLNd AêMï)1°dONLNdÃNƒZ(WƒDelimiting Stringsô‡°dONLNd‡N)Z<)eB-16°dONLNdÂ[ƒgÚ(dƒ
  159. Rotating T&‡°dONLNdÔ[Úgˇ).ext[Ä°dONLNdÙ[g&)!B-17°dONLNd˘h∫t(q∫Using Graphics Pictur:¿°dONLNdhtS)b
  160. e Comments”@°dONLNdhgtz)KB-22°dONLNduƒÅ(~ƒDrawing PolygonsY`°dONLNd1u+Å>)gB-23°dONLNd6ǃé(ãƒRotating GraphicsÓ°dONLNdIÇ(é;)dB-29°dONLNdNè∫õ2(ò∫Using Line-Drawing PicturĆ°dONLNdgè2õi)x
  161. e Comments °dONLNdsè~õë)LB-33°dONLNdxúƒ®)(•ƒDrawing Dashed Lines\‡°dONLNdéú>®Q)zB-33°dONLNd쩃µ/(≤ƒUsing Fractional Line W´†°dONLNd™©/µE)kidthsÄ°dONLNd±©Zµm)+B-35ˇ`@ˇ ˇˇˇˇ@
  162. ˇ·ˇ‚7^
  163. 4⁄*ˇ¯, Palatino
  164. .(·*xii4^*¿¯°dONLNd\úh(eúUsing PostScript Pictur ‡°dONLNd\h:)g
  165. e Comments§`°dONLNd#\Nha)KB-38°dONLNd(i¶u0(r¶Calling PostScript Routines Dirñ†°dONLNdGi0uD)äectlyä`°dONLNdNiYul))B-38°dONLNdSv¶Ç/(¶Optimizing PostScript Printingù@°dONLNdsvCÇV)ùB-39°dONLNdxÉúè∂(åúPictur¿°dONLNd~É∂è˚)e Comments to ‚¿°dONLNdåÉ˚è)EAø°dONLNdçÉè)voidfi‡°dONLNdìÉ*è=)(B-40°dONLNdòêúú)(ôúIncluding Constants and Data T…¿°dONLNd∂ê(úh)åypes for Picturé`°dONLNd≈êiú†)A
  166. e Comments&‡°dONLNd—êµú»)LB-42
  167. Ã*”¯4Õ*”¯ Œ*Œ¯
  168. ˇ·ˇ‚7^,     Helvetica°dONLNd÷ΩúÔ(»úGlossary
  169. ∏Ä°dONLNd‡øÁÀ˝)KGL-1
  170. *    ¯4*    ¯ *¯
  171. ˇ·ˇ‚7^°dONLNdÊÛúæ(˛úIndex
  172. º‡°dONLNdÌı“Ê)6IN-1ˇ8@ˇ ˇˇˇˇ@
  173. ˇ·ˇ‚7^
  174. 4⁄∫˙, Palatino
  175. .Ñ`(‡xiii4^H¿ˇˇ—Úˇ◊°dONLNd[∫o‰(j∫Figur{z°dONLNd[‰o)*es, T5°dONLNd
  176. [oñ)"ables, and Listings
  177. ®HÆ4©HÆ ™∫™
  178. ˇ·ˇ‚7^,     Helvetica °dONLNdù∫®ı(•∫ Color Plates    °dONLNd-±∫ºé*6Color plates are immediately preceding the title page.°dONLNddΩ∫»Ò* Color Plate 1°dONLNdrΩ»ô)N&The colors of the default color tables°dONLNdô…∫‘Ò(—∫Color Plate 2.°dONLNdß…‘!)NUsing ,
  179. Courier°dONLNd≠…!‘I)CopyBits°dONLNdµ…I‘õ)( to colorize an image.°dONLNdÀ’∫‡Ò(›∫Color Plate 3.°dONLNdŸ’‡K)NExamples of the °dONLNdÈ’K‡s)CCopyMask°dONLNdÒ’s‡û)(
  180.  procedure.°dONLNd¸·∫ÏÒ(È∫Color Plate 4°dONLNd
  181. ·Ï>)N Using a mask
  182. H4H ∫
  183. ˇ·ˇ‚7^
  184. °dONLNdHs(H    Chapter 1 °dONLNd!∫8)rIntroduction to QuickDraw    ¿°dONLNd<KX)ë1-1°dONLNdA∫$‰(!∫
  185. Figure 1-1°dONLNdL$)NA0°dONLNdM$) ÇP°dONLNdN$Q)grayscale image °dONLNd]R$√)B representing bits in memoryÖ0°dONLNd{’$‚)É1-6°dONLNd%∫0‰(-∫
  186. Figure 1-2°dONLNdä%0•)N%The QuickDraw global coordinate planeP°dONLNd±%∏0≈)∞1-7°dONLNdµ1∫<‰(9∫
  187. Figure 1-3°dONLNd¿1<)NA0°dONLNd¡1<0) window’X°dONLNd…10<≈)"%s local and global coordinate systems‡¿°dONLNd1◊<‰)ß1-8°dONLNdÙ=∫H‰(E∫
  188. Figure 1-4°dONLNdˇ=H\)NThe coordinate plane–°dONLNd=oH|)g1-8°dONLNdI∫T‰(Q∫
  189. Figure 1-5°dONLNd$ITL)NPoints and pixelsÑ¿°dONLNd7I^Tk)V1-9°dONLNd;U∫`‰(]∫
  190. Figure 1-6°dONLNdFU`A)NDrawing a lineÄ`°dONLNdVUS`e)K1-10°dONLNd[a∫l‰(i∫
  191. Figure 1-7°dONLNdfal)NLÄ–°dONLNdgal)ines¿°dONLNdkalW) drawn with difYP°dONLNdzaWl◊)9!ferent bit patterns and pen sizesb¿°dONLNdùaÈl˚)í1-12°dONLNd¢m∫x‰(u∫
  192. Figure 1-8°dONLNd≠mx)NA0°dONLNdÆmx5)
  193.  rectangleÑÄ°dONLNd∫mGxY)91-12°dONLNdøy∫щ(Å∫
  194. Figure 1-9°dONLNd yÑ&)NAn ovaldž°dONLNd”y8ÑJ)01-13°dONLNdÿÖ∫êÍ(ç∫ Figure 1-10°dONLNd‰ÖêX)NAn arc and a wedgeá`°dONLNd¯Öjê|)b1-14°dONLNd˝ë∫úÍ(ô∫ Figure 1-11°dONLNd    ëú)NA0°dONLNd
  195. ëúY) rounded rectangle0°dONLNdëkú})]1-15°dONLNd#ù∫®Í(•∫ Figure 1-12°dONLNd/ù®)NA0°dONLNd0ù®0) polygon∞°dONLNd:ùB®T)41-15°dONLNd?©∫¥Í(±∫ Figure 1-13°dONLNdK©¥)NTÄ–°dONLNdL©¥8)
  196. wo regionsP°dONLNdX©K¥])>1-16°dONLNd]µ∫¿Í(Ω∫ Figure 1-14°dONLNdiµ¿)NA0°dONLNdjµ¿) ÇP°dONLNdkµ¿,)simple `°dONLNdrµ-¿v)QuickDraw pictureÄp°dONLNdÖµà¿ö)[1-16°dONLNdä¡∫ÃÍ(…∫ Figure 1-15°dONLNdñ¡Ãê)N"Filling and framing various shapes °dONLNd∫¡£Ãµ)õ1-17°dONLNdøÕ∫ÿÍ(’∫ Figure 1-16°dONLNdÀÕÿ)NA0°dONLNdÃÕÿ[) two-screen systemÇ °dONLNd‡Õmÿ)_1-21°dONLNdŸ∫‰Í(·∫ Figure 1-17.°dONLNdÒŸ‰)NThe °dONLNdıŸ‰<)GDevice°dONLNd¸Ÿ<‰Â)#, record and pixel map for a 4-bit video card°dONLNd*Ÿ˜‰    )ª1-22.°dONLNd/Â∫Í(Ì∫ Figure 1-18°dONLNd;Â4)N
  197. The indexe∞°dONLNdEÂ5B)-d-p°dONLNdHÂBc)    ixel pathÜ °dONLNdSÂuá)31-24°dONLNdXÒ∫¸Í(˘∫ Figure 1-19°dONLNddÒ¸-)N    The direc¿°dONLNdmÒ.¸8)&t-pÄ`°dONLNdpÒ8¸Y)
  198.     ixel pathÄ°dONLNd{Òl¸~)41-25°dONLNdÄ˝∫Í(∫ Figure 1-20°dONLNdå˝Ö)NThe job dialog box for a StyleW]0°dONLNd´˝Ö∞)}riter printer⁄0°dONLNd∫˝¬‘)=1-26°dONLNdø    ∫Í(∫ Figure 1-21°dONLNdÀ    á)NThe job dialog box for a LaserW›P°dONLNdÍ    á≤)riter printerZP°dONLNd˘    ≈◊)>1-27
  199. 8H>49H> :∫:
  200. ˇ·ˇ‚7^
  201. °dONLNd˛,H8s(5H    Chapter 2 °dONLNd-∫8)rBasic QuickDraw    =†°dONLNd- 8-)f2-1°dONLNdA∫L‰(I∫
  202. Figure 2-1.°dONLNd)AL)NThe °dONLNd-ALA)GrafPort°dONLNd5AAL)( record and the °dONLNdEALù)>BitMap°dONLNdKAùLπ) record°dONLNdTAÀLÿ).2-8.°dONLNdXM∫X‰(U∫
  203. Figure 2-2°dONLNdcMX)NA0°dONLNddMX5)
  204.  bit image °dONLNdpMGXT)92-9°dONLNdtY∫d‰(a∫
  205. Figure 2-3°dONLNdYd)NARelationship of the boundary rectangle and the port rectangle to °dONLNd¿cnz*
  206. the global coordinate system†°dONLNdficçnü)Ö2-10°dONLNd„o∫z‰(w∫
  207. Figure 2-4°dONLNdÓoz)NBComparing the boundary rectangle, port rectangle, visible region, °dONLNd0yÑS*
  208. and clipping region °dONLNdEyfÑx)^2-12°dONLNdJÖ∫ê‰(ç∫
  209. Figure 2-5°dONLNdUÖê¨)N(Moving a document relative to its windowÖÄ°dONLNdÖæê–)∂2-21°dONLNdÑë∫ú‰(ô∫
  210. Figure 2-6°dONLNdèëú≥)N*Updating the contents of a scrolled windowä∞°dONLNdªë≈ú◊)Ω2-24ˇ!d@ˇ ˇˇˇˇ@
  211. ˇ·ˇ‚7^
  212. 4⁄*ˇ¯, Palatino
  213. .(·*xiv4^*¿¯,     Helvetica    °dONLNd\úgΔ(dú
  214. Figure 2-7°dONLNd \Íg∞)N3Restoring the window origin of the port rectangle tâ°dONLNd>\∞gµ)Δoâ–°dONLNd?\µgË) a horizontal °dONLNdMfÍqõ(nÍ.coordinate of 0 and a vertical coordinate of 0 –°dONLNd}fÆq¿)ƒ2-25°dONLNdÇrú}Δ(zú
  215. Figure 2-8.°dONLNdçrÍ}£)N0Scrolling the image in a rectangle by using the ,
  216. Courier°dONLNdΩr£}’)π
  217. ScrollRect°dONLNd«r’}◊)2 .°dONLNd»|Íá(ÑÍ    procedure@°dONLNd”|%á7);2-44°dONLNdÿîúü√(úú    Table 2-1°dONLNd‚îÍüW)NQuickDraw global variablesÅ°dONLNd˛îiü{)2-36°dONLNd†ú´√(®ú    Table 2-2°dONLNd†Í´{)N'Initial values of a basic graphics portÜ∞°dONLNd6†ç´ü)£2-38°dONLNd;∏ú√»(¿ú Listing 2-1°dONLNdG∏Í√?)NInitializing QuickDraw~ê°dONLNd_∏R√d)h2-16°dONLNddƒúœ»(Ãú Listing 2-2°dONLNdpƒÍœ)N Using the Wć°dONLNd{ƒœà)1indow Manager to create a á°dONLNdïƒàœ§)mbasic g‡°dONLNdúƒ•œ‘) raphics port    ‡°dONLNd™ƒÊœ¯)A2-17°dONLNdØ–ú€»(ÿú Listing 2-3°dONLNdª–Í€z)N$Saving and restoring a graphics port °dONLNd·–ç€ü)£2-18°dONLNdÊ‹úÁ»(‰ú Listing 2-4°dONLNdÚ‹ÍÁ¨)N0Changing global coordinates to local coordinatesç0°dONLNd$‹æÁ–)‘2-19°dONLNd)ËúÛ»(ú Listing 2-5.°dONLNd5ËÍÛ)NUsing °dONLNd;ËÛ5)
  218. ScrollRect°dONLNdEË5Û∫)2% to scroll the bits displayed in the .°dONLNdjÚÍ˝(˙ÍwindowÄ`°dONLNdrÚ˝,)02-22
  219. !*'¯4"*'¯ #ú#¯
  220. ˇ·ˇ‚7^
  221. °dONLNdw*!U(*    Chapter 3 °dONLNdÅú!˝)rQuickDraw Drawing    ∞†°dONLNdî!)s3-1°dONLNdô*ú5Δ(2ú
  222. Figure 3-1°dONLNd§*Í5)NA0°dONLNd•*5!)  graphics peP°dONLNd±*!5&)1n °dONLNd¥*85E)3-4°dONLNd∏6úAΔ(>ú
  223. Figure 3-2°dONLNd√6ÍA)NA0°dONLNdƒ6AÚ) ÇP°dONLNd≈6ÚA˛)bit Ç∞°dONLNd…6˛A) patternч°dONLNd“6,A9).3-5°dONLNd÷BúMΔ(Jú
  224. Figure 3-3°dONLNd·BÍMÚ)NW˛†°dONLNd‚BÚM)indows fiˇ–°dONLNdÎBMb)#lled with the predefiÉ∞°dONLNdBcM°)Nned bit patternsà–°dONLNdB≥M¿)P3-7°dONLNdNúYΔ(Vú
  225. Figure 3-4°dONLNd!NÍY)N Examples of Ç`°dONLNd-NYA)4Boolean †°dONLNd5NBY~)$transfer modes°dONLNdENêY¢)N3-10°dONLNdJZúeΔ(bú
  226. Figure 3-5.°dONLNdUZÍe)N
  227. Using the °dONLNd_Ze0)(LineTo°dONLNdeZ0e[)
  228.  procedure°dONLNdqZme)=3-17.°dONLNdvfúqΔ(nú
  229. Figure 3-6°dONLNdÅfÍq)NDrawing linesp°dONLNdêf2qD)H3-18°dONLNdïrú}Δ(zú
  230. Figure 3-7.°dONLNd†rÍ})N
  231. Using the °dONLNd™r}0)(LineTo°dONLNd∞r0}C) and °dONLNdµrC}W)Line°dONLNdπrW}Ç)
  232.  procedure°dONLNd√rÇ}á)+s°dONLNdΔrô}´)3-19.°dONLNdÀ~úâΔ(Üú
  233. Figure 3-8°dONLNd÷~Íâ-)NResizing the penÑ–°dONLNdË~?âQ)U3-19°dONLNdÌäúïΔ(íú
  234. Figure 3-9°dONLNd¯äÍïO)NChanging the pen pattern
  235. @°dONLNdäbït)x3-21°dONLNdñú°Ã(ûú Figure 3-10°dONLNd#ñÍ°Ô)NTÄ–°dONLNd$ñÔ°i)wo ways to specify a rectangleÜ∞°dONLNdDñ{°ç)å3-22°dONLNdI¢ú≠Ã(™ú Figure 3-11°dONLNdU¢Í≠7)NDrawing rectanglesÅ`°dONLNdi¢I≠[)_3-22°dONLNdnÆúπÃ(∂ú Figure 3-12°dONLNdzÆÍπ#)NPainting and fiÖp°dONLNdâÆ#π_)9lling rectanglesáP°dONLNdõÆqπÉ)N3-23°dONLNd†∫ú≈Ã(¬ú Figure 3-13°dONLNd¨∫Í≈")NDrawing ovals °dONLNdª∫5≈G)K3-25°dONLNd¿Δú—Ã(Œú Figure 3-14°dONLNdÃΔÍ—)N    Drawing a°dONLNd’Δ—))n aÅ¿°dONLNdÿΔ—3) rc anÇ0°dONLNd›Δ3—?)d a°dONLNd‡Δ@—]) wedge†°dONLNdËΔo—Å)/3-26°dONLNdÌ“ú›Ã(⁄ú Figure 3-15°dONLNd˘“Í›)NA0°dONLNd˙“›Z) shape created by a regionã°dONLNd“l›~)|3-28°dONLNdfiúÈÃ(Êú Figure 3-16°dONLNd'fiÍÈE)NFilling a clipping region‡°dONLNdBfiXÈj)n3-30°dONLNdGÍúıÃ(Úú Figure 3-17°dONLNdSÍÍıé)N'Shrinking images between graphics portsp°dONLNd|Í°ı≥)∑3-33°dONLNdňúÃ(˛ú Figure 3-18.°dONLNdçˆÍ)NForty-fi°dONLNdïˆô)$ve degree angles as returned by the °dONLNdπˆôΔ)í    PtToAngle°dONLNd¬ˆΔ»)- .°dONLNd√Í (Í    procedure@°dONLNdŒ% 7);3-57°dONLNd” úÃ(ú Figure 3-19°dONLNdfl Íô)N+Oval width and height in rounded rectangles `°dONLNd  ¨æ)¬3-63°dONLNdú#Ã( ú Figure 3-20°dONLNdÍ#9)NUsing angles to defiÖ¿°dONLNd19#π)O ne the radii for arcs and wedgeså°dONLNdSÀ#›)í3-72°dONLNdX$ú/Ã(,ú Figure 3-21.°dONLNdd$Í/)NUsing °dONLNdj$/+)PaintArc°dONLNdr$+/y)( to paint a 45° angle°dONLNdâ$ã/ù)`3-74.°dONLNdé0ú;Ã(8ú Figure 3-22°dONLNdö0Í;)N    Framing aˇp°dONLNd£0;d)(nd painting polygonsáÄ°dONLNdπ0w;â)e3-82°dONLNdæ<úGÃ(Dú Figure 3-23.°dONLNd <ÍG)NUsing °dONLNd–<G&)ScalePt°dONLNd◊<&G9)# and °dONLNd‹<9GR)MapPt°dONLNd„<dG{)+3-105.°dONLNdÈHúSÃ(Pú Figure 3-24.°dONLNdıHÍS)NAp°dONLNdˆHS«)5 source image and its resulting mask produced by the p°dONLNd+H«SÔ)◊SeedFillp°dONLNd3HÔSÒ)( .°dONLNd4RÍ](ZÍ    procedure@°dONLNd?R%]<);3-109°dONLNdE^úiÃ(fú Figure 3-25.°dONLNdQ^Íi)N
  236. Parameters°dONLNd[^i0)/ for th°dONLNdb^0i7)e °dONLNdd^7i_)SeedFill°dONLNdl^_ir)( and °dONLNdq^riö)CalcMask°dONLNdy^öiΩ)( procedu°dONLNdÅ^Ωi )#res°dONLNdÜ^‹iÈ)3-1’ê°dONLNdâ^ËiÚ) 10.°dONLNdåjúuÃ(rú Figure 3-26.°dONLNdòjÍu)NAp°dONLNdôju )5 source image and the resulting mask produced by the p°dONLNdŒj uÚ)⁄CalcMaskp°dONLNd÷jÚuÙ)( .°dONLNd◊tÍ(|Í    procedure@°dONLNd‚t%2);3-1X °dONLNdÂt16) 1ÆÄ°dONLNdÊt5:)1°dONLNdËÄúãÃ(àú Figure 3-27.°dONLNdÙÄÍã)NUsing °dONLNd˙Äã+)CopyBits°dONLNdÄ+ãz)( to stretch an image°dONLNdÄåãô)a3-1’ê°dONLNdÄòã¢) 13.°dONLNdåúóÃ(îú Figure 3-28°dONLNd*åÍó)NStandard†°dONLNd2åó2)%     patterns°dONLNd=åDó[)53-128°dONLNdCòú£Ã(†ú Figure 3-29.°dONLNdOòÍ£)NFormat o°dONLNdWò£\)#f a compiled pattern°dONLNdkò\£a)O (°dONLNdmòa£)'PAT '°dONLNdsò£å)) re°dONLNdwò壮)source°dONLNdò∫£—).3-140.°dONLNdÖ§úØÃ(¨ú Figure 3-30.°dONLNdë§ÍØ)NFormat o°dONLNdô§Øo)#f a compiled pattern list (°dONLNd¥§oØç)b'PAT#'°dONLNd∫§çØ∂)
  237. ) resource°dONLNdΔ§»Øfl);3-141ˇ#@ˇ ˇˇˇˇ@
  238. ˇ·ˇ‚7^
  239. 4⁄∫˙, Palatino
  240. .‡(‡ xv4^H¿,     Helvetica    °dONLNd\∫g·(d∫    Table 3-1°dONLNd
  241. \g)NEf◊–°dONLNd \gƒ).fect of Boolean transfer modes on 1-bit pixelsa†°dONLNd<\◊g‰)«3-9°dONLNd@h∫s·(p∫    Table 3-2°dONLNdJhsl)NThe global variables for fiê°dONLNdehmsî)e    ve predefiÜp°dONLNdohîs“)'ned bit patternsãê°dONLNdÅh‰sˆ)P3-20°dONLNdÜt∫·(|∫    Table 3-3°dONLNdêt⁄)N4QuickDraw routines for calculating and manipulating °dONLNdƒ~â1*
  242.  
  243. rectangles0°dONLNd–~DâV)<3-31°dONLNd’ä∫ï·(í∫    Table 3-4°dONLNdfläï⁄)N4QuickDraw routines for calculating and manipulating °dONLNdîü%*
  244. regions@°dONLNdî8üJ)03-32°dONLNd!¨∫∑Ê(¥∫ Listing 3-1.°dONLNd-¨∑`)NDrawing lines with the ,
  245. Courier°dONLNdD¨`∑~)XLineTo°dONLNdJ¨~∑ë) and °dONLNdO¨ë∑•)Line°dONLNdS¨•∑’)  procedures°dONLNd`¨Á∑˘)B3-18.°dONLNde∏∫√Ê(¿∫ Listing 3-2.°dONLNdq∏√0)N
  246. Using the °dONLNd{∏0√S)(PenSize°dONLNdÇ∏S√~)#
  247.  procedure°dONLNdé∏ê√¢)=3-20.°dONLNdìƒ∫œÊ(Ã∫ Listing 3-3.°dONLNdüƒœ0)N
  248. Using the °dONLNd©ƒ0œN)(PenPat°dONLNd؃Nœ)1 procedure to change the pattern of the graphics .°dONLNd‡ŒŸ(÷penÇp°dONLNdÂŒ)Ÿ;)!3-21°dONLNdÍ⁄∫ÂÊ(‚∫ Listing 3-4.°dONLNdˆ⁄Â0)N
  249. Using the °dONLNd⁄0Â])(    FrameRect°dONLNd    ⁄]‘)- procedure to draw rectangles°dONLNd(⁄ʯ)â3-23.°dONLNd-Ê∫ÒÊ(Ó∫ Listing 3-5.°dONLNd9ÊÒ0)N
  250. Using the °dONLNdCÊ0Ò])(    PaintRect°dONLNdLÊ]Òp)- and °dONLNdQÊpÒò)FillRect°dONLNdYÊòÒ»)(  procedures°dONLNdfÊ⁄ÒÏ)B3-24.°dONLNdkÚ∫˝Ê(˙∫ Listing 3-6.°dONLNdwÚ˝0)N
  251. Using the °dONLNdÅÚ0˝])(    FrameOval°dONLNdäÚ]˝ø)- procedure to draw ovals°dONLNd§Ú—˝„)t3-25.°dONLNd©˛∫    Ê(∫ Listing 3-7.°dONLNdµ˛    0)N
  252. Using the °dONLNdø˛0    X)(FrameArc°dONLNd«˛X    k)( and °dONLNdÃ˛k    ì)PaintArc°dONLNd‘˛ì    √)(  procedures°dONLNd·˛’    Á)B3-26.°dONLNdÊ
  253. ∫Ê(∫ Listing 3-8°dONLNdÚ
  254. Ä)NCreating and drawing a region@°dONLNd
  255. ì•)ã3-28°dONLNd∫!Ê(∫ Listing 3-9°dONLNd"!Ü)N Creating a clipping region and fi°dONLNdCá!÷)lling it with a patternâ°dONLNd\Ë!˙)a3-29°dONLNda"∫-Î(*∫ Listing 3-10°dONLNdn"-{)NCreating a triangular polygonp°dONLNdç"é-†)Ü3-30°dONLNdí.∫9Î(6∫ Listing 3-11.°dONLNdü.90)N
  256. Using the °dONLNd©.09X)(CopyBits°dONLNd±.X9Ÿ)( procedure to copy between two .°dONLNd–8C*(@windows`°dONLNdŸ8=CO)53-33
  257. gHm4hHm i∫i
  258. ˇ·ˇ‚7^
  259. °dONLNdfi[Hgs(dH    Chapter 4 °dONLNdË\∫g)rColor QuickDraw    †‡°dONLNd˘\g,)e4-1°dONLNd˛p∫{‰(x∫
  260. Figure 4-1°dONLNd    p{d)NThe color graphics portÇ∞°dONLNd"pv{É)n4-7°dONLNd&|∫á‰(Ñ∫
  261. Figure 4-2°dONLNd1|á@)NThe pixel map–°dONLNd@|Sáe)K4-10°dONLNdEà∫ì‰(ê∫
  262. Figure 4-3.°dONLNdPàì)NT+°dONLNdQàìW)ranslating a 48-bit +°dONLNdeàWì)JRGBColor+°dONLNdmàì )(& record to an 8-bit pixel value on an .°dONLNdìíùD(öindexed deviceÖ@°dONLNd£íVùh)N4-14°dONLNd®û∫©‰(¶∫
  263. Figure 4-4°dONLNd≥û©)NT™p°dONLNd¥û©)Aranslating an 8-bit pixel value on an indexed device to a 48-bit .°dONLNdı®≥0(∞RGBColor°dONLNd˝®0≥L)( record°dONLNd®^≥p).4-15.°dONLNd ¥∫ø‰(º∫
  264. Figure 4-5.°dONLNd¥ø)NT+°dONLNd¥øW)ranslating a 48-bit +°dONLNd+¥Wø)JRGBColor+°dONLNd3¥ø)(% record to a 32-bit pixel value on a .°dONLNdXæ…:(Δdirect device†°dONLNdgæM…_)E4-15°dONLNdl ∫’‰(“∫
  265. Figure 4-6.°dONLNdw ’)NT+°dONLNdx ’W)ranslating a 48-bit +°dONLNdå W’)JRGBColor+°dONLNdî ’)(% record to a 16-bit pixel value on a .°dONLNdπ‘fl:(‹direct device†°dONLNd»‘Mfl_)E4-16°dONLNdÕ‡∫Ή(Ë∫
  266. Figure 4-7.°dONLNdÿ‡Î)NT+°dONLNdŸ‡ÎÆ),ranslating a 32-bit pixel value to a 48-bit +°dONLNd‡ÆÎ÷)°RGBColor+°dONLNd‡÷Îÿ)( .°dONLNdÍı!(Úrecordˇ–°dONLNdÍ3ıE)+4-16°dONLNdˆ∫‰(˛∫
  267. Figure 4-8.°dONLNd&ˆ)NT+°dONLNd'ˆÆ),ranslating a 16-bit pixel value to a 48-bit +°dONLNdSˆÆ÷)°RGBColor+°dONLNd[ˆ÷ÿ)( .°dONLNd\ !(recordˇ–°dONLNdd3 E)+4-17°dONLNdi ∫‰(∫
  268. Figure 4-9°dONLNdt W)NDrawing with two difVp°dONLNdà X˙)P)ferent foreground colors (on a grayscale °dONLNd±!(screeÄP°dONLNd∂!%)n)–°dONLNd∫8!J)4-23°dONLNdø"∫-Í(*∫ Figure 4-10°dONLNdÀ"-«)N0Using ResEdit to create a pixel pattern resourceàP°dONLNd˝"Ÿ-Î)—4-24°dONLNd.∫9Í(6∫ Figure 4-11°dONLNd.9A)NPainting and fiÖp°dONLNd.A9«)9$lling rectangles with pixel patterns    ∞°dONLNdC.⁄9Ï)ô4-25°dONLNdH:∫EÍ(B∫ Figure 4-12.°dONLNdT:EÄ)NCopying pixel images with the °dONLNdr:ÄE®)xCopyBits°dONLNdz:®E”)(
  269.  procedure°dONLNdÜ:ÂE˜)=4-27.°dONLNdãF∫QÍ(N∫ Figure 4-13.°dONLNdóFQÄ)NCopying pixel images with the °dONLNdµFÄQ®)xCopyMask°dONLNdΩF®Q”)(
  270.  procedure°dONLNd…FÂQ˜)=4-29.°dONLNdŒR∫]Í(Z∫ Figure 4-14.°dONLNd⁄R]Ä)NCopying pixel images with the °dONLNd¯RÄ]º)x CopyDeepMask°dONLNdRº]Á)<
  271.  procedure°dONLNdR˘] )=4-31.°dONLNd^∫iÍ(f∫ Figure 4-15°dONLNd!^i)NDifU∞°dONLNd$^iª) *ference between highlighting and inverting·°dONLNdP^Õifl)∫4-42°dONLNdUj∫uÍ(r∫ Figure 4-16.°dONLNdaju+)NFormat o°dONLNdij+uè)#f a compiled pixel pattern°dONLNdÉjèuë)d °dONLNdÑjëuî)(°dONLNdÖjîu≤)'ppat'°dONLNdãj≤uµ))°dONLNdåjµu∫) r°dONLNdéj∫u€)esource°dONLNdójÌu)34-103.°dONLNdùv∫ÅÍ(~∫ Figure 4-17.°dONLNd©vÅ+)NFormat o°dONLNd±v+Åb)#f a compiled c°dONLNdøvbÅâ)7 olor table °dONLNd vâÅå)'(°dONLNdÀvåÅ™)'clut'°dONLNd—v™Å≠))°dONLNd“v≠ÅØ) °dONLNd”vØÅ”)resource°dONLNd›vŸ)64-104.°dONLNd„Ç∫çÍ(ä∫ Figure 4-18.°dONLNdÔÇç$)NFormat°dONLNdıÇ$ç&) °dONLNdˆÇ&ç+)o°dONLNd˜Ç+çb)f a compiled c°dONLNd    Çbçâ)7 olor icon (°dONLNd    Çâçß)''cicn'°dONLNd    Çßç–)
  272. ) resource°dONLNd    "Ç‚ç˘);4-106.°dONLNd    (ö∫•·(¢∫    Table 4-1°dONLNd    2ö•∞)N(Boolean source modes with colored pixelsà°dONLNd    \ö¬•‘)∫4-33°dONLNd    a¶∫±·(Æ∫    Table 4-2°dONLNd    k¶±¶)N'Arithmetic modes in a 1-bit environment¿°dONLNd    î¶π±À)±4-41°dONLNd    ô≤∫Ω·(∫∫    Table 4-3.°dONLNd    £≤Ω)NInitia°dONLNd    ©≤Ω%)l v°dONLNd    ¨≤%Ω;)    alues°dONLNd    ±≤;ΩU) in the °dONLNd    π≤UΩÇ)    CGrafPort°dONLNd    ¬≤ÇΩû)- record°dONLNd    À≤∞Ω¬).4-64ˇl@ˇ ˇˇˇˇ@
  273. ˇ·ˇ‚7^
  274. 4⁄*ˇ¯, Palatino
  275. .(·*xvi4^*¿¯,     Helvetica    °dONLNd\úg√(dú    Table 4-4.°dONLNd
  276. \Íg%)NThe colors defi°dONLNd\%gç);ned by the global variable ,
  277. Courier°dONLNd4\çgµ)hQDColors°dONLNd>\«gŸ):4-71.°dONLNdChús√(pú    Table 4-5°dONLNdMhÍs√)N7The default color tables for grayscale graphics devicesä°dONLNdÜh’sÁ)Î4-92°dONLNdãtú√(|ú    Table 4-6°dONLNdïtÍg)N!The default color tables for coloÄ°dONLNd∂th∞)~r graphics devicesàp°dONLNd t¬‘)Z4-93°dONLNdœåúó»(îú Listing 4-1°dONLNd€åÍó)N Using the Wć°dONLNdÊåó“)1-indow Manager to create a color graphics portàê°dONLNdå‰óˆ)…4-20°dONLNdòú£»(†ú Listing 4-2°dONLNd&òÍ£c)NChanging the foreground colorp°dONLNdEòv£à)å4-22°dONLNdJ§úØ»(¨ú Listing 4-3°dONLNdV§ÍØ})N&Rez input for a pixel pattern resource@°dONLNd~§êØ¢)¶4-24°dONLNdÉ∞úª»(∏ú Listing 4-4°dONLNdè∞ͪq)N#Using pixel patterns to paint and fi∞°dONLNd≥∞rªu)àllP°dONLNd∑∞àªö)4-25°dONLNdººú«»(ƒú Listing 4-5.°dONLNd»ºÍ«)NUsing °dONLNdŒº«+)CopyBits°dONLNd÷º+«å)( to produce coloration efV°dONLNdԺ嫰)afectsV°dONLNdˆº≥«≈)'4-35.°dONLNd˚»ú”»(–ú Listing 4-6°dONLNd»Í”E)NSetting the highlight bitá@°dONLNd"»W”i)m4-42°dONLNd'‘úfl»(‹ú Listing 4-7°dONLNd3‘ÍflO)NUsing highlighting for textÑ`°dONLNdP‘afls)w4-43
  278. *    ¯4*    ¯ ú¯
  279. ˇ·ˇ‚7^
  280. °dONLNdU˜*U(*    Chapter 5 °dONLNd_¯úÚ)rGraphics Devices    ≤°dONLNdq¯)h5-1°dONLNdv úΔ(ú
  281. Figure 5-1.°dONLNdÅ ÍÙ)NTh°dONLNdÉ Ù˚)
  282. e °dONLNdÖ ˚)GDevice°dONLNdå #)# r°dONLNdé #:)ecord°dONLNdï LY))5-5.°dONLNdô$ú/»(,ú Listing 5-1.°dONLNd•$Í/)N
  283. Using the °dONLNdØ$/D)(
  284. DeviceLoop°dONLNdπ$D/o)2
  285.  procedure°dONLNd≈$Å/é)=5-8.°dONLNd…0ú;»(8ú Listing 5-2°dONLNd’0Í;()NDrawing into difWê°dONLNdÂ0(;a)>ferent screensZ0°dONLNdı0s;Ä)K5-9°dONLNd˘<úG»(Dú Listing 5-3°dONLNd<ÍG5)NZooming a windowÇ°dONLNd<GGY)]5-10
  286. k*q¯4l*q¯ múm¯
  287. ˇ·ˇ‚7^
  288. °dONLNd_*kU(h*    Chapter 6 °dONLNd&`úkß)rOfÍê°dONLNd(`ßk) fscreen Graphics WM†°dONLNd:`k)aorlds    %@°dONLNdA`2k?)*6-1°dONLNdFtú»(|ú Listing 6-1.°dONLNdRtÍ,)NUsing a single ofV°dONLNdct,©)Bfscreen graphics world and the V°dONLNdÇt©—)}CopyBitsV°dONLNdät—”)( .°dONLNdã~Íâ(ÜÍ    procedure@°dONLNdñ~%â2);6-5°dONLNdöäúï»(íú Listing 6-2.°dONLNd¶äÍï)N Using two ofV°dONLNd≤äïù)1 fscreen graphics worlds and the V°dONLNd“äùï≈)ÇCopyMaskV°dONLNd⁄ä≈ï«)( .°dONLNd€îÍü(úÍ    procedure@°dONLNdÊî%ü7);6-10
  289. √*…¯4ƒ*…¯ ≈ú≈¯
  290. ˇ·ˇ‚7^
  291. °dONLNdÎ∑*√U(¿*    Chapter 7 °dONLNdı∏ú√√)rPictures    <@°dONLNdˇ∏÷√„):7-1°dONLNdÃú◊Δ(‘ú
  292. Figure 7-1°dONLNdÃÍ◊)NA0°dONLNdÃ◊D) picture of a party hatáP°dONLNd)ÃV◊c)f7-4°dONLNd-ÿú„Δ(‡ú
  293. Figure 7-2.°dONLNd8ÿÍ„˚)NThe °dONLNd<ÿ˚„)Picture°dONLNdCÿ„:)# record°dONLNdLÿL„Y).7-5.°dONLNdP‰úÔΔ(Ïú
  294. Figure 7-3°dONLNd[‰ÍÔ)NA0°dONLNd\‰Ô)) simple picture°dONLNdm‰<ÔN)L7-12°dONLNdrú˚Δ(¯ú
  295. Figure 7-4.°dONLNd}Í˚j)N!Structure of a compiled picture (°dONLNdûj˚à)Ä'PICT'°dONLNd§à˚±)
  296. ) resource°dONLNd∞√˚’);7-68.°dONLNdµú√(ú    Table 7-1°dONLNdøÍà)N(Routine selectors for an application-defiáê°dONLNdËàŒ)ûned color-picking °dONLNd˙Í(ÍmethodÇ°dONLNd,)07-61°dONLNd*ú5»(2ú Listing 7-1°dONLNd*Í5d)NCreating and drawing a pictureê°dONLNd3*w5Ñ)ç7-1[p°dONLNd6*É5à) 1°dONLNd86úA»(>ú Listing 7-2°dONLNdD6ÍAã)N'Opening and drawing a picture from disk°dONLNdm6ûA∞)¥7-13°dONLNdrBúM»(Jú Listing 7-3°dONLNd~BÍMB)NReplacing QuickDraw’÷¿°dONLNdíBBM“)X%s standard low-level picture-reading °dONLNd∑LÍW(TÍroutine`°dONLNd¿LW*).7-15°dONLNd≈Xúc»(`ú Listing 7-4°dONLNd—XÍcº)N5Determining whether a graphics port is color or basicÉ¿°dONLNdXŒc‡)‰7-16°dONLNddúo»(lú Listing 7-5°dONLNddÍo)NA0°dONLNddoÕ)8 custom low-level procedure for spooling a picture from °dONLNdRnÍy˙(vÍdiskÄ °dONLNdXn y)"7-16°dONLNd]zúÖ»(Çú Listing 7-6°dONLNdizÍÖr)N#Pasting in a picture from the scrap@°dONLNdézÖÖó)õ7-17°dONLNdìÜúë»(éú Listing 7-7°dONLNdüÜÍë•)N1Adjusting the destination rectangle for a picture 0°dONLNd“Ü∏ë )Œ7-18°dONLNd◊íúù»(öú Listing 7-8°dONLNd„íÍùâ)N(Drawing a picture stored in a resource fiÑ °dONLNd íâùê)üleÑ@°dONLNdí¢ù¥)7-20°dONLNdûú©»(¶ú Listing 7-9.°dONLNd!ûÍ©@)NSaving a picture as a °dONLNd7û@©^)V'PICT'°dONLNd=û^©e) fi°dONLNd@ûe©l)le°dONLNdDû~©ê)7-21.°dONLNdI™úµÕ(≤ú Listing 7-10°dONLNdV™ÍµB)NReplacing QuickDraw’÷¿°dONLNdj™BµŒ)X%s standard low-level picture-writing °dONLNdè¥Íø(ºÍroutine`°dONLNdò¥ø*).7-22ˇX@ˇ ˇˇˇˇ@
  297. ˇ·ˇ‚7^
  298. 4⁄∫˙, Palatino
  299. .I (‡xvii4^H¿,     Helvetica    °dONLNd\∫gÎ(d∫ Listing 7-11°dONLNd\g)NA0°dONLNd\g„)8 custom low-level routine for spooling a picture to diskà@°dONLNdH\ıg)Á7-23°dONLNdMh∫sÎ(p∫ Listing 7-12°dONLNdZhs^)NLooking for color profiP°dONLNdqh_s¿)Wle comments in a pictureÖ`°dONLNdãh“s‰)s7-25
  300. óHù4òHù ô∫ô
  301. ˇ·ˇ‚7^
  302. °dONLNdêãHós(îH    Chapter 8 °dONLNdöå∫ó)rCursor Utilities    ¿°dONLNd¨åó!)Z8-1°dONLNd±†∫´‰(®∫
  303. Figure 8-1°dONLNdº†´C)NHot spots in cuP°dONLNdÀ†D´W)<rsorsÄ°dONLNd“†j´w)&8-4°dONLNd÷¨∫∑‰(¥∫
  304. Figure 8-2°dONLNd·¨∑q)NThe standard arrow cursorê°dONLNd¸¨Ñ∑ë)|8-8°dONLNd∏∫√‰(¿∫
  305. Figure 8-3°dONLNd ∏√Ë)N8The I-beam, crosshairs, plus sign, and wristwatch cursor °dONLNdC∏È√Ì)·sÉ °dONLNdF∏ˇ√ )8-8°dONLNdJƒ∫œ‰(Ã∫
  306. Figure 8-4°dONLNdUƒœ)NA0°dONLNdVƒœS) window and its a¿°dONLNdgƒSœ])Erro°dONLNdjƒ^œl) w a0°dONLNdmƒlœq)n°dONLNdnƒqœ{)d I°dONLNdqƒ{œ∞)
  307. -beam region@°dONLNd}ƒ∞œ¥)5sá@°dONLNdăΔœ”)8-9°dONLNdÑ–∫€‰(ÿ∫
  308. Figure 8-5°dONLNdè–€Î)N8Changing the cursor from the I-beam cursor to the arrow °dONLNd«⁄ *
  309. cursor°dONLNdœ⁄3ÂE)+8-10°dONLNd‘Ê∫Ò‰(Ó∫
  310. Figure 8-6.°dONLNdflÊÒ)NThe ,
  311. Courier°dONLNd„ÊÒ7)'CURS'°dONLNdÈÊ7Ò<) r°dONLNdÎÊ<Ò])esource°dONLNdÚÊ]Ò©)!s for an animated g°dONLNdÊ©Ò÷)L lobe cursor°dONLNdÊËÒ˙)?8-13.°dONLNdÚ∫˝‰(˙∫
  312. Figure 8-7.°dONLNd"Ú˝)NAn °dONLNd%Ú˝3)'acur'°dONLNd+Ú3˝µ)  resource for an animated cursor°dONLNdMÚ«˝Ÿ)î8-14.°dONLNdR˛∫    ‰(∫
  313. Figure 8-8.°dONLNd]˛    +)NFormat o°dONLNde˛+    |)#f a compiled cursor (°dONLNdz˛|    ö)Q'CURS'°dONLNdIJö    √)
  314. ) resource°dONLNdå˛’    Á);8-34.°dONLNdë
  315. ∫‰(∫
  316. Figure 8-9.°dONLNdú
  317. +)NFormat o°dONLNd§
  318. +è)#f a compiled color cursor °dONLNdæ
  319. èí)d(°dONLNdø
  320. í∞)'crsr'°dONLNd≈
  321. ∞≥))°dONLNdΔ
  322. ≥Ÿ)     resource°dONLNd—
  323. ν)88-35.°dONLNd÷∫!Í(∫ Figure 8-10.°dONLNd‚!+)NFormat o°dONLNdÍ+!õ)#f a compiled animated curso°dONLNdõ!£)pr (°dONLNd£!¡)'acur'°dONLNd¡!ƒ))°dONLNdƒ!Í)     resource°dONLNd¸!)88-37.°dONLNd.∫9·(6∫    Table 8-1°dONLNd).9U)NCursor appearanceɆ°dONLNd<.g9y)_8-17°dONLNdAF∫QÊ(N∫ Listing 8-1°dONLNdMFQ{)N!Initializing the Cursor Utilities˛ °dONLNdpFçQö)Ö8-6°dONLNdtR∫]Ê(Z∫ Listing 8-2°dONLNdÄR]Y)NChanging the cursorÑÄ°dONLNdïRk]})c8-10°dONLNdö^∫iÊ(f∫ Listing 8-3.°dONLNd¶^iv)NAnimating a cursor with the °dONLNd¬^vi≤)n RotateCursor°dONLNdŒ^≤i›)<
  324.  procedure°dONLNd⁄^Ôi)=8-15.°dONLNdflj∫uÊ(r∫ Listing 8-4.°dONLNdÎjuv)NAnimating a cursor with the °dONLNdjvu®)n
  325. SpinCursor°dONLNdj®u”)2
  326.  procedure°dONLNdjÂu˜)=8-15
  327. ôHü4öHü õ∫õ
  328. ˇ·ˇ‚7^
  329. .°dONLNd"çHôs(ñH    Chapter 9 °dONLNd,é∫ô)rPrinting Manager    DÄ°dONLNd>é ô-)f9-1°dONLNdC¢∫≠‰(™∫
  330. Figure 9-1°dONLNdN¢≠)NA0°dONLNdO¢≠§)& standard File menu for an applicationâ°dONLNdw¢∂≠√)®9-5°dONLNd{Æ∫π‰(∂∫
  331. Figure 9-2°dONLNdÜÆπã)N!The style dialog box for a StyleW‹Ä°dONLNdßÆãπ∂)Ériter printerYÄ°dONLNd∂Æ…π÷)>9-6°dONLNd∫∫∫≈‰(¬∫
  332. Figure 9-3°dONLNd≈∫≈é)N!The style dialog box for a LaserW\†°dONLNdÊ∫é≈π)Üriter printerŸ†°dONLNdı∫À≈ÿ)=9-7°dONLNd˘Δ∫—‰(Œ∫
  333. Figure 9-4°dONLNdΔ—Ö)NThe job dialog box for a StyleW]0°dONLNd#ΔÖ—∞)}riter printer⁄0°dONLNd2Δ¬—œ)=9-7°dONLNd6“∫›‰(⁄∫
  334. Figure 9-5°dONLNdA“›á)NThe job dialog box for a LaserW›P°dONLNd`“á›≤)riter printerZP°dONLNdo“≈›“)>9-8°dONLNdsfi∫ȉ(Ê∫
  335. Figure 9-6°dONLNd~fiÈt)NPage and paper rectanglesä °dONLNdôfiÜÈò)~9-10°dONLNdûÍ∫ı‰(Ú∫
  336. Figure 9-7.°dONLNd©Íı)NAp°dONLNd™Íı) p°dONLNd´Íı.)TPrintp°dONLNd±Í.ıJ) recordp°dONLNd∫Í\ın).9-12.°dONLNdøˆ∫‰(˛∫
  337. Figure 9-8°dONLNd ˆß)N(The print status dialog box for a LaserWfi °dONLNdÚˆß)üriter printer driver printing °dONLNd O(in the backgroundÄ°dONLNd#b t)Z9-13°dONLNd( ∫‰(∫
  338. Figure 9-9°dONLNd3 )NA0°dONLNd4 ó)" status dialog box with the LaserW‡P°dONLNdV ñ⁄)àriter printer driver∞∞°dONLNdj €‹)E’Ü°dONLNdk ›)s print status °dONLNdz!1(
  339. dialog boxɆ°dONLNdÜC!U);9-14°dONLNdã"∫-Í(*∫ Figure 9-10.°dONLNdó"-*)NHow the °dONLNdü"*-\)"
  340. PrJobMerge°dONLNd©"\-°)2 procedure works°dONLNdª"≥-≈)W9-26.°dONLNd¿.∫9Í(6∫ Figure 9-11°dONLNdÃ.9˙)N<Sample resolutions for a PostScript printer and a QuickDraw °dONLNd8C!*
  341. printerˇ@°dONLNd83CE)+9-30°dONLNdD∫OÍ(L∫ Figure 9-12°dONLNd"DO)NA0°dONLNd#DO…)0 print job dialog box with additional checkboxesç–°dONLNdUD€OÌ)Õ9-35°dONLNdZ\∫g·(d∫    Table 9-1.°dONLNdd\g)NV’ê°dONLNde\gA)alues for the ’ê°dONLNds\Agd)4lParam1’ê°dONLNdz\dgœ)# parameter when using the ’ê°dONLNdî\œg¸)k    iPrDevCtl’ê°dONLNdù\¸g˛)- .°dONLNdûfqG(ncontrol constant0°dONLNd∞fZql)R9-83°dONLNdµ~∫âÊ(Ü∫ Listing 9-1.°dONLNd¡~â\)NReading a document’V°dONLNd‘~\âc)Ts V°dONLNd÷~câÅ)TPrintV°dONLNd‹~Åâù) recordV°dONLNdÂ~Øâ¡).9-17.°dONLNdÍä∫ïÊ(í∫ Listing 9-2°dONLNdˆäï)NA0°dONLNd˜äïa) sample printing loopp°dONLNdäsïÖ)e9-20°dONLNdñ∫°Ê(û∫ Listing 9-3°dONLNdñ°È)N9Checking whether the current printer driver supports the .°dONLNdX†´5*
  342.     PrGeneral°dONLNda†5´`)-
  343.  procedure°dONLNdm†r´Ñ)=9-29ˇz@ˇ ˇˇˇˇ@
  344. ˇ·ˇ‚7^
  345. 4⁄*ˇ¯, Palatino
  346. .(·*xviii4^*¿¯,     Helvetica    °dONLNd\úg»(dú Listing 9-4.°dONLNd \Íg)N
  347. Using the ,
  348. Courier°dONLNd\gN)( getRslDataOp°dONLNd"\Nga)< and °dONLNd'\agâ)setRslOp°dONLNd/\âg—)( opcodes with the °dONLNdAfÍq(nÍ    PrGeneral°dONLNdJfqB)-
  349.  procedure°dONLNdVfTqf)=9-31.°dONLNd[rú}»(zú Listing 9-5.°dONLNdgrÍ})N
  350. Using the °dONLNdqr}?)(    getRotnOp°dONLNdzr?}Ç)- opcode with the °dONLNdãrÇ}Ø)C    PrGeneral°dONLNdîrØ}Ê)- procedure to .°dONLNd¢|ÍáU(ÑÍdetermine page orientationÜ–°dONLNdæ|gáy)}9-33°dONLNd√àúì»(êú Listing 9-6.°dONLNdœàÍì)N
  351. Using the °dONLNdŸàìI)( draftBitsOp°dONLNd‰àIìå)7 opcode with the °dONLNdıàåìπ)C    PrGeneral°dONLNd˛àπìÛ)- procedure for .°dONLNdíÍù^(öÍenhanced draft-quality printinÜ@°dONLNd+í^ùc)tgá°dONLNd.íuùá)9-34°dONLNd3ûú©»(¶ú Listing 9-7°dONLNd?ûÍ©Ÿ)NDInstalling an initialization function to alter the print job dialog °dONLNdÉ®Í≥¯*
  352. box†°dONLNdà® ≥)!9-37°dONLNdç¥úø»(ºú Listing 9-8°dONLNdô¥Íø})N&Adding items to a print job dialog box    °dONLNd¡¥êø¢)¶9-37°dONLNdΔ¿úÀ»(»ú Listing 9-9°dONLNd“¿ÍÀ0)NAn idle procedureP°dONLNd¿CÀU)Y9-40
  353. Ô*ı¯4*ı¯ ÒúÒ¯
  354. ˇ·ˇ‚7^
  355. °dONLNdÍ„*ÔV(Ï*    Appendix i‡°dONLNdÛ„VÔ\),A °dONLNdı‰úÔÌ)FPicture Opcodes    —Ä°dONLNd‰ˇÔ)cA-1°dONLNd ¯ú»(ú
  356. Figure A-1°dONLNd¯Í)NA0°dONLNd¯) pictureLJ°dONLNd!¯2)/A-23°dONLNd&úƒ(ú    Table A-1°dONLNd1Íd)NData types for picture opcodesáê°dONLNdQvÑ)åA-4°dONLNdUú'ƒ($ú    Table A-2°dONLNd_Í'ƒ)N5Opcodes for extended version 2 and version 2 pictureséÄ°dONLNdñ÷'‰)ÏA-5°dONLNdö(ú3ƒ(0ú    Table A-3°dONLNd§(Í3d)NOpcodes for version 1 picturesÖP°dONLNdƒ(v3â)åA-18°dONLNd…@úK (Hú Listing A-1.°dONLNd’@ÍK)NData for the °dONLNd‚@KC)1BkPixPat°dONLNdÍ@CKH)(, °dONLNdÏ@HKp)PnPixPat°dONLNdÙ@pKÜ)(, and °dONLNd˙@ÜK∏)
  357. FillPixPat°dONLNd@∏K∫)2 .°dONLNdJÍU (RÍopcodesÑ°dONLNdJU1)4A-17°dONLNdVúa (^ú Listing A-2.°dONLNdVÍa)NData for the °dONLNd,VaC)1BitsRect°dONLNd4VCaV)( and °dONLNd9VVaí) PackBitsRect°dONLNdEVía≤)< opcode°dONLNdLV≤a∑) s°dONLNdOV…a‹)A-17.°dONLNdTbúm (jú Listing A-3.°dONLNd`bÍm)NData for the °dONLNdmbm>)1BitsRgn°dONLNdtb>mQ)# and °dONLNdybQmà) PackBitsRgn°dONLNdÑbàm≠)7 opcodes°dONLNdébøm“)7A-18.°dONLNdìnúy (vú Listing A-4°dONLNdünÍy∏)N2Creating and drawing an extended version 2 pictureç°dONLNd”n y›)‡A-22°dONLNdÿzúÖ (Çú Listing A-5°dONLNd‰zÍÖ)NA0°dONLNdÂzÖå)& decompiled extended version 2 pictureã–°dONLNdzûÖ±)ÆA-23°dONLNdÜúë (éú Listing A-6°dONLNdÜÍë)NA0°dONLNdÜëe) decompiled version 2 picture∞°dONLNd>Üwëä)áA-24°dONLNdCíúù (öú Listing A-7°dONLNdOíÍù)NA0°dONLNdPíùe) decompiled version 1 picture∞°dONLNdoíwùä)áA-25
  358. ¡*«¯4¬*«¯ √ú√¯
  359. ˇ·ˇ‚7^
  360. °dONLNdtµ*¡](æ*
  361. Appendix B °dONLNd∂ú¡M)r#Using Picture Comments for Printing    e`°dONLNd§∂`¡n)ƒB-1°dONLNd© ú’»(“ú
  362. Figure B-1°dONLNd¥ Í’Î)N@The line layout error between a bitmapped font and a PostScript °dONLNdÙ‘Ífl˘*
  363. fontŇ°dONLNd˙‘ fl)!B-12°dONLNdˇ‡úλ(Ëú
  364. Figure B-2°dONLNd
  365. ‡ÍÎG)NMajor and minor glyphs0°dONLNd"‡ZÎm)pB-13°dONLNd'Ïú˜»(Ùú
  366. Figure B-3°dONLNd2Ï͘ï)N-Distributing layout error to the major glyphsÄ°dONLNdaÏ®˜ª)æB-13°dONLNdf¯ú»(ú
  367. Figure B-4°dONLNdq¯Í≈)N6Distributing layout error among major and minor glyphsdž°dONLNd©¯◊Í)ÌB-14°dONLNdÆú»( ú
  368. Figure B-5.°dONLNdπÍ)N
  369. Using the °dONLNd√S)(LineLayoutOff°dONLNd–Sf)A and °dONLNd’f¢) LineLayoutOn°dONLNd·¢¬)<     picture .°dONLNdÍÍ(Ícommentsˇ°dONLNdÙ%8);B-15°dONLNd˘ú%»("ú
  370. Figure B-6°dONLNdÍ%)NV÷P°dONLNdÔ%U)ariations in text alignment⁄°dONLNd"g%z)xB-18°dONLNd'&ú1»(.ú
  371. Figure B-7°dONLNd2&Í1Ô)NTÄ–°dONLNd3&Ô12)ypes of polygons°dONLNdE&E1X)VB-23°dONLNdJ2ú=»(:ú
  372. Figure B-8°dONLNdU2Í=y)N!QuickDraw and PostScript polygons°dONLNdx2å=ü)¢B-29°dONLNd}>úI»(Fú
  373. Figure B-9.°dONLNdà>ÍIp)N!Changing the pen width using the °dONLNd©>pI¨)Ü SetLineWidth°dONLNdµ>¨IÃ)<     picture .°dONLNdæHÍS(PÍcomment°dONLNd«H!S4)7B-36°dONLNdÃ`úkƒ(hú    Table B-1°dONLNd÷`Íkª)N2Names, values, and data sizes for picture commentsá¿°dONLNd
  374. `Õk€)„B-5°dONLNdlúwƒ(tú    Table B-2.°dONLNdlÍw¢)N-Low-level QuickDraw routines disabled by the °dONLNdEl¢wÌ)∏PostScriptBegin°dONLNdTlÌwÔ)K .°dONLNdUvÍÅ(~Ícomment°dONLNd^v!Å/)7B-9°dONLNdbéúô (ñú Listing B-1°dONLNdnéÍô∂)N1Synchronizing QuickDraw and the PostScript driverÖ–°dONLNd°é»ô€)fiB-10°dONLNd¶öú• (¢ú Listing B-2°dONLNd≤öÍ•*)NFlushing the buf[°dONLNd¬ö*•©)@#fer for a PostScript printer driver€ê°dONLNdÁöª•…)ëB-11`°dONLNdÍö…•Œ)1°dONLNd϶ú± (Æú Listing B-3.°dONLNd¯¶Í±o)N#Disabling line layout by using the °dONLNd¶o±∞)ÖLineLayoutOff°dONLNd(¶∞±√)A and °dONLNd-∞ͪ!(∏Í StringBegin°dONLNd8∞!ªk)7 picture comments°dONLNdK∞}ªê)\B-17ˇÃ@ˇ ˇˇˇˇ@
  375. ˇ·ˇ‚7^
  376. 4⁄∫˙, Palatino
  377. ., (‡    xix4^H¿,     Helvetica    °dONLNd\∫gË(d∫ Listing B-4°dONLNd \g¬)N.Displaying rotated text using picture comments†°dONLNd<\’gË)ÕB-21°dONLNdAh∫sË(p∫ Listing B-5°dONLNdMhsP)NCreating polygons0°dONLNd`hcsv)[B-26°dONLNdet∫Ë(|∫ Listing B-6°dONLNdqtO)NDrawing polygonsê°dONLNdÉtbu)ZB-27°dONLNdàÄ∫ãË(à∫ Listing B-7°dONLNdîÄã∞)N)Using picture comments to rotate graphics°dONLNdøÄ√ã÷)ªB-31°dONLNdƒå∫óË(î∫ Listing B-8.°dONLNd–åó0)N
  378. Using the ,
  379. Courier°dONLNd⁄å0ól)( RotateCenterp°dONLNdÊålóq)<, p°dONLNdËåqó®) RotateBeginp°dONLNdÛå®óæ)7, and p°dONLNd˘åæóÎ)    RotateEndp°dONLNdåÎó )-     picture .°dONLNd ñ°1(ûcommentsˇ°dONLNdñC°V);B-32°dONLNd¢∫≠Ë(™∫ Listing B-9.°dONLNd&¢≠0)N
  380. Using the °dONLNd0¢0≠b)(
  381. DashedLine°dONLNd:¢b≠ß)2 picture comment°dONLNdL¢π≠Ã)WB-34.°dONLNdQÆ∫πÌ(∂∫ Listing B-10.°dONLNd^Æπ0)N
  382. Using the °dONLNdhÆ0πl)( SetLineWidth°dONLNdtÆlπ±)< picture comment°dONLNdÜÆ√π÷)WB-37.°dONLNdã∫∫≈Ì(¬∫ Listing B-11°dONLNdò∫≈æ)N/Sending PostScript code directly to the printer    ∞°dONLNd…∫—≈‰)…B-39ˇJ@ˇ ˇˇˇˇ@
  383. ˇ·ˇ‚7^
  384. 4^*¿¯ˇ@ˇ ˇˇˇˇ@
  385. ˇ·ˇ‚7^
  386. 4⁄∫˙, Palatino
  387. ., (·    xxi    3, Ã(#∫PREFN )3ACE 4^H¿
  388. vHú4vHú óHó
  389. ˇ·ˇ‚7^ˇˇ¬òˇ◊°dONLNd\∫uÃ(n∫AÌò°dONLNd\Ãui)bout This Book
  390. °dONLNdú∫®Ë(•∫
  391. This book,ô@°dONLNdúË®c). Inside Macintosh: Imaging Wö†°dONLNd8úc®†){ith QuickDraw=¿°dONLNdEú†®˙)=, describes how to crD†°dONLNdZú˙®)Zeate °dONLNd_©∫µ(≤∫images, display them i&†°dONLNdu©µt)dn black and white oÊ¿°dONLNdà©tµê)Vr color“@°dONLNdè©êµı), and print them using °dONLNd¶∂∫¬î(ø∫.QuickDraw—the imaging engine available on all 9 °dONLNd‘∂﬘)€Macintosh computers.ù@°dONLNdË∂˜¬ )b The °dONLNdÌ√∫œµ(Ã∫9chapters in this book and the information they contain arfi†°dONLNd&√µœ)˚e summarized her¥¿°dONLNd6√œ )Pe.,Zapf Dingbats°dONLNd9Ÿ∫‡ø(fl∫n
  392. °dONLNd;÷Δ‚À) “°dONLNd<÷À‚€)Intr∑@°dONLNd@÷€‚K)oduction to QuickDraw” ;°dONLNdW÷L‚[)qintr¸ °dONLNd[÷[‚)'oduces you to the terms, concepts, and °dONLNdÇ‚ΔÓ(ÎΔcapabilities of≠‡°dONLNdë‚Ó)= -‡°dONLNdí‚Ó9)    QuickDrawÄ°dONLNdõ‚9Ó;)3.°dONLNdù˜∫˛ø(˝∫n
  393. °dONLNdüÙΔÀ) “°dONLNd†ÙÀJ)Basic QuickDraw” describes ~‡°dONLNdªÙKt)Ä    how to cr    ‡°dONLNdƒÙu)*#eate and manage the basic graphics °dONLNdÁΔ 2(    Δport—the drawing envir¶‡°dONLNd˝2 Â)l'onment in which your application can cr◊`°dONLNd$ ˘)≥eate °dONLNd) Δfl(ΔBgraphics and text in either black and white or eight basic colors.°dONLNdl!∫(ø('∫n
  394. °dONLNdnΔ*À) “°dONLNdoÀ*k)!QuickDraw Drawing” explains the r@°dONLNdêl*√)°outines and data strø‡°dONLNd§√*⁄)WucturE¿°dONLNd©€*Ó)es—°dONLNd¨*Δ6‡(3Δ8common to both basic QuickDraw and Color QuickDraw—that ˛ °dONLNd‰*‡6˜(3‡your °dONLNdÈ6ΔBB(?Δapplication can use to draw #Ä°dONLNd6CB\)}lines, Ã@°dONLNd 6\B_)rë@°dONLNd6`Bë) ectangles, r"°dONLNd6íB∫)2ounded r∂ °dONLNd!6∫B)(ectangles, ovals, °dONLNd3BΔNŒ(KΔarE°dONLNd5BœN◊)    csÚ@°dONLNd7B◊N) , wedges, pΔÄ°dONLNdBB    NH)2olygons, and r¯†°dONLNdPBHNd)?egionsΩ†°dONLNdVBeN…), and to copy images frD†°dONLNdmB N)eom one graphics °dONLNd}NΔZ(WΔport to another>°dONLNdåNZö)B#. This chapter also describes the rQ°dONLNdØNöZº)íoutines P`°dONLNd∑NΩZ–)#that &Ä°dONLNdºN—Z)you can use to °dONLNdÀZΔfå(cΔ+perform calculations and other manipulationY°dONLNdˆZçf¢)«s of t°¿°dONLNd¸Z¢f)hese shapes—includin…Ä°dONLNdZf)cg °dONLNdfΔr (oΔc@°dONLNdf r*)omparing them and fi¢†°dONLNd'f+r )a$nding their unions and intersections†¿°dONLNdKfÀrÕ)†.°dONLNdM{∫Çø(Å∫n
  395. °dONLNdOxΔÑÀ) “°dONLNdPxÀÑ])Color QuickDraw” describes the ‡°dONLNdox^ч)ìversion of QuickDraw that pr釰dONLNdãx‡Ñ)Ç    ovides a °dONLNdîÑΔê“(çΔ?range of color and grayscale capabilities to your application. †°dONLNd”Ñ”êŸ(ç”Yfi °dONLNd‘Ñÿê)
  396. ou should °dONLNdfiêΔú…(ôΔrE°dONLNdflê ú)Gead this chapter if your application needs to use shades of gray or mor°dONLNd&êú(ôe °dONLNd(úΔ®,(•Δcolors than the eight pr—¿°dONLNd@ú,®A)fedefiçÄ°dONLNdEúB®|)ned colors pr~†°dONLNdRú|®˜):ovided by basic QuickDrawÄ°dONLNdkú˜®˘){.°dONLNdm±∫∏ø(∑∫n
  397. °dONLNdoÆΔ∫˜) ?“Graphics Devices” describes how Color QuickDraw manages video °dONLNdÆ∫ΔΔˇ* Fdevices so that your application can draw to a window’s graphics port °dONLNdÙΔΔ“Ô*     without r◊ °dONLNd˝ΔÔ“))egarÙ‡°dONLNdΔ“Ç) d to the capabilities of the scr£`°dONLNd!ΔÉ“)Åeen—even if the window spans °dONLNd>“Δfiÿ(€ΔmoréÄ°dONLNdA“ÿfi)e than one scr@°dONLNdO“fi&)=een.°dONLNdTÁ∫Óø(Ì∫n
  398. °dONLNdV‰Δ÷) “OfÇ °dONLNdY‰÷Â)fscrH@°dONLNd]‰Ê,)een Graphics Wæ¿°dONLNdk‰+∞)Eorlds” describes how you can œ °dONLNdà‰∞≈)ÖimprR†°dONLNdå‰ΔÔ)    ove your °dONLNdïΔ¸≠(˘Δ2application’s appearance and performance by constr˘Ä°dONLNd«≠¸∫)Áuct≥@°dONLNd ª¸…)ing¸ °dONLNdÕ…¸Í) imagesŒ@°dONLNd‘θÌ)" N@°dONLNd’Ó¸˘)in °dONLNdÿ¸ΔŒ(Δof¿°dONLNd⁄¸œfi)    fscr·‡°dONLNdfi¸fi)een graphics 1`°dONLNdθQ); worlds beforë@°dONLNd˜¸Q±)8e drawing them onscrÛ†°dONLNd ¸±¬)`een.°dONLNd∫ø(∫n
  399. °dONLNdΔÂ) “Pictur¿°dONLNdÂ!)es” describes Û@°dONLNd'!J)<    how to cr~@°dONLNd0K›)*eate and draw QuickDraw pictur·@°dONLNdN›)í
  400. es, which °dONLNdXΔ&Œ(#ΔarE°dONLNdZœ& )    De sequences of saved drawing commands that your application can sharfl‡°dONLNdû &(# e °dONLNd†&Δ2ë(/Δ(among documents, even among documents cr °dONLNd»&í2 )Ãeated by other applications.°dONLNdÂ;∫Bø(A∫n
  401. °dONLNdÁ8ΔDk) &“Cursor Utilities” describes how to cr0‡°dONLNd8lD˜)¶ eate and use cursors, including °dONLNd-DΔP‹(MΔcolor∂@°dONLNd2D‹Pfi) 6@°dONLNd3DflPÇ)%and animated cursors, for indicating ö`°dONLNdXDÇPí)£the ˜¿°dONLNd\DíPï)rº¿°dONLNd]DñP˚)elative mouse location °dONLNdtPΔ\›(YΔonscr9 °dONLNdyPfi\)Eeen and for indicating when your application is performing a lengthy °dONLNdæ\Δh⁄(eΔtask.°dONLNdƒq∫xø(w∫n
  402. °dONLNdΔnΔzÀ) “°dONLNd«nÀz_)Printing Manager” describes howm°dONLNdÊn`zΩ)ï your application can„‡°dONLNd˚nΩzø)] c‡°dONLNd¸n¿zÊ)    print by kÄ°dONLNd    nÊzÓ)&cr†¿°dONLNd    nÓz˚)eat¨¿°dONLNd    
  403. n˚z )ing u†°dONLNd    n z)a °dONLNd    zΔÜÏ(ÉΔ    printing 9¿°dONLNd    zÌÜ)'    graphics §†°dONLNd    "zÜ')(portQ@°dONLNd    &z(Üÿ)& and drawing into it using QuickDraw r,†°dONLNd    Lzÿܯ)∞outines¨°dONLNd    Sz¯Ü) . This °dONLNd    ZÜΔí¿(èΔ8chapter also explains how to implement the user interfac†°dONLNd    íÜ¡í·)˚e that hÛ¿°dONLNd    öÜ·íÓ) elp߇°dONLNd    ùÜÔíÛ)s‰‡°dONLNd    ûÜÛí) users °dONLNd    •íΔû2(õΔwhen they wish to print.ˇ\@ˇ ˇˇˇˇ@
  404. ˇ·ˇ‚7^
  405. 4⁄*˙¯, Palatino
  406. .(·*xxii    3, Ã(#úPREFN )3ACE 4^*¿¯,Zapf Dingbats°dONLNd_úf°(eún
  407. °dONLNd\®h◊)     Appendix 4‡°dONLNd \◊h)/
  408. A, “Picturl‡°dONLNd\h√),*e Opcodes,” describes opcodes used by the ,
  409. Courier.°dONLNd?h®t‰(q®
  410. DrawPictur°dONLNdIh‰tÍ)<e°dONLNdJhÍtÚ) p°dONLNdLhÚtˆ)rR`°dONLNdMhˆt)ocedur$¿°dONLNdSht)0e to determine what object to draw or what mode .°dONLNdÉt®ÄC(}®"to change for subsequent drawing. 0@°dONLNd•tDÄJ)úY¿°dONLNd¶tIÄÌ)%our application generally should not °dONLNdÀÄ®å´(â®rE°dONLNdÃĨå˛)ead or write picturπ¿°dONLNdflIJå9)Re opcodes dirÃ@°dONLNdÏÄ9å«);!ectly but should instead use the °dONLNdå®ò‚(ï® QuickDraw rñ†°dONLNdå‚òë):(outines described in the chapter “Pictur∫‡°dONLNd@åëòˆ)Øes” for generating and °dONLNdWò®§±(°®prG °dONLNdYò≤§.)
  411. ocessing the opcodes. Picturá@°dONLNduò.§e)| e opcodes ardONLNdÅòe§‡)7e listed in this appendix for °dONLNdü§®∞X(≠®&your application’s debugging purposes.°dONLNdΔπú¿°(øún
  412. °dONLNd»∂®¬) Appendix B, “Using Picturχ°dONLNd·∂¬Ó)v-e Comments for Printing,” describes how your °dONLNd¬®Œ(À®application can use picturoÄ°dONLNd(¬Œp)re comments to instr0‡°dONLNd;¬qŒˆ)Wuct printer drivers to perform °dONLNdZŒ®⁄ô(◊®4graphics operations that QuickDraw does not support.°dONLNdèflúÎg(Ëú+Most applications draw in windows, which ar Ä°dONLNd∫flgÎr)Àe rŸ °dONLNdΩflrΨ) ectangular ar›°dONLNd fl¨ÎŸ): eas that ar˛¿°dONLNd’flŸÎ‡)-e °dONLNd◊Ïú¯
  413. (ıúusually subsets of the scrdONLNdÒÏ
  414. ¯)neen. ˙Ä°dONLNdˆÏ¯a)Each window r‡°dONLNdÏb¯p)Depr¶†°dONLNdÏp¯Ê)esents its own QuickDraw °dONLNd˘ú◊(úgraphics portóÄ°dONLNd,˘◊);. When you crD‡°dONLNd9˘U)>eate a window(Ä°dONLNdF˘Ut)@, the W˘@°dONLNdM˘s—)indow Manager uses °dONLNd`úÂ(úQuickDraw to cr>¿°dONLNdoÊv)J!eate a graphics port in which theï`°dONLNdêv¶)ê
  415.  window’s 톰dONLNdöß◊)1 contents arÎÄ°dONLNd•◊fi)0e °dONLNdßú¯(údisplayed. This bookπ`°dONLNdª¯™)\& describes how to draw inside a window¬‡°dONLNd·™Ø)≤. ¬‡°dONLNd„ØÙ)See the chapter °dONLNdÛ ú,´()ú“WÛ`°dONLNdı ™,)indow Manager” in a °dONLNd ,Ç)ZInside Macintosh: Macintosh T≥†°dONLNd$ Å,≈)}oolbox Essentialsx†°dONLNd5 Δ,fl)E for a °dONLNd<-ú9(6úcomplete description of crY‡°dONLNdV-9Ê)s-eating and managing the windows inside which °dONLNdÉ:úF(Cúyour application draws.°dONLNdõLúX‰*In addition to thç°dONLNd¨L‰X)He featur†°dONLNd¥LX)"es d•°dONLNd∏LXÀ)(escribed in this book, QuickDraw also pr  °dONLNd‡LÃXÎ)µovides °dONLNdÁYúe,(búextensive text support. However€`°dONLNdY+eÚ)è0, most of that support is not described in this °dONLNd6fúr’(oúHbook; for information on handling text in your application, see instead ÑÄ°dONLNd~f’rÔ(o’Inside °dONLNdÖsú“(|ú Macintosh: TpÄ°dONLNdës—›)5ext®°dONLNdîs›fl) .°dONLNdñÖúë¡(éú    If you ar °dONLNdüÖ¬ëÛ)& e new to prΩ¿°dONLNd™ÖÛë!)1ogrammin¿°dONLNd≤Ö"ë<)/g for t§@°dONLNdπÖ<ë§)he Macintosh computer©°dONLNdŒÖ§ëÒ)h, you should also °dONLNd‡íúûü(õúrE°dONLNd·í†û≤)ead ™`°dONLNdÂí≤û$)Inside Macintosh: Overview˝‡°dONLNdˇí$ûR)r  for an intrÃ`°dONLNd íSûfl)/ oduction to general concepts of °dONLNd+üú´÷(®ú Macintosh pr,†°dONLNd7ü◊´);
  416. ogramming.
  417. ≤*Õ¯4≥*Õ¯
  418. ›*¯4fi*¯ fl*fl˛
  419. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNdC *›ä(ÿ*Format of a T™∫°dONLNdP â›Û)_ypical ChapterˇˇˇˇˇˇV˛(ÿ0
  420. °dONLNd`Óú˙≥(˜úThe c,°dONLNdeÓ¥˙U)%hapters in this book follow a standar«‡°dONLNdäÓU˙i)°d str¡†°dONLNdèÓi˙Ä)ucturGÄ°dONLNdîÓÅ˙◊)e. For example, the °dONLNd®˚úÅ(ú2chapter “Color QuickDraw” contains these sections:°dONLNd€ú°*n
  421. °dONLNd›®) “About Color QuickDrawQÄ°dONLNdÛj)r.” This section intr†°dONLNdkä)Qoduces!‡°dONLNdä≈) the drawing °dONLNd®&ø(#®envirn†°dONLNdø&Ì)    onment prÆ°dONLNd(Ì&k).ovided by Color QuickDraw†°dONLNdAk&m)~,熰dONLNdBm&°) the data strß °dONLNdO°&∏)4uctur-°dONLNdTπ&¿)e v†°dONLNdV¿&‘)with…¿°dONLNdZ‘&Ù) which °dONLNda&®2(/®your application specifi£`°dONLNdy&2í)hes colors to Color QuickDrawò¿°dONLNdï&í2fl)Ç, and the manner @°dONLNd¶&‡2Ë)Nin–°dONLNd®&Ë2Í) °dONLNd©2®>—(;®Bwhich Color QuickDraw translates the colors that your application °dONLNdÎ>®Jƒ* specifiÓ °dONLNdÚ>ƒJ1)es into colors on the user;†°dONLNd >3JI)o’s scr2 °dONLNd>IJX)eenñ¿°dONLNd>XJZ).°dONLNdSúZ°(Yún
  422. °dONLNdP®\) “Using Color QuickDrawê¿°dONLNd/P\»)p'.” Using code samples and step-by-step °dONLNdV\®hº(e®instró¿°dONLNd[\ºhÃ)ucti9‡°dONLNd_\Õh“)oØ`°dONLNd`\“h–)9ns, this section describes how to use Color QuickDraw to °dONLNdôh®tI(q®$accomplish the basic tasks necessary¢°dONLNdΩhItK)° "°dONLNdæhLt[)for ^°dONLNd¬h[tÉ)drawing å@°dONLNd hÉt§)(in color>‡°dONLNd“h§t¶)!.ˇ
  423. @ˇ ˇˇˇˇ@
  424. ˇ·ˇ‚7^
  425. 4⁄∫˙, Palatino
  426. .Ñ`(·xxiii    3, Ã(#∫PREFN )3ACE 4^H¿,Zapf Dingbats°dONLNd_∫fø(e∫n
  427. °dONLNd\ΔhÊ) “Color ›°dONLNd    \Êh) QuickDraW†°dONLNd\h#),w R‹†°dONLNd\#h3)eferà¿°dONLNd\4hí)ence.” This section pr$¿°dONLNd.\ìhÈ)_ovides a complete r
  428.  °dONLNdA\Èh˘)Vefer∂@°dONLNdE\˘h)ence °dONLNdJhΔt(qΔto the data strQ`°dONLNdYht)=uctur◊@°dONLNd^ht+)es, r¢‡°dONLNdch,th)outines, and rT`°dONLNdqhitÅ)=esourú†°dONLNdvhÅt)ces that your application can °dONLNdîtΔÄ’(}Δuseç¿°dONLNdót’Ä◊) ¿°dONLNdòtÿÄc)to draw with Color QuickDrawA¿°dONLNd¥tbÄÇ)ä. Each r‰ °dONLNdºtÇÄ) "outine description also follows a °dONLNdfiÄΔåÁ(âΔstandar±Ä°dONLNdÂÄÁå:)!d format, which prπ °dONLNd˜Ä:åk)S esents the r|Ä°dONLNdÄlå˝)2!outine declaration followed by a °dONLNd$åΔòp(ïΔ'description of every parameter of the r‚¿°dONLNdKåpò∞)™outine. Some rΩ°dONLNdYå∞ò)@outine descriptions °dONLNdmòΔ§(°ΔHalso give additional descriptive information, such as assembly-language °dONLNdµ§Δ∞* information or rhÄ°dONLNd≈§∞@)G esult codes.°dONLNd“π∫¿ø(ø∫n
  429. °dONLNd‘∂Δ¬S) “Summary of Color QuickDraw˝†°dONLNdÔ∂R¬ú)å.” This section prƒ¿°dONLNd∂ù¬)Kovides the Pascal and C °dONLNd¬ΔŒb(ÀΔ&interfaces for the constants, data strfl‡°dONLNd?¬bŒy)úucture¿°dONLNdD¬zŒã)es, r1`°dONLNdI¬åŒ»)outines, and r‚‡°dONLNdW¬»Œ˚)< esult codes °dONLNdcŒΔ⁄“(◊Δ;associated with Color QuickDraw drawing. It also includes r\Ä°dONLNdûŒ“⁄Ù(◊“elevant °dONLNd¶⁄ΔÊÔ(„Δassemblyñ¿°dONLNdÆ⁄ÔÊı))-l”°dONLNd∞⁄ıÊ})anguage interface information.
  430. ÏH4ÌH
  431. H4H H
  432. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd–H+(HConventions Used in This BookˇˇˇˇˇˇV˛(0
  433. °dONLNdÔ(∫4ˇ(1∫Inside Macintoshb°dONLNdˇ(4â)F uses various conventions to pr熰dONLNd(â4Ê)âesent information. W¬°dONLNd2(Â4Ó)\or¸Ä°dONLNd4(Ó4)    ds that °dONLNd<5∫AΩ(>∫rE°dONLNd=5æA’)equir\@°dONLNdB5’A) e special trw°dONLNdN5As)/eatment appear in specifiú¿°dONLNdg5sAÙ)o c fonts or font styles. Certain °dONLNdáB∫N(K∫information use… °dONLNdñBN)Fs °dONLNdóBN®)& special formats so that you can scan 3‡°dONLNdΩB®NÆ)£it^†°dONLNdøBÆN—) quickly¬`°dONLNd«B–N“)".
  434. sHz4tHz u∫uF
  435. ˇ·ˇ‚7^,     Helveticaˇˇ‹.ˇ◊°dONLNd…d∫s (o∫Special Fontsˇˇˇˇˇˇ€r(o0
  436. °dONLNdÿz∫Ü
  437. (É∫All code listings, r~ °dONLNdÏz
  438. Ü@)P eserved worfi °dONLNd˜z@ÜÀ)6 ds, and names of actual data strw†°dONLNdzÃÜ„)åuctur˝Ä°dONLNdz„ÜÒ)es, .°dONLNd!á∫ì¡(ê∫fi°dONLNd#á¡ìW)"elds, constants, parameters, and rR`°dONLNdEáWìÉ)ñ
  439. outines ar$¿°dONLNdOáÉì‹),e shown in Courier (,
  440. Courier$¿°dONLNdcá‹ì˙)Ythis °dONLNdiî∫†ˆ(ù∫
  441. is Courier°dONLNds˝)<)..°dONLNdv¶∫≤ƒ(Ø∫Wï°dONLNdw¶√≤Ã)    orœÄ°dONLNdy¶Ã≤)    ds that appear in ¯†°dONLNdã¶≤@)Mboldfaceg°dONLNdì¶A≤L)( ar¨°dONLNdñ¶L≤“) e key terms or concepts and ar˘‡°dONLNd¥¶“≤Í)Üe defi5†°dONLNd∫¶Î≤    )ned in °dONLNd¡≥∫ø√(º∫thì¿°dONLNd√≥√ø“)    e glT‡°dONLNd«≥”øÔ)ossary™`°dONLNdÕ≥Óø).
  442. ‰HÎ4ÂHΠÊ∫ÊF
  443. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNdœ’∫‰¬(‡∫T$é°dONLNd–’¬‰)ypes of Notesˇˇˇˇˇˇ€r(‡0
  444. °dONLNdflÎ∫˜Œ(Ù∫Ther¿°dONLNd„Îœ˜fl)e ar`°dONLNdÁÎfl˜ï)+e several types of notes used in this book.
  445. H4H    °dONLNd∫Õ( ∫Note
  446. ˇ·ˇ‚7^
  447. °dONLNd∫¡*A∫†°dONLNd¡è)2 note like this contains information that is inter"°dONLNdKêˆ)œesting but possibly not °dONLNdc∫)˜(&∫Gessential to an understanding of the main text. (An example appears on °dONLNd™)∫5—* page Z‡°dONLNdØ)“5fl)2-3Æ¿°dONLNd≤)fl5r)  in the chapter “Basic QuickDraw†@°dONLNd“)r5y)ì.” @°dONLNd‘)z5}))t °dONLNd÷,Ç4à)u
  448. BHP4CHP°dONLNdÿC∫KŸ(I∫IMPORTÄ°dONLNdfiCŸKÈ)ANT
  449. ˇ·ˇ‚7^
  450. °dONLNd‚N∫Z¡(W∫A∫†°dONLNd„N¡Zø)> note like this contains information that is essential for an °dONLNd!Z∫f¥(c∫6understanding of the main text. (An example appears onº†°dONLNdWZ¥f∂)˙ <†°dONLNdXZ∑fŒ)page Ä°dONLNd]Zœf‹)2-4k`°dONLNd`Z‹f˙) in the °dONLNdhf∫r/(o∫chapter “Basic QuickDrawZ`°dONLNdÄf/r9)u.”).@°dONLNdÑi?qF)s
  451. Hç4ÄHç
  452. °dONLNdܶâÆ(á¶s°dONLNdáÄ∫à√(Ü∫WúÄ°dONLNdàÄ√àÓ)    ARNING
  453. ˇ·ˇ‚7^
  454. °dONLNdèã∫óƒ(î∫Wï°dONLNdêã√óe)    'arnings like this indicate potential pr*‡°dONLNd∑ãfóÛ)£oblems that you should be awar…@°dONLNd’ãÛó˙)çe °dONLNd◊ó∫£m(†∫)of as you design your application. Failur^†°dONLNdóm£¯)≥e to heed these warnings could °dONLNd£∫ØΩ(¨∫rE°dONLNd £æØ÷)@esult in system crashes or loss of data. (An example appears on °dONLNd`Ø∫ª—(∏∫page Z‡°dONLNdeØ“ª‰)2-31Æ¿°dONLNdi؉ªw)  in the chapter “Basic QuickDraw†@°dONLNdâØwªÅ)ì.”)t °dONLNdç≤á∫é)sˇÃ@ˇ ˇˇˇˇ@
  455. ˇ·ˇ‚7^
  456. 4⁄*˙¯, Palatino
  457. .(·*xxiv    3, Ã(#úPREFN )3ACE 4^*¿¯
  458. k*r¯4l*r¯ múm(
  459. ˇ·ˇ‚7^,     Helveticaˇˇ‹.ˇ◊°dONLNd\úkÒ(gúEmpty Stringsˇˇˇˇˇˇ€r(g0
  460. °dONLNdrú~({úThis book occasionally instrS °dONLNd+r~T){ucts you to prT†°dONLNd9rT~«)=ovide an empty string in r:`°dONLNdSr«~Â)soutine °dONLNdZúãÁ(àúparameters and r °dONLNdjËã)LesourH`°dONLNdoã˜)5ces. How you specify an empty string depends on what °dONLNd§åúò.(ïúlanguage and development envirΠ°dONLNd¬å.òn)íonment you ar¥ °dONLNdœåoò”)Ae using. In Rez input fiƒ`°dONLNdÁå”òÙ)dles and °dONLNdÔôú•fl(¢úHin C code, for example, you specify an empty string by using two double °dONLNd7¶ú≤Ó*quotation marks ("ª°dONLNdJ¶Ô≤Ò)S;"), and in Pascal you specify an empty string by using two °dONLNdÖ≥úø    (ºúsingle quotation marks ('—u°dONLNdü≥
  461. ø)n').
  462. ‰*ί4Â*ί ÊúÊ(
  463. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd£’ú‰a(‡úAssembly-Language Informationˇˇˇˇˇˇ€r(‡0
  464. °dONLNd¬Îú˜·(ÙúInside Macintoshb°dONLNd“΂˜Ó)F pr© °dONLNd’ÎÓ˜q) ovides information about the Ø°dONLNdÚÎq˜É)ÉtrapÊ °dONLNdˆÎɘÖ) f °dONLNd˜Îܘú)macro`°dONLNd˚Îú˜ª)o and ró°dONLNdΪ˜Ÿ)outine °dONLNd    ¯ú¿(ú    selector ”`°dONLNd¯¿Î)$
  465. for specifi}Ä°dONLNd¯Ïˆ),c r2¿°dONLNd ¯˜<) outines like this¿°dONLNd1¯=?)F:°dONLNda7úCü(@úIfiÄ°dONLNdb7üC¨)n “/‡°dONLNde7≠C5)Assembly-Language Summary.Ä°dONLNd~76CB)â” aÆÄ°dONLNdÅ7BCp) t the end ozÄ°dONLNdå7qCÇ)/f a c>†°dONLNdë7ÉCü)hapterS`°dONLNdó7üC§), S`°dONLNdô7§CÈ)Inside Macintosh5`°dONLNd©7ÍCÏ)F °dONLNd™DúP•(MúprG °dONLNd¨D¶P-)
  466. esents information about the fiT@°dONLNdÀD-Pn)áelds of data strdÄ°dONLNd€DnPÖ)AucturÍ`°dONLNd‡DÖPõ)es in °dONLNdÁQú]œ(Zú this format:°dONLNdhõúß<*J%The left column indicates the byte of†°dONLNdçõ=ßp)°fset of the fi‚°dONLNdõõpßá)3eld frH†°dONLNd°õàßÙ)om the beginning of the °dONLNdπ®ú¥Ω(±údata strº °dONLNd¡®Ω¥‘)!ucturB°dONLNdΔ®’¥l) e. The second column shows the fiùÄ°dONLNdÁ®l¥≥)óeld name as defiâ`°dONLNd˜®¥¥‚)H ned in the °dONLNdµú¡∑(æúMPW ~‡°dONLNdµ∏¡)assembly-languageí@°dONLNdµ¡>)U  interface fi °dONLNd$µ>¡o)1les; the thirÚ†°dONLNd1µo¡Ù)1d column indicates the size of °dONLNdP¬úŒµ(Àúthat fib‡°dONLNdW¬∂Œ()eld. The fourth column prÖ°dONLNdp¬(Œ„)r-ovides a brief description of the use of the °dONLNdùœú€¢(ÿúfiå¿°dONLNdüœ¢€U))eld. For a complete description of each fié`°dONLNd…œU€p)≥eld, seb¿°dONLNd–œq€ä)e “Dai†°dONLNd’œä€ç)t¨°dONLNd÷œç€ù)a StÆ °dONLNd⁄œù€†)rå¿°dONLNd€œ°€∏)uctur†°dONLNd‡œπ€Ω)e‹@°dONLNd·œΩ€Δ)s”@°dONLNd„œ«€›)
  467.  in thÊ¿°dONLNdÈœ›€‰)e °dONLNd΋úËÕ(Âú main text o˙@°dONLNdˆ‹ÕË)1f the chapter∞Ä°dONLNd‹Ë)7.
  468. Ô*
  469. ¯4*
  470. ¯
  471. *"¯4*"¯ *˛
  472. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd*◊(*The Development Envir§˙°dONLNd◊)≠onmentˇˇˇˇˇˇV˛(0
  473. °dONLNd#+ú7Ú(4úThe system softwar↰dONLNd5+Ú7˝)Ve rò@°dONLNd8+˝7å) !outines described in this book ar+‡°dONLNdY+ç7Ÿ)êe available using °dONLNdk8úD¬(AúBPascal, C, or assembly-language interfaces. How you access these r+†°dONLNd≠8√DÂ(A√outines °dONLNdµEúQ6(Nú depends on the development envir‘¿°dONLNd’E6Qv)öonment you arù¿°dONLNd‚EwQ·)Ae using. When showing °dONLNd¯Rú^fi([úsystem softwarM‡°dONLNdRfl^Í)Ce r\Ä°dONLNd    RÍ^Ë) <outines, this book uses the Pascal interface available with °dONLNdE_úkÁ(húthe Macintosh PrëÄ°dONLNdU_Ák)Kogrammer™`°dONLNd]_k))/’s WC†°dONLNda_)ku)orkshop (MPW). °dONLNdqqú}%(zú!All code listings in this book arr¿°dONLNdíq%}›)â,e shown in Pascal (except for listings that °dONLNdæ~úä«(áú
  474. describe rɇ°dONLNd»~«äfl)+esourà°dONLNdÕ~flä)ces, which ar⁄`°dONLNd⁄~ä“)9(e shown in Rez-input format). They show °dONLNdãúó(îúmethods of using various rU‡°dONLNdãó˜)w4outines and illustrate techniques for accomplishing °dONLNdPòú§Â(°úparticular tasks. _°dONLNdbò§‚)I9All code listings have been compiled and, in many cases, °dONLNdõ•ú±‰(Æútested. However}`°dONLNd™•‰±È)H, °dONLNd¨•È±4)Apple Computer«Ä°dONLNd∫•3±Ì)J-, Inc., does not intend for you to use these °dONLNdÁ≤úæ3(ªú"code samples in your application. 醰dONLNd    ≤3æ9)óYO °dONLNd
  475. ≤9æ^)ou can fi °dONLNd≤_æÛ)&$nd the location of code listings in     °dONLNd3ú°(úTÄ–°dONLNd4°Ã)    rap macrou—°dONLNd>ˇ")^Selector,
  476. Courier
  477. .°dONLNdHú+Í((ú_QDExtensions.u—°dONLNdVˇ+()c$00E0010ø˜°dONLNdÛcúo°(lú0.ø˜°dONLNdıcµoÂ)baseAddr.jΰdONLNd˛c˙o)ElongÃ’°dONLNdc-oz)3bitmap base addr‡°dONLNdczoá)Messø˜°dONLNdsú°(|ú4.ø˜°dONLNdsµÂ)rowBytes.jΰdONLNd#s˙ )Ewor¸k°dONLNd&s )dÃ’°dONLNd(s-0)"rë’°dONLNd)s1ú)ow bytes (must be even)ø˜°dONLNdBÉúè°(åú6.ø˜°dONLNdDɵèŸ)bounds.jΰdONLNdKÉ˙è)E8 bytesÃ’°dONLNdSÉ-è^)3
  478. boundary rÑı°dONLNd]É_èÉ)2ectangleˇ6@ˇ ˇˇˇˇ@
  479. ˇ·ˇ‚7^
  480. 4⁄∫˙, Palatino
  481. .‡(·xxv    3, Ã(#∫PREFN )3ACE 4^H¿
  482. °dONLNd\∫hÎ(e∫the list of fi†°dONLNd\Ïh˚)2gur^‡°dONLNd\˚h)?es, tables, and listings. If you know the name of a particular .°dONLNdPi∫uæ(r∫rR`°dONLNdQiæu)outine (such as ,
  483. CourierR`°dONLNdaiuD)D MyDrawLinesR`°dONLNdliDufl)B$) shown in a code listing, you can fiR`°dONLNdëiflu˛)õnd the .°dONLNdòv∫Ç(∫page on which the rÄ°dONLNd´vÇ)X1outine occurs by looking under the entry “sample °dONLNd‹É∫èΩ(å∫rE°dONLNd›ÉæèS)#outines” in the index of this book.°dONLNdï∫°¿(û∫Tµ¿°dONLNdïø°ƒ)o+@°dONLNdï≈°t)( make the code listings in this book morŸ†°dONLNd+ït°)Øe rË@°dONLNd.ï°)  eadable, they show only limited °dONLNdN¢∫ÆΔ(´∫err@°dONLNdQ¢«Æˇ)or handling. ´Ä°dONLNd^¢ˇÆ)8Yl°dONLNd_¢Æ)7ou need to develop your own techniques for handling errÕ†°dONLNdñ¢Æ)˝ors. °dONLNdú¥∫¿◊(Ω∫APDAH¿°dONLNd†¥◊¿„) is ¿°dONLNd§¥„¿O) Apple’s worldwide sour¯ °dONLNd∫¥N¿å)kce for over thr¿°dONLNd…¥ç¿¥)?ee hundrº†°dONLNd—¥¥¿˛)'ed development °dONLNd‡¡∫Õ( ∫tools, technical rw¿°dONLNdÚ¡Õ)Hesour¿°dONLNd˜¡Õ\)ces, training prµ†°dONLNd¡\Õ˚)B#oducts, and information for anyone °dONLNd*Œ∫⁄Œ(◊∫inter
  484. ¿°dONLNd/Œœ⁄n)$ested in developing applications on M`°dONLNdSŒn⁄Ú)üApple platforms. Customers rj°dONLNdoŒÚ⁄)Ñeceive °dONLNdv€∫Áı(‰∫the quarterly f`°dONLNdÑ€ˆÁ)<APDA[@°dONLNdà€Á) T€@°dONLNdä€ÁJ) ools Catalog˛°dONLNdñ€JÁó)1 featuring all curr @°dONLNd©€òÁ€)Nent versions of Ù`°dONLNdπ€⁄Á˜)BApple °dONLNdøË∫Ù (Ò∫andm °dONLNd¬ËÀÙÕ) Ì °dONLNd√ËÕÙ+)the most popular thir0`°dONLNdÿË,Ù≤)_d-party development tools. Or¿Ä°dONLNdıË≤Ù)Üdering is easy; ther>‡°dONLNd    ËÙ)Te °dONLNd ı∫¬(˛∫arE°dONLNdı√ï)    .e no membership fees, and application forms ar^°dONLNd;ıï±)“e not ru‡°dONLNdBı±»)equirç °dONLNdGı»¸) ed for most °dONLNdS∫√( ∫prG °dONLNdUƒÊ)
  485. oducts. p¿°dONLNd]Ê)"APDA9Ä°dONLNda) ofU@°dONLNdd‹) ,fers convenient payment and shipping optionsz`°dONLNdê‹fi)Œ,˙`°dONLNdëfi)  including °dONLNdú∫ı(∫site licensing.°dONLNd¨!∫-¿*Tµ¿°dONLNd≠!ø-–)o or¿°dONLNd±!–-Î)der pr‡°dONLNd∑!Ï-')oducts or to rÒ‡°dONLNd≈!&-Δ):#equest a complimentary copy of the Ç@°dONLNdË!«-„)°APDAw °dONLNdÏ!„-Î) T˜ °dONLNdÓ!Í-¸)ools °dONLNdÛ.∫:€(7∫Catalog,`°dONLNd˚.‹:˙)" contac °dONLNd.˚:˛)t°dONLNd@∫L◊(I∫APDA°dONLNd    M∫Y*Apple Computer(Ä°dONLNdMY)K, Inc.°dONLNdZ∫f¿(c∫P?†°dONLNdZøf) .O. Box 319°dONLNd+g∫s…(p∫Buf… °dONLNd.g…sÌ)falo, NYG†°dONLNd6gÓs )%  14207-0319°dONLNd˜∫‡(∫    If you pr@°dONLNd˜· )' ovide commerã °dONLNd#˜ ;)?cial pr@°dONLNd*˜<Û)+oducts and services, call 408-974-4897 for °dONLNdU∫m(∫'information on the developer support pr  °dONLNd|n¬)¥ograms available fr‹‡°dONLNd謓)Tom H°dONLNdí”)Apple.°dONLNdô∫"À(∫For ˜@°dONLNdùÀ")any additional —†°dONLNd¨"ë)Ctechnical information, contact°dONLNdÀ(∫4!(1∫Macintosh Developer T.@°dONLNd‡(!4k)gechnical Support°dONLNdÒ5∫A(>∫Apple Computer(Ä°dONLNdˇ5A)K, Inc.°dONLNdB∫N˚(K∫20525 Mariani +†°dONLNdB˚N)AA‡°dONLNdBNQ)venue, M/S 75-3T°dONLNd&O∫[˚(X∫Cupertino, CA¿°dONLNd3O˚[-)A  95014-6299°dONLNdAy∫Ö¿(Ç∫Tµ¿°dONLNdByøÖ‚)elephonK¿°dONLNdIy„ÖÁ)$e∞!°dONLNdKyÖë)2800-282-2732 (United States)∞!°dONLNdhÑêx* 800-637-0029 (Canada)∞!°dONLNd~èõP* 716-871-6555 ◊·°dONLNdãèPõê);(International)°dONLNdúü∫´ƒ(®∫Fa °dONLNdûü≈´ ) x∞!°dONLNd†ü´H)P 716-871-651ÀA°dONLNd´üH´M)31°dONLNdÆØ∫ªÈ(∏∫    AppleLink∞!°dONLNd∏ت2)[APDA°dONLNdæø∫À(»∫America Online∞!°dONLNdÕøÀ2)[APDA°dONLNd”œ∫€Û(ÿ∫
  486. CompuServe∞!°dONLNdfiœ€D)[
  487. 76666,2405°dONLNdÍfl∫Λ(Ë∫Internet∞!°dONLNdÛflÎî)[APDA@applelink.apple.comˇJ@ˇ ˇˇˇˇ@
  488. ˇ·ˇ‚7^
  489. 4^*¿¯ˇƒ@ˇ ˇˇˇˇ@
  490. ˇ·ˇ‚7^
  491. 4⁄∫˙,     Helvetica    .(‡∫Contents, Palatino
  492. , (‡    1-1    3, Ã(#∫CHAPTER ÿ)h1
  493. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  494. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜ˇˇˇˇˇˇ(JH
  495. Figure 1-0*     Listing 1-0*    T)able 1-0
  496. zH,
  497. 4zH, H°dONLNd∫*˘+m Contentsˇˇˇˇˇˇ
  498. ˇ·ˇ‚7^ˇˇ∫Ρ◊(qH1°dONLNd[∫xÂ)rIntr9°dONLNd[Âx\)+
  499. oduction t≤j°dONLNd[\x˙)w o QuickDraw
  500. °dONLNd#;∫G¸(D∫Drawing EnvirêÄ°dONLNd0;¸G")Bonments≈¿°dONLNd9;6GC):1-4°dONLNd=H∫T(Q∫QuickDraw’s Coorú‡°dONLNdMHT?)S dinate Plan¡¿°dONLNdXH?TC)2eã`°dONLNd[HXTe)1-6°dONLNd_U∫aŸ(^∫ImagesH@°dONLNdgUÓa)41-10°dONLNdlb∫n◊(k∫Colorsö°dONLNdtbÎn˝)11-17°dONLNdyoƒ{(xƒIndexed Colors=@°dONLNdâo{.)X1-19°dONLNdé|ƒà“(ÖƒDir͆°dONLNdë|“à˛)
  501. ect Colors‡°dONLNdù|à%)A1-20°dONLNd¢â∫ï(í∫ Multiple Scr∏†°dONLNdÆâï)6eensZ@°dONLNd¥âï*)(1-21°dONLNdπñ∫¢√(ü∫Fr‘ °dONLNdªñ√¢4)    om Memory Bits to Onscrdž°dONLNd“ñ5¢`)r
  502. een Pixelsp‡°dONLNdfiñu¢á)@1-24°dONLNd„£∫Ø√(¨∫Fr‘ °dONLNd£√Ø=)    om Memory Bits to PrintersT¿°dONLNd£RØd)è1-26°dONLNd∞∫º,(π∫Other Graphics Managers˜¿°dONLNd∞@ºR)Ü1-28ˇJ@ˇ ˇˇˇˇ@
  503. ˇ·ˇ‚7^
  504. 4^*¿¯ˇ:í@ˇ ˇˇˇˇ@
  505. ˇ·ˇ‚7^, Palatino&e.3+ä"CHAPTER à)>1
  506. 4⁄ä˙
  507. , (‡    1-3
  508. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  509. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  510. 4Å4w?òÄ
  511. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  512. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  513. ˇ˛ˇ˛
  514. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  515. ˇ˛ˇ˛
  516. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  517. ˇ˛ˇ˛
  518. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  519. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  520. ˇ˛ˇ˛
  521. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  522. ˇ˛ˇ˛˛˛ˇ˝
  523. ˇ˛ˇ˛
  524. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  525. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  526. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  527. ˇ˛ˇ˛
  528. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  529. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  530. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  531. ˇˇˇ˛
  532. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜,     Helvetica    ˇˇ—ÚˇÆ°dONLNd8äCª(@äIntroduction t˛º°dONLNd8ªCÏ)1 o QuickDrawˇˇˇˇˇˇ≠>(@1
  533. °dONLNd\ähü(eäThis Ä°dONLNd\†h”) chapter intrõ°dONLNd+\”hΩ)36oduces you to the terms, concepts, and capabilities ofh`°dONLNda\æh¿)ΠË`°dONLNdb\¿hı)    QuickDrawÿ@°dONLNdk\ıh˜)5,X@°dONLNdl\¯h) a °dONLNdoiäu(räcollection of system softwary@°dONLNdãiu){e rᇰdONLNdéiu) 6outines that your application can use to perform most °dONLNdƒväÇñ(ä8image-manipulation operations on Macintosh computers. ThY†°dONLNd¸vóÇû(óis°dONLNd˛vûÇÿ) chapter also ‹@°dONLNd vÿÇÁ):intrù`°dONLNdvËÇ    )oduces °dONLNdÉäè(åäyou to the Printing Manager6‡°dONLNd2Éè)}9, which your application can use to print the images you °dONLNdkêäúí(ôäcrµ@°dONLNdmêíú)eate with QuickDrawƒ†°dONLNdÄêúÚ)^.°dONLNdÇ¢äÆ∞(´äImaging’ °dONLNdâ¢∞Æ˝)& entails the constr2¿°dONLNdú¢˛ÆK)Nuction and displa4Ä°dONLNd≠¢KÆX)My oπ °dONLNd∞¢XÆ∏)f graphical informatioç@°dONLNdΔ¢πÆ)an. Such graphical °dONLNdÿØäª<(∏ä)information can consist of shapes, pictur"†°dONLNdØ=ª¯)≥+es, and text, and can be displayed on such °dONLNd,ºä»Ê(≈äoutput devices as scr§¿°dONLNdAºÊ»7)\eens and printers. °dONLNdTº7»=)QY∞Ä°dONLNdUº=»o) ou should rÅ@°dONLNd`ºp»fi)3ead this chapter if you aro °dONLNdzºfi»)n    e new to °dONLNdÉ…ä’∫(“ä
  534. Macintosh eÄ°dONLNdç…ª’ƒ)1pr,†°dONLNdè…≈’˚)
  535.  
  536. ogramming.î¿°dONLNdô…˚’=)6 The topics intr·@°dONLNd©…=’´)Boduced in this chapter ar…Ä°dONLNd¬…´’)ne explained in detail in °dONLNd€÷ä‚û(fläthe r¢`°dONLNd‡÷û‚R))est of the chapters of this book. However¢`°dONLNd    ÷R‚Ë)¥!, for information on QuickDraw’s °dONLNd*„äÔó(Ïätex¥†°dONLNd-„óÔ£)t-h@°dONLNd0„§ÔY)+andling facilities, you should instead see Ú‡°dONLNd[„YÔ©)µInside Macintosh: T‘‡°dONLNdn„©Ôµ)Pext `°dONLNdq„∂Ôª). °dONLNdtıä˝(˛äMacintosh system softwar3`°dONLNdåı˛6)te not only prã¿°dONLNdôı6±)8ovides enormous imaging fld °dONLNd≥ı≤–)|exibilit¡‡°dONLNdªı–’)y5@°dONLNdºı’‹), i†°dONLNdøı›ˆ)t also °dONLNdΔä( ähandles much of the pr∏ °dONLNd‹:)fogramming over †°dONLNdÍ:É)Jhead that such flÍ°dONLNd˚É≠)I exibility r‡°dONLNdÆ≈)+equir3 °dONLNd ≈)es. For example, °dONLNdä•(äColor ›°dONLNd"•g))QuickDraw automatically handles multiple å`°dONLNdKht)√scr˛†°dONLNdNtá) eens†@°dONLNdRà¢) of difî°dONLNdY¢È)fering sizes and °dONLNdjä(µ(%äDcapabilities, so that most applications don’t need to determine wher¿¿°dONLNdƵ((%µe the user has placed °dONLNdƒ)ä5e(2ä/a window or what equipment the user has set up.°dONLNdÙ;äG£*This r‹Ä°dONLNd˙;£G)est of this chapter intr+Ä°dONLNd;G#)aoduces,Zapf Dingbats°dONLNdQäXè(Wän
  537. °dONLNdNñZú) bõ¿°dONLNdNúZÂ)asic QuickDraw@°dONLNd*NÂZÁ)I,¿°dONLNd+NÁZΩ)/ the imaging engine for all Macintosh computers°dONLNd[cäjè(iän
  538. °dONLNd]`ñlÁ) Color QuickDraw}¿°dONLNdl`ÁlÈ)Q,˝¿°dONLNdm`Èl)B the color imaging system with which your application can display °dONLNdØlñx±(uñhundr
  539. †°dONLNd¥l≤xæ)=eds, thousands, even millions of colors on grayscale and coloÕ °dONLNdÒlæx—(uær scr≤°dONLNdˆl—x‰)eens°dONLNd˚Åäàè(áän
  540. °dONLNd˝~ñä¶) the ›`°dONLNd~¶äˆ)Printing Manager ‡°dONLNd~˜ä˘)Q,†‡°dONLNd~˘äá)! the collection of system softwarwÄ°dONLNd3~áäí)ée rÜ °dONLNd6~íäˇ) outines that allows your °dONLNdOäññE(ìñ&application to communicate with printe«@°dONLNduäEñp)Ø r drivers tíÄ°dONLNdÄäqñ˝),!o print on any variety of printer°dONLNd¢üä¶è(•än
  541. °dONLNd§úñ®) other imaging managersᆰdONLNd∫ú®)l associated with QuickDraw°dONLNd’≠äπA(∂ä(QuickDraw is the part of the Macintosh TMÄ°dONLNd˝≠Aπ¬)∑oolbox that performs graphicV°dONLNd≠¬πΔ)Åsì°dONLNd≠Δπ) operations on °dONLNd)∫äΔ≠(√äthe userõ °dONLNd1∫ÆΔƒ)$’s scr놰dONLNd7∫ƒΔÿ)een. ó‡°dONLNd<∫ÿΔØ).All Macintosh applications use QuickDraw indirkÄ°dONLNdj∫ØΔ
  542. )◊ectly whenever they °dONLNd~«ä”ª(–ä call other T<@°dONLNd䫪”Ô)1
  543. oolbox manZ¿°dONLNdî«Ô”Ù)4aZ¿°dONLNdï«Ù”)
  544. gers to cr–@°dONLNdü«”ã)(eate and manage the basiÄ°dONLNd∑«å”ò)pc u‡°dONLNd∫«ô”)ser interface elements (such °dONLNd◊‘ä‡⁄(›äas windows, contr1Ä°dONLNdË‘€‡g)Q ols, and menus, as described in >°dONLNd‘g‡Â)åInside Macintosh: Macintosh TêÄ°dONLNd%‘‰‡)}oolbox °dONLNd,·äÌ≤(Íä
  545. Essentials °dONLNd6·≥̪))). °dONLNd:Ûäˇ+(¸ä"As the Macintosh has evolved towarÇ¿°dONLNd\Û+ˇ=)°d grr†°dONLNd`Û=ˇ¸)+eater graphics capabilities, QuickDraw has °dONLNdãä ì(    ägr‘ °dONLNdçì  )    Qown along with it. Each new generation of QuickDraw has maintained compatibility °dONLNdfiäÿ(äwith those that pr@°dONLNdŸ    )ODeceded it, while adding new capabilities and expanding the range of °dONLNd    4ä&∞(#ä    possible †°dONLNd    =±&)'display device¸@°dONLNd    K&ˆ)?s.π@°dONLNd    M˜&_) This evolutionary appr‚@°dONLNd    d_&Ã)hoach has helped to ensurn†°dONLNd    |Õ&)ne that existing °dONLNd    å'ä3ÿ(0äKapplications, written for earlier Macintosh models, continue to work as morZ@°dONLNd    ◊'ÿ3
  546. (0ÿ e powerful °dONLNd    ‚4ä@ƒ(=ä computers ar√†°dONLNd    Ó4ƒ@˛):e developed. ˇ
  547. @ˇ ˇˇˇˇ@
  548. ˇ·ˇ‚7^
  549. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  550. (‡*1-4    )BDrawing Environments4^*¿¯
  551. °dONLNd\lh«(elThe development of ο°dONLNd\«h˝)[
  552. QuickDraw =`°dONLNd\˛h)7has pr퇰dONLNd#\h')ogr\Ä°dONLNd&\(hÑ)essed along these thrĆ°dONLNd;\Ñh‰)\ee main evolutionary °dONLNdPiluá(rlstagesï °dONLNdViáuå): ,Zapf Dingbats°dONLNdYlÜq(Öln
  553. °dONLNd[|xà≈) Basic QuickDrawò°dONLNdj|ƒàÈ)LB, which was designed for the earliest Macintosh models with their °dONLNd¨àxîÚ(ëxbuilt-in black-and-white scr¬¿°dONLNd»àÚî-)zeens. System –@°dONLNd’à-î¿);"7 added new capabilities to basic °dONLNd˜îx†´(ùx    QuickDrawf†°dONLNdî´†)3, including support for ofØ`°dONLNdî†))ofscruÄ°dONLNdî*†‘)%een graphics worlds and the extended °dONLNdC†x¨Ω(©xversion 2 pictur∏°dONLNdS†Ω¨à)E.e format. Basic QuickDraw is still used in mor¶†°dONLNdņà¨ì)Àe rµ@°dONLNdц쨘) ecent black-and-white °dONLNdö¨x∏Q(µx/Macintosh systems such as the Macintosh Classic„@°dONLNd…´Q≥V(±Q®
  554. °dONLNd ¨W∏Ë+ and PowerBook 100 computers. °dONLNdÈ¡l»q(«ln
  555. °dONLNdÎæx %) &The original version of Color QuickDra-@°dONLNdæ& .)Æwô@°dONLNdæ- f), which was ih°dONLNdæg t):ntr@¿°dONLNd"æt é)oduce°dONLNd'æè ±)d with tƒ@°dONLNd/æ± ƒ)"he fiÏ°dONLNd4惠—)rst °dONLNd8 x÷—(”xMacintosh II systemㆰdONLNdK —÷’)Ys»†°dONLNdL ’÷ı). This fil‡°dONLNdU ˆ÷Ì)!6rst generation of Color QuickDraw could support up to °dONLNdã÷x‚®(flx 256 colors. °dONLNdòÎlÚq(Òln
  556. °dONLNdöËxÙù) The currÍ¿°dONLNd¢ËùÙ")%ent version of Color QuickDra∑‡°dONLNdøË#Ù+)Üw#‡°dONLNd¿Ë+Ùg), which was o¿°dONLNdÕËgÙû)<riginally intrD†°dONLNd€ËüÙπ)8oduce‡°dONLNd‡Ë∫Ù”)d as 3o†°dONLNdÊË”ÙÍ)2-Bit °dONLNdÏÙx›(˝xColor QuickDraw and õ¿°dONLNdÙ›Ê)eis A °dONLNdÙÁ)
  557.  
  558. now part oㆰdONLNdÙ?)0    f System À`°dONLNdÙ?F)(7.K`°dONLNdÙG‰)# This version has been expanded to °dONLNd;x ù(    xsupport Ú‡°dONLNdCù ∂)%up to ¥°dONLNdI∑ )millions of colors. °dONLNd^ls(lAG@°dONLNd_t5)+pplications that use only basic QuickDraw r@°dONLNdä6a)¬
  559. outines ar’†°dONLNdîa)+ e compatible with all Macintosh °dONLNd¥l*î('l    systems. ¶ °dONLNdΩî*ú)(H˜Ä°dONLNdæú*º)owever2¿°dONLNdƒΩ*¬)!, 2¿°dONLNdΔ¬*#)applications that use rœÄ°dONLNd›#*b)aoutines specifi=°dONLNdÏc*Á)@c to Color QuickDraw cannot °dONLNd+l7o(4lr^†°dONLNd    +p7v)ue¿°dONLNd
  560. +v7) n on computers supporting only b~`°dONLNd*+7S)óasic QuickDrawz†°dONLNd8+S7U)F.˙†°dONLNd9+U7W) 
  561. >*Y¯4?*Y¯
  562. i*q¯4j*q¯ k*k˛
  563. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd<V*iñ(d*Drawing Envirk °dONLNdIVñi‘)lonmentsˇˇˇˇˇˇV˛(d1
  564. °dONLNdRzlÜ(Él The Macintosh computer was the fia°dONLNdszÜ£)ú#rst to popularize the bitmapped scrÿ`°dONLNdñz£Üˆ)õeen, as opposed to °dONLNd©álì•(êlthe characterR‡°dONLNd∂á•ì‹)9-oriented scr¨@°dONLNd√á‹ìÒ)78een—common to terminals and early personal computers—on °dONLNd˚îl†‘(ùlRwhich only a single, built-in character set could be displayed. On a bitmapped scrV °dONLNdMÂ(ù‘een °dONLNdQ°l≠˚(™l every pixel can be manipulated. :`°dONLNdq°¸≠)êPixelsn °dONLNdw°≠") ar≥ °dONLNdz°"≠Ó) /e the dots that make up a visible image on the °dONLNd©Æl∫x(∑lscrÚ@°dONLNd¨Æx∫) !een. Drawing on the Macintosh scr¢†°dONLNdÕÆ∫‡)ö.een consists of manipulating memory bits that °dONLNd˚ªl«’(ƒlPQuickDraw translates into an analogous manipulation of pixels. This allows your °dONLNdK»l‘≥*application to cr$°dONLNd\»¥‘C)H!eate shapes and characters in difB °dONLNd}»C‘ó)èfering sizes and dif^†°dONLNdë»ó‘È)Tfering styles. Such °dONLNd•’l·r(filflå¿°dONLNdß’r·Ù)[exibility gives your application and its users many of the capabilities of a design studio °dONLNd‚lÓ∑(Îland a print shop.‰°dONLNd‚∑Óπ)K °dONLNdÙlr(˝lY@Ä°dONLNdÙrô)Dour application performs all graphics operations in graphics ports. ¿°dONLNdZÙô†(˝ôA˙†°dONLNd[Ù†¢) z†°dONLNd\Ù£fl)graphics portª†°dONLNdiÙflÚ)< is a .°dONLNdol¨(
  565. ldrawing envirR`°dONLNd|¨Ë)@
  566. onment—defiR`°dONLNdáË)<    ned by a ,
  567. CourierR`°dONLNdê?)'GrafPortR`°dONLNdò?E)0 r$¿°dONLNdöEW)ecor˜ °dONLNdûV‡)!d for a basic graphics port or a °dONLNdøl¢(l    CGrafPort°dONLNd»¢®)6 rR`°dONLNd ®∫)ecor$¿°dONLNdŒ∫˜)Dd for a color graphics port—that contains the information QuickDraw .°dONLNdl'($l'needs to transmit drawing operations fra°dONLNd9'ï)∞om bits in memory to onscr≠Ä°dONLNdSï'√)y een pixels.°dONLNd_-l9s(6lA∫†°dONLNd`-s9u) :†°dONLNda-v9Ã)basic graphics portK¿°dONLNdt-Ã9')V is the drawing envirÎ`°dONLNdâ-'9U)[    onment pr*¿°dONLNdí-V9ˆ)/#ovided by basic QuickDraw; a basic °dONLNdµ:lF§(ClFgraphics port contains the information that basic QuickDraw uses to cr`°dONLNd˚:•FÃ(C•    eate and °dONLNd    GlS∏(Plmanipulate onscrDÄ°dONLNd    GπSÒ)MFeen either black-and-white images or color images that employ a basic °dONLNd    ZTl`ø(]leight-color system.ˇ?~@ˇ ˇˇˇˇ@
  568. ˇ·ˇ‚7^
  569. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äDrawing Environments
  570. , (‡    1-5
  571. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  572. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  573. 4Å4w?òÄ
  574. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  575. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  576. ˇ˛ˇ˛
  577. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  578. ˇ˛ˇ˛
  579. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  580. ˇ˛ˇ˛
  581. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  582. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  583. ˇ˛ˇ˛
  584. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  585. ˇ˛ˇ˛˛˛ˇ˝
  586. ˇ˛ˇ˛
  587. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  588. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  589. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  590. ˇ˛ˇ˛
  591. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  592. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  593. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  594. ˇˇˇ˛
  595. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähë(eäA∫†°dONLNd\ëhì) :†°dONLNd\îhÈ)color graphics port¡†°dONLNd\Èhö)U) is the sophisticated color drawing envir†°dONLNd>\õh…)≤    onment prE°dONLNdG\…h).ovided by Color °dONLNdWiäu
  596. (räTQuickDraw; a color graphics port contains the information that Color QuickDraw uses °dONLNd´väÇù*to crÌ °dONLNd∞vùÇã)4eate and manipulate grayscale and color images onscrZ°dONLNd‰våÇù)Ôeen.°dONLNdÈàäî+(ëä#While your application can draw dirë °dONLNd à+î)°3ectly into basic and color graphics ports, you can °dONLNd?ïä°ü(ûäimprÄ°dONLNdC±);ove your application’s appearance and performance by constr`¿°dONLNd~ï±°Ò(û±ucting images °dONLNdå¢äÆï(´äin π¿°dONLNdè¢ïÆù) ofUÄ°dONLNdë¢ûÆ≠)    fscr†°dONLNdï¢ÆÆï)2een graphics worlds and then copying them to onscrÈÄ°dONLNd«¢ïÆÎ)Áeen graphics ports. ƒ@°dONLNd€¢ÎÆ˚)VAn °dONLNdfiØäªì(∏äof≈ °dONLNd‡Øìª˙)    fscreen graphics worldùÄ°dONLNdˆØ˚ªb)h is a sophisticated envir†°dONLNdØcª†)honment for prõ°dONLNd؆ª)=eparing complex color±†°dONLNd1ت)b, °dONLNd3ºä»G(≈ä*grayscale, or black-and-white images befor+°dONLNd]ºH»ƒ)æe displaying them on the scr¿ °dONLNdyºƒ»Í)|een. Defi∏`°dONLNdǺλ)'    ned in a ˇˇ˙¨.°dONLNdã…ä’“(“äprivate data straX°dONLNdõ…”’È)Iuctur3∏°dONLNd†…È’Û)e rƒ°dONLNd£…Ù’
  597. ) eferr”$°dONLNd®…    ’z)ed to by a pointer of type ,
  598. Courierˇˇ≠ÿ°dONLNd√…{’±)r    GWorldPtrˇˇ˙¨x°dONLNdÃ…∞’ )5, an of∏0°dONLNd”…À’€)fscräê°dONLNd◊…€’)een graphics .°dONLNd‰÷ä‚V(flä/world also contains a graphics port of its own.°dONLNdËäÙê*Y@Ä°dONLNdËêÙE)*our application can print the images it pr:Ä°dONLNd?ËEÙX)µeparÀ@°dONLNdCËXÙæ)es in graphics ports by ˆ‡°dONLNd[ËæÙ)fdrawing into a °dONLNdjıä∞(˛ä    printing 9¿°dONLNdsı±Ÿ)'    graphics §†°dONLNd|ıŸk)(port using QuickDraw drawing r# °dONLNdöılå)ìoutines¢Ä°dONLNd°ıåë) . D °dONLNd£ıëò)A~¿°dONLNd§ıòö) ˛¿°dONLNd•ıö¬)    printing @`°dONLNdÆı√Ï))    graphics ü°dONLNd∑ıÏ˛))portÅ`°dONLNdªıˇ ) is .°dONLNdøä€( äthe printing envirR`°dONLNd—€)Q
  599. onment defiR`°dONLNd‹6)4    ned by a R`°dONLNdÂ6`)'TPrPortR`°dONLNdÏ`f)* r$¿°dONLNdÓfx)ecor˜ °dONLNdÚw)"d, which contains a graphics port .°dONLNdä—(äIplus additional information used by the printer driver and system softwarB‡°dONLNd]“Ÿ(“e.°dONLNd`!ä-˚(*äVThe visible image for a graphics port is contained in either a bitmap or a pixel map. .°dONLNd∂.ä:í*A.°dONLNd∑.í:î) “`°dONLNd∏.î:¥)bitmap.ï@°dONLNdæ.µ:”)! is defiï@°dONLNdΔ.”:)ned by a data strÅ@°dONLNd◊.:4)KucturS†°dONLNd‹.4:])
  600. e of type S†°dONLNdÊ.]:Å))BitMapS†°dONLNdÏ.Å:ß)$
  601. , and it r&°dONLNdˆ.ß:∂)&epr¯`°dONLNd˘.µ:)esents the positions .°dONLNd;äG›(Däand states of a corrú@°dONLNd";›G")Sesponding set o°dONLNd1;#G.)Ff p°dONLNd4;.G=) ixel®°dONLNd8;>G).s, which can be either black and white or the °dONLNdfHäT¨(Qäeight pr°dONLNdnH≠T¬)#edefi◊¿°dONLNdsH¬T¸)ned colors pr»‡°dONLNdÄH¸Tw):ovided by basic QuickDrawh¿°dONLNdôHwTy){.Ë¿°dONLNdöHyT{) 
  602. `°dONLNdõH|TÉ)AE°dONLNdúHÉT) bitmap is contained within a .°dONLNd∫UäaÂ(^äbasic graphics port. !†°dONLNdœUÂaÌ)[Aï°dONLNd–UÏaÓ) .ï°dONLNd—UÓa)    pixel map.◊‡°dONLNd⁄Ua9)- is defi◊‡°dONLNd‚U9aÑ)ned by a data str√‡°dONLNdÛUÑaö)Kucturñ@°dONLNd¯Uöa√)
  603. e of type ñ@°dONLNdU√aÁ))PixMapñ@°dONLNdUÁa    )$    , and it .°dONLNdbänç(kärE°dONLNdbénú)epr’¿°dONLNdbúnH))esents the positions and states of a corrº°dONLNd>bHn )¨esponding set of color pixels. \†°dONLNd]bÀn“)ÉAó@°dONLNd^b“n) handle to a °dONLNdkoä{p(xä5pixel map is contained within a color graphics port. °dONLNd°Åäç·*NBecause your application can typically deal with graphics ports instead of harZ°dONLNdÔÅ·ç¯(ä·dwarë¿°dONLNdÛůçˇ)e °dONLNdıéäöá(óä7devices, QuickDraw helps your application achieve devic|°dONLNd,éàöí)˛e iÆ°dONLNd/éíö“)
  604. ndependence. î °dONLNd<é“öŸ)@AŒ¿°dONLNd=éŸö)
  605.  graphics °dONLNdGõäßÛ(§äport does the following:,Zapf Dingbats°dONLNd`±ä∏è*n
  606. °dONLNdbÆñ∫ª)     It specifi°dONLNdlƺ∫ä)&0es the bitmap or pixel map that points to the ar‡°dONLNdúÆä∫
  607. )Œea of memory in which your °dONLNd∑∫ñΔ(√ñdrawing operations take plac܆°dONLNd”∫Δï)Åe. The bitmap or pixel map cà °dONLNdÔ∫ïΔ )~ontains information about °dONLNd    Δñ“ú(œñ9how that memory should be arranged to map bits to the scrÌ@°dONLNdBΔú“≠(œúeen.°dONLNdG€ä‚è(·än
  608. °dONLNdIÿñ‰) It contains a metaphoricalÌ¿°dONLNdcÿ‰C)r graphics penu¿°dONLNdpÿD‰    )<+ with which to perform drawing operations. °dONLNdõ‰ñú(ÌñY@Ä°dONLNdú‰ú)ou can set this pen to dif@°dONLNd∂‰)lfer‚¿°dONLNdπ‰ó)  ent sizes, patterns, and colors.°dONLNd⁄˘äè(ˇän
  609. °dONLNd‹ˆñ ) YIt holds information about text: if your application or its user writes characters, they °dONLNd    5ñ* will be styled and sized accorPÄ°dONLNd    S )Ç8ding to information in your application’s graphics port.°dONLNd    åä£(äThe fi»Ä°dONLNd    í£)elds of a graphics port ary °dONLNd    ¨é)ne maintained by QuickDraw/`°dONLNd    ≈é)}, and you should never write °dONLNd    ‚ ä,ñ()ädirI °dONLNd    Â ó,‚)ectly into those fiÀ °dONLNd    ¯ ‚,")Kelds. HoweverbÄ°dONLNd
  610.  ",g)@, QuickDraw pr{@°dONLNd
  611.  g,ä)Eovides rÊ¿°dONLNd
  612.  ä,˛)#outines for changing the fi˜@°dONLNd
  613. 6 ˛,)telds °dONLNd
  614. ;-ä9ˇ(6äof a graphics port: you can.@°dONLNd
  615. V-9)v Æ@°dONLNd
  616. W-9q)point to an image in a dif§Ä°dONLNd
  617. q-q9})oferá°dONLNd
  618. t-}9ñ) ent ar©`°dONLNd
  619. z-ñ9“) ea of memoryâÄ°dONLNd
  620. Ü-“9⁄)<, rNÄ°dONLNd
  621. â-€9)     eshape and °dONLNd
  622. î:äFç(CärE°dONLNd
  623. ï:éF˛)esize the pen, change the ¡@°dONLNd
  624. Ø:˛F)ppen^`°dONLNd
  625. ≤:Fd)’s pattern and color] °dONLNd
  626. Δ:dF≤)U, and switch fontsd¿°dONLNd
  627. ÿ:≤F∑)N. 7 °dONLNd
  628. ⁄:∑FΩ)Y˜†°dONLNd
  629. €:ºF
  630. )ou can, and often °dONLNd
  631. ÌGäS©(Pämust, rüÄ°dONLNd
  632. ÙG©S—)    ead the fio°dONLNd
  633. ˛G“S6))elds of a graphics port.ˇ/ @ˇ ˇˇˇˇ@
  634. ˇ·ˇ‚7^
  635. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  636. (‡*1-6    )B
  637. QuickDraw’T†).s Coordinate Plane4^*¿¯
  638. °dONLNd\lhÑ(elFigurR¿°dONLNd\Ñhò)e 1-1@°dONLNd
  639. \òh) illustrates how an onscr쇰dONLNd#\h7)l een image r“†°dONLNd.\7hE)3eprc`°dONLNd1\Fh¶)esents bits in memory˙†°dONLNdF\•hŒ)_ . In this fip`°dONLNdR\œhfi)*gurÀ†°dONLNdU\fihÚ)e, anf†°dONLNdZ\Ûhı) .°dONLNd[ilu’(rlapplication uses the WÛ`°dONLNdqi‘uB)hindow Manager function ,
  640. CourierÛ`°dONLNdàiBuê)nGetNewCWindowÛ`°dONLNdïiêu•)N to cr≈¿°dONLNdõi•u◊) eate a new ˇˇÏ‡°dONLNd¶vlÇ•(l window on a F†°dONLNd≤v¶Ç“):    grayscaleF†°dONLNdªv“Çfl), scr‡°dONLNdøv‡ÇÛ)een; ˇˇΔ†Ú¿°dONLNdƒvÛÇA)GetNewCWindowˇˇÏ‡Ú¿°dONLNd—vAÇö)N automatically uses π`°dONLNdÂvõǵ)ZColor ¶@°dONLNdÎv∂ǘ)QuickDraw to .°dONLNd¯Élèt(ålcrµ@°dONLNd˙Étè9)+eate the graphics port for the empty windowò`°dONLNd%É9èN)≈. TheT °dONLNd*ÉOèÌ)" application uses Color QuickDraw °dONLNdLêlúu(ôlprG °dONLNdNêvúî)
  641. ocedurfi`°dONLNdTêîú∞)es to fi©†°dONLNd\ê±ú~)/ll the graphics port’s pixel map with an image H`°dONLNdãêúí)Œand µÄ°dONLNdèêíúù)to Ì`°dONLNdíêùú«)     draw the 0 °dONLNdõê»ú„)+imageE@°dONLNd†ê„úÂ) °dONLNd°ùl©É(¶lonscr9 °dONLNd¶ùÑ©ï)een.
  642. À*‹¯4Ã*‹¯"Ã*]
  643. ˇ·ˇ‚7^    °dONLNd´¡lÃñ(…l
  644. Figure 1-1°dONLNd∂¡ÆÃ¥)BA0°dONLNd∑¡¥Ã∂) ÇP°dONLNd∏¡∂Ø)grayscale image °dONLNd«¡¯Ãi)B representing bits in memory
  645. •*¿¯4¶*¿¯
  646. –*ÿ¯4—*ÿ¯ “*“˛
  647. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNdÊΩ*–≤(À*QuickDraw’s Coora0°dONLNdˆΩ≤–)à dinate PlanÍf°dONLNdΩ–
  648. )QeˇˇˇˇˇˇV˛)Ì1
  649. °dONLNd‡lÏr(ÈlY@Ä°dONLNd‡rÏΔ)our application typ:@°dONLNd‡«ÏŒ)Uic퇰dONLNd‡ŒÏ) ally uses W∞‡°dONLNd%‡ÏM)2indow Manager r©‡°dONLNd4‡MÏÉ)Moutines to cr`°dONLNdA‡ÑÏı)7eate graphics ports in the °dONLNd\Ìl˘Ω(ˆlform of windows. ·¿°dONLNdmÌΩ˘√)QY¢@°dONLNdnÌ√˘°)0our application can draw into a window without r± °dONLNdûÌ°˘¥)fiegarŒ‡°dONLNd¢Ì¥˘‘)    d to its °dONLNd´˙lº(llocation on the scr÷@°dONLNdæ˙º[)P een—even if the window spans mor4`°dONLNdfi˙\ò)†e than one scr‡°dONLNdÏ˙òÚ)<een. This is possible °dONLNdl.(l)because QuickDraw maintains a global coor°dONLNd+.Ø)¬dinate system for a computer͆°dONLNdG∞Œ)Ç’s entir˘†°dONLNdOŒ’)e °dONLNdQl (l!potential drawing space and a dif¶‡°dONLNdr  )îferâ`°dONLNdu  F) ent local coor=Ä°dONLNdÉG ÿ);dinate system for every window °dONLNd¢!l-”(*ldisplayed in this space.°dONLNdª3l?º*The Macintosh scrÄ°dONLNdÃ3Ω?Í)Q een (or scr¶`°dONLNd◊3Í? )-/eens) on which QuickDraw displays your images rî°dONLNd3 ?ÿ)‡epr$¿°dONLNd    3Ÿ?ˆ)esents °dONLNd@lL¡(Ila small part of a lar膰dONLNd%@¡Lˇ)Uge global coore†°dONLNd3@ˇLP)>dinate plane. Coor†°dONLNdE@QLè)Rdinates in the I@°dONLNdT@èL·)>global coordinate °dONLNdfMlYã(Vlsystem' °dONLNdlMåYí)  rl °dONLNdnMíYú)eflBÄ°dONLNdqMùY—) ect the entir&‡°dONLNd~M—YÓ)4Ce potential drawing space on this plane. The (0,0) origin point of °dONLNd¡Zlf≠(clthe global coor⁄†°dONLNd–Z≠fO)A%dinate plane is assigned to the upper>Ä°dONLNdıZPfƒ)£-left corner of the main scrg`°dONLNdZƒfÒ)t    een—that °dONLNdgls%(pl(is, the one with the menu bar—while cooró °dONLNdBg%ss)πdinate values incr°dONLNdTgtsÚ)Oease to the right and (unlike °dONLNdrtlÄ›(}la Cartesian plane) down. A°dONLNdãt›Ä5)qAny pixel on the scrƒ`°dONLNdüt5ÄÅ)Xeen can be specifi™°dONLNd±tÇÄ«)Med by a vertical °dONLNd¬Ålç(älcoor†@°dONLNdΔÅç™)
  650. dinate (orê °dONLNd–Å™ç[)+)dinarily labeled v) and a horizontal coorZÄ°dONLNd˘Å\çá)≤
  651. dinate (orJ`°dONLNdÅáç›)+dinarily labeled h). °dONLNdélöÑ(ólFigurR¿°dONLNdéÑöò)e 1-2@°dONLNd"éòö@)& illustrates the QuickDraw global coor¿°dONLNdHéAöz)©dinate plane.
  652. ‹kå¯4€j‹kò@@˜@˜‹kb¡’ˇ˛Ô‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔˡ˛Ãÿ ÃÃflˆˇÔˡÚ33 ì30?ˆˇÔËˇÒ˛ ĈˇÔˡ˙ˆˇÔˡ˙_ˆˇÔˡ˙ˆˇÔˡ˙ˆˇÔˡ¸ˇ?ˆˇÔˡUTUˆˇÔò@@Ę@Ęk\bˡ"  #ˆˇÔˡààâˆˇÔˡDPEˆˇÔˡàÄâˆˇÔˡ" #ˆˇÔˡUPUˆˇÔˡ˝"#ˆˇÔˡàÄ»…ˆˇÔˡUUUˆˇÔˡàÃÃÕˆˇÔˡ"#3#ˆˇÔˡ˛UˆˇÔˡ"˝3ˆˇÔˡàåÃÃÕˆˇÔˡE˛UˆˇÔˡååÃÃÕˆˇÔˡ¸3ˆˇÔˡ¸UˆˇÔˡ¸3ˆˇÔˡ˝ÃÕˆˇÔˆˇƒ˙D˚ˇ¸UˆˇÔˆˇ˛Ã˛Ã˚ˇ˝ÃÕˆˇÔˆˇ„33339˚ˇ¸3ˆˇÔˆˇ¿˙˚ˇU››]’ˆˇÔˆˇ¿˙˚ˇ¸3ˆˇÔˆˇ¿˙˚ˇ˝ÃÕˆˇÔˆˇ¿˚˚ˇ˝wuˆˇÔˆˇ¿˙˚ˇ˝Ã…ˆˇÔˆˇ¬˙˚ˇ˝3#ˆˇÔˆˇ¿˙˚ˇ˝›UˆˇÔˆˇ¿˙˚ˇ¸ˇˆˇÔˆˇ¿˙˚ˇ˙ˆˇÔˆˇ¿˙˚ˇ˙ˆˇÔˆˇ¿˙˚ˇ˙ˆˇÔˆˇ¿˙˚ˇ˙ˆˇÔˆˇ¿˙˚ˇ˙ˆˇÔˆˇ¿˙˚ˇ˙üˆˇÔˆˇ¿˙˚ˇ¯˙flˆˇÔˆˇ¿˙˚ˇÙ˙ˆˇÔ ˆˇ¿˙ÁˇÔ ˆˇ¿˙ÁˇÔ ˆˇ¿˙ÁˇÔ ˆˇ¿˙ÁˇÔ ˆˇ¿˙ÁˇÔ ˆˇ¿˙ÁˇÔ ˆˇ¿˙ÁˇÔ˛"""¸ˇ¿˙ÁˇÔˇUTU¸ˇ¿˙ÁˇÔ˛" ""¸ˇ¿˙ÁˇÔ˛ààà¸ˇ¿˙ÁˇÔ˛D@D¸ˇ¿˙ÁˇÔ˛àààà¸ˇ¿˙ÁˇÔ˛" "¸ˇ¿˙ÁˇÔˇ¸ˇ¿˙ÁˇÔ˛˛"32¸ˇ¿˙ÁˇÔ˛àÄ»»¸ˇ¿˙ÁˇÔˇUEUU¸ˇ¿˙ÁˇÔ˛àà˛Ã¸ˇ¿˙ÁˇÔ˛"˛3¸ˇ¿˙ÁˇÔˇU˛U¸ˇ¿˙ÁˇÔ˛#˛3¸ˇ¿˙ÁˇÔ˛à˝Ã¸ˇƒ˚ÁˇÔ˛E˝U¸ˇƒ˚ÁˇÔ˛å˝Ã¸ˇ¿˙ÁˇÔò@Äú˜Äú˜\kxb˛#˝3¸ˇ¿˙ÁˇÔˇ¸U¸ˇ¿˚ÁˇÔ˛#˝3¸ˇ¿˚#ÁˇÔ˛¸Ã¸ˇ¿˙ÁˇÔ    ˇ¸U⁄ˇÔ ˛˝Ãå⁄ˇÔ ˇ˝32⁄ˇÔ ˇU››]›⁄ˇÔ    ˇ¸3⁄ˇÔ    ˛¸Ã⁄ˇÔ ˇ˝wt⁄ˇÔ ˛˝Ã»⁄ˇÔ ˇ˝3"⁄ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔòů@˜HHê< CIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  653. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜‹kb'ÅÅÅât˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎůÎÅÅïÏÎÅ˘ÏÅÅïÎÏÅ˘ÎÅÅïÏÎÅ˘ÎÅÅïÎÎÅ˘ÏÅÅïÎÏÅ˘ÎÅÅïÎÎÅ˘ÎÅÅïÏÎÅ˘ÏÅÅïÎÏÅ˘ÎÅÅïÏÎÅ˘ÎÅÅïÎÎÅ˘ÏÅÅïÎÏÅ˘ºÎÅ–˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˛˜¯˜ÒÎÎÅ˘ÎÅ“˛˜Å‹ÿ‹˛˜ÛÏÎÅ˘ÏÅ”˜˜Å‹‘‹˜˜ÙÎÏÅ˘ÎÅ‘˜˜Å‹“‹˜˜ıÏÎÅ˘ÎÅ‘˜˜Å‹—‹˜ıÎÎÅ˘ÏÅ‘˜Å‹–‹˜ıÎÏÅ˘ÎÅ‘˜Å‹–‹˜ıÎÎÅ˘ÎÅ‘˜Å‹–‹˜ıÏÎÅ˘ÏÅ‘˜Å‹–‹˜ıÎÏÅ˘ÎÅ‘˜Å‹–‹˜ıÏÎÅ˘ÎÅ‘˜Å‹–‹˜ıÎÎÅ˘ÏÅ‘˜Å‹–‹˜ıÎÏÅ˘ÎÅ‘˜Å‹–‹˜ıÎÎÅ˘ÎÅ‘˜Å‹–‹˜ıÏÎÅ˘ÏÅ‘˜Å‹–‹˜ıÎÏÅ˘ÎÅ‘˜Å‹–‹˜ıÏÎÅ˘ÎÅ‘˜Å‹–‹˜ıÎÎÅ˘ÏÅ‘˜Å‹–‹˜ıÎÏÅ˘ÎÅ‘˜Å‹–‹˜ıÎÎÅ˘ÎÅ‘˜Å‹–‹˜ıÏÎÅ˘ÏÅ‘˜Å‹–‹˜ıÎÏÅ˘ÎÅ‘˜Å‹–‹˜ıÏÎÅ˘ÎÅ‘˜Å‹–‹˜ıÎÎÅ˘ÏÅ‘˜Í‹Å˜˝˜Î‹˜ıÎÏÅ˘ûÎÅ‘˜Î‹˜˜˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛ÔԘ΋˜ıÎÎÅ˘"ÎÅ‘˜Î‹˜ÔÔÅˇÔ˜˜Ï‹˜ıÏÎÅ˘JÏÅ‘˜Î‹˜ˇˇ˛ˇ˛˛ˇ˝ˇˇˇ˛ˇ˝ˇ˝ˇˇˇ≤˝ˇ˝ˇˇˇԘϋ˜ıÎÏÅ˘BÎÅ‘˜Î‹¯Ôˇ˛˛ˇ˛˛ˇ˝˝ˇ˛ˇ˝ˇ˝˙ˇµ˝ˇ˝ˇˇÔ˜Ï‹˜ıÏÎÅ˘/ÎÅ‘˜Î‹˜Ôˇ˛˛ˇì˛ˇ˛˛ˇˇÔԘϋ˜ıÎÎÅ˘"ÏÅ‘˜Î‹˜ÅˇˇԘϋ˜ıÎÏÅ˘†ÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘†ÎÅ‘˜Î‹˜ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘üÏÅ‘˜Î‹˜ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘†ÎÅ‘˜Î‹¯ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘†ÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘üÏÅ‘˜Î‹˜ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÔÔÔÔÔÔˡԘϋ˜ıÎÏÅ˘†ÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËÁÁËËÁÁËËÔÁˇÔԘϋ˜ıÎÎÅ˘†ÎÅ‘˜Î‹˜ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÔÁËËÁÁËËÁÁˡÔ˜Ï‹˜ıÏÎÅ˘üÏÅ‘˜Î‹˜ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËÔËÁ˛ËÁ˛ËÔˡԘϋ˜ıÎÏÅ˘üÎÅ‘˜Î‹x¯ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÔÔ˛Ô˛ÔˡÔ˜Ï‹˜ıÏÎÅ˘ôÎÅ‘˜Î‹v˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˯‹ÁÁˇÔԘϋ˜ıÎÎÅ˘üÏÅ‘˜Î‹˜ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘ÄÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁÅŨ¨◊ÔÅ+˛+˛+˛+ÓÅ=¨◊ÅÅÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘ÎÅ‘˜Î‹˜ÔˇÁËËÁÁˇËÁÁËËÅÅVV+ÔÅ˛+˛+˛◊◊+ÓÅ=+VVÅÅËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘üÏÅ‘˜Î‹˜ˇËÁ˛ËÁ˛Ë@ÁË+VV+++++++++++++++◊◊+◊+++++++++++VV+˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘üÎÅ‘˜Î‹¯ÔˇÁËËÁÁËËÁÁËË+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘fÎÅ‘˜Î‹˜Ô˛ˇÁËËÁÁËËÁÁ≈;+ÅÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘eÏÅ‘˜Î‹˜ˇ˛ËÁ˛ËÁ˛Ë≈Å+ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘fÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁ≈;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘jÎÅ‘˜Ï‹ˇ˜ÔˇÁËËÁÁËËÁÁË˯÷ˇ˘˛Å8ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘ìÏÅ‘˜Î‹˜ˇËÁ˛ËÁ˛ËÁ˯    ˇ+V+V+V+V+˛V+V+V++˛++˛++++V+V+V+V+ˇ¯+˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘òů@ĘHHê8 DIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  654. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęk\b'óÎÅ‘˜Ò‹ˇˇ˝‹¯ÔˇÁËËÁÁËËÁÁË˯*ˇVV++VV++VV++VV+++++++++VV++VV++Vˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘íÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁ¯ˇ++V˛+V˛+V˛+V˛+˛+˛+˛˝+V˛+V++ˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘íÏÅ‘˜Î‹˜ˇ˛ËÁ˛ËÁ˛Ë¯ ˇV++VV++VV++˛V˛+˛+˛+++V+VV++VV++VVˇ¯+ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘óÎÅ‘˜ı‹ˇ¯‹˜ÔˇËÁÁËËÁÁËËÁÁ¯ ˇ++VV++VV++VV˝++++++++V++VV++VV+ˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘êÎÅ‘˜Î‹˜ÔˇÁËËÁÁËËÁÁË˯ˇ˛V+˛V+˛V+VV+˛+˛+˛+˝+˛V+˛V+Vˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘óÏÅ‘˜˙‹ˇÛ‹˜ˇËÁ˛ËÁ˛ËÁ˯    ˇ+V+V+V+V+˛V V++++++˛++++V+V+V+V+ˇ¯+˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘ñÎÅ‘˜˙‹ˇÛ‹¯ÔˇÁËËÁÁËËÁÁË˯ˇV˛+V˛+V+++++˛+˛+˛++V˛+V˛+Vˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘íÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁ¯ˇ++V˛+V˛+V˛+˛+˛++VÅ˝V+VVÅ˝V++ˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘îÏÅ‘˜˛‹ˇÔ‹˜ˇ˛ËÁ˛ËÁ˛Ë¯ˇ+V+V+V+V+V++++++VÅVÅVŸVÅVÅVÅ+VVˇ¯+ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘ìÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁ¯ˇ++VV++VV˝+++VVÅÅ+ÅÅVVÅÅVVÅ˛VÅÅ˛VÅVˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘íÎÅ‘˜Î‹˜ÔˇÁËËÁÁËËÁÁË˯ˇV+V+VV++V+++VÅ˛VÅ+VVÅ˛VÅ˛VÅ˛VÅ˛VÅˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘íÏÅ’ˇ˜Î‹˜ˇËÁ˛ËÁ˛ËÁ˯ˇ+VV++VV¸+ÅÅVVÅÅVV+ÅVVÅ˛V ÅÅVVÅÅVVÅÅVVˇ¯+˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘íÎÅ‘˜Î‹¯ÔˇÁËËÁÁËËÁÁË˯ˇVV++VV++V+ÅÅVVÅÅVVÅ˛VÅÅVVÅÅVVÅÅVVÅÅVVÅˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘ñÎÅŸˇ˝˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁ¯ˇV+˛V+¸V+VV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Åˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘íÏÅ‘˜Î‹˜ˇ˛ËÁ˛ËÁ˛Ë¯ ˇV++VV++ÅÅVV+˛VÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅˇ¯+ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘îÎÅ‘˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁ¯ˇ++V++VÅ˛VÅVVÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅVVˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘ñÎÅfiˇ¯˜Î‹˜ÔˇÁËËÁÁËËÁÁË˯ˇ˛V+VVÅV˛Å+˛ÅVÅÅVVÅVÅV˛ÅV˛Å
  655. VÅÅVVÅVÅVÅˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘ìÏÅ‘˜Î‹˜ˇËÁ˛ËÁ˛ËÁ˯*ˇ+V+V+ÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVˇ¯+˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘ëÎÅ‘˜Î‹¯ÔˇÁËËÁÁËËÁÁË˯ˇ˛V+˝VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘òÎÅ‚ˇÙ˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁ¯ˇVVÅV+VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅVVˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘ñÏ°√+◊ۘ΋˜ˇ˛ËÁ˛ËÁ˛Ë¯*ˇVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVˇ¯+ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘≥ΰÅVVÔÅ+◊+˛+˛+˛ÌÅV¨+Å◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁ¯*ˇVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘™ΰÅVVÔÅ+˛◊+˛+◊+ÌŨ¨+Å◊ۘ΋˜ÔˇÁËËÁÁËËÁÁË˯ˇÅ˛VÅ˛VÅ˛VÅ˛VÅV˘ÅVV¸Å˛VÅ˛VÅˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘æφ=+++++++++++++++++++++++++++++++◊ۘ΋˜ˇËÁ˛ËÁ˛ËÁ˯    ˇVÅÅVVÅÅVV˙ÅVÓÅVÅÅV+ˇ¯+˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘ÎÅÂ+◊ۘ΋¯ÔˇÁËËÁÁËËÁÁË˯ˇÅÅVVÅÅVVÂÅVÅÅ+Vˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘uÎʼnÅ◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁ¯ˇÅV⁄Åˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘xÏÅÊ+Å◊ۘ΋˜ˇ˛ËÁ˛ËÁ˛Ë¯ˇ˚ÅV‡ÅVˇ¯+ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘vÎÅ„◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁ¯ˇ›Å˛V++ˇ˘;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘xÎùˇ +◊ۘ΋˜ÔˇÁËËÁÁËËÁÁË˯ˇ‹ÅVV+Vˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘{ÏÅÊ++◊ۘ΋˜ˇËÁ˛ËÁ˛ËÁ˯ˇ‡Å˛V+V+V+ˇ¯+˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘p΢ˇ≈+◊ۘ΋¯ÔˇÁËËÁÁËËÁÁË˯÷ˇ˜9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘jÎÅ„◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁ≈;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘mÏߡ¡++◊ۘ΋˜ˇ˛ËÁ˛ËÁ˛Ëƒ+ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘jÎÅ„◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁ≈;+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘lΨˇª+◊ۘ΋˜ÔˇÁËËÁÁËËÁÁËË√9+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘nϱˇ∑++◊ۘ΋˜ˇËÁ˛ËÁ˛ËÁ˃+˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘ßαˇ∂+◊ۘ΋¯ÔˇÁËËÁÁËËÁÁËËÅ+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛=+¨¨+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘•Î∂ˇØ◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁÅÅ+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛;¨¨ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘¶ÏÅÊ++◊ۘ΋˜ˇ˛ËÁ˛ËÁ˛Ë@Å++++++++++++++++++++++++++++++ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘iΪˇ™◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁ¬◊8ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘¶ÎÅÂ+◊ۘ΋˜ÔˇÁËËÁÁˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘©Ï¿ˇˇ©++◊ۘ΋˜ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘¶ÎÅÂ+◊ۘ΋¯ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘ßÎ≈ˇˇ°◊ۘ΋˜Ô˛ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘¶ÏÅÊ++◊ۘ΋˜ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘™Îı÷ˇˇú◊ۘϋˇ˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘”Îıˇ˛+V˛+V˛+V˛+V˛++++++++V+V+V+V+ˇú+◊ۘϋˇ˜ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘“ÏıˇV+V+V+V+V+V+V+V+++++˛+˛+˛V+˛V+Vˇù++◊ۘ΋˜ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘÷ÎıˇV++VV++VV++VV˝+++++++VV++VV++VVˇú+◊Û˜Ò‹ˇˇ˝‹¯ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘–Îıˇ+V˛+ V+V+VV++V++˛++˛+V+V+V+V+V+V+ˇö◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘œÏı ˇ++VV++VV++VV¸+˛+˛+++˝+V˛+V++ˇù++◊ۘ΋˜ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘”Îıˇ+VV++VV++VV++V+++++++˝+VV++VV++ˇö◊Û˜ı‹ˇ¯‹˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘œÎıˇVV+˛V+˛V+V˚+˛+++˛+ +V++VV++VVˇú+◊ۘ΋˜ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘‘Ïı
  656. ˇVV++VV++VV¸+˛+˛+    +++++V˛+V˛+Vˇù++◊Û˜˙‹ˇÛ‹˜ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘œÎıˇ˛+V˛+V˝+˛+˛+˛++VVÅVV+˝VÅVV+V+ˇú+◊ۘ΋¯ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘–Îıˇ+˛V+˛V+V++˛+˛++˛VÅ˛V ÅV+VÅÅVVÅVV+ˇö◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘÷ÏıˇV+V+V+V+V++++VVÅV+ÅVÅV˛ÅVÅVÅV˛ÅVVÅÅˇù++◊Û˜˛‹ˇÔ‹˜ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘ÃÎıˇ+VV++V˛+V˛++VVÅ˛V+˛VÅ˛VÅ˛VÅ˙Vˇö◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘“Îıˇ˛+V˛+V+++VVÅ˛VÅVVÅVÅVÅ˛V
  657. ÅVÅVÅVÅVÅVˇú+◊ۘ΋˜ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘”ÏıˇV+V+V+V+V+ÅVÅVÅVÅVÅ+ÅV˛ÅVÅÅVV˛ÅV˛ÅVÅˇù++◊Ùˇ˜Î‹˜ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡԘϋ˜ıÎÏÅ˘“ÎıˇV++VV++˛V++˛VÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅÅˇú+◊ۘ΋¯ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ˜Ï‹˜ıÏÎÅ˘ÿÎıˇ+V˛+˝VÅVVÅ˛VÅ˛VÅ˛VÅVÅVÅVÅVÅVÅVÅVÅVˇ’ˇ ˛Å◊¯ˇ˝˜Î‹˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘÷Ïı ˇ++VV+VÅÅVVÅ˛V ÅÅVVÅÅVVÅÅVVÅ˛VÅ˛VÅ˛VÅVVˇ’ˇ +Å◊ۘ΋˜ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇԘϋ˜ıÎÏÅ˘‘Îıˇ+VV+VÅÅVVÅÅVVÅÅVVÅ˛V ÅÅVVÅÅVVÅÅVVÅ˛VÅÅVVˇ⁄ˇ¬◊ۘ΋˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔԘϋ˜ıÎÎÅ˘òůÄú˜HHê< EIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  658. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜\kxb'’ÎıˇVV+VVÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅVVÅÅVVÅÅVVÅÅVVÅÅˇú+◊˝ˇ¯˜Î‹|˜ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÔ˛ÔËˡÔ˜Ï‹˜ıÏÎÅ˘Ïıˇ˛V+VÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅ˛VÅ˛VÅ˛VÅ˛VÅˇflˇ˙=++++++++++++++++++++++++++++Å+¨+◊ۘ΋˜ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËÔÔÁˡԘϋ˜ıÎÏÅ˘Îıˇ˛VÅ+VVÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅ˛VÅVˇÿ+Å+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛ÅÅVV◊ˇÙ˜Î‹¯ÔˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÔÔÔÁËˡÔ˜Ï‹˜ıÏÎÅ˘ÎıˇV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅVVÅÅVVÅÅVVÅÅVVˇ‰ˇÙ+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛    +Å+VV◊ˇÙ˜Î‹z˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˲ÔËÁÁˇÔԘϋ˜ıÎÎÅ˘œÏıˇÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅVÅV˛ÅV˛ÅV˛ÅV˛Åˇÿ¬◊ۘ΋˜ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÔԲˡԘϋ˜ıÎÏÅ˘»ÎıˇVÅ˛VÅ˛VÅ˛VÅ˛VÅÅV˚ÅVV˚Å˛VÅ˛VˇÈˇ§˜Î‹z˜ÔˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˲ÔËÁÁˇÔԘϋ˜ıÎÎÅ˘øÎıˇ˛VÅ˛VÅVV˚ÅVV˘ÅV¯ÅVÅVV+ˇÓˇü˜Î‹z˜ÔˇˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ¸‹ËˡÔ˜Ï‹˜ıÏÎÅ˘≤ÏıˇÅVÅVÅVÅVÂÅVÅÅ+Vˇã˜Î‹˜Ôˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇˇԘϋ˜ıÎÏÅ˘5ÎıˇÅV˝ÅVflÅˇÛˇˇõ˜Î‹¯˜ÔÔɡÔÔ¯˜Ï‹˜ıÏÎÅ˘§ÎıˇŸÅ+ˇã˜Í‹˜˜˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˛Ô˜˜Î‹˜ıÎÎÅ˘,Ïıˇ‹ÅVV++ˇ¯ˇˇñ˜È‹Å˜˜˜Í‹˜ıÎÏÅ˘"Îıˇ‹ÅVV++ˇã˜Å‹–‹˜ıÎÎÅ˘+Îıˇ‡ÅV+˛V+VVˇ˝ˇˇë˜Å‹–‹˜ıÏÎÅ˘Ïı÷ˇã˜Å‹–‹˜ıÎÏÅ˘Πˇå˜Å‹–‹˜ıÏÎÅ˘ÎÅ‘˜Å‹–‹˜ıÎÎÅ˘ÏÅ‘˜Å‹–‹˜ıÎÏÅ˘ÎÅ‘˜È‹¯Å‹È‹˜ıÎÎÅ˘ÎÅ‘˜Í‹˜˜Å‹È‹˜ıÏÎÅ˘ÏÅ‘˜Ì‹˚˜Å‹Í‹˜ıÎÏÅ˘#ÎÅ‘˜Ó‹˜˜·‚··˜¯Å‹Î‹˜ıÏÎÅ˘$ÎÅ‘˜Ó‹˜˛Áʘ˜Ñ‹˚˜Ì‹˜ıÎÎÅ˘(ÏÅ‘˜Ó‹˜˜Ì˛Ï˜Ñ‹˜˝‹˜Ì‹˜ıÎÏÅ˘(ÎÅ‘˜Ì‹¯ÚÒÒÚ˜˜Ö‹˜˝‹¯Ì‹˜ıÎÎÅ˘7ÎÒ˛◊◊¯◊ª˛◊Ù◊˛◊È◊Á˜Ì‹˚˜Ñ‹˚˜Ì‹˜ıÏÎÅ˘8ÏÒ◊◊˜◊º◊˛◊ı◊Â◊Á˜Ï‹˜˜‹˜Å‹È‹˜ıÎÏÅ˘fÎÒ◊◊◊◊◊◊◊◊˛◊◊◊˛˛◊˛◊Œ◊¸◊◊˛◊˛◊˛◊    ◊◊◊◊◊˛˛◊˛◊◊◊◊˛◊˘ŋ–‹˜ıÏÎÅ˘aÎÒ˛◊◊◊¸◊˛◊◊◊˝˛◊◊œ◊˝◊˝˛◊ ◊◊◊◊◊¸◊ ◊◊◊◊◊˛◊Á˜Å‹–‹˜ıÎÎÅ˘ò@@˜@˜xk∏b‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ‘ˇÔ?‘ˇÔ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę∏k¯b¡¡¡¡˝˛‡ ˛8@÷˝ÄD¿DÄ 0@÷˝ÄE@DÄ P@÷˝&Œ€ÅàÅ    ≥∂p@" 0,@÷˝#$lÅàÅ…ê@" H2@÷˝DHêÚ"áD@pDÄ÷˝DHêÇ"ÄD@êDÄ÷˝àë3B""$FaàÖ"â’˛‹€ú¡«w6„Éqƒ“Ú’ ˜˙’
  659. ˜˘’¡¡¡˝˝Ä ¸ı‡˝ ¿¸¯àÄ„˝˛@¸˜ÄÄ‚)˝#$ŒfflÄ(ÕÁwsΔlÿ„Üflmπ›≥∂«≥úf√f}ò˚‹È)˝#<Q¢hÇÄD6í)îí"3%C#ñFb…(ΔQ$#!òéc,àÈ)˝#H¢Düq¯H‚Y'ƒDz/Ñ~(˛}$Q¢`DB#¯å0êÈ)˝#@úDêâ"á    $DI»B(Å¡$N¢DB#å0†È)˝#Å ô2E'LààíÃQô $HêDêàÑG1·@È*˛$√ºoúπ£9ÕÁ›ÎŒw∏Ów6¸fiÊ·‹ŒÔ˚øp¿È¸L˚    Ä¸¿¸&˘˸Ñ˚ĸ@¸B˘Ë˝˚!¸Ä¸Ñ˘˸˚0¸8¸x˘ Ë¡˝@¸`0˝˝¸ ‚%˝ @0@@  Ä@ Â!˝ @0@ ˝ Ä@ ‚'˝!&««ú(£∂q‹≤MõÕúI≥∂q«
  660. («múw,f√õcÄÁ'˝!#)H¢(§§ô&d Fd£FcH…êô
  661. ))&Iô2ô$iî`Á'˝!DXë|JGA"HaàèDàƒ"!ë–HíD"#»í(ÄÁ&˝ DFë@JIA"HYàâ8à∏"!íPHíD""G'Ê&˝ à•&»àí¬Dôí)AA"$Fbf"$∞ë&dàDDà$HÊ'˛!‹˚õq…ÕwÊŒÁ{ªΩ{π˘w6„É8rs]˘≥π‹ÓÔO~oÊÛ òúÛÊÒÛ!!ÊÒÛBBÊÒ‡‡Û<<Ê¡˝¿˙„é˚pÇ˝·!˝¿(¢@ Ä ·˝@˙(¢˛@˛ ·#˝ ∂Œæÿ‡v˚Äë(6>mŒ|ÛÖ˜"6‡Ûù∞„#˝ ô$íeíîA€8 2í    %FbB ÂAb»„#˝A! §ä!ÑOÄöò# E0J/à§Ü"Ç/˝„#˝A"J§â¿dàÑà# E J(®Ü"Ç(A„#˝ÑDàâJ9    G8äHŸP #úEŸ  „$˛¯„Hüõ√üÓ‡y›œp;n0úp<ÓÁÉns¿„˘¿¸Ä˙@˛@˝‚˘@¸Ä˙@˛@˝‚˘Ä˝˙˝Ä˝‚˘¸Ä˚˛¿˝‚¡¡¡¡¡ò@Äú˜Äú˜¯kb¡¡¡¡¡¡¡¡¡¡˝Äĸ`—˝ ÄÄ@—˝Ä ˛@—˝
  662. 6Ÿ8@g∂nv¿õ“˝ eD@eò $ã姓˝ >"ä¯ÄÜ#IÙ@“˝ A"äÄÄÜ#I@“˝ ÇEëÖúF)ì(Ç"¬“˛«yÓ‡¯ÓÔΔŸ‹ásr“¸Ç˝œ
  663. ¸Ç˝à ˝˝Ã ˝é˝Ã¡˝˛8œ˝˛  “˝˛ (“˝$figp@ÓQºÕÛ∏˚”òů@˜HHê8 FIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  664. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜xk∏b'lÏÒ◊˛◊◊◊˛◊˛◊◊◊◊◊◊◊◊Œ◊˛◊◊◊◊◊◊◊◊◊◊˛◊◊◊◊◊◊◊◊˛◊Á˜Å‹–‹˜ıÎÏÅ˘_ÎÒ◊˛◊◊◊˝◊˛◊◊◊˛˚◊Ã◊◊◊◊˛˚◊◊◊◊˛◊◊◊˛˛◊˛◊◊◊˛◊◊˘¯Å‹—‹˜ıÎÎÅ˘#Α◊ø◊Ì◊Ÿ˜Å‹“‹˜˜ıÏÎÅ˘$Ï‘◊ø◊Ì◊Ÿ˜˜Å‹‘‹˜˜ÙÎÏÅ˘(Α◊ø◊Ì◊ÿ˜¯˜˜Å‹⁄‹˜˜¯˜ÛÏÎÅ˘ÎŜŘÿ˜ÎÎÅ˘ÏÅÅïÎÏÅ˘ÎÅÅïÎÎÅ˘ÎÅÅïÏÎÅ˘ÏÅÅïÎÏÅ˘ÎÅÅïÏÎÅ˘ÎÅÅïÎÎÅ˘ÏÅÅïÎÏÅ˘ÎÅÅïÎÎÅ˘ÎÅÅïÏÎÅ˘ÏÅÅïÎÏÅ˘ÎÅÅïÏÎÅ˘t˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅ˘wÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏoÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÅ˘ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê< GIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  665. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę∏k¯b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâ7fiˇˇÊˇ˛ˇ˘ˇˇ˛˝ˇ˜˛ˇÊ˛ˇ˘˛ˇˇ˝ˇÛˇˇ˝˛ÅÅ´Bfiˇ˜ˇˇ˘ˇ˛ˇˇˇ˙ˇ˛ˇ˜ˇˇ˘ˇ˛ˇˇˇÚˇ¸ˇÅÅ´Bfiˇ˜ˇˇ˘ˇ˛ˇˇˇ˙ˇ˛ˇ˜ˇˇ˘ˇ˛ˇˇˇÚˇ¸ˇÅÅ´ofl    ˇˇˇˇˇ˛ˇ    ˇˇ˛ˇˇ˛ˇ˚˛˘ˇ˛ˇ˛ˇ˚˛˝ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛¸ˇ˘ˇ˛ˇ˛ˇ˙ˇ˛˚ˇˇˇ˛ˇÅÅ´qflˇ˛ˇˇˇˇ˛ˇˇˇˇˇ˚ˇ˘ˇ˛ˇ˛ˇ˚ˇ˝ˇ˛ˇˇˇˇ˛ˇˇˇˇˇ¸ˇ˘ˇ˛ˇ˛ˇ˚ˇˇ¸ˇˇˇˇÅÅ´t‡ˇ˛ˇ˛ˇˇ˛ˇˇ˝˝ˇˇ˝˛ˇˇ˛ˇ˛ˇ˚ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇˇ˝˛ˇˇ˛ˇ˛ˇ˙˛ˇ¸ˇ˛ˇˇÅÅ™q‡˛˛˛˛˛ˇ˛ˇˇ˝ˇ¸ˇ˘ˇ˛ˇ˛ˇ˚ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇ˝ˇ˘˛˛˛˛˛˚ˇˇ¸˛˛˛ˇÅÅ™·ˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇ¸ˇ˛ˇ˝ˇ˛ˇ˛ˇ˚ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇˇˇ˛ˇˇ˛ˇˇÅÅ©e‚˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˚˚ˇ¸˛ˇ˛˛ˇ˚ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛˛ˇ¸˚ˇ¸˛ˇ˛˛ˇ˛
  666. ˇˇˇˇˇ˝ˇˇÅÅ®¨ˇ√ˇ˘ˇÅÅß´ˇºˇÅŶÅÅÅâÅÅÅâÅÅÅâfi¸ˇ·ˇ¯ˇ˜ˇ”ˇòˇˇÅÅ=fi˛˛˛ˇÊˇ˛˘ˇˇ˜ˇ“ˇ˜˛πˇ˛ˇˇ¸ˇ˛ˇ˜˛Åï*fiˇ‡ˇˇ˙ˇˇ¯ˇˇ”ˇÆˇÏˇ¯ˇÅäÚfl    ˇˇˇˇ˛ˇ ˇˇˇˇˇˇ¸ˇ˚ˇ¯ˇ¯ˇˇ˜˛ˇˇˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛˛ˇ˛˛ˇ˝ˇˇˇˇ¸ˇ    ˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛˛ˇ¸ˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ˝
  667. ˇˇˇˇˇˇ¸ˇˇˇˇˇ˛¸ˇ˝ˇ˛ˇÅ« fl˛ˇ˛˛˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ¸ˇ¯ˇ˘˛˛˛˘ˇ˛ ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇ˛˛˛˝ˇˇˇ˛˛ˇˇ˛ˇ˛˛˛ˇ˛ˇ˛    ˇˇ˛ˇˇ˛    ˇˇˇˇˇ˛ˇ˛˛˛ˇ˛ˇ˛ˇˇ˛˝ˇ˛ˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛
  668. ˇˇˇˇ˛ˇ˛ˇÅΔʇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ¸ˇ¸ˇ˛˛ˇ˛ˇ˘¸ˇ˘ˇ˛ˇˇ˛˛ˇ˛    ˇˇˇˇˇ¸˛ˇˇ¸ˇ˛ˇ˛ˇ˛ˇ˛˝ˇˇ˛ˇ¸ˇ˝ˇ˛˚ˇ˛ˇˇ˛˙ˇ¸ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇˇ˚ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛˙ˇ˛ˇ˛ˇˇ˝ˇˇ˝ˇˇÅ≈ʇˇ˚ˇ˛ˇ˛ˇ˛ˇˇˇ¯ˇ¯ˇ˙ˇ¸ˇ˘˛ˇ˛ˇˇˇ˛ˇˇ˝˛ˇ˝    ˇˇˇˇ˙ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˘ˇ˛ˇ˝ˇ˛ˇˇ˛ˇ˚˛ˇ¸ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˝ˇˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ˝ˇˇ˝ˇˇÅƒ˝·ˇ˚˛ˇ¸ˇ˛ˇ˛ˇ˛ˇ¸ˇ¯ˇ˙ˇ¸ˇ˘ˇ¸˛ˇˇ˛
  669. ˇ˛ˇˇˇ˛˛˛ˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˝˛ˇ˛˝ˇ˛ˇˇˇˇ˛ˇ˛˛˛ˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˙˛˛˛ˇ˛ˇˇ˛˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛˛˛˛˛ˇˇ˛ˇ˝˛ˇÅ√‡‚˛ˇ˝˛ˇ˝ˇ˛ˇˇ¸ˇ˛ˇ¸˛ˇ˙˛ˇ¸˛ˇ˛˛ˇ˙˝ˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˝ˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇ˝˛ˇ˛˛ˇ˝ˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˚ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˝˛ˇ˛ˇˇˇ˛ˇ˛ˇ¯ˇ˛ˇ˚ˇ˛ˇ˝ˇˇÅ√0ÿˇˇˇÀˇˇˇıˇ“ˇˇˇÔˇ‘ˇˇˇπˇÅ¡0Ÿˇ˝˛Ãˇ˝ˇı˛”ˇ˝˛Ôˇ’˛˝ˇπˇÅ¡0⁄ˇ˝ˇÃˇ˝ˇˆˇ“ˇ˝ˇÔˇ’ˇ˝ˇ∫ˇÅø"Ÿ˝ˇ ˝ˇˆˇˇ—˝ˇÔ˛ˇ’˝ˇ∫ˇˇÅøÅÅÅâ0fiˇˇÌˇ¯ˇˇ’ˇˇ˙ˇˇÿˇˇ€ˇˇ’ˇˇ˙ˇˇÅèXfiˇÛˇ˚ˇ¯ˇˇ¸ˇˇÙˇ¯ˇÙˇ˘ˇÍˇÔˇ˜ˇÒˇˆˇˇ¸ˇˇÙˇ¯ˇÙˇ˘ˇÈˇÅßDfiˇÏ˛¯ˇˇ¸ˇˇÍˇÙ˛˘ˇ◊˛˜ˇÒ˛ˆ˛ˇ¸ˇ˛Í˛Ùˇ˘ˇÅéÚflˇˇˇˇˇ˛¸ˇ˛˝ˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛˛ˇ
  670. ˇˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛˛ˇ ˇˇˇˇˇˇ˛ˇ˛ ˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇ˛˛ˇ˛˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛˛ˇ
  671. ˇˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇ˝˛ˇ    ˇˇˇˇˇˇ˛˛ˇÅ≤flˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛1ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇ˝ˇˇˇˇ˝ˇˇ˛,ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇÅ¥‡ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛˛˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ¸˛ˇ˛ˇˇˇ˝ˇˇ˝˛˛˛˝ˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ¸˛˛˛˛˛ˇ˛ˇ˛ˇ˝˛˛˛ˇ˝˛˛˛ˇˇ˛˛˛ˇˇ˛¸ˇˇ˛ˇ˛ˇ˝˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇÅ≤¯‡ˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˙ˇˇˇˇˇˇˇ¸ˇˇ˛ˇˇˇ˝ˇˇˇˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˚ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˝ˇ˛ˇˇˇˇˇˇˇ¸ˇˇ˛ˇˇˇ˝ˇˇˇˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇˇ˛ˇ˛ˇÅ±·ˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˛    ˇˇˇˇˇ˝ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇˇ¸ˇ˛ˇ˛ˇˇ¸ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˛    ˇˇˇˇˇ˝ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇˇÅÆ
  672. ˇˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇ
  673. ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇˇ˛˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛˛ˇ¸ˇˇ˛ˇ˝˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛˛ˇˇˇˇˇ˛ˇ˛ˇ$ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛˛ˇ
  674. ˛ˇ˛ˇˇ˛ˇˇÅ±(èˇÏˇˇˇˆˇ˛ˇåˇˇˇˆˇˇˇÅ±&Å˙ˇ˝ˇ˜ˇ˝ˇåˇ˝ˇ˜ˇ˝ˇÅ±&Å˚ˇ˝˛˜ˇ˝˛åˇ˝ˇ˜ˇ˝ˇÅ∞Å˙˝ˇı˝ˇä˝ˇı˝ˇÅØÅÅÅâ9fiˇˇ˛˛ˇ˛√ˇ˛ˇ˛˛ˇ˛ˇ˛ˇÃˇ¯ˇˇ˛ˇˇ˝ˇ¸ˇ‹ˇÅÜZfiˇ˝ˇˇÏˇÍˇÛˇ˛ˇˇ˛ˇˇ˛ˇÒˇ¯ˇÌˇ¸ˇ¯ˇÒˇ˛ˇˇˇ˝ˇˇÔˇ¯ˇ¯ˇÅÜ>fiˇ¸ˇ¡ˇˇ˛ˇˇ˛ˇÁˇÁˇ¯ˇÌˇˇˇ˛ˇˇÂˇ¯ˇÅÜ—flˇ¸ ˇˇ˛ˇˇˇˇ˛ˇˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˚ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˙ˇ˛˛˛ˇˇ¸ˇ˛ˇˇ˛ˇ˛˛ˇ ˇˇˇˇ˛ˇˇ˛ˇ˝ ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛˛ˇ˛ˇˇ˛˜ˇ˛ˇ¸ˇ˚˛ˇˇ˛˛˛˛ˇ˛ˇ˛ˇˇ˛ˇ¸˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛Åï◊flˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇ˛ˇ¸˛ˇˇˇˇˇ˛ˇ˚ˇˇ˛ˇˇˇ˛ ˇˇˇˇˇˇ¸ ˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˜ˇ˝ˇ¸ˇ˙ˇˇ˛ˇˇˇ˛ˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇÅñ√‡ˇ¸ˇˇ˝˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇˇ˝ˇ˛ˇ¸ˇ˙ ˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇˇˇˇ˙ ˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇˇ¯ˇ¸ˇ¸ˇ˙ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇˇ¸ˇ˛ˇ˜ˇˇ˛ˇÅ˛¸ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇ˛˙˛ˇ˛ˇ˛ˇˆˇ˝˛ˇ˛ˇ¸ˇ˛ˇˇ˝ˇ˛˛˛˛˛ˇ˝ˇ˛¸ ˇ˛ˇ˛ˇˇ˛ˇˇ˙ˇ˛ˇˇˇ¯ˇ˚˛¸ˇ˙ˇ˛ˇˇ˝˛ˇ˛ˇ˛ˇˇ¸ˇ˛ˇˇ˝˛¸ˇ˛ˇÅï—·ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˙ˇˇˇˇ˛˛ˇˇ˛ˇ˛ˇ˝ˇˇ˛ˇ¸ˇ˛˛ˇ˛ˇ˛ˇ˛ˇˇˇˇ˚ˇ˛ˇ˛ ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˘ˇ˙ˇ¸ˇ˙ˇ˛˛ˇ˛ˇ˛ˇ˛ˇˇ¸    ˇˇˇˇˇ˛ˇˇˇ˛ˇÅî∞‚˚ˇ˛˛ˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˝ˇ˝˛ˇ˘ˇ˛ˇ¸˛ˇ˝ˇ˝˛ˇ˚˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˙ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝˝ˇ˛ˇˇ˘¸ˇ˛ˇ˛˛ˇ˚˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ¸ˇˇˇˇ˛ˇ˛ˇ˝ˇÅìºˇˇˇ”ˇ¡ˇ‚ˇ÷ˇÅèΩˇ˝ˇ”ˇ¡ˇ‚ˇ÷ˇÅèæˇ˝ˇ”ˇ¬ˇ·ˇ÷ˇÅé Ωˇ˛ˇˇ”˛ˇƒˇˇ‚ˇˇ˛ÿˇˇ˛ÅèÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê8 HIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  675. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜¯kb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ⁄ˇÒˇı˝ˇ—ˇˇÅÅÑ€ˇˇ˜ˇ˝ˇ‰ˇÔˇÅÅÉ‹˛ˇÒˇ¯ˇfiˇÔ˛ÅÅÉZ›ˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˝ˇ¯¸ˇˇˇ˝ˇ
  676. ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˚ˇˇˇˇˇ˛˛ˇÅÅècfiˇ˛ˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˙ ˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˘ˇ˛    ˇˇˇˇˇÅÅè]flˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˙ˇ˝ˇˇ˛ˇ˛ˇ˛˛˛ˇ˛ˇˇ˛˛ˇ˛ˇ¯˛˛˛˛˛ˇÅÅãW‡ˇ¸ˇˇ˛ˇˇ˛ˇˇˇ˙ˇ˙ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ¸ˇ¯ˇ˛ˇ˛ˇˇÅÅãi·ˇ¸ˇˇ˛ˇˇ˛ˇˇˇˇˇ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇˇ˝ˇÅÅêm‚ˇˇ˛˛˛ˇˇ˛˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˝˛ˇˇ˛ˇˇˇˇ˛ˇˇˇÅÅêŸˇ¸ˇ€ˇÈˇÅÅůŸˇ¸ˇ€ˇÅÅÅfl⁄˛¸ˇ€ˇÅÅÅfi€˛ˇ˛˛ˇ›˛ˇÅÅÅflÅÅÅâfiˇˇ˛ˇˇÁ˛ˇÍˇÔˇÅÅÅ˘%fiˇ˛ˇÁˇÈˇ¯ˇ¯ˇˇˇÅÅé$fiˇ˛ˇÁˇÍˇˇ˘ˇ¯ˇÌˇÅÅéffl    ˇˇˇˇ˛˛ˇ ˇˇˇˇ˛ˇˇ˛¸ˇ˚˛ˇ˛ˇ˜ˇ˛˛˛ˇˇ˛ˇˇ¸˛˛ˇˇˇˇˇ˛˛ˇ    ˛ˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ÅÅôò@@˜@˜kSb˝>b)àAà»"Fåì,”˝BÑQɲÒDâ¯$0”˝BÑQÇ     Dâ$0”˝ç    ≥!e ô8L‡”˛˚Ü›√Ûπ?0oπŒgp”¯À¡¡¡¡˝IJ “˝"˛ Ä’˝"IJ Ä’˝$fÂÇ@<Ìπ€Yü∂Œ;`◊˝<"FC¿å≈NLÑH•$…Ä◊˝LDàÑÄãË»Qëb!…
  677. ÷˝DDàÑ ëä8Që"I
  678. ÷˝åôêA#6Q9¢ë&îDì4÷˛Δmªüê„Û€πŒsªõÊ„YŒ÷Û–¡¡¡¡˝ ê¸8“˝ ê ÄàD“˝ ê ÄD“˝
  679. =ú&nÌ≥è∞ à“˝ "Œb"2FI2¿pà“˝ >E¸"DpàrC!“˝ AE¿"DLàíC!“˝ Çõ1»Dâ…$ŒJ “˛«mfipÔΔÒ∏÷wâ¿“¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘSkìb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜ìkØb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê< IIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  680. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜kSb'hfl¸ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇ¸ˇ˛ˇ˛ˇ˘ˇ˛ˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇÅÅóQ‡ˇ˝ˇˇ˝ˇ˛ˇˇ˛¸ˇ˝ˇ¸¯ˇ˘¸ˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˚ˇ¸ˇˇ˝ˇˇÅÅï[‡˛˝ˇˇ˝˛˛˛ˇ˛ˇ˘ˇ¸ˇ˛ˇˆˇ¸ˇˇ˛ˇ¸˛˛˛ˇ˛ˇˇ˝ˇ¸ˇ˛˝ˇˇÅÅïi·ˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇ¸ˇˇ˛ˇ¸ˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇˇ˛ˇÅÅî^‚˚ˇ˛ˇ˝ˇˇˇˇ˛ˇ˛ˇ˝˚ˇ˛ˇ˛ˇˇ˝˛ˇ˛˚ˇˇˇ¸ˇˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇÅÅï ¥ˇÅÅÅ◊ÅÅÅâÅÅÅâÅÅÅâÅÅÅâ#fi¸ˇÛˇˇ˙¸ˇıˇÙˇ‚ˇ˛ˇÅÅå6fi˛˛˛˜ˇ˛ˇ˘˛˛˛ˆ˛Ûˇ‚ˇ˛ˇÙˇÙˇÅÅ®4fiˇ˛ˇ˜ˇ˛ˇ˘ˇÛˇˇÙˇ‚ˇ˛ˇÙˇÙˇÅÅ®Äflˇˇ˛ˇˇˇˇ˛ˇˇˇˇ¸ˇˇˆˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ¸ˇ˛    ˇˇˇˇˇ˚ˇ
  681. ˇˇˇˇˇˇ˛ˇ˛˛ˇˇˇˇˇÅÅ¥Ñfl˛ˇ˛˝ˇ˛ˇ˛˛˛ˇ˛˝˛ˇ˛˜ˇ˛ˇ˛ˇ˛ˇ˛˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˝˛˛˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇÅÅ≤|‡ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇˇ˜¸ˇ˛ˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇˇˇ˝ˇˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˝˛ˇˇˇ˝ˇˇÅÅ∞z‡ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇıˇ¸ˇˇ˛ˇˇ˛ˇˇ¸ˇ¸˛ˇ˝ˇˇ˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛    ˇˇˇˇ˝ˇˇÅÅ∞ä·ˇ˛ ˇˇˇ˛ˇ˛˛˛˛˛˝ˇ˛ˇ˛¸ˇ¸˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛˛ ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛˛˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇÅÅØÄ‚˛ˇ˛ ˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˚ˇˇ˝˛ˇ˛˚ˇ˝ˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇÅÅ∞ ãˇÅÅÅÅÅÅâÅÅÅâÅÅÅâÅÅÅâ&⁄ˇ˙ˇ˚ˇˇıˇˇˇˇ”˛ˇ˚˛ˇÅÅè5€ˇ˘ˇ˚ˇÙˇ˛ˇˇÛˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅè3‹˛ˇ˙ˇ˚ˇÙˇ˛ˇˇÛˇÙˇÓˇ˝˛˛˛ÅÅèX›ˇˇ˝˝ˇ˛˝ˇˇˇ˛ˇ¸ˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇ
  682. ˇˇˇˇˇˇ˛ˇ˛¸ˇˇˇ˚ˇ¸ˇ˛ˇÅÅécfiˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˙˛ˇ˝ˇ˛ˇÅÅé]flˇ˛˛ˇˇ˛ˇ˛˝ˇ˛˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇ˛˝ˇ˛ˇ˝ˇˇ˛ˇˇ˝ˇ˛˜ˇ˝˛˛˛ÅÅç[‡ˇ¸ˇˇ˛ˇˇ˝ˇ˛ˇˇ˘ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛    ˇˇˇˇ˝ˇˇ˜ˇ˝ˇ˛ˇÅÅçd·ˇ¸ˇˇˇˇˇˇˇˇ˛˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ˚ˇ˛ˇˇˇ˛ˇÅÅåe‚ˇˇ˛˛˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˚˛ˇ˛ˇˇˇ˛ÅÅãÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê8 JIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  683. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘSkìb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê< KIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  684. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜ìkØb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜ØkÔb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘÔk/b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜/kKb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê8 LIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  685. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ØkÔb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê< MIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  686. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘÔk/b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê8 NIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  687. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜/kKb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜Kkãb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘãkÀb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜ÀkÁb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê< OIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  688. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜Kkãb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê8 PIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  689. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘãkÀb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê< QIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  690. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜ÀkÁb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇl@ˇ ˇˇˇˇ@
  691. ˇ·ˇ‚7^
  692. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡ä
  693. QuickDraw’T†).s Coordinate Plane
  694. , (‡    1-7
  695. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  696. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  697. 4Å4w?òÄ
  698. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  699. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  700. ˇ˛ˇ˛
  701. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  702. ˇ˛ˇ˛
  703. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  704. ˇ˛ˇ˛
  705. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  706. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  707. ˇ˛ˇ˛
  708. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  709. ˇ˛ˇ˛˛˛ˇ˝
  710. ˇ˛ˇ˛
  711. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  712. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  713. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  714. ˇ˛ˇ˛
  715. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  716. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  717. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  718. ˇˇˇ˛
  719. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  720. gHw4gHw"hH]
  721. ˇ·ˇ‚7^    °dONLNd\äg¥(dä
  722. Figure 1-2°dONLNd \Ãgi)B%The QuickDraw global coordinate plane
  723. ÅHè4ÇHè°dONLNd2Ääãù(àäNote
  724. ˇ·ˇ‚7^
  725. °dONLNd7åäò∞*DThe orientation of the vertical axis, while convenient for computer °dONLNd{ò䧡* graphics, difï@°dONLNdàò¡§€)7fers fr{@°dONLNdèò€§`)om mathematical convention. Ÿ °dONLNd´ò`§ù)ÖAlso, the coor∏‡°dONLNdπòù§ª)=dinate °dONLNd¿§ä∞g(≠ä0plane is bounded by the limits of QuickDraw coorΩÄ°dONLNd§g∞≈)›dinates, which range °dONLNd∞äºë(πäfrò‡°dONLNd∞ëºÈ)om –32768 to 32767.,Zapf Dingbatsö@°dONLNd≥ÓªÙ)]u
  726. °dONLNd¡äÕî( äWÛ`°dONLNd¡ìÕø)        indows ar`°dONLNd'¡¿ÕÀ)-e r&°dONLNd*¡ÀÕ) ectangular ar)‡°dONLNd7¡Õ&):eas that†°dONLNd?¡'Õ))" ܆°dONLNd@¡)Õ1)arK†°dONLNdB¡2Õ®)    e subsets of the global coor °dONLNd^¡©Õ‰)wdinate plane. °dONLNdlŒä⁄°(◊äEach ]`°dONLNdqŒ¢⁄Õ)window rõ`°dONLNdyŒÕ⁄€)+epr, °dONLNd|Œ‹⁄R)esents its own QuickDraw $`°dONLNdïŒS⁄é)wgraphics port;‡°dONLNd¢Œé⁄À);. When you crÈ@°dONLNdØŒÀ⁄ )=eate a windowÇ°dONLNdºŒ ⁄)@, °dONLNdæ€äÁ§(‰äthe WP¿°dONLNd√€§ÁL)"indow Manager uses QuickDraw to cr@°dONLNd€MÁ›)©!eate a graphics port in which thed‡°dONLNd€›Á)ê
  727.  window’s °dONLNdËäÙ∫(Òä contents arÿ‡°dONLNdË∫ÙI)0 e displayed. (See the chapter “W¸†°dONLNd;ËIÙ¢)èindow Manager” in j`°dONLNdMË£ÙÌ)ZInside Macintosh: °dONLNd_ıä(˛äMacintosh Toolbox Essentials—@°dONLNd{ıé)x! for a complete description of crÁ °dONLNdúıéÓ)åeating and managing °dONLNd∞äπ( ä    windows.)°dONLNd∫ä ˚*When your application crV‡°dONLNd“˚ ∑)q(eates a new graphics port, QuickDraw defi6¿°dONLNd˚∏ –)Ωnes a ¿°dONLNd— ˇ)    boundary °dONLNd
  728. !ä-≥(*ä    rectangle&Ä°dONLNd!¥-∂)*,¶Ä°dONLNd!∂-9)  which, by default, is the entir@°dONLNd4!:-f)Ñ
  729. e main scr—‡°dONLNd>!f-ë), een; this r¥†°dONLNdI!ë-∏)+    ectangle √`°dONLNdR!∏-˜)'links the local °dONLNdb.ä:ù(7äcoor†@°dONLNdf.ù:¶);dinate system of a graphics port to QuickDraw’s global coorV¿°dONLNd°.ß:˙(7ßdinate system and °dONLNd≥;äGö(Dädefir °dONLNd∑;õG≈)
  730. nes the arÏÄ°dONLNd¡;≈GÎ)*@ea of the pixel image or bit image into which QuickDraw can draw∏`°dONLNd;ÎGÌ(DÎ.8`°dONLNd;ÓG) Z°dONLNd;G˜)AdONLNd;˜G˘) °dONLNdHäTª(Qä
  731. boundary r8 °dONLNdHºT˝)2ectangle is stor¶ °dONLNdH˝T )A?ed in the pixel map for a color graphics port or in the bitmap °dONLNd^UäaÙ(^äfor a basic graphics port¿°dONLNdwUÙaˆ)j.ˇˇ≠¥.°dONLNdygäs(päThe graphics port includes a fi‰Ñ°dONLNdògs@)á eld called ,
  732. Courierˇˇ    ?Ï°dONLNd£gAsq)0portRectˇˇ≠¥?Ï°dONLNd´gqsß)0 , which defiõT°dONLNd∑gßs¬)6nes a r…°dONLNdæg¬s)ectangle to be used °dONLNd“täÄ1(}ä&for drawing. In a graphics port that rR`°dONLNd¯t1Ä@)ßepr$¿°dONLNd˚t@Äâ)esents a window9¿°dONLNd
  733. tàÄü)H, the 9¿°dONLNdtüÄœ)portRect9¿°dONLNdtœÄ’)0 r  °dONLNdt’Ä) ectangle—or .°dONLNd&Åäç®(ääsimply◊@°dONLNd,Åßçº), the 4†°dONLNd2ÅΩç¸)port rectangle=Ä°dONLNd@Ÿç    )?—rÄ°dONLNdBÅ
  734. ç)eprì@°dONLNdEÅçõ)esents the window’s content r*¿°dONLNdbÅúç∑)Ñegion.°dONLNdiìäüÊ(úäWhen you use the WV†°dONLNd{ìÊü≠)\*indow Manager to place a window on the scrˆ`°dONLNd•ì≠ü)«een, you specify the °dONLNd∫†ä¨·(©älocation of its port rbÄ°dONLNd–†·¨D)Wectangle in global coor®@°dONLNdÁ†D¨í)cdinates. HoweverS`°dONLNd˜†í¨‡)N, within the port r/@°dONLNd
  735. †‡¨    )N
  736. ectangle, °dONLNd≠äπÀ(∂äthe drawing ar–†°dONLNd"≠Àπ0)Aea is described using a ß@°dONLNd:≠1πû)flocal coordinate system.Δ‡°dONLNdR≠ûπ†)m @°dONLNdS≠°πß)YŸ¿°dONLNdT≠¶π)ou draw into a window 
  737. wâh4vàwâò@@ˆ@ˆwâ∑¡¡¯fl¡¯fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸flò@@Ĉ@Ĉ∑☡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸flò@ÄúˆÄúˆ˜â¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸flòň@ˆHHê< RIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  738. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆwâ∑'ÅÅÅãÙ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅůÎÅóÎÅůÏÅóÎÏÅÅ˘ÎÅóÎÎÅÅ˘ÎÅóÏÎÅÅ˘ÏÅóÎÏÅÅ˘ÎÅóÏÎÅÅ˘ÎÅóÎÎÅÅ˘ÏÅóÎÏÅÅ˘ÎÅóÎÎÅÅ˘ÎÅóÏÎÅÅ˘ÏÅóÎÏÅÅ˘ÎÅóÏÎÅÅ˘ÎÅóÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇˇèÎÎÅÅ˘Îå˛ˇèÏÎÅÅ˘Ï縡êÎÏÅÅ˘Î硡ˇêÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇÙ˛ˇûÎÎÅÅ˘ÎãˇıˇõÏÎÅÅ˘Ïãˇı˛ˇùÎÏÅÅ˘Îè¯ˇ˝¸ˇˇûÏÎÅÅ˘ÎãˇıˇˇûÎÎÅÅ˘ÏãˇÙˇˇùÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇÙ˛ˇûÎÏÅÅ˘ÎãˇıˇõÏÎÅÅ˘Îãˇı˛ˇùÎÎÅÅ˘Ïãˇ˘˝ˇ˛ˇûÎÏÅÅ˘Îè¯ˇ˘ˇˇûÎÎÅÅ˘ÎãˇÙˇˇùÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇÛˇùÎÏÅÅ˘ÎãˇÙˇˇùÎÎÅÅ˘ÎãˇıˇˇùÏÎÅÅ˘Ïè¯ˇ˝˘ˇûÎÏÅÅ˘ÎãˇÛˇùÏÎÅÅ˘ÎãˇÛˇùÎÎÅÅ˘ÏãˇéÎÏÅÅ˘òň@ĈHHê4 SIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  739. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ∑â˜'ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇÙˇˇùÏÎÅÅ˘ÏãˇıˇˇûÎÏÅÅ˘ÎãˇÚˇûÏÎÅÅ˘Îãˇ˘˝ˇˇˇûÎÎÅÅ˘Ïè¯ˇ˘ˇˇûÎÏÅÅ˘ÎãˇÙˇˇùÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇÙˇˇùÎÎÅÅ˘ÏãˇıˇˇûÎÏÅÅ˘ÎãˇÚˇûÎÎÅÅ˘Îè¯ˇ˝˝ˇˇˇùÏÎÅÅ˘ÏãˇıˇõÎÏÅÅ˘Îãˇı˝ˇûÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇÛˇùÎÎÅÅ˘ÎãˇÙˇˇùÏÎÅÅ˘ÏãˇÛˇùÎÏÅÅ˘Îãˇ˘˝ˇˇ¡ˇfiÏÎÅÅ˘Îè¯ˇ˜ˇ¡ˇfiÎÎÅÅ˘ÏãˇÛˇ¡˛ˇ‡ÎÏÅÅ˘3΂˛ˇˆ˛ˇÙˇıˇˇÙˇˇÙˇÙˇ≤ˇˇ·ÎÎÅÅ˘9΄ˇÙˇÚˇˇˆˇˇˆˇˇˆˇˇÙˇ≤ˇˇ·ÏÎÅÅ˘3Ï„˛ˇˆ˛ˇıˇˇÛˇÛˇıˇÙˇ≤ˇˇ·ÎÏÅÅ˘FÎË˝ˇˇˇ˚˝ˇ˛ˇ˚˝ˇ˝ˇ˚˝ˇˇˇ˚˝ˇˇˇ˙˝ˇˇÙˇéÏÎÅÅ˘3΄ˇˇ˜ˇˇÙˇˆˇˇˆˇÚˇÙˇéÎÎÅÅ˘-Ï‚ˇˇıˇˇÛˇıˇˇı˝ˇıˇÙˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘BÏ‚ˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇÂÎÏÅÅ˘B΂ˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇÂÏÎÅÅ˘B΂ˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇÂÎÎÅÅ˘LÏˇˇıˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇıˇˇÛÎÏÅÅ˘JÎÚ˛ˇÙˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇÙ˛ˇıÎÎÅÅ˘ÎÚÅˇ≤ˇıÏÎÅÅ˘KÏˇˇıˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇı˛ˇÙÎÏÅÅ˘F΂ˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇıˇÚÏÎÅÅ˘B΂ˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇÂÎÎÅÅ˘BÏ‚ˇÙˇÛˇÙˇÛˇÛˇÙˇÛˇÙˇÛˇÙˇÛˇÙˇÂÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘,ÏãˇÚˇıˇˇÙˇˇÙˇÙ˛ˇı˛ˇËÎÏÅÅ˘2ÎãˇÛˇˇˆˇˇˆˇˇˆˇˇıˇÛˇÂÏÎÅÅ˘òňÄúˆHHê< TIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  740. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ˜â',ÎãˇÚˇÛˇÛˇ˜ˇˇı˛ˇı˛ˇÁÎÎÅÅ˘/ÏãˇÚˇıˇˇÛˇˇ˜˝ˇÛˇˆˇˇËÎÏÅÅ˘7Îìˇ˙ˇÚˇˆˇÛˇˇıˇıˇˇˆˇˇËÎÎÅÅ˘2Î˙ˇÚˇˆ˝ˇıˇˇÙˇÙˇˇÙˇˇÁÏÎÅÅ˘Ïìˇ˙ˇéÎÏÅÅ˘Îìˇ˛¯ˇíÏÎÅÅ˘Îìˇ˙ˇéÎÎÅÅ˘Ïìˇ˙ˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘Î˙ˇéÏÎÅÅ˘Îïˇˇ˚ˇéÎÎÅÅ˘Ïíˇ¯ˇíÎÏÅÅ˘Î˙ˇéÎÎÅÅ˘Îïˇ¯ˇéÏÎÅÅ˘Ïï˝ˇ˚ˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ò@@ˆ@ˆâS¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸flò@@Ĉ@ĈSâ졸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl¡¸fl?¡¸fl¡¡¡¡¡¡¡¡¡¡¡¡
  741. òü¿p8Ã
  742. ¿@"àÃ
  743.  @@"Ã
  744. ,D$@ÄÄDÃ
  745. &D<@ÄÄD Ã
  746. FàLÅ9àÄà   CàDÅâÀ    ÉçÑ!À
  747. ¡9Δ¯‡Á¿Ã¡¡¡¡¡!˛0>«˛ 0˛˛fl!˛D$ ÜÄÑ0˛  ˛fl ˝ Ñ˛  ˛fl$ XÊ{pY¬õ9(&Ò◊CŸÑs∑ÏŸéq≤3cÄ‚$ …,àf"âIH#Hí#LÊD%úö$fDà Iî@‚$ í$Q@胠   ÉDqTDêãàB§HãâÒr/Ä‚#ƒQÄå    ÉêDëT8êåàB§Håâí(·#"    £"!å"eÖ°    !A3ΔsIë")$Y·#sΔÒ√‡sø…æÏ˛—{ùÊ∏súÊ˚ûô√‹fin·˛¿¸‡˚ò¯fi˛@ı¯fi˛Äı¯fi˛Ù‡¯fi¡ÄÄ˝ ¸ ˝ ˛¿fi#ÉÄ Äķɸ    Ä Äfi$ lÏÛÇäa€g9÷I≥1Õ±ƒgm√éS6ls6p‚$ 3%BäíIí YHÃJ4 4í6A2Tííçå‚$ G
  748. /ѧ‰%"tI@"$HBB%' "=#‚ò@ÄúˆÄúˆìâØ$ D (•$%    ¢ìâÄ"$HBB%) "$‚"‡‚#åîŸäL$K9E"#$$DHôÑÃDRaDIE·$ œ;nùß~mŒÔww◊ø7êÓmŒp‰Ì9ÓıÓÁ‡‚ı    Ä    Ä˜``‚ÚÄĘ  ‚Ú!!ˆ@@‚ÚˆÄÄ‚¡¸˙8‡˚Ä` p˝Ä‡"  "ä @Ä@ć˙ä ˛
  749. Ä@)ć# lÎÌéœ∏    ÉcÌú·◊è8∑pR!±ˆŒ9ˆ·#    íI&QâID≥Åú¶I íëD  í ŒS$F9·#™H¢ѯ    ©Ç0»ìU"˘@$AdH"ˇ‚·#$™HúàÄHÇ0»ê¡U"ÅÄ!ÙAdH"Ñ"·#DHàë %#ëësë$ÅMí%ÄHÇ9»êMúƒ·#é4â˘º;懷ù˘∑6„√¯ÁŒ¸ÿ6Áx·˙L¸˙˛¸Ä·˙Ѹ˙˛¸Ä·˚¸˙˛˝‡˙¸8˙0˛˝Ä·¡¡¡¡¡¡¡òň@ˆHHê4 UIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  750. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆâS'ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘Ï˙ˇéÎÏÅÅ˘Îïˇˇ˚ˇéÎÎÅÅ˘Îíˇ˚ˇéÏÎÅÅ˘Ïìˇˇ¯ˇíÎÏÅÅ˘Îïˇˇ˚ˇéÏÎÅÅ˘Î˙ˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘Ïìˇ˙ˇéÎÏÅÅ˘Î˙ˇéÏÎÅÅ˘Îïˇˇ˛¯ˇíÎÎÅÅ˘Ïï˝ˇ˚ˇéÎÏÅÅ˘Îìˇ˙ˇéÎÎÅÅ˘Îìˇ˙ˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘Ï˚ˇéÎÏÅÅ˘Îïˇ¯ˇéÎÎÅÅ˘Îï˛ˇ˛¯ˇíÏÎÅÅ˘Ïíˇ˚ˇéÎÏÅÅ˘Îïˇˇ˚ˇéÏÎÅÅ˘Î˙ˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘Î˚ˇéÎÎÅÅ˘Îïˇ¯ˇéÏÎÅÅ˘Ïï˛ˇ˙ˇÚˇˇˇ°ÎÏÅÅ˘Îïˇˇ¯ˇˆˇˇ†ÏÎÅÅ˘Îïˇˇ˚ˇÚˇˇ†ÎÎÅÅ˘Ï˙ˇÒˇüÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÎÎÅÅ˘ÎãˇéÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎãˇéÏÎÅÅ˘ÎãˇéÎÎÅÅ˘Ï縡êÎÏÅÅ˘òň@ĈHHê< VIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  751. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈSâì'Îå˛ˇèÎÎÅÅ˘Îå˛ˇèÏÎÅÅ˘ÏãˇéÎÏÅÅ˘ÎÅóÏÎÅÅ˘ÎÅóÎÎÅÅ˘ÏÅóÎÏÅÅ˘ÎÅóÎÎÅÅ˘ÎÅóÏÎÅÅ˘ÏÅóÎÏÅÅ˘ÎÅóÏÎÅÅ˘ÎÅóÎÎÅÅ˘ÏÅóÎÏÅÅ˘ÎÅóÎÎÅÅ˘ÎÅóÏÎÅÅ˘ÏÅóÎÏÅÅ˘ÎÅóÏÎÅÅ˘ÙÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅÅ˘ˆÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏmÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÅÅ˘ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã*͡ˇˇˇ˙¸ˇ¸ˇ¸¸ˇ˙˛ˇ˘˛ˇ˛˛ˇÅÅŇ;Ͳ˛˛ˇ˚˛ˇ˝˛˛˛˛˛˝ˇˇ˙ˇ˘ˇ˛ˇˇ˛ˇÅÅŇ3͡˛˛ˇ˘ˇ˝ˇ˛ˇˇ˚ˇ˙ˇ˘ˇ˛ˇ¸ˇÅÅŇ:Ρ˛ˇˇˇ˛ˇ˛ˇ˝ˇˇ˛ˇ˚ˇ˙ˇ˘ˇ˛ˇ¸ˇÅÅÅfl9Ρ˛ˇ˛ˇ˛˛˛˝˛ˇ˛˛˛˚ˇ˙ˇ˘˛˛˛˝ˇÅÅÅfiAÏˇ˛ˇ˛ˇˇˇ˛ˇ˝ˇˇˇˇ˚ˇ˛ˇˇ˝˛ˇˇ˛ˇ˛ˇÅÅÅ‹6Ïˇ˛ˇ˝˛ˇ˛ˇ˝ˇ˛ˇˇ˚ˇ˙ˇ˘ˇ˛ˇˇÅÅÅ€;Ìˇ˛ˇ¸ˇ˛˛˛˝ˇ˛ˇˇ˛ˇ˝ˇ˘ˇ˛ˇ˝˛˛˛ˇÅÅÅŸ2Ó˛ˇ˛ˇ¸ˇ˛ˇ˛ˇ˛ˇˇ¸ˇ˘˚ˇ¸˛ˇ¸ˇÅÅÅ›ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã9͸ˇ‚˛ˇ¸¸ˇˇˇÛ¸ˇˇˇ˛˙ˇ„ˇ˙ˇˇ˜ˇÂˇfiˇÅÅ˚X͡˛ˇˇÊˇ˛ˇ˝ˇˇ˝ˇÙˇ˝ˇˇ¯ˇ˙ˇ˝ˇ˝ˇˇ„ˇ˙ˇˆˇÂˇˇÚˇÒˇÅÅ˚B͡‹˛˙˛˝ˇıˇ˚ˇˇ˝˛¸ˇ„ˇ˙ˇˆˇÂˇÔˇÒˇÅÅ˚»Îˇˇˇˇ˛˛ˇˇˇ˝ˇˇˇ˛ˇ˘ˇ˙ˇ˝ˇˇˇ˛ˇ˝ˇ˚ ˇˇˇˇˇˇˇ˛ˇˇˇˇ¸ˇˇˇ˝ˇ˛˛ˇˇ˛ˇ˛˛ˇ˛ˇ˝˝ˇˇˇˇˇ˝ˇ¸˛ˇ˛˛ˇ˛ˇˇˇ˚ˇˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇˇ˛˛ˇÅå‚νˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇ˘ˇ˝ˇˇˇˇ˛ˇ˛ˇ˚ˇˇ˛ˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇ˛    ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˝ˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇÅç›Ï    ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛˛˛ˇ˛¸ˇ¯˛˝ˇ˛˛ˇ˛ˇˇ˛ˇ˚ˇ˛˛˛ˇˇ¸ˇ˛˛˛¸ˇ˛ˇ˛ˇˇ˛˛˛ˇ˛ˇ˛ˇ˛ˇˇ˛˝ˇ˛ˇˇ˛ˇ˛ˇ˝ˇ˝ˇ˝˛˝ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛˛˛˛˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇÅåΔÏˇ¸ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˘ˇ˜ˇ˝ˇ˛ˇˇ˙ˇ˚ˇˇ˛ˇˇˇ¸˛ˇˇ¸ˇ˛ˇˇˇ˛ˇˇˇˇ˝˛ˇ˛ˇˇ˝ˇ˛ˇˇˇ˛ˇ˝ˇ˝ˇ˝ˇ˝ˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˙ˇ˛ ˇˇˇˇˇ˛ˇˇÅà€Ìˇ¸ˇ˛ˇ¸ˇˇˇˇ˛ˇˇˇ˛ˇˆˇ˝ˇ˛˛ˇˇ˛ˇˇ˝ˇ˛
  752. ˇˇˇˇˇˇ˝ˇˇˇˇ˝ˇ˝ˇˇˇ˝ˇ˛ˇ¸ˇ¸ˇˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇ˛ ˇˇˇˇˇ˛ˇˇˇˇÅã„Óˇˇ˛˛˛ˇˇ˛ˇ˛˛˛ˇˇ˛ˇˇ˛ˇˇ˛˝˛ˇ˛ˇ˚˛ˇˇ˛ˇ˛ˇ˛ˇˇ˚˛ˇ˛ˇˇˇ˛ˇ ˛ˇˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ¸˛˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇˇˇ˛ˇˇˇˇˇˇ˛˝˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇÅä"‰ˇˇˇœˇ˛˛ˇÃˇˇˇ±ˇÅÅÒ¡˝ˇîˇ˝ˇ±ˇÅÅÒÊ˛˝ˇîˇ˝˛±ˇÅÅ½ˇí˝ˇ±˛ˇÅÅÒÅÅÅã-͡ˇÓˇ˜ˇˇ÷ˇ˛˙˛ˇ‘ˇ˛€ˇ˛Áˇ˛ÅÅÌLÍˇÛˇ¸ˇ˜ˇˇ¸ˇˇÙˇ¯ˇıˇ˘ˇÈˇÏˇ˜ˇÒˇˆˇˇ¸ˇˇÓˇÍˇÅÑ>ÍˇÌˇ˜ˇˇ¸ˇˇÍˇıˇ˘ˇ”ˇ˜ˇÒˇˆˇˇ¸ˇˇÓˇÅÅωΠ   ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ¸ˇˇ˛ˇˇˇˇ˝4˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ ˛ˇˇˇˇ˛ˇˇ˛˛˛ˇˇ˛ˇ¸˛ˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇˇ˝ˇ˛ˇ˛˛ˇ˝˛ˇ˛ˇ˛ˇ˛˝˛ˇ˘˛ˇ˛ˇˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ÅèÏΡ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇˇ˛0ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇ˛ˇˇˇˇ˛ˇˇˇˇˇ¸ˇˇˇˇ˝ˇˇ˛ˇˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇÅë◊Ïˇ˛ˇ˛˛ˇ˝ˇˇ˛ˇ¸ˇ˝
  753. ˇˇˇˇ˛ˇˇ¸ˇˇ˛ˇˇˇ˝˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˛ˇˇ˛ˇˇ˝ˇ˝ˇˇ˝ˇ˛
  754. ˇˇˇˇ˛ˇˇˆˇ˛ˇ˛ˇ˛˝ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇÅèòňÄúˆHHê4 WIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  755. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆìâØ'ŸÏ˛˛˛˛    ˛ˇ˛ˇˇ˛ˇˇ˘˛ˇˇ˛ˇˇ˛¸ˇˇ˛ˇ˛ˇ˝ˇˇˇˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ¯ˇ˛ˇ˛ˇ˛˛˛ˇ˝˛˝ˇ˛˝ˇ˛ˇ˛ˇˇˇˇˇˆˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇÅéÂÌˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇ˛    ˇˇˇˇˇ˝ˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇ¸ˇˇ˛ˇˇ¸ˇ¸ˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇ˛ˇ˛    ˇˇˇˇˇ˝ˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇ¸ˇ˛ˇ˛ˇˇÅã÷Ó˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇ˛ˇ˝˛ˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ¸ˇˇ˝ˇ˚ˇˇˇ˝ˇˇ˝˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˚ˇˇ˛ˇ˝˛ˇˇ˛ˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇ˛ˇ˚ˇÅé(úˇÎˇ˛ˇˆˇ˛ˇ§ˇˇˇˆˇˇˇÅé$ܡ˝ˇ˜ˇ˝ˇ•ˇ˝ˇ˜ˇ˝ˇÅé$᡽ˇ˜ˇ˝ˇ•ˇ˝ˇ˜ˇ˝ˇÅçܡˇ˛ˇıˇˇ˛ˇ£˛˛ˇı˛˛ˇÅåÅÅÅã0Í˙ˇ√˛ˇ˛˛ˇ˛˛ˇÃˇ˘ˇˇÔ˛ˇ˝ˇˇ˛˛ˇ›ˇÅŸ_Ͳ˝ˇˇÏ˛ÎˇÚˇ˛ˇˇ˛ˇˇ˛ˇÒ˛¯ˇÓˇ˚ˇ˘ˇ˛˛˛˛˛ˇ˛˛˛Òˇ¯ˇ¯ˇÅŸB͡¸ˇ¡ˇˇ˛ˇˇ˛ˇÁˇÁˇ˘ˇÏˇˇˇˇ˛ˇÁˇ¯ˇÅŸΩΡ¸ ˇˇˇˇˇˇˇ˛ˇˇ¸ˇˇˇˇˇ˛˛ˇ˚¸ˇ¸ˇ˛ˇ˙ˇˇ˛ˇˇˇ¸ˇˇˇˇ˛¸ˇˇˇˇˇ˛ˇ˛ˇ˝˛ˇˇ˝ˇ˛˝ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˜ˇˇˇˇ˛ˇ˝ˇˇˇˇ˛¸ˇˇˇˇˇ˛ˇ¸˝ˇ˛ˇ¸ˇˇˇÅä€Îˇ¸ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛˛˛¸
  756. ˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇ¸ ˇˇˇˇˇ˛ˇ˛˛    ˛ˇ˛ˇˇ˛ˇ˜    ˛ˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇˇ˛¸ˇ˛ˇ˛˛˛ˇ˛˛ˇˇÅã«Ïˇ¸ˇˇ˝˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ˝ˇ¸ˇ˙ ˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˝ˇˇˇ˛ˇˇˇˇ˙ ˇˇˇˇˇˇ˛ˇ¸ˇˇ˛ˇˇˇ¯ˇ˛ˇˇˇ˛ˇ¸ˇ˛ˇˇ˝ˇˇˇ˛ˇˇ¸ˇ˛ˇˆˇ˛ˇÅä«Ïˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˙ˇˇˇ˛ˇ˛ˇˆˇ˝ˇˇ˛ˇ¸ˇ˛ˇˇ˝ˇˇˇ˛ˇˇ˝ˇˇ¸ ˇˇˇˇˇˇ˛ˇˇ˚ˇ˛ˇˇˇ¯ˇ˝¸ˇˇ˛ˇ¸ˇ˛ˇˇ˝ˇˇˇ˛ˇˇ¸ˇ˛ˇˇ˝ˇ˝ˇ˛ˇÅäÿÌˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛˛˛ˇ˙ˇˇ˛ˇ˛ˇ˛ˇ˛˛˛˛˛˝ˇ˛˛˛¸ˇ˛
  757. ˇˇ˛ˇ˛ˇ˛˛    ˛ˇˇˇ˚˛˛˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛˘ˇ˘ˇˇ˛ˇ¸ˇ˛
  758. ˇ˛ˇ˛ˇˇˇ˛ˇ˛¸ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇÅâØÓ˚ˇ˛˛ˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˝ˇ˝˛ˇ˛ˇ¸ˇ˛ˇ¸˛ˇ˝ˇ˝˛ˇ˚˝ˇ˛ˇ˚ˇˇˇˇˇ˛ˇ˙ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛˝ˇ˝ˇˇ˘¸ˇ˛˛ˇ˛ˇ˚˝ˇ˛ˇ˚ˇˇˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇ˝ˇÅà»ˇˇˇ”ˇ¡ˇ‚ˇ◊ˇÅÑ…ˇ˝˛”ˇ¡˛‚˛◊ˇÅÑ ˇ˝ˇ”ˇ¬ˇ·ˇ◊ˇÅÉ…˝ˇ”˛ˇƒˇˇ‚˛ˇŸ˛ˇÅÑÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆØâÔ¡¡¡¡¡¡¡¡˛¸œ˛ ˛ œ˛P˝ œ˛ ¶€#à∂{fÁÿ    ±¿—,§H ôå¢H‡ @—‰QOê¢1DüÄ–QH¢1DêÄ–(¢ô0≥Dbô3", —=ŒÓ¸müàw7 —˛@˝@ Œ ˛@˝@À ˛ Ä˝ÄÀ ˛q¿˛¿À¡ ÄÄŒ@Ä—Ä@Ä—MÊÁ‡¡Ïfl;è∞“Ê#(ÑåÇ$h…2¿“(F?‡HüÇC—(F" ëHêÇC—–û2fPA"    ë3ÑŒ—∏oú?;ê„Û˚úÊw—˘@ ¡¡¡¡
  759. `> ˛$–
  760. @" ˛$ ‘
  761. @ ( ˛$ ‘F|∞HScŒfl`Iõªl„Ï’¬(»xâîQieêHåëíL∞’ƒQêÚ(æòÜ ë"ê¿’DQÄ
  762. (†ÜÜ ë"$ê¿’…¢!Se%úI"rDI3Ä’f˜sÒ>mª∏ÓkÒºn5ù¿’Ù œ¡¡¡¡˛ 0…¸Å¿—˛˛     âÑ@—˛ P  âÑ@—˛ £«Y¡fÓ€8˚Ä—Yf!#$dì,Ä—Ë°è¬$Gá$0–°å$D»â$0–3gÑHúëL‡D¢–}πÁ¸oçgp8ú–¡¡¡¡¡ò@@Ĉ@ĈÔâ/¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ/âK¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê< XIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  763. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆØâÔ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÊˇÚˇıˇ˛ˇˇ–˛ˇÅÅÅ˙ ÁˇÒˇ˜ˇ˝ˇ„ˇÔˇÅÅÅ˘ËˇˇÚˇ¯ˇ›ˇÔˇÅÅÅ˘aÈˇˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ¯ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ    ˇˇ˛ˇˇ˛ˇ˙ˇ˛ˇˇ˛˛˛ˇˇÅÅÖ`͡˛ˇˇˇˇˇˇˇˇˇ˛ˇˇ˙ ˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˛˛ˇ¯ˇ˛    ˇˇˇˇˇÅÅÖTθˇˇ˛ˇˇ˛ˇˇ¸ˇˇ˙ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ˜ˇ˛ˇ˛ˇˇÅÅÅXÏ˛¸ˇ˛˛˛ˇ˛ˇ˛ˇ˚ˇ˙ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛˛ˇˇ˝ˇ˜ˇ˛ˇ˛ˇ˛ÅÅÅiÌˇ¸ˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇ¸ˇ˛ˇ˛ˇˇˇ˝ˇÅÅÜXÓ˛ˇ˛˙ˇ˝ˇ˛ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇ˛ˇ˚ˇ˛    ˇˇˇˇˇˇ˚ˇ˛ˇ˝˛ˇ˛ˇˇˇ˛ˇˇÅÅÜÊ˛¸ˇ⁄ˇÈˇÅÅÅÓÊˇ¸ˇ⁄ˇÅÅÅ’Áˇ¸ˇ⁄ˇÅÅÅ‘Ë˛ˇˇ˛ˇˇ˛‹ˇˇ˛ÅÅÅ’ÅÅÅã͸ˇÁ˛ˇÍˇÔˇÅÅÅÔ%Ͳ˛˛ÁˇÈ˛¯ˇ¯˛ˇˇÅÅÑ$͡˛ˇÁˇÍˇˇ˘ˇ¯ˇÌˇÅÅÑ[Ρˇˇˇ˝ˇˇˇ˛ˇ˛ˇ¸ˇ˚˛ˇ˛ˇ˜ˇˇ˛ˇˇ˝ˇ¸˝ˇˇˇˇˇ¸ˇ˛ˇ˛ˇ˛¸ˇˇˇÅÅèjβˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˝˛¸ˇ˛ˇ˛ˇ˘ˇ˛ˇ˛ˇ˛ˇ¸ˇ˛ˇ˛˛˛ˇˇ˛ˇ˛ˇˇˇˇˇˇ˛ÅÅçPÏˇ˝ˇˇ˝ˇ˛ˇˇ˝¸ˇ˝ˇ¸¯ˇ˘¸ˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˚ˇ¸ˇˇ˝ˇˇÅÅãZÏˇ˝ˇˇ˝ˇ˛ˇˇ˝ˇ˘ˇ¸ˇ˛ˇˆˇ¸ˇˇ˛ˇ¸ˇ˛ˇˇ˛ˇˇ˝ˇ¸ˇˇ˝ˇˇÅÅãiÌˇ˛ˇˇ˛˝ˇ˛˛ˇ˛ˇ˛ˇ˝˛˛ ˛ˇˇˇˇˇ˛¸ˇ¸˛ˇ˛ˇ¸ˇ˛ˇ˛˛    ˛ˇ˛ˇ˛ˇ˝ˇˇˇ˛ˇÅÅä\Ó˚ˇ˛ˇ˝ˇˇ¸ˇ˛ˇ˝˚ˇ˛ˇ˛ˇˇ˝˛ˇ˛˚ˇˇˇ¸ˇˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇÅÅã ¿ˇÅÅÅÕÅÅÅãÅÅÅãÅÅÅãÅÅÅã"͸ˇÙˇˇ˙¸ˇÙˇÙˇ‚ˇˇÅÅÅ5͡˛ˇ¯ˇ˛ˇ˘ˇ˛ˇıˇÛˇ‚ˇˇÛˇÙˇÅÅû3͡˛ˇ¯˛˛˛˘ˇÚˇˇÙˇ‚ˇ˛ÛˇÙˇÅÅûuΡˇ˛ˇˇ¸ˇˇˇˇ¸ˇˇı    ˇˇˇˇˇˇ˛˝ˇ˛ˇˇˇ¸ˇ˛¸ˇˇˇ˚ ˇˇˇˇˇˇ˛ˇ˛ˇ
  764. ˇˇˇˇˇˇ˛ˇ˛¸ˇˇˇÅÅ©}νˇ˝ˇ˛ˇˇ˛ˇˇˇ˝˝ˇˆˇ˛    ˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅÅßÏˇˇˇ˛ˇ˛ˇ˛˛˛˛˛˝ˇ˛ˆ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛˛ˇˇ˛ˇ˛ˇ˝ˇˇ˛ˇ¸ˇ˛˛˛˛˛ˇˇ˝ˇ˛ˇ˝˛ˇˇˇ˛˝ˇˇÅÅ•zÏˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇÙˇ¸ˇˇ˛ˇˇ˛ˇˇ¸ˇ˝ˇˇˇ˝ˇˇ˛ˇ¸ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛    ˇˇˇˇ˝ˇˇÅÅ•áÌˇ˛
  765. ˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ¸ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ ˇˇˇˇˇ˛ˇÅŧçÓˇˇ˛˛˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇ˛ˇ˛˛ˇ ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛˛˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ÅÅ• óˇÅÅňÅÅÅãÅÅÅãÅÅÅãÅÅÅã(Êˇ˚ˇ˙ˇˇıˇ˛ˇˇ”˛ˇ˚ˇˇ˛ÅÅÖ5Áˇ˙ˇ˙ˇÙˇ˛ˇˇÛˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÖ3ˡˇ˚ˇ˙ˇÙˇ˛ˇˇÛˇÙˇÓˇ˝ˇ˛ˇÅÅÖbÈˇˇ˛ˇ˛ˇˇ˛ ˇˇ˛ˇ˛ˇ˛ˇˇ¸˛˛ ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇ˛˚ˇ¸ˇ˛ˇÅÅÑc͡˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˙˛ˇ˝ˇ˛ˇÅÅÑSθˇˇ˛ˇˇ˝ˇˇ˛˚ˇ˝ˇ˛ˇˇ˛ˇ˛˛ˇ˝ˇ˛ˇ˝˛ˇˇˇ˝ˇˇ˜ˇ˝ˇ˛ˇÅÅÉ[Ï˛¸ˇˇ˛ˇˇ˝ˇˇ˛ˇ˛˘ˇ˛ˇ˛˛˛˛˛ˇ˛ˇ˛ˇ˛    ˇˇˇ˛˝ˇˇ˜ˇ˝ˇ˛ˇÅÅÉcÌˇ¸
  766. ˇˇˇˇˇˇ˛ˇ˛˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ˚ˇ˛ˇˇˇ˛ˇÅÅÇUÓ˛ˇ˛¸ˇˇˇ˛ˇ˝ˇ˛ˇ˝˛ˇ˚ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˚˛ˇ˛ˇ˛ˇÅÅÅÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê4 YIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  767. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈÔâ/'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê< ZIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  768. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ/âK'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆKâã¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@ĈãâÀ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆÀâÁ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê4 [IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  769. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆKâã'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê< \IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  770. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈãâÀ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê4 ]IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  771. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆÀâÁ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆÁâ'¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ'âg¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆgâÉ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê< ^IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  772. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆÁâ''ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê4 _IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  773. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ'âg'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê< `IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  774. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆgâÉ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãˇLö@ˇ ˇˇˇˇ@
  775. ˇ·ˇ‚7^
  776. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  777. (‡*1-8    )B
  778. QuickDraw’T†).s Coordinate Plane4^*¿¯
  779. °dONLNd\lh°(elin local coorÄ°dONLNd\¢h)6dinates, without rÜ °dONLNd\h)Negar£‡°dONLNd#\h¶)%d to the window’s location on the scr®`°dONLNdH\¶h∫)£een. °dONLNdM\ªh”)Figurfl¿°dONLNdR\“hÊ)e 1-3}@°dONLNdW\ÁhÈ) °dONLNdXilu(rl%illustrates the local and global cooryÄ°dONLNd}iuı)ö6dinate systems for a sample window that is 180 pixels °dONLNd≥vlÇÓ(lWhigh by 300 pixels wide, placed with its window origin 90 pixels down and 60 pixels to °dONLNd
  780. Élè *the right of the upper°dONLNd ÉÀè?)_-left corner of the main scrD‡°dONLNd<É?èN)teen©Ä°dONLNd?ÉNèP).
  781. ±*¬¯4≤*¬¯"≤*]
  782. ˇ·ˇ‚7^    °dONLNdAßl≤ñ(Øl
  783. Figure 1-3°dONLNdLßÆ≤¥)BA0°dONLNdMߥ≤÷) window’X°dONLNdUß÷≤k)"%s local and global coordinate systems
  784. °dONLNd|ñl¢-(ül.It is helpful to conceptualize the global coorx†°dONLNd™ñ-¢ˆ)¡+dinate plane as a two-dimensional grid—one °dONLNd’£lØ∑(¨lwith integer coorÄ°dONLNdÊ£∏Ø)Ldinates ranging fr◊‡°dONLNd¯£Ø )NoM`°dONLNd˘£ Ø!)m –3°`°dONLNd˝£!ب) 2768 to 32767—as illustrated in *°dONLNd£≠Ø≈)åFigur¸¿°dONLNd"£ƒØÿ)e 1-4ö@°dONLNd'£ŸØ€).
  785. —*‚¯4“*‚¯"“*]
  786. ˇ·ˇ‚7^    °dONLNd)«l“ñ(œl
  787. Figure 1-4°dONLNd4«Æ“)BThe coordinate plane
  788. ¬j~¯4¡g¬hòTzùzù¬h∑≠∑ˇ¯∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘Áˇ¿÷0ˇÄ˘ÎˇÛ“ˇ¸ˇÄ˘ΡÙÉ’ˇÄ˘Ρ¯‘¿ˇÄ˘Ρ¯—pˇÄ˘!Ρ¯@€< `¿„ˇÄ˘#Ρ¯Ä0ÚpGfŒ-¿ÂˇÄ˘"Ρ¯˛$1í Lím6…3‰0ˇÄ˘#Ρ¯õ$9í Lín6…#Ä ˇÄ˘#Ρ¯3<1í Líf6…!¿Â`ˇÄ˘#Ρ¯ ‡$1í Líi∂…"@Â8ˇÄ˘#Ρ¯`<Ú0GfŒ!¿Â ˇÄ˘Ρ¯¿‘ˇÄ˘Ρ¯—üˇÄ˘Ρ¯–flˇÄ˘Ρ¯–ˇÄ˘∑ˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ¸0‡?ˆˇÄ˘Ρ¸0‡?ˆˇÄ˘ÎˇÙ¸x‡?ˆˇÄ˘Ρ¸¸h‡?ˆˇÄ˘Ρ¯¸ ‡?ˆˇÄ˘Ρ¯¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸ ‡?ˆˇÄ˘Ρ¸?‰ˇ¸˛?ˆˇÄ˘Ρ¸0ı     Ú˛?ˆˇÄ˘0Ρ¸    8цHäDí$Ö¸íDêPJ@í°$˛?ˆˇÄ˘2Ρ¸7oj˜;mÍπ’Ωˇ¿˛ ∑Øoü≠◊U˜k›Ù˛?ˆˇÄ˘"Ρ¸0 ÄˆC# ˆ ˛?ˆˇÄ˘2Ρ¸1f    n©Èiuï.äï@
  789. 0jëifó©yvïxçt˛?ˆˇÄ˘2Ρ¸7f WYvÍ÷÷È©i@€""$€ıôñ˘hïUmõPµt˛?ˆˇÄ˘$Ρ¸0!@˜€""$€˜d ˛?ˆˇÄ˘2Ρ¸5hâvÆÔymvÆ˘µ¬€2¢g€ïn∫ïõZó÷Èi’‰˛?ˆˇÄ˘#Ρ¸0&ˆ€b"&@˜, ˛?ˆˇÄ˘&Ρ˝0/į{˛#蘸 ˛?ˆˇÄ˘3Ρ˝<†⁄Øjñµuouu¿B    VØnñöˆñÓÚ®d˛?ˆˇÄ˘%Ρ     ÅÄ0¯†ä†ı ˛?ˆˇÄ˘&Ρ G˛0Ä˙¸Äˆ˛?ˆˇÄ˘ΡO‡ˇ¸˛?ˆˇÄ˘ΡG˛?ÄÈ@˛?ˆˇÄ˘Ρ    AÄ?‡Ë@˛?ˆˇÄ˘Ρ‡˛7¸ÊB˛?ˆˇÄ˘Ρ¸7ˇÄÁTÑ˛?ˆˇÄ˘%Ρ¸3ˇD$˛ÒHL˛?ˆˇÄ˘ Ρ¸1ˇ˛F Ï@˛?ˆˇÄ˘'Ρ¸0ˇˇ¿F$Ò—àà0®“x@Ûtd˛?ˆˇÄ˘&Ρ¸0ˇ)Dä2DêH…2DÚD˛?ˆˇÄ˘&Ρ¸0˛    )Dä%PÑäDÚDÑ˛?ˆˇÄ˘&Ρ¸0˛    )Dä%PÑäDÚG˛?ˆˇÄ˘&Ρ¸0˛    )Dä%PÑäDÚ@˛?ˆˇÄ˘&Ρ¸0˛    ÑäB Hä2DÚ¸˛?ˆˇÄ˘'Ρ¸0˛
  790. ÑâÒÇ 0â“D@Û@˛?ˆˇÄ˘Ρ¸0ˆÒ@˛?ˆˇÄ˘Ρ¸0˜ ÒB˛?ˆˇÄ˘Ρ¸0ˆ‡Ò`˛?ˆˇÄ˘Ρ¸0Â@˛?ˆˇÄ˘Ρ¸0Â@˛?ˆˇÄ˘-Ρ¸0˚@˛@˝ê˝@˛?ˆˇÄ˘0Ρ¸0˛¿†˛
  791. ˝Ä˝a˛?ˆˇÄ˘2Ρ¸0˛@˛O0qƒ0Æì«8·Ä@˛?ˆˇÄ˘2Ρ¸0˛\‡HÇHä$$H—í(ë@@˛?ˆˇÄ˘2Ρ¸0˛b@HÇÖ$ BÑêí ë˛H˛?ˆˇÄ˘2Ρ¸0˛B·@¸HÇÖ‰ BÑêí'ëÒ¿@Ñ˛?ˆˇÄ˘2Ρ¸0˛BÄHÇÖ
  792. $!BÑêí(ë `˛?ˆˇÄ˘4Ρ˛‹0˛B‡†ĸ
  793. HÇHäd$Hêí)ë @˛?ˆˇÄ˘3Ρ˝à¯˛ÁBHÇ0qî0èí&X„¿@ ˛?ˆˇÄ˘Ρ˝àx˚ÏA˛?ˆˇÄ˘Ρ˝Pp˚Ïd˛?ˆˇÄ˘Ρ˝P0Â@˛?ˆˇÄ˘Ρ˝ Â@˛?ˆˇÄ˘Ρ¸ÂBD˛?ˆˇÄ˘.Ρ¸˚`IJÄ@˝$P˛?ˆˇÄ˘1Ρ¸˛¿ë@˛"(˛Ä@˝ @˛?ˆˇÄ˘2Ρ¸˛@ ˛"D ¿4òxqΔ +§Ó8`@˛?ˆˇÄ˘2Ρ¸˛\‚ ¿"D
  794.  L§Dâ)4dâDê`Ñ˛?ˆˇÄ˘2Ρ¸˛b Ä"D
  795.  Ñ¬D    °$$àDÄ@˛?ˆˇÄ˘2Ρ¸˛B· Å¯D
  796.  Ñ¬Dy°$$àÙ|p@˛?ˆˇÄ˘2Ρ¸˛B D
  797.  Ñ¬Dâ0°$$â@@$˛?ˆˇÄ˘2Ρ¸˛B·@¯$(
  798.  å§Dô)$$â4Ea˛?ˆˇÄ˘2Ρ¸˛Á‡Ñ
  799.  tòxeΔ #‰àŒ8@ ˛?ˆˇÄ˘!Ρ¸˙˙ı@$˛?ˆˇÄ˘!Ρ¸˙˙Hı@D˛?ˆˇÄ˘Ρ¸Ú8ı@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂHD˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂA˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@ ˛?ˆˇÄ˘Ρ¸Â@Ñ˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂD§˛?ˆˇÄ˘Ρ¸ÂP˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â`D˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂD˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂR ˛?ˆˇÄ˘Ρ¸Â@$˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@D˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂD ˛?ˆˇÄ˘Ρ¸ÂA˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@$˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂP˛?ˆˇÄ˘Ρ¸Â@$˛?ˆˇÄ˘Ρ¸ÂD˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â`§˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂB ˛?ˆˇÄ˘Ρ¸Âd˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂA˛?ˆˇÄ˘Ρ¸Â`$˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂA˛?ˆˇÄ˘Ρ¸ÂD˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂPÑ˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂB˛?ˆˇÄ˘Ρ¸ÂP˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂB˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@Ñ˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂD˛?ˆˇÄ˘Ρ¸Â@Ñ˛?ˆˇÄ˘Ρ¸ÂB$˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@$˛?ˆˇÄ˘Ρ¸Â@D˛?ˆˇÄ˘Ρ¸ÂH˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Âa˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂH˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸Â¸˛?ˆˇÄ˘Ρ¸ÂA ˛?ˆˇÄ˘Ρ¸Â@$˛?ˆˇÄ˘Ρ¸ÂDÑ˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸ÂdÑ˛?ˆˇÄ˘Ρ¸ÂX‰˛?ˆˇÄ˘Ρ¸Â@D˛?ˆˇÄ˘Ρ¸ÂDÑ˛?ˆˇÄ˘Ρ¸ÂA˛?ˆˇÄ˘Ρ¸ÂB ˛?ˆˇÄ˘Ρ¸Â@˛?ˆˇÄ˘Ρ¸‰ˇ¸˛?ˆˇÄ˘Ρ¸Ë@˛?ˆˇÄ˘Ρ¸Î H˛?ˆˇÄ˘2Ρ¸Å JP†DBÄ
  800.  ˛Ä˛ P‰˛?ˆˇÄ˘)Ρ¸9@˝Ä˚˘Ä·S˛?ˆˇÄ˘(Ρ¸˚¯˝ÄUd˛?ˆˇÄ˘1Ρ¸@ Ä˝
  801.  ÑQ$˛?ˆˇÄ˘1Ρ¸-@!˛˝@@ §Id˛?ˆˇÄ˘-Ρ¸Å@˝H¸¸ÄH§˛?ˆˇÄ˘2Ρ¸A @ Ä0Jd˛?ˆˇÄ˘1Ρ¸Ä˛ 
  802. ˝
  803.  JK‰˛?ˆˇÄ˘2Ρ¸! ˛˛D˛ Ä@Ñ@˛?ˆˇÄ˘Ρ¸‰ˇ¸˛?ˆˇÄ˘Ρ¸‰ˇ¸˛?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘Ρ⁄?ˆˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘∑ˇÄ˘≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠)˘#«    ¸¸¿p√Ä ·?迯¿8pŒ¯¸Äp8á Ÿ)˘#Ü
  804.  å0¿@ƒ…Å¡DΔ @ô0å@åaÄAà    ìŸ)˘#Ö Ñ @@ÄHÅ°Dâä@Ñ@ÄAëŸ*˙$
  805. AÄ@ÅÅBê  Å    ÄÇŸ*˙$    AÄ@ÅÄÇ"@p ÅÄÉŸ*˙$ Ç¡Å"D, #Å0$A¬‡"83Ÿ*˙$ ÇAΩ—"$$ ê˙ ¿"ABy7¢ !Ÿ*˙$"AB"DH D@  @ɇDÇD DB Ÿ*˙$!AC"D( D`@ A@Ñ BÇF DB Ÿ*˙$BÇC ,`dò àP@ÑaÄBΔ ì,»ÖF8¿…2à@Ÿ*˙$·áaÁÄ8‹0·Δ>˛x'h√c‡Ôq‚ÄŸÔ ˆ ˆÿ
  806. ÔÍÿ≠≠≠$˘¯˝ɢĽ@0¿@¿˝Ä◊%˘Å˝`    ÑA˛@@ Ä@Ä˝ê◊'˘Å˝†ÄA˛@@ Ä@Ä˝êŸ&˙¸@ǸÄ@˛Ä˛Ÿ+˙%ß¿@Ç√á'õ艿Géq€ÅÙ=q»<~œf¡fi8⁄+˙%‰DàÿÄYÑEcàÇ ±Â2ŸIè4–3è"FD—ò⁄+˙%$Dàà@áÜPÑE!Aàdž¿Q!IP! BD@Q⁄+˙%âÅøR"BÇ™ÅAɉ¢Bí /†B Ñàè£⁄*˙$q†R"BÇ™AAÑ$¢B 0†B Ñàꢟ+˙%b1òbDDÕåàÇ«å»3DÃ&8≥@Δ<qô3F ⁄+˙%8˘∑9ºNÊvàx˜|ÊvÛœ‡{«∏Ôπù≥¿⁄ ˘Î!Œ ˘ÎAŒ ˘@ÎÑŒ ˘ÄÎxŒ≠˘¿@ĸ0˚ ˙‡◊*˘Ä@@˛ ˛    @˝¿@˛@€+˘ Ä@@  ˛@Ä@¿@˛@€%˙˛Ä˛@@˚˛Ä¡@◊.˙(6áé8|ÿÒÔX≥?õ¿cœ=òw±ÌÅ„¡AG    ≥?õÄ›-˙'2Ef õ(»åb…    ô&â #"câ$,lŬƒì»ô&â"‹-˙'"A!B    
  807. àà â    â ""A    ((ÅBDÅÄâ"‹-˙'DrB¸EÙy"}""DDÇ$PQ Ñ—?""}"D‹-˙'D
  808. BÄFE"Ñ‚"DDÇ$PQ ÑQC""Ñ‚"8‹-˙'âÕà#l""1ä$$EöD@Äàâédñ¢c¬œDEöDÄ‹-˙'ÕÓvq∑˜1û˜4~fÌ˛Ê>Å‹ΔÛ≥gçfis<Gw‡ÓfÌ˛Ê|‹Ó Ñ ‹Î  ‹ÎÄÄ ‹Î‡¿‹≠#˘ˇ¯ @˙Ä8p‡˝˛#√fi0˘É˛
  809. Ä`ÅÄ˝ ÄÄô2`˛ÑÄ·1˘Å˛'ÄaÄÄÄÄâ       Ä·,˙˘B˛˛  @˛ @@  ‡3˙-ÿÓO6á≥ÛÅEÖ„ÛcœO/Œ" A∏¸ÿ<s∑èÄ6qÏ√˚ÿ‚3˙-¬hä2"$YÑçíx„""ä"ÃgƒAû8»Äã9≥É`34HôBc»‚3˙-Ä(ä"" êÑàí0b" äBÑCêdA àÅ
  810. °Å–"HêBAà‚3˙- §DDB?ë>`ƒD8
  811. §Ö¯Ö HÑ1ˇB Gë ÑÉ‚3˙-    J§D8D `ƒD
  812. §ÖÖ@Hà1 B     Dë ÑÉ‚3˙2˛àÄDê‚&c˛àâõÄ    ô"X‚"lbà&L@ås&a    é ‚3˙-«»ùÃ|yflº=‹ΔúÌ··>èw1É∑ºx!Å«ùõ<‹˜0‚ı˚ ˘˝¸˛@⁄ı˚ ˘˝¸÷ı ˚@˘˝¸÷ı¿˚‡˘0˝8¸÷≠≠≠òTzùzù¬h∑≠∑ï∏¯∏¯∏¯∂Ģ∏¯∂Ģ∏¯∏¯∏¯∂Ģ∏¯
  813. ÍŒÄ˘ Îœ¯Î<˛‚Ä@€¯Î4˛Ä◊¯Í˛    
  814. 0‚O€Ä˘Î˛    Hâ    &HÄ‹¯Í˛    zÑàëBHĀĢβ    
  815. ÑàÚëBHÄ‹¯Î˛    
  816. ÑâëBHÄ‹¯Î˛    Hâ2    FHÄ‹¯Í˛    Í0 :Hà€Ä˘Î˜⁄¯Í˜$ŸÄ˘Î˜⁄¯ Îœ¯ Îœ¯Í˚˝@@˛ ÁĢ$β
  817. ˝†˛Ë¯%Ͳ˛O§a·ƒ0a]'á8·ÄÈĢ'β¿ÓHÇdë$Hë£$Hë@ͯ&β DHÑ%    $ Ö    !$@ëȯ'Ρ ¸D¡HÑ%    ‰ Ö    !$Gëҿͯ%Í¿ (HÑ%    $!Ö    !$Hë ÈĢ'ÎÄ ¸
  818. (¿†HÑdëdHë!$Ië Í¯%ÍÄp @Hɧa·î0a$FX„¿ÈĢÎ˙ ˚ fi¯˝˙ ¸@fi¯˝Ù¿fi¯Ô ÄÄ—Ģ     CÄÄ”¯ÔG˙ˇ¿“ĢCÄs“ˇ¯@ÄTÉ’¯ ˛@˛@
  819. ˙‡˛ÿ‘¯˝@˛@ˆò—@Ģ0˛ KPG?Ü·≈˚@€< `¿„¯.˝ Lô"`HíI&˚Ä0ÚpGfŒ-¿‚Ģ1˛ Hë"@Híë$˚˛$1í Lím6…3‰0¯0˛ Hë>GOíë‰˚õ$9í Lín6…#Ä„¯3˛ Hë @HP븡¸3<1í Líf6…!¿Â ¯0˝ »ë"@HíI$˙ ‡$1í Líi∂…"@ÂĢ1˛ @G܃˙`<Ú0GfŒ!¿Â¯¸Ò¿‘Ģ˝Ò—¯˝Ò–@¯Î– ¯ Í–ˇ‡Ä˘˙˛¯œ¯˘˛¯ŒÄ˘˙«ÜxË‚ƒ˙œ¯˚"IED˙œ¯˚PëE$˙œ¯˙PëEÚ(˙ŒÄ˘˚PëE    (˙œ¯˙"IE    2˙ŒÄ˘˙¬ÜD¯ ˙¸0’¯Û˚Ó¸0’¯Û˚Dt¸x’¯Ú`˚D<¸h‘ĢÏ(8¸ ’¯Î(¸ ‘Ģ˜˙˚ ’¯˜Û ’¯˘)√∏„√I¬Ù ’¯¯2$Q$  Ù ‘Ģ˘"((J Ù ’¯¯#ËÚ(K‡Ù ‘Ģ˘"Q(JÛ ’¯˘"$Q2(  Ù ’¯˘!√ò 'I¬Ù ’¯Û@Û ‘ĢıÄÛ?‰ˇ¸Û¯ÙÄÛ0ı     ÚÚĢ(    8цHäDí$Ö¸íDêPJ@í°$Û¯*Â7oj˜;mÍπ’Ωˇ¿˛ ∑Øoü≠◊U˜k›ÙÛ¯%¸˝¡Û0 ÄˆC# ˆ Û¯7˛ä˝"ÄÛ1f    n©Èiuï.äï@
  820. 0jëifó©yvïxçtÚĢ8˛˝$A<Ù7f WYvÍ÷÷È©i@€""$€ıôñ˘hïUmõPµtÛ¯+pÓ$A"Ù0!@˜€""$€˜d ÚĢ9àëD$A"Ù5hâvÆÔymvÆ˘µ¬€2¢g€ïn∫ïõZó÷Èi’‰Û¯*?ËëD√˘‰A"Ù0&ˆ€b"&@˜, Û¯0    ë(˛$A"˘˝0/į{˛#蘸 Û¯=?ä(¿BÅ"˘˝<†⁄Øjñµuouu¿B    VØnñöˆñÓÚ®dÚĢ/ú Å"˘ ÅÄ0¯†ä†ı Û¯#˘ Ú G˛0Ä˙¸ÄˆÚĢ˙ ÚO‡ˇ¸Û¯ÍG˛8ÄÈ@Û¯ÍAÄ<Ë@ۯȇ˛4ÂBÚĢ˛ ˛    ÄÛ6ÂTÑÛ¯)˝ ˛ÄÛ3˛D$˛ÒHLÚĢ'˛ Éé qÉ
  821. È<9«Ù1ÄF Ï@Û¯.˛ DQ äDç"Dà§Ù0¿F$Ò—àà0®“x@ÛtdÛ¯-˛ (!(I    "à†Ù0ˇ)Dä2DêH…2DÚDÛ¯+˝ (!(I    "<èúÙ0˛    )Dä%PÑäDÚDÑÚĢ-˛ (Q! (I    "DàÙ0˛    )Dä%PÑäDÚGÛ¯+˝ DS äDâ    "Là¬Ù0˛    )Dä%PÑäDÚ@ÚĢ-˛ Éå†qɢ"2«<Ù0˛    ÑäB Hä2DÚ¸Û¯Â0˛
  822. ÑâÒÇ 0â“D@Û@Û¯Â0ˆÒ@Û¯‰0˜ ÒBÚĢÂ0ˆ‡Ò`Û¯‰0Â@ÚĢÂ0Â@Û¯%Â0˚@˛@˝ê˝@Û¯(Â0˛¿†˛
  823. ˝Ä˝aÛ¯(‰0˛@˛O0qƒ0Æì«8·Ä@ÚĢ*Â0˛\‡HÇHä$$H—í(ë@@Û¯(‰0˛b@HÇÖ$ BÑêí ë˛HÚĢ*Â0˛B·@¸HÇÖ‰ BÑêí'ëÒ¿@ÑÛ¯*Â0˛BÄHÇÖ
  824. $!BÑêí(ë `Û¯,Á‹0˛B‡†ĸ
  825. HÇHäd$Hêí)ë @Û¯)Âà¯˛ÁBHÇ0qî0èí&X„¿@ ÚĢÊàx˚ÏAÛ¯ÂPp˚ÏdÚĢÊP0Â@ۯʠÂ@Û¯ÂÂBDÛ¯$‰˚`IJÄ@˝$PÚĢ)²¿ë@˛"(˛Ä@˝ @Û¯(‰˛@ ˛"D ¿4òxqΔ +§Ó8`@ÚĢ*²\‚ ¿"D
  826.  L§Dâ)4dâDê`ÑÛ¯*²b Ä"D
  827.  Ñ¬D    °$$àDÄ@Û¯*²B· Å¯D
  828.  Ñ¬Dy°$$àÙ|p@Û¯(‰˛B D
  829.  Ñ¬Dâ0°$$â@@$ÚĢ*²B·@¯$(
  830.  å§Dô)$$â4EaÛ¯(‰˛Á‡Ñ
  831.  tòxeΔ #‰àŒ8@ ÚĢÂ˙˙ı@$Û¯Â˙˙Hı@DÛ¯ÂÚ8ı@Û¯‰Â@ÚĢÂÂ@Û¯‰ÂHDÚĢÂÂ@Û¯ÂÂAÛ¯ÂÂ@Û¯‰Â@ÚĢÂÂ@ Û¯‰Â@ÑÚĢÂÂ@Û¯ÂÂ@Û¯ÂÂD§Û¯‰ÂPÚĢÂÂ@Û¯‰Â@ÚĢÂÂ`DÛ¯ÂÂ@Û¯ÂÂDÛ¯‰Â@ÚĢÂÂR Û¯‰Â@$ÚĢÂÂ@Û¯ÂÂ@DÛ¯ÂÂ@Û¯‰Â@ÚĢÂÂ@Û¯‰ÂD ÚĢÂÂAÛ¯ÂÂ@Û¯ÂÂ@Û¯‰Â@$ÚĢÂÂ@Û¯‰Â@ÚĢÂÂPÛ¯ÂÂ@$Û¯ÂÂDÛ¯‰Â@ÚĢÂÂ`§Û¯‰Â@ÚĢÂÂB Û¯ÂÂdÛ¯ÂÂ@Û¯‰Â@ÚĢÂÂAÛ¯‰Â`$ÚĢÂÂ@Û¯ÂÂ@Û¯ÂÂ@Û¯‰Â@ÚĢÂÂAÛ¯‰ÂDÚĢÂÂ@Û¯ÂÂPÑÛ¯ÂÂ@Û¯‰ÂBÚĢÂÂPÛ¯‰Â@ÚĢÂÂBÛ¯ÂÂ@Û¯ÂÂ@Û¯‰Â@ÑÚĢÂÂ@Û¯‰ÂDÚĢÂÂ@ÑÛ¯ÂÂB$Û¯ÂÂ@Û¯‰Â@ÚĢÂÂ@$Û¯‰Â@DÚĢÂÂHÛ¯ÂÂ@Û¯ÂÂaÛ¯‰Â@ÚĢÂÂ@Û¯‰ÂHÚĢÂÂ@ۯ¸ۯÂÂA Û¯‰Â@$ÚĢÂÂDÑÛ¯‰Â@ÚĢÂÂdÑÛ¯ÂÂX‰Û¯ÂÂ@DÛ¯‰ÂDÑÚĢÂÂAÛ¯‰ÂB ÚĢÂÂ@ۯ‰ˇ¸Û¯ÂË@Û¯‰Î HÚĢ*ÂÅ JP†DBÄ
  832.  ˛Ä˛ P‰Û¯‰9@˝Ä˚˘Ä·SÚĢ Â˚¯˝ÄUdÛ¯)Â@ Ä˝
  833.  ÑQ$Û¯)Â-@!˛˝@@ §IdÛ¯#‰Å@˝H¸¸ÄH§ÚĢ*ÂA @ Ä0JdÛ¯'‰Ä˛ 
  834. ˝
  835.  JK‰ÚĢ*Â! ˛˛D˛ Ä@Ñ@ۯ‰ˇ¸Û¯Â‰ˇ¸Û¯∂Ģ∏¯∂Ģ∏¯∏¯∏¯∂Ģ∏¯∂Ģ∏¯∏¯∏¯∂Ģ∏¯∂Ģ∏¯∏¯∏¯∂Ģ∏¯∂Ģ∏¯∏¯∏¯∂Ģ∏¯∂Ģ∏¯∏¯∏¯∂Ģ∏¯∂Ģ∏¯∏¯∏¯∂Ģ∏¯∑ÃĢ∑3¯≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠)˘#«    ¸¸¿p√Ä ·?迯¿8pŒ¯¸Äp8á Ÿ)˘#Ü
  836.  å0¿@ƒ…Å¡DΔ @ô0å@åaÄAà    ìŸ)˘#Ö Ñ @@ÄHÅ°Dâä@Ñ@ÄAëŸ*˙$
  837. AÄ@ÅÅBê  Å    ÄÇŸ*˙$    AÄ@ÅÄÇ"@p ÅÄÉŸ*˙$ Ç¡Å"D, #Å0$A¬‡"83Ÿ*˙$ ÇAΩ—"$$ ê˙ ¿"ABy7¢ !Ÿ*˙$"AB"DH D@  @ɇDÇD DB Ÿ*˙$!AC"D( D`@ A@Ñ BÇF DB Ÿ*˙$BÇC ,`dò àP@ÑaÄBΔ ì,»ÖF8¿…2à@Ÿ*˙$·áaÁÄ8‹0·Δ>˛x'h√c‡Ôq‚ÄŸÔ ˆ ˆÿ
  838. ÔÍÿ≠≠≠$˘¯˝ɢĽ@0¿@¿˝Ä◊%˘Å˝`    ÑA˛@@ Ä@Ä˝ê◊'˘Å˝†ÄA˛@@ Ä@Ä˝êŸ&˙¸@ǸÄ@˛Ä˛Ÿ+˙%ß¿@Ç√á'õ艿Géq€ÅÙ=q»<~œf¡fi8⁄+˙%‰DàÿÄYÑEcàÇ ±Â2ŸIè4–3è"FD—ò⁄+˙%$Dàà@áÜPÑE!Aàdž¿Q!IP! BD@Q⁄+˙%âÅøR"BÇ™ÅAɉ¢Bí /†B Ñàè£⁄*˙$q†R"BÇ™AAÑ$¢B 0†B Ñàꢟ+˙%b1òbDDÕåàÇ«å»3DÃ&8≥@Δ<qô3F ⁄+˙%8˘∑9ºNÊvàx˜|ÊvÛœ‡{«∏Ôπù≥¿⁄ ˘Î!Œ ˘ÎAŒ ˘@ÎÑŒ ˘ÄÎxŒ≠˘¿@ĸ0˚ ˙‡◊*˘Ä@@˛ ˛    @˝¿@˛@€+˘ Ä@@  ˛@Ä@¿@˛@€%˙˛Ä˛@@˚˛Ä¡@◊.˙(6áé8|ÿÒÔX≥?õ¿cœ=òw±ÌÅ„¡AG    ≥?õÄ›-˙'2Ef õ(»åb…    ô&â #"câ$,lŬƒì»ô&â"‹-˙'"A!B    
  839. àà â    â ""A    ((ÅBDÅÄâ"‹-˙'DrB¸EÙy"}""DDÇ$PQ Ñ—?""}"D‹-˙'D
  840. BÄFE"Ñ‚"DDÇ$PQ ÑQC""Ñ‚"8‹-˙'âÕà#l""1ä$$EöD@Äàâédñ¢c¬œDEöDÄ‹-˙'ÕÓvq∑˜1û˜4~fÌ˛Ê>Å‹ΔÛ≥gçfis<Gw‡ÓfÌ˛Ê|‹Ó Ñ ‹Î  ‹ÎÄÄ ‹Î‡¿‹≠#˘ˇ¯ @˙Ä8p‡˝˛#√fi0˘É˛
  841. Ä`ÅÄ˝ ÄÄô2`˛ÑÄ·1˘Å˛'ÄaÄÄÄÄâ       Ä·,˙˘B˛˛  @˛ @@  ‡3˙-ÿÓO6á≥ÛÅEÖ„ÛcœO/Œ" A∏¸ÿ<s∑èÄ6qÏ√˚ÿ‚3˙-¬hä2"$YÑçíx„""ä"ÃgƒAû8»Äã9≥É`34HôBc»‚3˙-Ä(ä"" êÑàí0b" äBÑCêdA àÅ
  842. °Å–"HêBAà‚3˙- §DDB?ë>`ƒD8
  843. §Ö¯Ö HÑ1ˇB Gë ÑÉ‚3˙-    J§D8D `ƒD
  844. §ÖÖ@Hà1 B     Dë ÑÉ‚3˙2˛àÄDê‚&c˛àâõÄ    ô"X‚"lbà&L@ås&a    é ‚3˙-«»ùÃ|yflº=‹ΔúÌ··>èw1É∑ºx!Å«ùõ<‹˜0‚ı˚ ˘˝¸˛@⁄ı˚ ˘˝¸÷ı ˚@˘˝¸÷ı¿˚‡˘0˝8¸÷≠≠≠òTEùEù∑hä≠≠≠≠≠≠≠≠≠≠≠≠≠≠˘ć˚¬˘0˙¬˘P˝¬˘†˝¬˘±ªrˆfÏœ;`    ∞pƒ˙!õ4àÛ&hâõì ƒ˙!
  845. Ñ b$(â
  846. √˙‚)¯@ ƒHQÙ"$√˙")` ƒHQ"$√˙DHì`„àë&&(@DL ƒ˙8Áè9‡?=Ãfi‹@Óg†ƒ˘¸ ¿ ˘¸ Ω ˘ ¸@Ω ˘8p¸‡Ω≠˘¯˛˛@@¡˘ò˛˛¿H¡˘à˛
  847. @Hƒ˙˛
  848. Äă˙#yáp√~∞˝éwèÿΔ˙„2Ãg0É&<g$c¿Δ˙2 ÑBÇ!$BAÄΔ˙$"A¯ ˇ‡Ñ BH0¸É≈˙$"A Ñ Ñ BH0ÑÉ≈˙»L√Cå`A@Ãò·åé≈˙ú6y‡˛˜†„ú0wœp˜å˜≈Ûĺ≠≠≠≠˘¸~˝3√˘åB0˝"√˘ÑD@P˝"«˙    àĆ˝D«˙ôÎà±∞x̺ˆ¿DØ∂wèÿ…˙¡!ëlé6@àä$14c¿…˙A!(Ñ@àä AÄ…˙B""‚$/–Ë(ÅàCËÉ»˙B"""$((ÅHD(É»˙DƒD(DLÿ¢8—""hêå—é»˙ccÊË8Ógosœ9ßqø«l˜»ÌĬ≠≠≠≠˘ôĸćƒ˘0˚    Ç`ƒ˘PÄÄÇ ƒ˘†"@ƒ˘∞xı«"f{ˆ;«Ï@ƒ˙!<ÛDE0ö1‡ă˙"aDE 
  849.  ¿ă˙‰(0˛àâƒAÙAÄ√˙$(0¿àà$BAÄ√˙Lÿ‚ƒ4HÜh«ô2√˙8Áo<x;∏flá√∂{ÄÒ√≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠òTEùEù∑hä≠≠≠≠≠≠≠≠≠≠≠≠≠≠˘ć˚¬˘0˙¬˘P˝¬˘†˝¬˘±ªrˆfÏœ;`    ∞pƒ˙!õ4àÛ&hâõì ƒ˙!
  850. Ñ b$(â
  851. √˙‚)¯@ ƒHQÙ"$√˙")` ƒHQ"$√˙DHì`„àë&&(@DL ƒ˙8Áè9‡?=Ãfi‹@Óg†ƒ˘¸ ¿ ˘¸ Ω ˘ ¸@Ω ˘8p¸‡Ω≠˘¯˛˛@@¡˘ò˛˛¿H¡˘à˛
  852. @Hƒ˙˛
  853. Äă˙#yáp√~∞˝éwèÿΔ˙„2Ãg0É&<g$c¿Δ˙2 ÑBÇ!$BAÄΔ˙$"A¯ ˇ‡Ñ BH0¸É≈˙$"A Ñ Ñ BH0ÑÉ≈˙»L√Cå`A@Ãò·åé≈˙ú6y‡˛˜†„ú0wœp˜å˜≈Ûĺ≠≠≠≠˘¸~˝3√˘åB0˝"√˘ÑD@P˝"«˙    àĆ˝D«˙ôÎà±∞x̺ˆ¿DØ∂wèÿ…˙¡!ëlé6@àä$14c¿…˙A!(Ñ@àä AÄ…˙B""‚$/–Ë(ÅàCËÉ»˙B"""$((ÅHD(É»˙DƒD(DLÿ¢8—""hêå—é»˙ccÊË8Ógosœ9ßqø«l˜»ÌĬ≠≠≠≠˘ôĸćƒ˘0˚    Ç`ƒ˘PÄÄÇ ƒ˘†"@ƒ˘∞xı«"f{ˆ;«Ï@ƒ˙!<ÛDE0ö1‡ă˙"aDE 
  854.  ¿ă˙‰(0˛àâƒAÙAÄ√˙$(0¿àà$BAÄ√˙Lÿ‚ƒ4HÜh«ô2√˙8Áo<x;∏flá√∂{ÄÒ√≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠≠
  855. ‚jد4·i‚jò@@˜@˜‚j"a¡Èˇ¿€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€ò@@Ę@Ę"jbaÈˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€ò@Äú˜Äú˜bj~aÈˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€òů@˜HHê4 aIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  856. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜‚j"a'ÅÅÅâ—˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅ”ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÎÅ∫ÎÎÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÎÅ∫ÎÎÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÎÅ∫ÎÎÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÎûˇûÎÎÅÅ‘Ïü˛ˇüÏÎÅÅ‘Άˇˇ‡ˇˇ†ÎÎÅÅ‘ΰˇˇ‡fl‡ˇˇ°ÎÏÅÅ‘Ï¢ˇˇ¸‡ˇˇ¢ÏÎÅÅ‘΢˛ˇ‡fl‡‡˛ˇ£ÎÏÅÅ‘Άˇ˛‡flˇ°ÎÎÅÅ‘,φˇ˝‡ˇ¯ˇˇ˛ˇˇ˝ˇ˛ˇˇˇæÏÎÅÅ‘0Άˇ˛‡flˇ˘ˇˇˇˇ˛ˇˇ˛ˇˇøÎÎÅÅ‘,Άˇ‡fl‡‡ˇˆˇ˝˛ˇˇˇ˛ˇˇøÎÏÅÅ‘0φˇ˝‡ˇ˝˝ˇ
  857. ˇˇˇˇˇ˛ˇˇˇˇæÏÎÅÅ‘/Άˇ‡fl‡‡ˇ˘ˇˇˇ˝ˇ˛ˇˇˇˇøÎÏÅÅ‘-Άˇ˛‡flˇ¯    ˇ˛ˇ˛ˇˇ˛˝ˇˇˇˇæÎÎÅÅ‘φ˚ˇ°ÏÎÅÅ‘ÎÅ∫ÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÎÕˇfiˇìÎÎÅÅ‘Ïœ˜ˇÁ˙ˇóÏÎÅÅ‘"ÎÕˇ¸ˇ‰ˇfiˇ¸ˇΩÎÎÅÅ‘*ÎÕˇ¸ˇÍˇ¸ˇ¸ˇ‰ˇ¸ˇΩÎÏÅÅ‘.ÏÕˇ¸ˇÍˇ¸ˇ¸ˇ‰ˇ¸ˇ¸ˇ√ÏÎÅÅ‘5Δˇ¸ˇ¸ˇÍˇ¸ˇ¸ˇˇÊˇ¸ˇ¸ˇˇƒÎÏÅÅ‘>Δˇ¸ˇ¸ˇ¸ˇˆˇ¸ˇ¸ˇ¸ˇÍˇ¸ˇ¸ˇ¸ˇ√ÎÎÅÅ‘Ï’Îˇ˘ÈˇÓÎˇÙ˛ˇ’ÏÎÅÅ‘BΔˇ¸ˇ¸ˇ¸ˇˆˇ¸ˇ¸ˇ¸ˇÍˇ¸ˇ¸ˇ¸ˇˇ’ÎÎÅÅ‘JΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇÔˇ¸ˇ¸ˇ¸ˇˇ’ÎÏÅÅ‘ZÏ”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇˆˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇÿÏÎÅÅ‘^Οˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇˆˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇÿÎÏÅÅ‘_Οˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ’ÎÎÅÅ‘Ï⁄âˇŸÏÎÅÅ‘cΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇŸÎÎÅÅ‘cΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇŸÎÏÅÅ‘cÏŸˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇŸÏÎÅÅ‘cΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇŸÎÏÅÅ‘cΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇŸÎÎÅÅ‘Ï⁄âˇŸÏÎÅÅ‘cΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇŸÎÎÅÅ‘bΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇÿÎÏÅÅ‘^Ï”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇÿÏÎÅÅ‘òů@ĘHHê< bIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  858. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę"jba'[Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸˛ˇ◊ÎÏÅÅ‘_Î÷ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ÷ÎÎÅÅ‘Ï‘ìˇ’ÏÎÅÅ‘[Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇ‘ÎÎÅÅ‘VÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ“ÎÏÅÅ‘VÏÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇ“ÏÎÅÅ‘UÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ—ÎÏÅÅ‘SÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸˛ˇ—ÎÎÅÅ‘Ï—õˇ–ÏÎÅÅ‘TÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ–ÎÎÅÅ‘TÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ–ÎÏÅÅ‘XÏ”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ–ÏÎÅÅ‘XΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ–ÎÏÅÅ‘WΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘Ï‘óˇ—ÏÎÅÅ‘WΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘WΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÏÅÅ‘[Ï”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇ”ÏÎÅÅ‘WΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÏÅÅ‘WΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘Ï◊êˇ’ÏÎÅÅ‘\Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ÷ÎÎÅÅ‘[Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ’ÎÏÅÅ‘[Ï”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ’ÏÎÅÅ‘bΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇÿÎÏÅÅ‘_Οˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ’ÎÎÅÅ‘Ï⁄âˇŸÏÎÅÅ‘cΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇŸÎÎÅÅ‘_Οˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇˆˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇŸÎÏÅÅ‘`ÏŸˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ˛ˇˇ˚ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ’ÏÎÅÅ‘eΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇ⁄ÎÏÅÅ‘eΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇ⁄ÎÎÅÅ‘Ïÿ≈ˇˇˇÕˇ⁄ÏÎÅÅ‘nÎˡˇÚˇ˛ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇÙˇËÎÎÅÅ‘iÎÈ˛ˇÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ˛ˇˇ˚ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇÙˇˇÈÎÏÅÅ‘gÏ͡ˇ‡˘ˇıˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇˆˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇ¸ˆˇÍÏÎÅÅ‘zÎΡˇ˛‡fl˛‡fl‡ˇıˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇˆˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇˇ¸ˇ‡fl˛‡fl˛‡ˇˇÎÎÏÅÅ‘2ÎÏˇˇ‡‡fl˛‡fl˛‡ˇÙëˇ˚ˇ˛‡fl˛‡fl‡‡ˇˇÏÎÎÅÅ‘$ÏÏˇˇ˜‡ˇÛíˇ˚ˇ˜‡ˇˇÏÏÎÅÅ‘yÎΡˇ‡fl˛‡fl˛‡ˇÔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇ˚ˇ˛‡fl˛‡fl‡ˇˇÎÎÎÅÅ‘fÎ͡ˇ‡˘ˇÔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇ˙ˆˇÍÎÏÅÅ‘`ÏÈ˛ˇËˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸˛ˇÒˇˇÈÏÎÅÅ‘aÎˡˇËˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇËÎÏÅÅ‘WÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛˛ˇ’ÎÎÅÅ‘Ïœöˇ”ÏÎÅÅ‘VÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇ“ÎÎÅÅ‘iÎÈˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ¯ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸˛ˇ—ÎÏÅÅ‘}Ï͡ˇˇˇ˝ˇˇ˛ˇˇ˘ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˇ˛ˇˇ˝ˇ˙ˇˆÏÎÅÅ‘~ÎÁˇ˛ˇ˛ˇ˛ˇˇˇ˘ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˇˇ˛ˇˇ˚ˇˆÎÏÅÅ‘ÇÎÔ˛ˇ˛˛˛ˇˇ˛˛    ˛ˇˇ˛ˇ¯ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇÌ˛˝ˇ˛ˇ˛ˇ˛ˇıÎÎÅÅ‘=Ï͡ˇˇ¸
  859. ˇˇˇˇˇ¸ùˇÓˇˇˇˇˇ˛ˇˇˇÙÏÎÅÅ‘~ÎÈˇˇ˝ˇˇ˛ˇˇˇˇ¯ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˇ˝ˇ˛ˇˇˇÙÎÎÅÅ‘iÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˛ˇ˛˛ˇˇ˝ˇˇˇÙÎÏÅÅ‘SÏÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÏÎÅÅ‘UÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ—ÎÏÅÅ‘WΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘Ï‘ñˇ“ÏÎÅÅ‘WΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘[Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇ”ÎÏÅÅ‘WÏ”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÏÎÅÅ‘[Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇ‘ÎÏÅÅ‘WΔˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘Ïÿèˇ’ÏÎÅÅ‘[Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ’ÎÎÅÅ‘òůÄú˜HHê4 cIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  860. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜bj~a'\Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ÷ÎÏÅÅ‘\Ï”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ÷ÏÎÅÅ‘_Οˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ’ÎÏÅÅ‘aΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ◊ÎÎÅÅ‘ÏŸåˇ◊ÏÎÅÅ‘bΟˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇÿÎÎÅÅ‘^Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇÿÎÏÅÅ‘]Ï”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ◊ÏÎÅÅ‘]Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ◊ÎÏÅÅ‘[Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸˛ˇ◊ÎÎÅÅ‘Ï÷êˇ÷ÏÎÅÅ‘\Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ’ÎÎÅÅ‘\Δˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇˇ‘ÎÏÅÅ‘[Ï”ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇ”ÏÎÅÅ‘VÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇ“ÎÏÅÅ‘SÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸˛ˇ—ÎÎÅÅ‘Ï–úˇ–ÏÎÅÅ‘SÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘TÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇœÎÏÅÅ‘SÏÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇŒÏÎÅÅ‘OÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ…ÎÏÅÅ‘SÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘Ï–ùˇœÏÎÅÅ‘VÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ˝ˇˇˇ˛ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘QÎÕˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸˛ˇ˙ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÏÅÅ‘OÏÕˇ¸ˇ¸ˇ˘ˇˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇˇ˜ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇœÏÎÅÅ‘LΔˇ¸ˇ¸ˇ¸˛ˇ¯ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ˝ˇˇˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÏÅÅ‘MΔˇ¸ˇ¸ˇ˝ˇˇˆˇ¸ˇ¸ˇ¸ˇ˝ˇˇ˛ˇˇÔˇ¸ˇ¸ˇ¸ˇ¸ˇœÎÎÅÅ‘ò@@˜@˜~jæaÈˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€Èˇ‡€?Èˇ‡€¡¡¡¡¡¡¡¡¡¡˛Δ˝¯‡¿ÄÕ˛Ö%
  861.  CÃ˛ƒ! EÃ˛HB  íÃ˛(CË' Ë¢Ã˛"0Ñê@@|Ã˛"ÑHÄDÃò@@Ę@Ęæj˛a˛Ó#úŒ¯Ã¡¡¡¡˛ƒ˛ ∞:Ä>`◊˛IJ¿ $†å"@◊˛    ≠¨¿@8¡„ñsX«`"LX¿Ÿ˛â"@ÄHJB(ë"JE D§J@Ÿ˛â#¿éàK¬(ë"I≈‡xúK¿Ÿ˛ &DîQ"DîäÅHîÿ˛ (DÅîÇ$Q"Dîä@ÅHîÄŸ˛‡ÓΔ svá„fl∂ãák∂ÿ˝Δ˝Δ¡¡+˛¿`Ä å@Äp‡˝„ć Î'˛Ä0@¿@¸Ä ΔÄË-˛'    c≥åQák9«pXsñ89ª9bKck@ñu∏9¿™0‡ñΔ÷4Ï-˛'))$
  862. §íI$RêI(íê<ë"â$â)$IHDà$ATíARHíêÏ-˛'&)<    #êI$Lêyíê$ë"â(â'$IHDà$A$rNHíêÏ-˛'"BR@I íHÖ Ç% A"EQR0í`$âHÇI$$§a$¿Ï,˛&"RRHI$íH• íQ% E"EQR@íÄ$âHÇ    $Ç$§Å%Î-˛'Ó˘fi`qÕ3ˆNv‰,√Ì·˘Ó]ŒÁm⁄sˆ‚Ïπ¿N9¶€¥ÁÌ¿ÏÙıà˜ ÏÙı‡¿˜¿ÄÏ¡¡˛p˛„ܲ0‘˛E˛(ê  ‘˛EÛúºqÉ`(†sÄ„ ÷˛ â¿íH
  863. )$ÇÄëxII$ê÷˛z í0I'ÅDFO<ê÷˛A$
  864. íH"à$ÇêA ÷˛D$A$êI¢à$ííI ÷˛qáÖ»
  865. sÃ8‡pπòcÄ÷¸¯@˛’¸˘¿˛’¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛¿@¸p–˛ ÄÄ@–˛ xò ú∂y∑b¿K—˛
  866. IH@DíI%"âH—˛ Ix@DíI%‚â@—˛ >$íÄÇâ$íJÄ—˛ A$íêDâ$íJDê—˛ «qŒ¿pÊ›√KGv¬—˝A˝˛@œ˛«˝Œ¡ò@Äú˜Äú˜˛ja¡˛Ä    ∞Õ˛ Ä Ä–˛ó≥å¿1-ùÏ«r¿“˛ )$J@"II"E—˛ (<{¿"I1!≈—˛ ""P@ ÑDíDä$—˛ ""RH"îÄDííDä$—˛ ¯„X`¸Δflõ√Δãú—¯À¯@À¡¡˛Ä˛0Ä·“˛Ä˛
  867. ò     @’˛å[åYÄç≥Ω¿
  868. /Ç[ÓX÷˛$D§Dăí2@"$I$¢@÷˛DúCÄ$ëR@""$O ¢@÷˛"HâHâ)"§Ä|DHêADÄ÷˛"HâHâ)!$ÄÇDàíIDÄ÷˛¯kåkç∂‚;ëèƒ>;òasÄ÷˜Œ˜0@Œ¡¡ ˛ø8Õ˛à ÄàDÕ˛ãg{1‹∞Õòů@˜HHê< dIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  869. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜~jæa'Ï‘ÓˇÛÊˇÚflˇ‘ÏÎÅÅ‘OΔˇ¸ˇ¸ˇ˛ˇˇÚˇˇ¸ˇ¸ˇ˝ˇˇˇˇÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ’ÎÎÅÅ‘JΔˇ¸ˇ¸ˇˇˇÓˇ¸ˇ¸ˇ˝ˇˇˇˇÌˇ¸ˇ¸ˇ¸ˇ¸ˇ˛˛ˇ’ÎÏÅÅ‘@ÏÕˇ¸ˇˇˇÌˇ¸ˇ¸ˇ˝˝ˇÏˇ¸ˇ¸ˇ¸ˇ¸ˇ˛ˇ”ÏÎÅÅ‘:Ηˇ˛ˇ¸˛ˇÊˇ¸ˇ˝˛ˇÎˇ¸ˇ¸ˇ¸ˇ˝˝ˇ—ÎÏÅÅ‘6Îœ˛ˇ¸ˇËˇˇˇ¸ˇ˝ˇˇË˛ˇˇ¸ˇ¸˚ˇŒÎÎÅÅ‘ÏÃ˛ˇ·ıˇ„Ùˇ…ÏÎÅÅ‘ζ˝ˇôÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘Ά˚ˇ°ÎÎÅÅ‘φˇ˝‡ˇ°ÏÎÅÅ‘Άˇ˛‡flˇ°ÎÎÅÅ‘Άˇ‡fl‡‡ˇ°ÎÏÅÅ‘φˇ˝‡ˇ°ÏÎÅÅ‘,Άˇ‡fl‡‡ˇ¸ˇˇˇˇ˝ˇ˛ˇ˝ˇªÎÏÅÅ‘+Άˇ˛‡flˇ˝ˇˇˇˇ˝ˇˇ˙ˇªÎÎÅÅ‘)φˇ˝‡ˇ˙ˇ˛ˇ˛ˇ˛ˇ˝ˇ∫ÏÎÅÅ‘-΢˛ˇ˛‡fl˛ˇ˝ˇˇˇˇ˛    ˇˇˇˇπÎÎÅÅ‘/΢ˇˇ‡‡fl‡‡ˇˇ˛˛ˇ˛¸    ˇˇ˛ˇπÎÏÅÅ‘-Ï°ˇˇ˛‡ˇˇ¸ˇˇ˝ˇˇ˛ˇˇ˛ˇπÏÎÅÅ‘Άˇˇflˇˇ†ÎÏÅÅ‘Îü˛ˇüÎÎÅÅ‘ÏûˇûÏÎÅÅ‘ÎÅ∫ÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÎÅ∫ÎÎÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÎÅ∫ÎÎÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÏÅÅ‘ÎÅ∫ÎÎÅÅ‘ÏÅ∫ÏÎÅÅ‘ÎÅ∫ÎÎÅÅ‘ÎÅ∫ÎÏÅÅ‘”ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏJÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÅÅ‘“Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅÅ‘ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ,²ˇˇˇ˛ˇˇ˚ˇ˚ˇ˛˛ˇ˘˛ˇ¯˛ˇ˚ˇÅÅÅ‚9¡˛ˇ˝
  870. ˇˇˇˇˇ˝ˇˇ˛ˇ˘ˇ¯ˇ˛ˇ˝ˇˇÅÅÅ·8¡˛ˇˇ˛ˇ˝ˇ˝˛˝ˇˇ¸˛˙˛¯ˇ˛ˇ˛ˇ˛ÅÅÅ·8Êˇ˛ˇˇˇ˝ˇ˝ˇ˝ˇˇ¸ˇ˙ˇ¯ˇ˛ˇˇˇÅÅŇ=Êˇ˛ˇˇˇ˝ˇ˝¸ˇˇ¸ˇ˛ˇˇ¸˛ˇˇ˛ˇˇ˛ˇÅÅŇ9Áˇ˛ˇ˛ˇˇ˝ˇ˝˛ˇˇ¸˛˙˛¯ˇ˛ˇ˛˛ˇ˛ÅÅÅfl;Áˇ˛ˇ˝ˇ˝ˇ˝ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ¸ˇ˛ˇ¸ˇÅÅÅflòů@ĘHHê4 eIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  871. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęæj˛a'2È˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˘˚ˇ˚˛ˇ˚ˇÅÅÅfiÅÅÅâÅÅÅâÅÅÅâÅÅÅâ7Â˚ˇ˛ˇÂˇˆˇ˝˚ˇˇˇÛ˛ˇˇÌˇˇ˛ˇË¸ˇˇˇÅÅ¥@¡˛ˇ‚ˇˇ˜ˇˇ˝ˇˇˇˇÙˇ˛ˇˇÏˇÔˇˆˇ˛ˇˇÅÅ≥è¡˛˛˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˙ˇ¯˛ˇ˙ˇ˝ˇ˛ˇ˛ˇˇ¸˛¸ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˙ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇÅÅ√èÊ˝ˇ˝ˇˇˇ˛ˇˇˇ˛ˇˇ˚ˇ˘ˇˇ˙ˇ˝ˇˇˇˇ˝ˇ˙ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ ˇˇˇˇˇ˛ˇˇˇ˚ˇ˛ˇˇˇˇ˛ˇˇˇˇÅÅ√àÊˇˇ˝ˇˇˇ˛ˇˇˇ˛˝ˇ˚ˇ˛˛ˇˇ˛ˇ˙ˇ˝ˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˝ˇ˚˝ˇ˛ˇ˛ˇ˛ˇˇ˝ˇÅÅ√ÇÁˇ˙ˇ˛ˇ˝ˇˇ˛˛˛¯ˇ˙ˇˇ˛ˇˇ˙ˇ˝ˇˇ˛˙˛¸ˇ˛˛˛ˇ˛ˇˇ˛ˇ˛˛ ˛ˇˇ˛ˇ˛ˇˇ¯ˇ˚ˇ˛ˇ˛ˇˇ˛ÅÅøâÁˇ˙ˇˇ˚ˇˇˇ˛ˇˇ˚ˇˆˇ˙ˇ˝ˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ ˇˇˇˇˇ˛ˇˇˇ˚ˇ˚ˇˇˇ˛ˇˇˇˇÅŬxÈ˛ˇ¸˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ˚˛ˇ˜ˇ˚˛ˇˇˇ˛ˇˇˇ˙˛ˇ˝˛ˇ˛˛ˇ˛ˇ˛˝ˇ˚ˇˇˇˇˇˇ˛ˇˇˇ˚˛ˇ˝˛ˇˇˇˇ˛ˇˇˇˇˇÅÅ¿fi˛˛˛ÅÅű fi˛ˇÅÅÅØÅÅÅâÅÅÅâ\²ˇÙˇ˛ˇˇˆ˛ˇ˛˛ˇÙˇÏˇˇıˇˇÊˇˇ¸˚ˇ˛ˇˇ˛ˇ˚ˇÛˇ˛ˇÍˇÌ˛ˇ‹˛ˇ˛˛ˇÚ˛ˇÍˇÅ‘[¡ӡıˇˇ˛ˇˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˚ˇÔˇˇ”ˇ¯ˇÒˇıˇˇ˛ˇˇˇÅ∫#¡˛ˇˇ˛
  872. ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˙ˇ˛ˇ˛˛˛ˇ˝ˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛¯ˇ˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˚˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ ˇˇˇˇ˛ˇˇ˛ˇ˛˝ ˇˇ˛ˇˇˇˇ˛˛˛ˇˇˇ˚ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˛ˇ˛˝˛ˇ¸    ˇ˛ˇˇˇˇ˛ˇˇ˝ ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇÅfl%Êˇ˛ˇˇˇˇˇˇˇˇˇ˚!ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  873. ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚˝ˇˇˇ˛ˇˇ˛ˇˇ˛ ˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˜ˇ˛ˇˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇÅ›Êˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ˚ˇˇˇ˛˛ˇˇ¸ ˇˇˇˇˇ˛
  874. ˇˇˇˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚    ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇ˜ˇ˛ˇˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇ˛˛ˇˇ˘ˇ˛ˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇÅ›Áˇ˛ˇ˛˝ ˇ˛ˇˇ˛¯ˇˇ˛ˇˇˇ¸ ˇˇˇ˛ˇ˛ˇ˝˛ˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇ˛ˇˇ˚˛¸ˇˇ˛ˇ˛˛˛ˇ˛ˇˇ˛ˇ˛ˇ˛ ˇˇ˛ˇˇ˛ˇˇ˝
  875. ˇˇˇ˛ˇˆˇ˛ˇ˛ˇ˛ˇˇ˛ˇ¸˛ˇ˛ˇ¸ˇ˛ˇˇˇ˛˘ˇ˛ ˇ˛ˇˇ˛˛˛ˇ˝
  876. ˇˇ˛ˇ˛Å€Áˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇ¸ˇˇˇˇˇˇˇˇˇˇ˛
  877. ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇ˚ˇˇˇˇÙˇ˛ˇˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇ˚ˇˇˇˇÅŸÈ˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ˚˛ˇ˛˛ˇ ˇˇˇˇˇ˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˙ˇ˛ˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ¸˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇÅ€(îˇüˇ˛ˇ˜˛˛˛¶˛˛˛˜ˇ˛ˇÅ‹ñˇù˛ˇı˛ˇ§˛ˇı˛ˇÅ⁄ÅÅÅâÅÅÅâ-‰˛ˇ˛˛ˇ˛˛ˇflˇ˝ˇˇÓ˛ˇ˛˛ˇ˝ˇˇÊˇˇÅÅù;Êˇ˛ˇˇ˛ˇˇ˛ˇˆˇÊˇÔˇ˛ˇˇ˛ˇˇÛˇÚˇÅÅúv‚˛ˇ˛ˇ˛˛˛˝˛ˇ
  878. ˛ˇ˛ˇ˛ˇˇ˚˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛˛˛ˇ¸ˇ˛ˇˇ˙ˇˇ˛ˇˇ˘˛˛ˇ    ˇˇ˛ˇ˛ˇ˙˛ˇ˛ˇ˛˝ˇˇ˛ˇ˛ÅÅ≠{¡ˇˇ˛ˇ˛ˇ˚ ˇˇˇˇˇ˙ˇˇ˛ˇˇˇˇˇˇ¸ˇˇ˙ˇˇ˛ˇ˝ˇ˚ ˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇÅÅ≠u„ˇ˝ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ¯ˇˇˇˇˇˇ˝ˇ˚ˇ˙ˇ˛ˇ˛ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ˙ˇˇ˝ˇ˝ˇˇˇÅÅ≠o‰˛¸ˇ˛˛˛¸ˇˇ˛¸ˇ˘ˇˇˇˇˇ˛ˇ¯ˇ˚˛˝ˇ˛ˇˇ˛ˇ¸ˇ˛ˇ¸ˇ˚˛ˇˇ¸˛¸ˇˇÅŨÇˡ˛ˇ˝ˇˇ˛ˇ¸ ˇˇˇˇˇ¯ˇˇ˛ ˇˇˇˇˇ¸ˇˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇ¸ ˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇÅŨk˲ˇ˛ˇˇ˝˛ˇ˚˛ˇ˝ˇ˛ˇˇ˙ˇˇ˛ˇ˝ˇˇˇ¸ˇˇˇˇ˛˝ˇ˛˛ˇ˛˛ˇ˚˛ˇ˝ˇ˛ˇˇ¸˝ˇˇˇ˝ˇˇ˛˛ˇÅÅ™”ˇ∑ˇ›ˇÅÅ®’˛ˇπ˛ˇfl˛ˇÅÅ®ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ‚ˇÒˇˇˆ˛ˇˇ“˛ˇÅÅÅ˝!„ˇˇ˜ˇ˛ˇˇ‰ˇÔˇÅÅÅ˚b‰ˇ˛˛˛˛ˇˇˇ˛ˇ˛ˇ˛ˇ¸ˇ¸"ˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˙ˇˇˇ˛˛˛ˇˇÅÅá^¡ˇ˝ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅÜYÊˇ˛ˇ˛ˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇ¯ˇ˛ˇˇˇÅÅÉXÁ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˚˛¯ˇ˛ˇˇˇÅÅÇbˡ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅÖ_Èˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝    ˇˇˇˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇÅÅà‡ˇ¸˛⁄˛ËˇÅÅÅÛ‚˛ˇ˛˛ˇ‹˛ˇÍˇÅÅÅÒÅÅÅâòůÄú˜HHê< fIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  879. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜˛ja'ÅÅÅâ¸ˇÊ˛ˇÏˇˇˇˇˇÅÅÅÂ#¡˛ˇÊˇÁˇˇÙˇÙˇÅÅÅd¡˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˚˛ˇ˛ˇˇ˘ˇ˛˛˛ˇˇˇ˛ˇ˛ˇˇ˛˛ˇˇˇˇˇ˛ ˇˇ˛ˇˇ˛ˇˇˇÅÅã`Ê˝ˇ˝ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅàXÊˇ˛ˇ˛ˇ˛ˇˇˇ¸˝ˇ¸ˇ¸˝ˇ˝ˇ˘ˇ˛ˇˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅÅàZÁˇ˛ˇ˛ˇ˛ˇ˛ˇ¸˛˘ˇ¸ˇ˝˛ˆ˛˛    ˛ˇˇˇ˝ˇˇ˛˛˛ˇ˛ˇˇ˛ˇ˛ÅÅáfÁˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ¸ˇ˛
  880. ˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅáVȸˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇˇ¸˚ˇˇˇ˛ˇˇ˝ˇ˛˛ˇ˚ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅá ∂˛ÅÅÅ’ ∏ˇÅÅÅ”ÅÅÅâÅÅÅâ%¸ˇÙˇˇÁˇˇÓˇˇÙˇÚ¸ˇ˝ˇÅÅë5¡˛ˇÙˇËˇˇˇÚˇˇÙˇ¯ˇ˚ˇ˛ˇÎˇÅţǡ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˙ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇˇ˛ˇ˛ˇ˛ˇ¸ˇ˝ ˛ˇˇˇ˛ˇˇ˛˝˛ˇ˛ˇ˛ˇˇ˛ˇÅÅÆ~Ê˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˙ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ¯ˇˇ˝ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅ´xÊˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇ¯    ˇˇˇˇ˛
  881. ˇˇˇˇˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˝ˇˇ¸ˇˇ˛ˇˇÅÅ´ÄÁˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˛ˇˇˇˇ˛
  882. ˇˇˇ˛ˇ˘˛˛ˇ˛˛˛˛˛˚ˇ˝˛ˇ˛ˇˇ¸˛¸ˇ˛˛˛ˇÅÅ™ÉÁˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚ ˇˇˇˇˇˇ˝    ˇˇˇˇ˙ˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅ™yȸˇ˝ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇ¸
  883. ˇˇˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛˚ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ˛ˇÅÅ™¨ˇÙ˛ÅÅÅÌØˇˇÙˇÅÅÅÎÅÅÅâÅÅÅâ²ˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅÁ,¡˛ˇ˛ˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅÁC¡˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˛ ˛ˇˇ˛ˇˇˇˇ˛˘ˇ˘ˇÅÅÅÁò@@˜@˜jYa˛RHëDÄ`Õ˛LHqDÄ Õ˛"$Ñë"â ÄÕ˛"$§ë"â!Õ˛ÓÊÒ¢Áã¿Õ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘYjôa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜ôjµa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê4 gIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  884. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜jYa'BÊˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˘ˇˇ˘ˇÅÅÅÂ>Êˇ˛ˇ˛
  885. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇ˜ˇ˚ˇÅÅʼn@Áˇ˛ˇ˛ˇ˛ˇ˝˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅÅ‚IÁˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ˛ˇ˝ˇ˛ˇÅÅÅÂ>È˛ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˚˛ˇ˛ˇ˝ˇÅÅÅ„ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê< hIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  886. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘYjôa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê4 iIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  887. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜ôjµa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜µjıa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ęıj5a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜5jQa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê< jIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  888. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜µjıa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê4 kIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  889. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęıj5a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê< lIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  890. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜5jQa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜Qjëa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ęëj—a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜—jÌa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê4 mIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  891. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜Qjëa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê< nIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  892. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęëj—a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê4 oIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  893. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜—jÌa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇ
  894. ˙@ˇ ˇˇˇˇ@
  895. ˇ·ˇ‚7^
  896. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡ä
  897. QuickDraw’T†).s Coordinate Plane
  898. , (‡    1-9
  899. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  900. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  901. 4Å4w?òÄ
  902. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  903. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  904. ˇ˛ˇ˛
  905. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  906. ˇ˛ˇ˛
  907. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  908. ˇ˛ˇ˛
  909. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  910. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  911. ˇ˛ˇ˛
  912. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  913. ˇ˛ˇ˛˛˛ˇ˝
  914. ˇ˛ˇ˛
  915. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  916. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  917. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  918. ˇ˛ˇ˛
  919. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  920. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  921. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  922. ˇˇˇ˛
  923. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh¢(eäBThe intersection of a horizontal and a vertical grid line marks a ꇰdONLNdB\¢h∫(e¢pointˇ@°dONLNdG\∫h⁄) on the °dONLNdOiäuù(räcoor†@°dONLNdSiùu∏)dinateÅ¿°dONLNdYiπuª) ¿°dONLNdZiºuU)$plane. Notice that, because all coorF†°dONLNd~iUuÄ)ô
  924. dinates ar™ °dONLNdàiÄu˝)+e limited to simple integers, °dONLNd¶väÇó(äthe]`°dONLNd©vòÇö) ›`°dONLNd™vöÇ˚)QuickDraw plane is fiʆ°dONLNdøv˚Ç])anite, although very lar$†°dONLNd÷v^Ç)cge: ther¿°dONLNdfivÇè)!e ar.`°dONLNd‚vèǡ)e over four billion points °dONLNd˝Éäèï(åäonΔ‡°dONLNdˇÉïèó)  F‡°dONLNdÉòèÌ)the grid, many morÌ °dONLNdÉÌè)U e than ther>@°dONLNdÉè-)0e arL‡°dONLNd!É-èw)e dots on any scr@¿°dONLNd2Éwè˜)Jeen. When using QuickDrawÖ`°dONLNdKɈè), you °dONLNdQêäú7(ôä)associate small parts of the grid with arÓ¿°dONLNdzê7úr)≠eas on the scr ‡°dONLNdàêsúÑ)<een.°dONLNdç¢äÆo(´ä4Note also the distinction between points on the coor,@°dONLNd¡¢pÆ–)Êdinate grid and pixels‡°dONLNd◊¢—Æ”)a,LJ°dONLNdÿ¢”Æ) the dots that °dONLNdÁØäª"(∏ä"make up a visible image on the scrœ@°dONLNd    Ø"ª6)òeen. 3‡°dONLNdØ7ªO)Figur†°dONLNdØOªc)e 1-5§ °dONLNdØcªß) illustrates the rA¿°dONLNd*Ø®ª)Eelationship between the °dONLNdBºä»æ(≈äHtwo: the pixel is down and to the right of the point by which it is addr`‡°dONLNdäºæ»€(≈æessed. 
  925. ÍH˚4ÎH˚"ÎH]
  926. ˇ·ˇ‚7^    °dONLNdí‡äÎ¥(Ëä
  927. Figure 1-5°dONLNdù‡ÃÎ)BPoints and pixels
  928. °dONLNd∞œä€fi(ÿäAs the grid lines arU@°dONLNdƒœfi€Ù)Te infie`°dONLNd œÙ€l)nitely thin, so a point is infi@°dONLNdÈœm€)y'nitely small. Pixels, by contrast, lie °dONLNd‹äË™(ÂäbetweenÁ°dONLNd‹™Ë)  the lines of the coor¥ °dONLNd-‹Ë¯)Y;dinate grid, not at their intersections. This gives them a °dONLNdhÈäıö(Úädefir °dONLNdlÈõıã)9nite physical extent, so that they can be seen on the scrj†°dONLNd•Èãıü)een. °dONLNd´˚ä˜(äAfter your application cr@°dONLNdƒ˚¯=)neates a window$‡°dONLNd“˚<£)D, the user can move or r™¿°dONLNdÍ˚£)gesize it within the global °dONLNdäù(äcoor†@°dONLNd    ù)dinate system. HoweverwÄ°dONLNdù)k , to draw images into the window√‡°dONLNd?ú)î, your application needs °dONLNdXä!D(ä,only to specify pixels within the local coor}¿°dONLNdÑD!À)∫dinate system for that windowhÄ°dONLNd°À!Õ)á.°dONLNd£'ä3ê(0äY@Ä°dONLNd§'ê3)Zour application uses a cursor to allow the user to select all or part of the content of a °dONLNd˛4ä@Æ(=äwindowé°dONLNd4Æ@≥)$. /†°dONLNd4≥@∫)Aj@°dONLNd4∫@º) Í@°dONLNd4º@ÿ)cursor<‡°dONLNd4Ÿ@Æ)2 is a 16-by-16 pixel image that appears on the scr °dONLNd@4Æ@ø)’een.…¿°dONLNdD4¿@Ú)  Called the Ù@°dONLNdP4Ú@)2pointer÷°dONLNdW4@) °dONLNdXAäMC(Jä)in Macintosh user manuals, the user contrç¿°dONLNdÅACM„)π%ols the cursor with the mouse. Basic °dONLNd¶NäZ˘(WäQuickDraw supplies a pr∏Ä°dONLNdΩN˘Z)oedefit@°dONLNd¬NZª)(ned cursor for your application: the arr¿`°dONLNdÍNªZÁ)¨    ow cursor^†°dONLNdÛNÁZ), , which is °dONLNd˛[äg(dä!familiar to all Macintosh users. QÄ°dONLNd[g)ãY°dONLNd [g)9our application can also use other cursors. For example, °dONLNdYhät(qäXwhen the user moves the cursor to any text in your application, your application should °dONLNd±uäÅ…*change the arrÄ¿°dONLNdøu…ÅI)?ow cursor to an I-beam cursoY¿°dONLNd€uJÅU)År aÃ`°dONLNdfiuUÅ`) ndπÄ°dONLNd‡uaÅc) ,9Ä°dONLNd·udÅÏ) when performing a lengthy prꆰdONLNd˛uÏÅ)àocess °dONLNdÇäéß(ãäthat pr@°dONLNd Ç®é¯)ecludes the user frfl†°dONLNdǯé )P>om interacting with your application, your application should °dONLNd\èäõÌ(òächange the cursor to a  °dONLNdsèÓõ)dwrist¡Ä°dONLNdxèõ°)"watch cursor or an animated cursorl`°dONLNdöè°õ¶)ù. 
  929. ˚â∏4˙à˚âò@@ˆ@ˆ˚â;¡͡¯⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄ò@@Ĉ@Ĉ;â{͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄ò@ÄúˆÄúˆ{âó͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄òň@ˆHHê< pIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  930. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ˚â;'ÅÅÅãÃ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅÅ–ÎÅøÎÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÎÎÅÅ—ÎÅøÏÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÏÎÅÅ—ÎÅøÎÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÎÎÅÅ—ÎÅøÏÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÏÎÅÅ—ÎÅøÎÎÅÅ—ÏÅøÎÏÅÅ—"ÎÚ˛ˇ˛ˇ˝ˇ˛ˇˇÅ‡ÎÎÅÅ— ÎÛˇ˛ˇ˙ˇ˛ˇÅfiÏÎÅÅ—-ÏÙˇ¸˛ˇ˛ˇ˛ˇ˝ˇ˛ˇˇˇˇÅÏÎÏÅÅ—1ÎÙˇ˝ˇˇˇˇ˛ˇˇˇˇ˘ˇˆˇÅ˘ÏÎÅÅ—AÎÛˇ˛ˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇˇˆˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—>ÏÚˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇıˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—"ÎÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—"ÏÊˇ‰ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—ÎÊÅˇÍˇÒÎÎÅÅ—Ï»ˇ‰ˇ‰‚ˇ”ÎÏÅÅ—λˇ‰ˇ‰‚ˇ”ÎÎÅÅ—λˇ‰ˇ‰‚ˇ”ÏÎÅÅ—Ï»ˇ‰ˇ‰‚ˇ”ÎÏÅÅ—λˇ‰ˇ‰‚ˇ”ÏÎÅÅ—λˇ‰ˇ‰‚ˇ”ÎÎÅÅ—Ï»ˇ‰ˇ‰‚ˇ”ÎÏÅÅ—λˇ‰ˇ‰‚ˇ”ÎÎÅÅ—λˇ‰ˇ‰‚ˇ”ÏÎÅÅ—Ï»ˇ‰ˇ‰‚ˇ”ÎÏÅÅ—λˇ‰ˇ‰‚ˇ”ÏÎÅÅ—λˇ‰ˇ‰‚ˇ”ÎÎÅÅ—Ï»ˇ‰ˇ‰‚ˇ”ÎÏÅÅ—òň@ĈHHê4 qIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  931. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ;â{'λˇ‰ˇ‰‚ˇ”ÎÎÅÅ—λˇ‰ˇ‰‚ˇ”ÏÎÅÅ—Ï»ˇ‰ˇ‰‚ˇ”ÎÏÅÅ—&λˇ‰ˇ˘˛ˇ˚ˇ˚ˇ˝‚ˇ”ÏÎÅÅ—%λˇ‰ˇ˘ˇˇıˇ˝‚ˇ”ÎÎÅÅ—.Ï»ˇ‰ˇ˘
  932. ˇˇˇˇˇ˛ˇ˛ˇ˛‚ˇ”ÎÏÅÅ—-λˇ‰ˇ˘˛ˇˇˇˇˇˇˇ˝‚ˇ”ÎÎÅÅ—-λˇ‰ˇ˘ˇ˝ ˇˇˇˇˇˇ˝‚ˇ”ÏÎÅÅ—-Ï»ˇ‰ˇ˘ˇ¸ ˇˇˇˇˇˇˇ˛‚ˇ”ÎÏÅÅ—λˇ‰ˇ¸ˇˇÎ‚ˇ”ÏÎÅÅ—λˇ‰ˇ˝ˇˇÍ‚ˇ”ÎÎÅÅ—Ï»ˇ‰ˇ˛ˇˇÈ‚ˇ”ÎÏÅÅ—λˇ‰ˇˇˇË‚ˇ”ÎÎÅÅ—λˇ‰ˇˇˇÁ‚ˇ”ÏÎÅÅ—Ï»ˇ‚ˇÊ‚ˇ”ÎÏÅÅ—λˇ‰ˇ‰‚ˇ”ÏÎÅÅ—ÎÊ«ˇˇ©ˇÒÎÎÅÅ—Ï»ˇ‚‰ˇ‰ˇ”ÎÏÅÅ—λˇ„„ˇ‰ˇ”ÎÎÅÅ—λˇ‰‚ˇ‰ˇ”ÏÎÅÅ—Ï»ˇ‰‚ˇ‰ˇ”ÎÏÅÅ—λˇ‰‚ˇ‰ˇ”ÏÎÅÅ—λˇ‰‚ˇ‰ˇ”ÎÎÅÅ—Ï»ˇ‰‚ˇ‰ˇ”ÎÏÅÅ—λˇ‰‚ˇ‰ˇ”ÎÎÅÅ—λˇ‰‚ˇ‰ˇ”ÏÎÅÅ—Ï»ˇ‰‚ˇ‰ˇ”ÎÏÅÅ—%ÎÛ˛ˇˇ˜ˇÊˇ‰‚ˇ‰ˇ”ÏÎÅÅ—%ÎÛˇˇˆˇÊˇ‰‚ˇ‰ˇ”ÎÎÅÅ—-ÏÛˇˇˇˇˇˇˇˇÊˇ‰‚ˇ‰ˇ”ÎÏÅÅ—+ÎÛ˛ˇˇˇ˝ˇˇÊˇ‰‚ˇ‰ˇ”ÎÎÅÅ—(ÎÛˇ˛ˇˇˇ˝ˇ˝≠ˇ‰ˇ”ÏÎÅÅ—-ÏÛˇ˛ˇˇˇ˛ˇˇÊˇ‰‚ˇ‰ˇ”ÎÏÅÅ—λˇ‰‚ˇ‰ˇ”ÏÎÅÅ—λˇ‰‚ˇ‰ˇ”ÎÎÅÅ—Ï»ˇ‰‚ˇ‰ˇ”ÎÏÅÅ—λˇ‰‚ˇ‰ˇ”ÎÎÅÅ—λˇ‰‚ˇ‰ˇ”ÏÎÅÅ—Ï»ˇ‰‚ˇ‰ˇ”ÎÏÅÅ—λˇ‰‚ˇ‰ˇ”ÏÎÅÅ—λˇ‰‚ˇ‰ˇ”ÎÎÅÅ—Ï»ˇ‰‚ˇ‰ˇ”ÎÏÅÅ—λˇ‰‚ˇ‰ˇ”ÎÎÅÅ—λˇ‰‚ˇ‰ˇ”ÏÎÅÅ—Ï»ˇ‰‚ˇ‰ˇ”ÎÏÅÅ—λˇ‰‚ˇ‰ˇ”ÏÎÅÅ—ÎÊÅˇÍˇÒÎÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—òňÄúˆHHê< rIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  933. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ{âó'λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÎÎÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»‚ˇ‰ˇ‰ˇ”ÎÏÅÅ—λ‚ˇ‰ˇ‰ˇ”ÏÎÅÅ—ÎÊÅˇÍˇÒÎÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—ò@@ˆ@ˆóâ◊͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄͡¸⁄?͡¸⁄¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛Ïofl鿯à ˛àRP¢EÀ ˛åB¡EÀ
  934. Ñ!Çã¿Ã
  935. Ñ>Çrà Ã
  936. #I@Ã
  937. !DàA@à   ‚9ÇÅ«À¡¡¡¡˛¸@·˛É‚’˛à˛  ’˛ëö⁄Ãôgpb«-≥Ä÷·Hí$(ë%!"RII)’!Hí<‡É»ë$¿‚Ràè&’ò@@Ĉ@Ĉ◊âa$@"HBD§B’Å$H"JBD§íR’·º`p˛Óœ]º8}ô¯’˛Δ˛¿Δ¡¡*˛ ‡åq¿˛ ¡¯ƒÄ˝8Í&˛ ÄcL˛ÅÄÄ"¸Ä `Á-˛'ñ;8¿Uv≥úwEá9cÅ#ôÛñ"[0÷X“≥Ÿ¡‹
  938. £    la≠c@Ï-)íí@™I$íE)díâ)…(íDIíDJ@íDADI$%$â)Î-)bì¿í9íD…êâ)I(íÑIrDJ@íDADG $‰â)Î-)$%$$í    $àR!R"Q%ì#ì$àÇà$í@"JFLÎ-)%%$ÅíI$äRô%RR"Q%ì$î$àÇà íH"JHPÎ-)ÔùÊ”?dÁnBÃ1Œfiû„‹Ó;oß;∑wg釄ö`̪N~‹ÎÙ@ˆÄĘ"Îııˆ8Ρ¡˛q«˝!Äèú˛`‘QD@@‘˛Q9¿˚«6D<ÁΔ‡÷˛»ú    $Ä¢íH(p$ííI ÷˛'¢    #Tíxà$åûy ÷˛ADA©$Ä I     Ç@÷BDIQ$êPI$    $í@÷p8\Äß<¡∞!¿·r0«’¸ ¯Ä˛’¸‡˘IJ’¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ t¸œ˛ ˛ œ˛ QÁâÇ    Àgõv,±¿—˛ °$îÑI$íR îÄ—$óÑI$í^ î–‚I((íI$†@(–I)HíI$§@)– wÏm‹4±ƒwl —˛˝Œ˛p˝pŒ¡¡˛¯˛‡õÃ˛à˛Ä –˛ â{8¿ÅåŸfiÃw,—·íA§$îí$Q —É¡º$ìQ —"%@I!$H¢@—"%$Ç)HI)$H¢@—é5ÜÃa˘º<hπ¿—˘ ò@ÄúˆÄúˆâ3˘ ¡¡˛¯0 >“˛à     Äê@"‘˛à≈∏≈ò€;‹¢¯!e∞ÓÂÄ÷‚DJDH I#$B BDíJ$’ƒIƒ8I$" BDÚ
  939. $’$àîàê"í*Hƒ@ÑâH’$àîàê2íH$@àâ$îH’Ü∏Δ∏–[n#π¸C„πÜ8’˜@Õ¯Õ¡¡˛Ï¿˝Å¿Õ˛àÄÑ@Õ˛à∂w≥ÀÄ@Õ
  940. %$âHÃ
  941. $ƒáHÃ
  942. "HI(êÃ
  943. "JI(ê"Ã
  944. Óo.p8ºÃ¡¡¡¡¡òň@ˆHHê4 sIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  945. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆóâ◊'Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—Ï»ˇ‰ˇ‰ˇ‰ˇ”ÎÏÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÏÎÅÅ—λˇ‰ˇ‰ˇ‰ˇ”ÎÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÎÎÅÅ—ÎÅøÏÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÏÎÅÅ—ÎÅøÎÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÎÎÅÅ—ÎÅøÏÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÏÎÅÅ—ÎÅøÎÎÅÅ—ÏÅøÎÏÅÅ—ÎÅøÎÎÅÅ—Õ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅ—ŒÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏEÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÅÅ—ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã:È˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇ˛˛ˇ˘˛ˇˇ¯˛ˇˇ˛ˇ˛ˇÅÅŇ6Èˇ˛ˇ˝
  946. ˇˇˇˇˇ˝ˇˇ˛ˇ˘ˇ¯ˇ˛ˇˇÅÅÅ€4Èˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˝ˇˇ¸ˇ˙ˇ¯ˇ˛ˇˇÅÅÅ€7͡˛ˇ˛ˇ˝˛˝ˇ˝ˇˇ¸ˇ˙ˇ¯ˇ˛ˇ˛ˇ˛ÅÅÅ›;͡˛ˇˇˇ˝ˇ˝¸ˇˇ¸ˇ˛ˇˇ¸˛ˇˇ˛ˇ¸ˇÅÅÅfi7Ρ˛ˇ˛ˇˇ˝ˇ˝ˇˇˇ¸ˇ˙ˇ¯ˇ˛ˇ¸ˇÅÅÅ›=Ρ˛ˇ˝˛˝ˇ˝ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ¸˛˛˛ˇ˛ˇÅÅÅ›2Ì˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˘˚ˇ˚˛ˇ˛˛ˇÅÅÅ€ÅÅÅãÅÅÅãÅÅÅãÅÅÅã>È˛ˇ˛ˇˇ˛ˇÂˇ˙ˇ˛˛ˇ˝˛˛ˇ˛¯ˇ‡˛ˇ¸ˇ˛˛ˇ˛ˇı˛ˇÅÅ®3Èˇ˛ˇ‚ˇˇ˙ˇ¯ˇ˛ˇÔˇÈˇ˚ˇ˛ˇÒˇÅÅß{Èˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇ˙ˇ¯ˇ˛ˇ˛ˇ ˇˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇˇˇ˛˛ˇ˚ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇÅŨÉ͡ˇ˛ˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇ˛˚ˇ˙ˇ˛ˇˇ˚ˇ˛ˇˇ˛ˇˇ˛ ˇˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇˇ˚˛˛˛ˇˇ˛ˇˇˇˇˇÅÅ´u͡ˇ˝ˇˇˇ˛ˇˇˇ˛˝ˇ˚ˇ˛˛ˇ¸ˇ¸˝ˇˇ˛ˇˇ˛
  947. ˇˇˇˇˇ˚˛ˇ˛ˇˇˇˇ˚˝ˇ˛ˇ˛ˇ˛˝ˇˇˇˇÅÅ™òň@ĈHHê< tIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  948. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ◊â'pΡ˙ˇˇˇ˝ˇˇˇ˛ˇ¯ˇˆˇ¸ˇ¸ˇ˛ˇˇ˛ˇˇˇ˝ˇ˝ˇˇ˛ˇˇˇˇ˚ˇ˚ˇ˛ˇ˛ˇ¸ˇ˝ˇÅÅ™yΡ˙ˇˇ˚˛ˇˇ˛ˇˇ˚˛˙˛˛˛¸ˇ¸˛˛˛ˇ˛ ˇˇˇˇˇ˝ˇˇ˛ˇˇˇˇ˚ˇ˚˛ˇˇ˛ˇˇ˛ˇÅÅ™eÌ˛ˇ¸˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ˚˛ˇ˙˛ˇ¸˛ˇ¸˛ˇ˛ˇ˛ˇˇˇ˝ˇ˚ˇˇˇ˛ˇˇˇ˝ˇ˝˛ˇ˝¸ˇˇˇˇˇ˚ˇÅÅ®‚ˇ˛ˇÅÅÅØ‚ˇˇ˛ÅÅÅ≠ÅÅÅãÅÅÅãkÈ˛ˇÙˇ˛ˇˇˆˇˇ˛˛˛ˇˇÙ˛Ïˇˇı˛ˇÊˇˇ¸˛˛ˇ˛ˇ˛ˇˇ˛ˇ˚ˇÛ˛ˇ˛ˇÎ˛Ïˇˇ˛›˛ˇ˛ˇ˛ˇÚ˛ˇÍˇÅ“\ÈˇÓˇıˇˇ˛ˇˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˙ˇˇ˛ˇ”ˇ¯ˇÒˇˆˇˇ˛ˇˇˇÅ∏Èˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˙ˇˇˇˇ˛ˇˇ˝˛ˇ    ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˝˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇˇˇ¸ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˚ˇˇˇˇ˝ˇˇˇ˛ˇ¸˛ˇ˛ˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ¸    ˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇÅ›&͡˛ˇˇˇˇˇˇˇˇ˛˚!ˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛˛
  949. ˛ˇˇˇˇ¯˛ˇ˛ˇˇˇˇ˛ ˇˇˇˇˇ˚˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛    ˇˇˇ˛˛˛˛˛ˇˇˇˇˇ˛˛˛˛˛ˇˇ˛˜ˇ˛    ˇˇˇ˛˛˛˛˛¸ˇ˛˛˛¸ˇ˛ˇ˛ˇˇˇ˛¸ˇ˛ˇˇ˛ˇˇ˛ˇ˛ ˇˇˇˇˇÅ€͡˛ˇˇˇˇ˛ˇˇˇ˝ˇ˚ˇˇˇ˛˛ˇˇ¸ ˇˇˇˇˇ˛
  950. ˇˇˇˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˜ˇ˛    ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇ˛˛ˇˇ˘ˇ˛ˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇÅ€Ρ˛ˇˇ˝ ˇˇˇˇˇ¯ˇˇˇˇˇˇ¸ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˝ˇ˛
  951. ˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇˆˇ˛    ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇ˘ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  952. ˇˇˇˇˇÅŸΡ˛ˇˇ˛ˇˇ˛ˇˇˇ˚˛¸ˇˇ˛ˇˇˇ˛ˇˇˇ˛
  953. ˇˇˇ˛ˇ˘˛ˇ˛ˇ˛ˇˇ˛˛ ˛ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛˛˛ˇˇ˛˝ˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˛ˇ˛ˇÙ˛˛    ˛ˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇ¸ ˇ˛ˇˇˇ¸ˇ˛ˇˇˇˇˇˇ˚˛ˇˇ˛Å◊    Ì˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ˚˛ˇ˛˛ˇ ˇˇˇˇˇ˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇ˛ˇ˛˝ˇ˛ˇ˛ˇ˛ˇ˛˛ˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇˇ˝ˇ˛˛ˇ˙ˇ˛ˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ¸˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇÅŸ(òˇüˇ˛ˇˆˇ˛ˇßˇ˛ˇ˜ˇ˛ˇÅ⁄öˇùˇ˛ˇÙˇ˛ˇ•ˇˇ˛ı˛ˇÅÿÅÅÅãÅÅÅã6ˡˇ˛˛˛ˇˇ˛ˇˇ˛flˇ˝˛ˇÍˇ˛˛ˇ˛ˇ˛ˇˇÊˇˇÅÅû=͡˛ˇˇ˛ˇˇ˛ˇˆˇÊˇÎˇˇ˛ˇ˛ˇˇ˛ˇˆˇÚˇÅÅùkÊˇˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ˚¸ˇ˝ˇ˛˛ˇ˛ˇˇ¸ˇˇˇˇ˘ˇ˙ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ˙˛ˇ˛ˇˇ˝ˇˇ˝ˇÅÅÆ|Èˇ˛ˇ˛ˇˇˇ˛˚ ˇˇˇ˛ˇ˙ˇˇ˛ˇˇˇˇ˛ˇ¸ˇˇ¯ˇ˚˛˛˛ˇˇ˚ ˇ˛ˇˇˇ˚˛ˇˇˇ˛ˇˇˇÅÅÆrÁˇ˝ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ¯ˇˇˇˇˇˇ˝ˇ˚ˇ˜ˇ˚ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ˙ˇˇ˝ˇ˝ˇˇˇÅÅÆmˡ¸ˇˇ˛ˇ¸ˇˇˇ¸ˇ˘ˇˇˇˇˇˇˇ¯ˇ˜ˇ¸ˇ˛ˇ˛ˇ¸ˇˇˇ¸ˇ˚ˇˇˇ¸ˇ¸ˇˇÅÅ≠~Ïˇ˛ˇ˝ˇˇ˛ˇ¸ ˛ˇˇˇ˛¯ˇ˛˛ ˛ˇˇˇ˛¸ˇ˛¯ˇ¸˛˛˛˛˛¸ ˇˇ˛ˇˇ˚ˇ˛ˇˇˇ˛ˇˇÅÅ≠kÏ˛ˇ˛ˇˇ˝˛ˇ˚˛ˇ˝ˇ˛ˇˇ˙ˇˇ˛ˇ˝ˇˇˇ¸ˇˇˇˇ˙˛ˇ˝ˇ˝˛ˇ˚˛ˇ˝ˇ˛ˇˇ¸˝ˇˇˇ˝ˇˇ˛˛ˇÅÅ´◊ˇ¥ˇ›ˇÅÅ©Ÿˇ˛ˇ∂˛ˇflˇˇ˛ÅÅ©ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÊ˛Òˇˇˆˇˇ˛ˇ“ˇˇ˛ÅÅÅ˚!Áˇˇ˜ˇ˛ˇˇ‰ˇÔˇÅÅÅ˘[ˡˇ˛˝ˇ˝ˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇ
  954. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇˇ˛˛ˇÅÅÖ^Èˇˇ˝ˇˇ˛ˇˇ˛ˇ˝˛˙˛˛˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇ¯ˇ˛ˇˇ˛ˇÅÅÑY͡˛ˇ˛ˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇ¯ˇ˛ˇˇˇÅÅÅWθˇ˛ˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ¯ˇ˛ˇˇˇÅÅÅbÏˇ¸˛ˇˇˇ˛ˇˇ˛¸ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇˇ˛ˇ¯˛˛˛ˇˇ˛ÅÅÉ_Ìˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝    ˇˇˇˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇÅÅ܉ˇ¸ˇ⁄ˇËˇÅÅÅÒÊˇˇ˛˛˛ˇˇ‹˛ˇˇÍˇÅÅÅÔÅÅÅãÅÅÅãÈ˛ˇ˛ˇÊ˛ˇÏˇ˛ˇˇ˛ÅÅÅ„#Èˇ˛ˇÊˇÁˇˇÙˇÙˇÅÅÅ˛`Èˇ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇˇ˚ˇ˚ˇˇ˛ˇˇ˘ˇˇ˛ ˇˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅâc͡ˇ˛ˇ˝ˇ˛ˇˇˇˇˇ˛¸ˇ¸˛ˇˇ˛˘ˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛˛˛ˇ˛ˇˇÅÅÜX͡˛ˇ˛ˇ˛ˇˇˇ¸˝ˇ¸ˇ¸˝ˇ˝ˇ˘ˇ˛ˇˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅÅÜZΡ˛ˇ˛ˇ˛ˇˇˇ¸ˇ˘ˇ¸ˇ˝ˇˆˇ˛    ˇˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÖfΡ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ¸ˇ˛
  955. ˇˇ˛ˇˇ˘ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÖV̸ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇˇ¸˚ˇˇˇ˛ˇˇ˝ˇ˛˛ˇ˚ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅÖ ∫ˇÅÅÅ”òňÄúˆHHê4 uIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  956. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆâ3' º˛ÅÅÅ—ÅÅÅãÅÅÅã+È˛ˇ˛ˇÙˇ˛Áˇ˛Ó˛ˇÙˇÚˇ˛˛ˇ˝˛ÅÅè5Èˇ˛ˇÙˇËˇˇˇÚˇˇÙˇ¯ˇ˚ˇ˛ˇÎˇÅÅ°|Èˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇ˙ˇ˛    ˇˇˇˇˇˇ˛ˇ˝ˇ˛ˇ˜ˇˇ˛ˇ¸ˇ¸ˇ˝ ˇˇˇˇˇˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇÅŨÅ͡ˇ˛ˇ˛ˇ˛˛˛˛˛ˇˇ˛˛˛˛˛ˇ˙ˇ˛˛    ˛ˇˇˇ˛ˇˇˇ˛¯ˇ˛˝ˇ˛ˇ˚˛˝ˇ˛˛˛ˇˇˇ˛ˇˇ˛ˇ˛ÅÅ©x͡˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇ¯    ˇˇˇˇ˛
  957. ˇˇˇˇˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˝ˇˇ¸ˇˇ˛ˇˇÅÅ©|Ρ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚ˇ˛ˇˇˇˇ˛
  958. ˇˇˇˇˇ˘¸ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇ¸ˇ¸ˇˇ˛ˇˇÅÅ®ÉΡ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛˚ ˇ˛ˇˇ˛ˇ˝    ˛ˇˇˇ˙ˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇÅÅ®y̸ˇ˝ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇ¸
  959. ˇˇˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛˚ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ˛ˇÅÅ®∞ˇÙˇÅÅÅÎ≥ˇˇÙ˛ÅÅÅÈÅÅÅãÅÅÅã È˛ˇˇˇˇˇ’ˇ˛ˇ˚˛ˇˇÅÅÅÂ,Èˇ˛ˇ˛ˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅÂAÈˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˘ˇ˘ˇÅÅÅÂB͡˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛˛ˇ˘˛ˇ˘ˇÅÅÅ„>͡˛ˇ˛
  960. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇ˜ˇ˚ˇÅÅÅ‚@Ρ˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅŇIΡ˛ˇ˛ˇˇˇˇˇˇ˛˛˛ˇ˛ˇˇ˛ˇ˛˚ˇ˛ˇ˝˛˛˛ÅÅÅ„>Ì˛ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˚˛ˇ˛ˇ˝ˇÅÅÅ·ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ3âs¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉsâ≥¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ≥✡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê< vIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  961. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ3âs'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê4 wIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  962. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉsâ≥'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê< xIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  963. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ≥âœ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆœâ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@ĈâO¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆOâk¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê4 yIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  964. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆœâ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê< zIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  965. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈâO'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê4 {IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  966. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆOâk'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆkâ´¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ´âΡ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆÎâ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê< |IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  967. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆkâ´'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê4 }IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  968. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ´âÎ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê< ~IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  969. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆÎâ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãˇÚx@ˇ ˇˇˇˇ@
  970. ˇ·ˇ‚7^
  971. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  972. (‡*1-10    )BImages4^*¿¯
  973. °dONLNd\lh“(elOne point in the cursorŒ@°dONLNd\”hR)g’s image is designated as the ∫`°dONLNd5\Shz)Ä    hot spot,( °dONLNd>\{hÌ)( which in turn points to a °dONLNdYiluº(rllocation on the scr÷@°dONLNdliºuÏ)PGeen. The hot spot is the portion of the cursor that must be positioned °dONLNd≥vlÇñ(l
  974. over a scr @°dONLNdΩvñÇ€)*een object beforfi†°dONLNdÕv€Ç\)Ee mouse clicks can have an ef¡°dONLNdÍv\ÇÍ)Å"fect on that object. For example, .°dONLNd Élè∑(ålwhen the user prR`°dONLNdÉ∑èù)K3esses the mouse button, the Event Manager function ,
  975. CourierR`°dONLNdOÉùèÎ)ÊWaitNextEventR`°dONLNd\ÉÎèÌ)N .°dONLNd]êlúo(ôlrE°dONLNd^êpú¸)!eports the location of the cursor†°dONLNdê˝úi)ç’s hot spot in global coorD °dONLNdôêiúé)l    dinates. 5°dONLNd¢êéúî)%YıÄ°dONLNd£êìúÍ)our application can .°dONLNd∑ùl©Ë(¶luse the basic QuickDraw prR`°dONLNd—ùË©)|ocedur$¿°dONLNd◊ù© )e $¿°dONLNdŸù ©Z)GlobalToLocal$¿°dONLNdÊùZ©Õ)N to convert the global coor˜ °dONLNdùé)rdinates .°dONLNd    ™l∂⁄(≥lof that point to local coor!‡°dONLNd$™€∂B)odinates for the windowg¿°dONLNd:™A∂F)f. 
  976. Ω*ÿ¯4æ*ÿ¯
  977. Ë*¯4È*¯ Í*Ͳ
  978. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd>’*Ë](„*ImagesˇˇˇˇˇˇV˛(„1
  979. °dONLNdF˘l¨(l QuickDraw prò¿°dONLNdR˘¨
  980. )@ovides a plethora of r}†°dONLNdh˘
  981. p)^outines for drawing dif†°dONLNd˘q})gferÙ °dONLNdǢ|≤) ent kinds of ºÄ°dONLNdè˘≥“)7images†°dONLNdï˘”Ù) . These °dONLNdùlo(lrE°dONLNdûpø)outines typically rÄ°dONLNd±¿◊)Pequir,¿°dONLNd∂◊fi)e v`°dONLNd∏fiÒ)that LÄ°dONLNdΩÚÂ):you start at a particular location in a graphics port and °dONLNd˜l≠(lthen move the EÄ°dONLNdÆ”)Bgraphics0`°dONLNd‘È)& pen.ÕÄ°dONLNdÈ˛) The â@°dONLNdˇ9) graphics pen`°dONLNd#:Ó);) is a metaphorical device for performing °dONLNdL l,›()ldrawing operations onscr…‡°dONLNdd ›,Ò)qeen. ‡°dONLNdi Ú,¯)Y¡`°dONLNdj ˜,)ou>°dONLNdl ,) r0†°dONLNdm ,    ) ∞†°dONLNdn     ,=) application ÁÄ°dONLNdz =,ö)4can set this pen to dif™†°dONLNdë õ,ß)^ferç °dONLNdî ß,—) ent sizes, °dONLNdü-l9≈(6lpatterns, and colors.°dONLNdµ?lKr*Y@Ä°dONLNd∂?rK∏)ou specify wher∏Ä°dONLNd≈?∏Kˆ)FGe to begin drawing by placing the pen at some location in the window’s °dONLNd LlXñ(Ul
  982. local coor÷¿°dONLNdLñX˘)*dinate system, and thek‡°dONLNd,L˙X)dn s˙@°dONLNd/LXÆ) 'pecifying an act of drawing, usually frä °dONLNdVLØX—)©om therˆ°dONLNd]L—X„)"e to °dONLNdbYleæ(blanother location. Tå`°dONLNduYæeè)R0ake, for example, the following two lines of cod*‡°dONLNd•Yêeó)“e:.°dONLNd®pl|¿(ylMoveTo(20,10);°dONLNd∑~lä¿*LineTo(50,30);°dONLNdΔñl¢Ä*The °dONLNd ñÄ¢§)MoveTo°dONLNd–ñ§¢∞)$ prR`°dONLNd”ñ∞¢Õ) ocedur$¿°dONLNdŸñÕ¢)e places the $¿°dONLNdÊñ¢/)8    graphics $¿°dONLNdÔñ/¢M)*pen at $¿°dONLNdˆñM¢√)a point with a horizontal $¿°dONLNdñ√¢’)vcoor˜ °dONLNdñ‘¢Ú)dinate˜ °dONLNdñÚ¢Ù) .°dONLNd£lØw(¨lof …`°dONLNd£wØ’) 20 and a vertical coorº†°dONLNd4£’Ø˛)^
  983. dinate of gÄ°dONLNd>£ˇØQ)*10 in the local coor’`°dONLNdR£QØÏ)R$dinate system of the graphics port, .°dONLNdv∞lºë(πland the °dONLNd~∞ëºØ)%LineT°dONLNdÉ∞غµ)o°dONLNdÑ∞µº¡) prR`°dONLNdá∞¡ºfi) ocedur$¿°dONLNdç∞fiºÎ)e d$¿°dONLNdê∞κ')raws a line fr˜ °dONLNdû∞&ºI);om ther…Ä°dONLNd•∞Iº[)#e to …Ä°dONLNd™∞[º—)a point with a horizontal .°dONLNdƒΩl…(Δlcoor†@°dONLNd»Ω…≤) dinate of 50K °dONLNd‘Ω≥…)4 and a vertical coor>`°dONLNdËΩ…:)T dinate of 30È@°dONLNdÙΩ:…v)3, as shown in  @°dONLNdΩw…è)=Figurfl°dONLNdΩé…¢)e 1-6|Ä°dONLNd Ω£…®). 
  984. Î*¸¯4Ï*¸¯"Ï*]
  985. ˇ·ˇ‚7^    °dONLNd·lÏñ(Èl
  986. Figure 1-6°dONLNd·ÆÏÁ)BDrawing a line
  987. ¸j´¯4˚h¸iò@@¯@¯¸i<a¡Ìˇ¸◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊ò@@į@į<i|aÌˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊ò@Äú¯Äú¯|iòaÌˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊òů@¯HHê4 IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  988. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯¸i<a'ÅÅÅâ¥˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅ∑˛ÎÅÿÎÏÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÏÅÅ∏˛ÎÅÿÎÎÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÎÅÅ∏˛ÎÅÿÎÏÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÏÅÅ∏˛ÎÅÿÎÎÅÅ∏9˛ÏˡˇˇËˇˇˇˇËˇˇˇˇÁˇˇˇË˛ˇˇˇÚÏÎÅÅ∏D˛ÎÈˇˇˇˇÍˇˇˇˇÍˇˇˇˇÈˇˇˇˇÍˇ˛ˇˇÛÎÎÅÅ∏=˛ÎˡˇˇÁˇˇˇÁˇˇˇÍˇˇˇˇÍ˛ˇˇˇÛÎÏÅÅ∏:˛ÏˡˇˇÈˇˇˇˇË˛ˇˇÍ¸ˇˇÁˇˇˇÛÏÎÅÅ∏B˛ÎˡˇˇÍˇ˛ˇˇÍˇˇˇˇËˇˇˇÍˇˇˇˇÛÎÏÅÅ∏9˛ÎˡˇˇÈ˝ˇˇˇËˇˇˇˇÁˇˇˇËˇˇˇˇÚÎÎÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÎÅÅ∏˛ÎÅÿÎÏÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏+˛ÎÙˇˇˇ¯Î„΄΄τÎÎÎÅÅ∏-˛Îıˇˇˇˇ˘Î„τ΄΄ÎÎÏÅÅ∏,˛ÏÙˇˇˇ˘Ï„΄τ΄ÏÏÎÅÅ∏,˛ÎÙˇˇˇ˘Î„τ΄΄ÎÎÏÅÅ∏†˛ÎÙˇˇˇ˝ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˝ˇ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΈÎÎÅÅ∏+˛ÏÙˇˇˇ¯Ï„˝ˇÊτ΄ÏÏÎÅÅ∏%˛ÎÊ΄νˇÁ΄τÎÎÎÅÅ∏'˛ÎÊ΄Ï˝ˇÈ΄΄ÎÎÏÅÅ∏'˛ÏÊÏ„Î˛¸ˇÎτ΄ÏÏÎÅÅ∏'˛ÎÊÎ„Ï˝¸ˇÏ΄΄ÎÎÏÅÅ∏'˛ÎÊ΄Î˙˛ˇÌ΄τÎÎÎÅÅ∏'˛ÏÊÏ„Î˘˝ˇÔτ΄ÏÏÎÅÅ∏'˛ÎÊ΄ί˝ˇ΄τÎÎÎÅÅ∏'˛ÎÊ΄Ϙ¸ˇÚ΄΄ÎÎÏÅÅ∏'˛ÏÊÏ„ÎÙ˝ˇÙτ΄ÏÏÎÅÅ∏'˛ÎÊ΄ÏÛ˝ˇı΄΄ÎÎÏÅÅ∏'˛ÎÊ΄ÎÚ˝ˇˆÎ„Ï„ÎÎÎÅÅ∏'˛ÏÊÏ„Î˝ˇ¯Ï„΄ÏÏÎÅÅ∏'˛ÎÊ΄ÎÓ˝ˇ˙΄τÎÎÎÅÅ∏'˛ÎÊ΄ÏÌ˝ˇ˚΄΄ÎÎÏÅÅ∏'˛ÏÊÏ„ÎÏ˝ˇ¸Ï„΄ÏÏÎÅÅ∏'˛ÎÊ΄Ï͸ˇ΄΄ÎÎÏÅÅ∏&˛ÎÊ΄ÎË˝ˇ΄τÎÎÎÅÅ∏%˛ÏÊÏ„ÎÁ˝ˇÏ„΄ÏÏÎÅÅ∏#˛ÎÊ΄Î²ˇ„Ï„ÎÎÎÅÅ∏#˛ÎÊ΄ω¸ˇÊ΄ÎÎÏÅÅ∏#˛ÏÊτ΄¸ˇÁ΄ÏÏÎÅÅ∏&˛ÎÊ΄τνˇË΄ÎÎÏÅÅ∏'˛ÎÊ΄΄β˝ˇÍÏ„ÎÎÎÅÅ∏'˛ÏÊÏ„Î„Ï˝˝ˇÎ΄ÏÏÎÅÅ∏'˛ÎÊ΄΄θ¸ˇÌÏ„ÎÎÎÅÅ∏0˛Îıˇˇˇˇ¯Î„Ï„Î˘˛ˇÓ΄ÎÎÏÅÅ∏2˛Ïˆˇˇˇˇ˘Ï„΄ϯ˝ˇ΄ÏÏÎÅÅ∏/˛ÎÛˇˇˇ˘Î„τΘ˝ˇÒ΄ÎÎÏÅÅ∏1˛Îıˇˇˇˇ˘Î„΄Έ¸ˇÛÏ„ÎÎÎÅÅ∏£˛Ïˆˇ˛ˇˇ˝PÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ˝ˇ1ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎψÏÎÅÅ∏/˛Îˆ˝ˇˇˇ¯Î„΄ÎÚ˝ˇˆÏ„ÎÎÎÅÅ∏'˛ÎÊ΄τÎÒ˝ˇ˜Î„ÎÎÏÅÅ∏'˛ÏÊτ΄ÏÔ˝ˇ˘Î„ÏÏÎÅÅ∏òů@įHHê< ÄIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  989. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į<i|a''˛ÎÊ΄τÎÓ¸ˇ˚΄ÎÎÏÅÅ∏'˛ÎÊ΄΄ÎÏ˝ˇ¸Ï„ÎÎÎÅÅ∏'˛ÏÊτ΄Ïνˇ˝Î„ÏÏÎÅÅ∏'˛ÎÊ΄΄ÎÈ˝ˇÏ„ÎÎÎÅÅ∏%˛ÎÊ΄τÎ˸ˇÎ„ÎÎÏÅÅ∏#˛ÏÊτ΄ÏÊ˝ˇ„ÏÏÎÅÅ∏#˛ÎÊ΄τΉ˛ˇ‰ÎÎÏÅÅ∏#˛ÎÊ΄΄΄˝ˇÊÎÎÎÅÅ∏%˛ÏÊτ΄τθˇËÏÏÎÅÅ∏'˛ÎÊ΄΄΄Ï˝ˇÈÎÎÎÅÅ∏'˛ÎÊÎ„Ï„Î„Î˝˝ˇÎÎÎÏÅÅ∏'˛ÏÊτ΄τθ˝ˇÏÏÏÎÅÅ∏'˛ÎÊ΄τ΄Î˚¸ˇÓÎÎÏÅÅ∏'˛ÎÊ΄΄΄ϯ˛ˇÔÎÎÎÅÅ∏'˛ÏÊτ΄τΘ˝ˇÒÏÏÎÅÅ∏'˛ÎÊ΄΄΄ψ˝ˇÚÎÎÎÅÅ∏'˛ÎÊ΄τ΄Îı˝ˇÛÎÎÏÅÅ∏'˛ÏÊτ΄τÎÛ¸ˇˆÏÏÎÅÅ∏'˛ÎÊ΄τ΄ÎÒ˝ˇ˜ÎÎÏÅÅ∏'˛ÎÊ΄΄΄Ï˝ˇ¯ÎÎÎÅÅ∏'˛ÏÊτ΄τÎÓ˛ˇ˘ÏÏÎÅÅ∏'˛ÎÊ΄΄΄Ï̸ˇ¸ÎÎÎÅÅ∏0˛Îıˇˇˇˇ¯Î„τ΄Îνˇ˝ÎÎÏÅÅ∏2˛Ïˆˇˇˇˇ˘Ï„΄τÎÍ˝ˇ˛ÏÏÎÅÅ∏.˛ÎÛˇˇˇ˘Î„τ΄ÎË˝ˇÎÎÏÅÅ∏+˛ÎÙ˛ˇˇ˘Î„΄΄ÏÁ¸ˇÎÎÅÅ∏.˛Ïˆˇˇˇˇ˘Ï„΄τβˇÏÎÅÅ∏¢˛Îıˇˇˇˇ¸ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΈÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏+˛ÎÙˇˇˇ¯Î„τ΄΄ÎÎÏÅÅ∏-˛Îıˇˇˇˇ˘Î„΄΄τÎÎÎÅÅ∏.˛Ïˆˇˇˇˇ˘Ï„΄τ΄ÏÏÎÅÅ∏+˛Îˆ¸ˇˇ˘Î„΄΄τÎÎÎÅÅ∏†˛ÎÙˇˇˇ˝˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎˆÎÏÅÅ∏+˛ÏÙˇˇˇ¯Ï„΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏òůÄú¯HHê4 ÅIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  990. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯|iòa'#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏+˛Îı˛◊◊◊¯Î„΄΄τÎÎÎÅÅ∏.˛Ïˆ◊˛◊◊˘Ï„΄τ΄ÏÏÎÅÅ∏-˛Îˆ˛◊◊◊˘Î„΄΄τÎÎÎÅÅ∏+˛ÎÛ◊◊◊˘Î„τ΄΄ÎÎÏÅÅ∏•˛Ïˆ◊◊◊◊˝ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎψÏÎÅÅ∏,˛Îı◊◊◊◊¯Î„τ΄΄ÎÎÏÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏ò@@¯@¯òiÿaÌˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊Ìˇ˛◊¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ ˝‡·Äà ˝Ä $À ˝ñu∏(À ˛Dà^À ˛DãêtQÀ ˛$â ¢À ˛$â"¢À ˛Ïπ¿¸8À¡¡¡¡˝¸@√¿@ Ä’˝à˛ H@¸‘˝ëö⁄ÃP%±˜ñ4 X¿÷˛·Hí$ºDëEêHJ@÷˛!Hí<Ë¢Dp©ê8K¿÷˛a$@Dâ!R$¿ê$î’˛Å$HD     ¢%ê$îÄ÷ò@@į@įÿia˛·º`pp|9°NÌ¿–ˇ∂’ ˝¯ “ ˝¿¯Ä“¡¡&˝ ‡åq¿˛¡¯ƒp ¿`Ê%˝ ÄcL˛ÅÄÄ@˝    @@ÄÊ'˝!ñ;8¿Uv≥úwEá9cÅ#ôÛñKfÀ    ,ˆqÕùŸÀÁ(˛"íí@™I$íE)díâ)…(íâ2HâH$ëâIIÁ(˛"bì¿í9íD…êâ)I(íâ.HâH"$ëâAIÁ(˛"$%$$í    $àR!R"Q$!da`DI")Ç(íÁ(˛"%%$ÅíI$äRô%RR"Q$!dÅÄDI")í(íÁ(˛"ÔùÊ”?dÁnBÃ1Œfiû„‹ÏGmÙÁv‡ùŸ„è¬ÓvÁÛ@ˆflÙı¿¿fl¡¡˝Ï¿˛Ä    ¿ÓÄèÇp›˝àĸD4@àÄ @@›˝à∂w≥9`vÛTCŒpàçÅ<Ó@›˛%$ââ!%)1(ÇI ™
  991. H$§Ä›˛$ƒáâ ƒO
  992. 'ÇH¿™à$òÄ›˛"HI%@I¡ê@àI!‹˛"JI%BJRBí@àIH!‹˛Óo=Œ«?òÅ¿òl  ·‡Á‹
  993. Ò˙Ä⁄ Ò8˚Ä⁄¡¡¡¡¡¡¡¡¡¡¡¡¡¡˝ t¸–˝ ˛ –˝ QÁâÇ    Àgõv,±¿“˝ °$îÑI$íR îÄ“˛ $óÑI$í^ î—˛ ‚I((íI$†@(—˛ I)HíI$§@)—˛ wÏm‹4±ƒwl “˝˝œ˝p˝pœ¡¡˝¯˛‡õÕ˝à˛Ä —˝ â{8¿ÅåŸfiÃw,“˛·íA§$îí$Q “˛É¡º$ìQ “˛"%@I!$H¢@“˛"%$Ç)HI)$H¢@“˛é5ÜÃa˘º<hπ¿“¯À¯À¡ò@Äú¯Äú¯i4a¡˝¯0 >”˝à     Äê@"’˝à≈∏≈ò€;‹¢¯!e∞ÓÂÄ◊˛‚DJDH I#$B BDíJ$÷˛ƒIƒ8I$" BDÚ
  994. $÷˛$àîàê"í*Hƒ@ÑâH÷˛$àîàê2íH$@àâ$îH÷˛Ü∏Δ∏–[n#π¸C„πÜ8÷ˆ@Œ˜Œ¡¡˝Ï¿˝Å¿Œ˝àÄÑ@Œ˝à∂w≥ÀÄ@Œ˛%$âHÕ˛$ƒáHÕ˛"HI(êÕ˛"JI(ê"Õ˛Óo.p8ºÕ¡¡¡¡¡¡¡òů@¯HHê< ÇIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  995. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯òiÿa'#˛ÏÊτ΄τ΄ÏÏÎÅÅ∏#˛ÎÊ΄΄΄τÎÎÎÅÅ∏#˛ÎÊ΄τ΄΄ÎÎÏÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÏÅÅ∏˛ÎÅÿÎÎÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÎÅÅ∏˛ÎÅÿÎÏÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÏÅÅ∏˛ÎÅÿÎÎÅÅ∏˛ÏÅÿÏÎÅÅ∏˛ÎÅÿÎÎÅÅ∏¥˛˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅÅ∏µ˝ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ*ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÅÅ∏ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ·˛ˇË˛ˇ¯˛ˇ˝ˇˇÅÅÅ⁄·ˇ¯ˇˇ¯ˇ˛ˇˇÅÅÅ◊.·ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇ˙ˇ¯ˇ˛ˇˇÅÅÅ÷0‚ˇ˛ˇˇˇ˛ˇˇ˛ˇ˚ˇ¯ˇ˛ˇ˝ˇÅÅÅÿ9‚ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ¸˛ˇˇ˛ˇˇ˛ˇÅÅÅŸ3„ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˚ˇ¯ˇ˛ˇˇ˛ˇÅÅÅÿ7„ˇ˛ˇˇˇ˛ˇˇ˛ˇ˚ˇ˛ˇ¸ˇ˛ˇˇ˛ˇÅÅÅÿ+²ˇ˛ˇˇˇˇ˛ˇ˛ˇ˚˚ˇ˚˛ˇ˛˛ˇÅÅÅ÷ÅÅÅâÅÅÅâÅÅÅâÅÅÅâ+·˚ˇ˛ˇÂˇ˘˛ˇ˝ˇˇ¸¸ˇÍˇÁˇˇˇÅÅ¢*·ˇ˛ˇ‚ˇˇ˙ˇ˛ˇˇ˘ˇ˛ˇœˇÅÅûv·ˇ˛˛˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˙ˇ˙ˇ˛ˇ˛¯ˇ˝    ˇˇ˛ˇˇ˛˛˛˛ˇ ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ¸˛ˇ˙ˇˇ˛ˇ˛ˇ˛ˇˇÅÅ´v‚˝ˇ˝ˇˇˇ˛ˇˇˇ˛ˇˇ˚ˇ˙ˇ˛ˇ˝ˇ˚ˇ˝ˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ¸ˇˇ˚ˇˇˇˇˇˇÅÅ´t‚ˇˇ˝ˇˇˇ˛ˇˇˇ˛˝ˇ˚ˇ˛˛ˇˇ˛ˇˇ˛ˇ¸ˇ˝ˇ˛ˇ˛˛ˇ˝ˇˇˇˇ˛ˇˇˇˇ˚˛ˇ˚
  996. ˇˇˇˇ˝ˇÅÅ´p„ˇ˙ˇ˛ˇ˝ˇˇ˛˛˛¯ˇ˙ˇ˛ˇ˛˛˛¸ˇ˝ˇ˛ˇˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇ˛˚ˇˇ˚ ˇ˛ˇˇ˛ÅÅßq„ˇ˙ˇˇ˚ˇˇˇ˛ˇˇ˚ˇ˙ˇ˛ˇˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ¸ˇˇ˛ˇ˛ˇˇˇ˘ˇˇ˚ˇˇˇˇˇˇÅÅ™òů@įHHê4 ÉIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  997. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įÿia'a²ˇ¸˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ˚˛ˇ˙˛ˇ˛˛ˇ¸¸ˇ˝˛ˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇˇ˛ˇ˚ˇˇˇ˝¯ˇˇˇˇˇÅÅ®⁄˛˛˛Øˇ˛ˇÅÅå⁄˛ˇ≠˛ˇÅÅäÅÅÅâÅÅÅâY·˛ˇÙˇ˛ˇˇˆ˛ˇ˛˛ˇÙˇÏˇˇıˇˇÊˇˇ¸˚ˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇÎˇÔˇ˛ˇÍˇˇÔˇÅØU·ˇÓˇıˇˇ˛ˇˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˙ˇÌˇ˛ˇ◊ˇˇ¯ˇÚˇÛˇÅ™·ˇ˛ˇˇ˛
  998. ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˙ˇ˛ˇ˛˛˛ˇ˝ˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛¯ˇ˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˚˛ˇ˛    ˇ˛ˇ˛ˇ˛˛ˇ ˛ˇ˛ˇ˛ˇˇ˚ˇ˛ˇˇˇ˛ˇˇˇˇ˝ ˛ˇˇˇˇˇˇ˛˛˛ˇˇ¸ ˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛˛ ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛Åπ‚ˇ˛ˇˇˇˇˇˇˇˇˇ˚!ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  999. ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚˝ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˚ˇˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ ˇˇˇˇˇ˛ˇˇ˛ˇˇˇÅπ˝‚ˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ˚ˇˇˇ˛˛ˇˇ¸ ˇˇˇˇˇ˛
  1000. ˇˇˇˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˝ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˛ˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇÅπ˘„ˇ˛ˇ˛˝ ˇ˛ˇˇ˛¯ˇˇ˛ˇˇˇ¸ ˇˇˇ˛ˇ˛ˇ˝˛ˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇ˛ˇˇ˚˛¸ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛˝ˇ˝ˇ˛
  1001. ˇˇ˛ˇ˛˛˛ˇ˝ˇ˛ˇˇ˛ˇ˚˛˛˛˛    ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇÅ∏„ˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇ¸ˇˇˇˇˇˇˇˇˇˇ˛
  1002. ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˝ˇ˛ˇˇˇˇˇˇ˚ˇ˛ˇˇˇ˘ˇ˛ˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ ˇˇˇˇˇ˛ˇˇ˛ˇˇˇÅ∏Ò²ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ˚˛ˇ˛˛ˇ ˇˇˇˇˇ˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇ˛ˇ˛˝ˇ˛ˇ˛ˇˇˇ˛ˇ˛˛ˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇˇ˝ˇ˛˛ˇ˛˝ˇ˛ˇˇˇˇˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇÅ∏êˇú˛˛˛ˆ˛˛˛ÅÅıíˇö˛ˇÙ˛ˇÅÅÛÅÅÅâÅÅÅâF·˛ˇˇˇˇˇ„ˇÎˇÓ˛ˇ˚ˇ˛ˇÎ˛ˇ˛ˇˇÚˇ˛¸ˇ¸ˇÏ˛ˇ˛ˇÅÅÂ[·ˇ˛ˇ˛ˇÙˇÙˇ’ˇ˛ˇ˝ˇˇˇ˛ˇˆˇ˜ˇ˛ˇ˛ˇÙˇˇ˛ˇ˛ˇ˝ˇˇˆˇ˜ˇ˝ˇÅÅ„¨·ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˛˛˛ˇ ˛ˇ˛ˇ˛ˇˇ˚ˇˇ˛ˇˇ˛ˇ˛ˇ˛˛˛¯ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇˇ˛˝ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˚˛˙˛˛˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇ¸ˇ˝ˇÅÅ„•‚ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˜ˇˇ˛ˇˇˇ˛ˇ¸ ˇˇˇˇˇ¸ˇˇˇˇ¸ˇˇ˙ˇ˚ˇ˛ˇˇ¸ ˇˇˇˇˇ¸˚ˇÅÅ‚õ‚ˇ˛ˇ˛
  1003. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˝ˇıˇˇ˛ˇ˝ˇ¸ˇˇˇ˛ˇˇ˚ˇˇˇˇ˚ˇ˘ˇ˚ˇˇ˛ˇ¸
  1004. ˇˇˇˇˇ˚ˇ˝ˇÅÅ‚ò„ˇ˛ˇ˛ˇ˛ˇ˝˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛˙˛ˇˇ˛ˇÚˇ˛˛ˇ˛¸ˇ¸˛ˇˇ¸˛˚ˇ˛ˇ˙ˇ˘˛¸ˇ˛ˇˇ˛ˇˇ¸˛ˇˇ˝ˇ¸ˇ˝ˇÅÅ·¢„ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˘ˇ˛ˇ¸ˇ˝ˇ˚ ˇˇˇˇˇ˚ˇ˛ˇ˚ˇˇ˙ˇ¸ˇ˙ˇ¸ ˇˇˇˇˇ¸ˇ˝ˇÅÅ·å²ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛˝ˇ˛ˇ˛ˇˇˇ˛˛ˇ˙ˇˇˇ˛ˇ˚˛ˇ˚ˇˇˇ˙˛ˇ˝ˇ˛ˇ˙ˇ˛ˇ¸ˇˇˇˇ¸˛ˇ˝ˇ˙ˇ¸˛ˇ˝˝ˇ¸˛ˇ˛ˇÅÅ·Å˝ˇΔˇÅÅ Å˛ˇ»˛ˇÅÅ ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâfiˇÒˇˇˆ˛ˇˇ“˛ˇÅÅÅ!flˇˇ˜ˇ˛ˇˇ‰ˇÔˇÅÅÅˇb‡ˇ˛˛˛˛ˇˇˇ˛ˇ˛ˇ˛ˇ¸ˇ¸"ˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˙ˇˇˇ˛˛˛ˇˇÅÅã^·ˇˇ˝ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅäY‚ˇ˛ˇ˛ˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇ¯ˇ˛ˇˇˇÅÅáX„˛ˇ˛ˇ˛ˇ˛ˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˚˛¯ˇ˛ˇˇˇÅÅÜb‰ˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅâ_¡ˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝    ˇˇˇˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇÅÅå‹ˇ¸˛⁄˛ËˇÅÅŘfi˛ˇ˛˛ˇ‹˛ˇÍˇÅÅÅıÅÅÅâÅÅÅâ·¸ˇÊ˛ˇÏˇˇˇˇˇÅÅÅÈ!·ˇ˛ˇÊˇÁˇˇÙˇÙˇÅÅÑd·ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˚˛ˇ˛ˇˇ˘ˇ˛˛˛ˇˇˇ˛ˇ˛ˇˇ˛˛ˇˇˇˇˇ˛ ˇˇ˛ˇˇ˛ˇˇˇÅÅè`‚˝ˇ˝ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅåX‚ˇ˛ˇ˛ˇ˛ˇˇˇ¸˝ˇ¸ˇ¸˝ˇ˝ˇ˘ˇ˛ˇˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅÅåZ„ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸˛˘ˇ¸ˇ˝˛ˆ˛˛    ˛ˇˇˇ˝ˇˇ˛˛˛ˇ˛ˇˇ˛ˇ˛ÅÅãf„ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ¸ˇ˛
  1005. ˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅãV¸ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇˇ¸˚ˇˇˇ˛ˇˇ˝ˇ˛˛ˇ˚ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅã ≤˛ÅÅÅŸ ¥ˇÅÅÅ◊ÅÅÅâòůÄú¯HHê< ÑIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1006. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯i4a'ÅÅÅâ%·¸ˇÙˇˇÁˇˇÓˇˇÙˇÚ¸ˇ˝ˇÅÅï5·ˇ˛ˇÙˇËˇˇˇÚˇˇÙˇ¯ˇ˚ˇ˛ˇÎˇÅÅßÇ·ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˙ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇˇ˛ˇ˛ˇ˛ˇ¸ˇ˝ ˛ˇˇˇ˛ˇˇ˛˝˛ˇ˛ˇ˛ˇˇ˛ˇÅÅ≤~‚˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˙ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ¯ˇˇ˝ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅØx‚ˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇ¯    ˇˇˇˇ˛
  1007. ˇˇˇˇˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˝ˇˇ¸ˇˇ˛ˇˇÅÅØÄ„ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˛ˇˇˇˇ˛
  1008. ˇˇˇ˛ˇ˘˛˛ˇ˛˛˛˛˛˚ˇ˝˛ˇ˛ˇˇ¸˛¸ˇ˛˛˛ˇÅÅÆÉ„ˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚ ˇˇˇˇˇˇ˝    ˇˇˇˇ˙ˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅÆy¸ˇ˝ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇ¸
  1009. ˇˇˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛˚ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ˛ˇÅÅÆ®ˇÙ˛ÅÅÅÒ´ˇˇÙˇÅÅÅÔÅÅÅâÅÅÅâ·˛ˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅÎ,·ˇ˛ˇ˛ˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅÎC·ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˛ ˛ˇˇ˛ˇˇˇˇ˛˘ˇ˘ˇÅÅÅÎB‚ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˘ˇˇ˘ˇÅÅÅÈ>‚ˇ˛ˇ˛
  1010. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇ˜ˇ˚ˇÅÅÅË@„ˇ˛ˇ˛ˇ˛ˇ˝˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅÅÊI„ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ˛ˇ˝ˇ˛ˇÅÅÅÈ>²ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˚˛ˇ˛ˇ˝ˇÅÅÅÁÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯4ita¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įti¥a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯¥i–a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê4 ÖIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1011. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯4ita'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê< ÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1012. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įti¥a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê4 áIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1013. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯¥i–a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯–ia¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įiPa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯Pila¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê< àIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1014. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯–ia'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê4 âIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1015. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įiPa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê< äIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1016. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯Pila'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯li¨a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į¨iÏa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯Ïia¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê4 ãIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1017. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯li¨a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê< åIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1018. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į¨iÏa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê4 çIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1019. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯Ïia'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇ5÷@ˇ ˇˇˇˇ@
  1020. ˇ·ˇ‚7^
  1021. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äImages
  1022. , (‡1-11
  1023. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  1024. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  1025. 4Å4w?òÄ
  1026. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  1027. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  1028. ˇ˛ˇ˛
  1029. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  1030. ˇ˛ˇ˛
  1031. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  1032. ˇ˛ˇ˛
  1033. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  1034. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  1035. ˇ˛ˇ˛
  1036. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  1037. ˇ˛ˇ˛˛˛ˇ˝
  1038. ˇ˛ˇ˛
  1039. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  1040. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  1041. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  1042. ˇ˛ˇ˛
  1043. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  1044. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  1045. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  1046. ˇˇˇ˛
  1047. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh>(eä&Whenever you draw into a graphics portí¿°dONLNd&\>hW)¥, the c``°dONLNd-\Xhç)haracteristicS†°dONLNd:\éhË)6s of its graphics pen °dONLNdPiäuê(rädõ¿°dONLNdQiêu≤)eterminÒ¿°dONLNdXi≤uø)"e h ¿°dONLNd[i¿uã).ow the drawing looks. These characteristics ar¨@°dONLNdâiãuí)Àe ,Zapf Dingbats°dONLNdåäÜè(Öän
  1048. °dONLNdé|ñàÌ) pen location, specifiK°dONLNd£|Óà/)Xed in a graphic°dONLNd≤|0à4)BsU°dONLNd≥|4à}) port’s local coor\†°dONLNd≈|}àù)Idinates°dONLNdÕëäòè(óän
  1049. °dONLNdœéñö€) pen size, specifi˙@°dONLNd‡é€öq)E"ed by a width and height in pixels°dONLNd£ä™è(©än
  1050. °dONLNd†ñ¨¸) pen pattern, which defiv °dONLNd†˝¨$)g
  1051. nes, in efw¿°dONLNd&†$¨ı)'1fect, the ink that the pen draws with, ranging fri °dONLNdW†ı¨)—om °dONLNdZ¨ñ∏(µñsolid black to intricate, multÄ°dONLNdx¨∏)|icx °dONLNdz¨∏-)olor æ °dONLNd¨-∏Q)patterns°dONLNdà¡ä»è(«än
  1052. °dONLNdäæñ ˛) pattern mode, also calleh‡°dONLNd¢æˇ )id †°dONLNd§æ  )    tXÄ°dONLNd•æ  A)ransfer mode,»¿°dONLNd≤æA })6 which specifiâ@°dONLNd¿æ~ )=!es how the pen pattern interacts °dONLNd· ñ÷,(”ñ!with white or any existing drawin˙Ä°dONLNd ,÷K)ñg that t" °dONLNd
  1053.  L÷{)  he pattern —†°dONLNd {÷†)/overlays°dONLNdfläÊè(Âän
  1054. °dONLNd ‹ñËœ) pen visibilityG†°dONLNd.‹œË)9, specifiµ¿°dONLNd7‹ËÈ)!7ed by an integer indicating whether drawing operations °dONLNdnËñÙß(Òñwillê °dONLNdrËßÙ©)  °dONLNds˙٘)Jactually appear—for example, for 0 or negative values, the pen draws with °dONLNdΩÙñõ(˝ñ“°dONLNdæÙõ¿)    invisible'`°dONLNd«Ù¡Δ)&”'`°dONLNd»ÙΔ÷) ink°dONLNdÕä(äThe pen’s initial settings arh†°dONLNdÍ)we a 2@°dONLNdÓ.)size of ͆°dONLNdˆ.H)1 pixeG`°dONLNd¸I`)l by 1FÄ°dONLNdav) pixe£@°dONLNdv{)l, †°dONLNd    |‰) a solid black pattern, a ÆÄ°dONLNd#‰)hpattern√°dONLNd*)  °dONLNd+ä®(äAmode in which the black writes over everything, and visible ink. °dONLNdm$ä0ë*A∫†°dONLNdn$ë0ì) :†°dONLNdo$î0¥)pattern˝Ä°dONLNdv$¥0!)  is an image that can be r7`°dONLNdê$"0`)nepeated indefi `°dONLNdû$a0´)?nitely to form a rjÄ°dONLNd∞$´0Î)Jepeating desig•°dONLNdæ$Î0 )@n, such °dONLNdΔ1ä=¿(:äas stripes, w˜ °dONLNd”1¿=s)6&hen drawing lines and shapes or when fiw°dONLNd˙1t=ì)¥lling ar’†°dONLNd1ì=Œ)eas on the scrÚ¿°dONLNd1Œ=˜);    een. Therÿ °dONLNd1˜=))e arÊ¿°dONLNd1=)e °dONLNd>äJr(Gä7two type of patterns: bit patterns and pixel patterns. p@°dONLNdV>rJy)ËA™‡°dONLNdW>yJ{) *‡°dONLNdX>|J¨) bit pattern1@°dONLNdc>¨J˚)0 is an 8-by-8 pixel °dONLNdwKäW(TäTimage drawn by default in black and white, although any two colors can be used on a °dONLNdÀXädØ*    color scr®Ä°dONLNd‘XØd√)%een. Æ¿°dONLNdŸX√d )AÈ`°dONLNd⁄X dÃ) i`°dONLNd€XÕd)pixel patterno¿°dONLNdËXd˙):7 can use additional colors and can be of any width and °dONLNdeäqˇ(näheight that’s a power of 2. °dONLNd<wäÉØ*CBy starting at a particular position and moving the graphics pen, y@°dONLNdw∞É·(Ä∞ ou can use °dONLNdäÑäê (çä QuickDraw prò¿°dONLNdñÑ êË)@ocedur0°dONLNdúÑÈê)    es to defi‡†°dONLNd¶Ñê=)'
  1055. ne and dir1‡°dONLNd∞Ñ>ê).,ectly draw a number of graphic shapes using °dONLNd‹ëäùó(öäthe]`°dONLNdflëòùö) ›`°dONLNd‡ëöùˇ)size and pattern of the Ù¿°dONLNd¯ëˇù)egraphi2`°dONLNd˛ëù%)csfl†°dONLNdë%ùi) pen. Several prò °dONLNdëjùà)Eocedur/`°dONLNdëâù¯)es and the shapes they prÀ@°dONLNd/ë¯ù)ooduce °dONLNd5ûä™í(ßäarE°dONLNd7ûì™√)     e listed her§ °dONLNdCû√™ )0e.    °dONLNdF∑ä¬∂(øä    ProcedureÑ °dONLNdP∑Û¬8)iResulting shape,
  1056. Courier
  1057. .°dONLNda≈ä—Æ(ŒäLineTo.Ñ °dONLNdh≈Û—)iLine.°dONLNdn’ä·∫(fiäDrawChar.Ñ °dONLNdw’Û·)i    Character.°dONLNdÇÂäÒ¿(Óä    FrameRect.Ñ °dONLNdåÂÛÒ)i    Rectangle.°dONLNdóıä¿(˛ä    FrameOval.Ñ °dONLNd°ıÛ)iOval.°dONLNdßäfi(äFrameRoundRect.Ñ °dONLNd∂Û")i    Rounded rΔÍ°dONLNdø"F)/ectangle.°dONLNd…ä!∫(äFrameArc.Ñ °dONLNd“Û!˛)iAr
  1058. °dONLNd‘ˇ!) cˇ∫@ˇ ˇˇˇˇ@
  1059. ˇ·ˇ‚7^
  1060. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  1061. (‡*1-12    )BImages4^*¿¯
  1062. °dONLNd\lhs(elA∫†°dONLNd\shu) :†°dONLNd\vhá)line˛ °dONLNd\áh§) is defi†°dONLNd\•h)ned by two points: the currØ °dONLNd)\h…)w)ent location of the graphics pen and its °dONLNdRiluv(rl<destination. The pen hangs below and to the right of the defiw °dONLNdèiwu©(rw ning points¬ °dONLNdöi©uŸ)2 , as shown °dONLNd•vlÇw(lin π¿°dONLNd®vwÇè) FiguråÄ°dONLNd≠vèÇ£)e 1-7*°dONLNd≤v§Ç¶),™°dONLNd≥v¶Ç®) *°dONLNd¥v©Çø)wher·°dONLNd∏vøÇΔ)e *†°dONLNd∫v«Ç˙) two lines arß@°dONLNdΔv˙Ç7)3e drawn with z¿°dONLNd”v8ÇD)>dif• °dONLNd÷vDÇP) ferᆰdONLNdŸvPÇn) ent bit `°dONLNd·voÇ‘)patterns and pen sizes.
  1063. §*µ¯4•*µ¯"•*]
  1064. ˇ·ˇ‚7^    °dONLNd˘öl•ñ(¢l
  1065. Figure 1-7°dONLNdöÆ•≥)BLÄ–°dONLNdö≥•√)ines¿°dONLNd    öƒ•˝) drawn with difYP°dONLNdö˝•})9!ferent bit patterns and pen sizes
  1066. °dONLNd;vlÇs(lA∫†°dONLNd<vsÇu) :†°dONLNd=vvÇö)rectangl· °dONLNdEvöÇü)$e· °dONLNdFvüÇΔ)     can be d¿°dONLNdOv«Ç—)(efiÊ °dONLNdRv—Ç!)
  1067. ned by two pointsÛ@°dONLNdcv!Ç+)P—Û@°dONLNddv+Ç1)
  1068. it°dONLNdfv2ÇS)s upperu°dONLNdmvSÇV)!-»‡°dONLNdnvVÇÄ) left and it)°dONLNdyvÅÇ°)+s lower)Ä°dONLNdÄv°Ç§) -}`°dONLNdÅv§ÇÌ)right corners, as °dONLNdìÉlèó(ål    shown in Ê°dONLNdúÉóèØ)+Figur∏¿°dONLNd°ÉØè√)e 1-8V@°dONLNd¶Ƀè[)!, or by four boundaries—its upper›@°dONLNd«ÉZèã)ñ, left, lowerŸ@°dONLNd‘Éãè—)1, and right sideså°dONLNdÂÉ“è◊)G. °dONLNdÁêlú¶(ôlRectangles ar>¿°dONLNdÙêßú‚);e used to defi[‡°dONLNdê‚ú); ne active arΔ¿°dONLNdêúO)2eas on the scr„‡°dONLNdêOú†);een, to assign coor„Ä°dONLNd/ê†úÔ)Qdinate systems to °dONLNdAùl©≥(¶lMgraphical entities, and to specify the locations and sizes for various graphiûÄ°dONLNdéù≥©√(¶≥cs oA@°dONLNdíùƒ©Ô)
  1069. perations.
  1070. Ã*›¯4Õ*›¯"Õ*]
  1071. ˇ·ˇ‚7^    °dONLNdù¬lÕñ( l
  1072. Figure 1-8°dONLNd®¬ÆÕ¥)BA0°dONLNd©¬¥Õ€)
  1073.  rectangle
  1074. µj_¯4¥iµjò@@¯@¯µjıb¡¡?Ïˇ¯ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿò@@į@įıj5b?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿò@Äú¯Äú¯5jQb?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿòů@¯HHê4 éIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1075. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯µjıb'ÅÅÅâÅÅÅâºÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎÅÅæÎÅ–ÎÏÅÅøÏÅ–ÎÎÅÅøÎÅ–ÏÎÅÅøÎÅ–ÎÏÅÅøÎÅ–ÏÎÅÅøÏÅ–ÎÎÅÅøÎÓˇ◊ˇèÎÏÅÅøÏÓˇ◊ˇèÎÎÅÅøÎÓˇ◊ˇèÏÎÅÅøÎÓˇ◊ˇèÎÏÅÅøÎÓˇ◊ˇèÏÎÅÅøÏÓˇ◊ˇèÎÎÅÅøÎÔ˛ˇŸ˛ˇêÎÏÅÅøÏı·ˇˆ·ˇË®ÎÎÅÅøDÎÔ˛ˇ˛ÁËË˝ÁÁË˝ËÁÁˇ˛ˇËÁÁ˝ËËÁ˝ÁË˲ˇÁ©ÏÎÅÅøBÎÓˇ˝ËÁË˝ËËÁ˝˛ËˇÔˇ˛˛Ë˝ÁËË˝ËÁ˲ˇËËÁ™ÎÏÅÅøKÎÓˇÁÁÁËËÁËÁÁËËËËÁÁˡÔˇËËÁÁËÁËËÁÁÁÁËËÁˇÁÁËË´ÏÎÅÅøLÏÓˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇËËÁÁ˨ÎÎÅÅøMÎÓˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇÔˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÁ˛ËÁË≠ÎÏÅÅøNÏÓˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇËËÁÁËËÁÆÎÎÅÅøOÎÓˇÁÁÁËËÁËÁÁËËËËÁÁˡԠˇËËÁÁËÁËËÁÁÁÁËËÁˇÁÁËËÁËØÏÎÅÅøGÎÓˇ˝ËÁË˝ËËÁ˝˛ËˇÔˇ˛˛Ë˝ÁËË˝ËÁ˲ˇËËÁË˝Ë∞ÎÏÅÅøJÎÓˇ˝ÁËË˝ÁÁË˝ËÁÁˇÔˇ˛ËÁÁ˝ËËÁ˝ÁË˲ˇÁ˸ÁÁ±ÏÎÅÅøRÏÓˇËËËÁÁËÁËËÁÁÁÁËËÁˇÔˇÁÁËËÁËÁÁËËËËÁÁˡËËÁÁ˛ÁËËÁ≤ÎÎÅÅøRÎÓˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇÔˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡÁ˛ËÁËËÁ˛Ë≥ÎÏÅÅøTÏÓˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇÔ%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇËËÁÁËËÁÁËËÁÁË¥ÎÎÅÅøUÎÓˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÔ&ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÁÁËËÁÁËËÁÁËËÁÁµÏÎÅÅøVÎÓ
  1076. ˇËËËÁË˲ËÁËÁ˛ËÁˇÔˇÁ˛ËÁËÁ˛ËËËÁ˛ËˇËËÁËËÁ˛ËÁËÁ∂ÎÏÅÅøQÎÓˇ˝ÁËË˝ÁÁË˝ËÁÁˇÔˇ˛ËÁÁ˝ËËÁ˝
  1077. ÁËËÁˇÁÁË˲ËÁÁË˝Ë∑ÏÎÅÅøNÏÓˇ˝ËÁÁ˝ËËÁ˝ÁËˡԡ˛ÁËË˝ÁÁ˸ÁÁ˛ˇËÁ¸Ë˸ÁË∏ÎÎÅÅøWÎÓˇËÁ˛ËÁËÁ˛ËËËÁËˡԠ   ˇËËÁË˲ËÁ˲˛ËÁˇÁ˛Ë˛ËÁË˲ËËÁËπÎÏÅÅø+ÏÓˡÔˡËËÁÁËÁÁËËÁÁËÁÁËËÁ∫ÎÎÅÅø>ά+ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˪ÏÎÅÅø>ΡËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˺ÎÏÅÅø>ο+ËËÁÁËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁΩÏÎÅÅø<ÏøÁËË˝ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁËË˝ÁæÎÎÅÅø0ÎæÁ˚ËÁ¸Ë˸Ë˸Á˸ËÁ˚ËøÎÏÅÅø>ÏΩËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁË¿ÎÎÅÅø>κ+ËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁ¡ÏÎÅÅø=Ϊ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ¬ÎÏÅÅø>Î∫+ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË√ÏÎÅÅø>Ïπ+ËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËË˃ÎÎÅÅø:Î∏ËËÁ˲˛ËÁ˛Á˛Ë˛ËÁË˲ËËÁ˲˛ËÁ˝Ë≈ÎÏÅÅø2Ï∑Á˸ÁÁ¸ËÁ¸Ë˸Á˸ÁÁ¸ËÁΔÎÎÅÅø>Î∂ÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁËË«ÏÎÅÅø>εËÁËËÁ˛Ë˛ËÁËËÁ˛ËÁËËÁ˛ËÁËËÁ˛Ë˛ËÁËË»ÎÏÅÅø>Î¥+ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ…ÏÎÅÅø>Ï≥+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ ÎÎÅÅø>Î≤Á˛ËÁËËÁ˛ËÁËËÁ˛Ë˛ËÁËËÁ˛ËÁËËÁ˛ËÁËÀÎÏÅÅø=ϱËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˝ËÃÎÎÅÅø2Î∞Ë˸Á˸ÁÁ¸ËÁ¸Ë˸Á˸ÁÁÕÏÎÅÅø;ÎØË˲ËËÁ˲˛ËÁ˛Á˛Ë˛ËÁË˲ËËÁ˲˛ËÁŒÎÏÅÅø>ÎÆ+ÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËœÏÎÅÅø>Ï≠+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË–ÎÎÅÅø>ΨËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË—ÎÏÅÅø>Ï´+ÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁÁ“ÎÎÅÅø=ΙÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˽˔ÏÎÅÅø1ΩËÁ¸Ë˸Ë˸Á˸ËÁ¸ËË˚Ë‘ÎÏÅÅø>ήË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ’ÏÎÅÅø>Ïß+ÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁ÷ÎÎÅÅø<ζÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˲ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë◊ÎÏÅÅøòů@įHHê0 èIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1078. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įıj5b'%Ï•ËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ◊ÎÎÅÅø<ΧËËÁÁËËÁËËÁÁËÁÁ˛ˇÁËÁÁËËÁËËÁÁËËÁËËÁÁˡ◊ÏÎÅÅø8Σ˛ËÁ˛Á˛Ë˛ËÁˇË˛ËËÁ˲˛ËÁ˛Á˛Ëˇ◊ÎÏÅÅø0΢ÁÁ¸ËÁ¸ˡ¸Á˸ÁÁ¸ËÁˇ◊ÏÎÅÅø9Ï°ËÁ˛ÁÁË˲ËÁˇË˛ËËÁÁ˛ÁËËÁ˛ÁÁËˡ◊ÎÎÅÅø8ΆËË˛Ë ÁËËÁËˡÁËËÁ˛ËÁËËÁ˛Ë˛ËÁËˡ◊ÎÏÅÅø7Ïü$ÁËËÁÁËËÁÁËËÁˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ◊ÎÎÅÅø6Îû#ÁÁËËÁÁËËÁÁˡÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ◊ÏÎÅÅø5ÎùËÁ˛ËÁËËÁˇË˲ËÁËËÁ˛ËÁËËÁ˛ËÁˇ◊ÎÏÅÅø4ÎúËËÁÁ˛ÁˡÁ˛ÁÁË˲ËÁÁ˲ËËÁÁˡ◊ÏÎÅÅø+ÏõÁ˸Áˇ¸ËÁ¸Ë˸ÁËˡ◊ÎÎÅÅø0ÎöÁ˲ËˡÁ˛Á˛Ë˛ËÁËË˝ËÁˡ◊ÎÏÅÅø1ÏôËÁËËÁˇËËÁËËÁÁËÁÁËËÁÁÁÁËËÁˇ◊ÎÎÅÅø0ÎòËËÁÁˡÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ◊ÏÎÅÅø.Îó˛ËÁˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ◊ÎÏÅÅø.ÎñÁÁˡÁÁËÁÁËËÁËËÁÁËËÁÁËËÁÁˡ◊ÏÎÅÅø-ÏïËÁˇË˛ËËÁÁ˛ ÁËËÁÁÁÁËËÁˇ◊ÎÎÅÅø'Îîˡ¸Ë˸ÁËË˝ËÁˡ◊ÎÏÅÅøÏìˡ◊ÎÎÅÅøÎÅ–ÏÎÅÅøÎÅ–ÎÏÅÅøÎÅ–ÏÎÅÅøÏÅ–ÎÎÅÅøÎÓˇÅ‰ÎÏÅÅøÏÓˇÅ‰ÎÎÅÅøÎÓˇÅ‰ÏÎÅÅøÎÓˇÅ‰ÎÏÅÅøÎÓˇÅ‰ÏÎÅÅøÏÓˇÅ‰ÎÎÅÅøÎÔ˛ˇÅÂÎÏÅÅøÏıÁˇÅˆÎÎÅÅø#ÎÔ˛ˇ¸ˇ¸ˇˇˇÅˆÏÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÎÏÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÏÎÅÅø#ÏÓˇ¸ˇ¸ˇˇˇÅˆÎÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÎÏÅÅø#ÏÓˇ¸ˇ¸ˇˇˇÅˆÎÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÏÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÎÏÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÏÎÅÅø#ÏÓˇ¸ˇ¸ˇˇˇÅˆÎÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÎÏÅÅø#ÏÓˇ¸ˇ¸ˇˇˇÅˆÎÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÏÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÎÏÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÏÎÅÅø#ÏÓˇ¸ˇ¸ˇˇˇÅˆÎÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÎÏÅÅø#ÏÓˇ¸ˇ¸ˇˇˇÅˆÎÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÏÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÎÏÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÏÎÅÅø#ÏÓˇ¸ˇ¸ˇˇˇÅˆÎÎÅÅø#ÎÓˇ¸ˇ¸ˇˇˇÅˆÎÏÅÅøÏÓÓˇÅˆÎÎÅÅøÎÅ–ÏÎÅÅøÎÅ–ÎÏÅÅøÎÅ–ÏÎÅÅøÏÅ–ÎÎÅÅøÎӡǡ‰ÎÏÅÅøÏӡǡ‰ÎÎÅÅøÎӡǡ‰ÏÎÅÅøÎӡǡ‰ÎÏÅÅøÎӡǡ‰ÏÎÅÅøòůÄú¯HHê4 êIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1079. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯5jQb'Ïӡǡ‰ÎÎÅÅøÎÔ˛ˇÑ˛ˇÂÎÏÅÅøÏıÅˇÁˇˆÎÎÅÅø}ÎÔ˛ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÏÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÏÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÏÎÅÅø}ÏÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÏÅÅø}ÏÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÏÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÏÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÏÎÅÅø}ÏÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÏÅÅø}ÏÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÏÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÏÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÏÎÅÅø}ÏÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÏÅÅø}ÏÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÏÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÏÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÏÎÅÅø}ÏÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÎÅÅø}ÎÓˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ¸ˇ¸ˇ¸ˇ¸ˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇ¸ˇˇˇˆÎÏÅÅøÏÓÅˇÓˇˆÎÎÅÅøÎÅ–ÏÎÅÅøò@@¯@¯Qjëb?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿ?Ïˇ¸ÿÏˇ¸ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˝Û¡¿8>Õ˝    
  1080. í"     DÕ˝êÇd  Õ˝êÉà  !Õ˝PÖ  !Õ˝"aàFA¢ Õ˝$!»ÄB$ Õ˝v#åg¸@Õ¡¡¡¡˝0˛@|˝`d@˛Üfi˝˝¿à˛¸ 
  1081. †›˝˝Ä˛˝@IJD·$˝1⁄—Ĭ8M…xdüX
  1082. ÀB{Å«áçÓ-<p‰$˝$fäfÄÄ 1MHiíI($≤h4—5ç)-RD÷ê‰$˝ DîGå@"é â"ZP-"HDë9Q)bD‰(@‰$˝ ì%à@J–êæ'lX6Lê_"BZ“ßâ- ‰$˝pÁ>áÄÄÙé‡ZHê$tê-‚:í àËI¿‰¸ÄÒ"¸fl¸ÄÒøfl¸à¸flò@@į@įëj—b¡&˝ 0¿0``IJ|܇`ú¿Ê!˝@¿˝Ä˛D@˝à„%˝ Ä@@˛@@IJÂ'˝!«2à)Fò~Á`éxPp)Ês»¥Δé~‹vä—ú‹Á'˝!Im4*I$ H•†jQ)†ê”LâHõI4 iHã4RI¢PÁ'˝!"ÑQ8,ë@îPë "t!R ÅI
  1083. âQ$îI"â
  1084. D§    B†Á'˝!"“ó¿HìÕ6ëJ@"Ñ‚ZÖ|ì—$”ô62"—_,“D∞Á'˝!túÎ8kç1‰érD\sëa¯∑ú‰ì§ç9‰rtê‰-Ûπ Á ÛıDàflÊDàflÊ8pfl¡˝ 1¿˛ 0èò˛0’˝J ˝ë$˛’˝ã ˛ DÄ ’˝ä¡Óp2L¢¡Ñ=Œ¢‡◊˝t@îê[MÑíMhê◊˝$A@îNà"àNq◊˝DÅ) %ê%$Å ◊˝yÉ…ƒ:Œ á`Y8ÇŒr¿◊˚¯@˛÷˚¯@˛÷˚¯‡˛÷¡¡¡¡¡¡¡¡¡¡¡¡¡˝ĸ‡—˝ ˚@—˝!˛Ä—˝ y‰@;LÛ\Zû0“˝ $$îh@E¥II¨äH“˝ >Ep@Ö$äâ»Ä“˝ BI,ÄFäLî≤ò“˝ œ≤»p8rIg—–C§b“¸Ç˝˛@–
  1085. ¸Ç˝à ˝«˝ÄÕ¡˝˛4@Œ˝    ˛ ¿Œ˝˛Ä—˝ ”F Ä8ö?—ºÌ“˝ aIh”@häJbI“˝ #Bêp „ÄQ"DJ“˝ "Ñ≥Ä!ô•îÑÚ(“˝ |áÃp~„êÒ>‰ÉQ»“˜Ã¡¡¡˝‡”˝     Ä”˝ $(@’ò@Äú¯Äú¯—jÌb˝7G£AyuÄ)ÆGB3ù†◊˝IѧƒÄç©&ÄHƒMçI"¿◊˝#âƒàÑI%$Ä|ÑâÅBÄ◊˝"û O    ƒRfIÖöE÷˝|j5ãíDIü>b9÷ˆœˆÕˆ0Õ¡ ˝ ¸¿¿Œ˝ `˝! Œ˝@@ Œ˝Fè¥fi;AÄ Œ˝Bì$EÄ@@Œ˝$Ö    $Ö@ÄŒ˝&…f"xäA Œ˝tè∫!®rã¿Œ¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê0 ëIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1086. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯Qjëb'ÎÅ–ÎÏÅÅøÎÅ–ÏÎÅÅøÏÅ–ÎÎÅÅøÎÅ–ÎÏÅÅøÏÅ–ÎÎÅÅøÎÅ–ÏÎÅÅøÎÅ–ÎÏÅÅøÎÅ–ÏÎÅÅøÏÅ–ÎÎÅÅøÎÅ–ÎÏÅÅøºÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅÅøº˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅøÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ*fi¸ˇ˛ˇˇ˚ˇ˝ˇ¸˛ˇ˘˛ˇ˘ˇˇ˛¸ˇÅÅÅË:›ˇˇ˝
  1087. ˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˘ˇ˘ˇˇˇ˛ˇÅÅÅÁ7fiˇˇˇˇ˝ˇ¸ˇˇˇˇ˝ˇ˙ˇ˘ˇ˛ˇ˝ˇÅÅÅÊ4fiˇˇˇˇ˝ˇ¸˛ˇ˛ˇ¸ˇ˙ˇ˙ˇ˝ˇ˝ˇÅÅÅÊ6fiˇˇˇˇ˝ˇ˝ˇˇ˝ˇ¸ˇ˙ˇ˙ˇ˝ˇ˛ˇÅÅÅÂ>flˇ˛ˇˇˇ˝ˇ¸ˇˇ˛ˇ˝ˇ˛ˇˇˇ¸ˇˇˇ˛ˇ˛ˇÅÅʼn9flˇˇ˝ˇ˝ˇ¸ˇˇˇˇ˛ˇ˘ˇ˝ˇ˛ˇˇ˝ˇÅÅʼn3‡˛ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛ˇ˘˚ˇ¸ˇˇ˝ˇÅÅÅ„ÅÅÅâÅÅÅâÅÅÅâÅÅÅâGfi¸ˇˇˇ‰ˇ˙¸ˇ˙˛ˇ˛ˇˇÈˇˇ›ˇˇ˝ˇˇˆˇˇˇˇˇ˛ˇ„ˇ˝ˇˇÅÅ9fiˇ˛ˇ·ˇˇ˚ˇ˛ˇ¯ˇ‚ˇ÷ˇıˇ˝ˇˇˇˇÂˇÅÅÈ?fiˇ›ˇ˜ˇ¯ˇ‚ˇŸˇˇıˇ¸ˇ˛ˇÎˇ˙ˇ˙ˇˇ˛ˇÅá¥fi˛ˇ˝ˇˇ˛˛ˇ    ˇˇˇˇˇˇ˛ˇ˘ˇ˜ˇ¯ˇ¸ˇˇ˝ˇ˝ˇ˛˛ˇ˚ˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ˝    ˇˇˇˇ¸ˇˇˇˇ˙ˇˇ¯ˇˇˇˇˇ˝ˇ˝ˇ˛ˇ˚˛ˇ˛˝ˇ˝˝ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˝ˇ˛˛ˇÅù⁄flˇˇ˛ˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ˙ˇ¯ˇ˜ˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇ¸    ˇˇˇˇˇˇ˛    ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ˙ˇˇˇˇˇ˚ ˇˇˇˇˇ˛    ˇˇˇˇˇˇ˝ˇˇˇˇÅù”flˇ˚ˇ˛ˇˇˇˇ˛ˇ˛˛ˇ˘ˇ˛ˇˇ˛ˇ˜ˇ¸ˇ˛ˇˇ˛˛ˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇ˚ˇˇˇˇˇ˛ˇˇˇ˝ˇ˛ˇˇˇ˛ˇ˛ˇˇ˝˛ˇˇˇ˛ˇ˚ˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˝ˇˇ˝ˇÅõΔflˇ¸ˇˇˇˇˇˇˇˇ˛ˇ˜ˇ¯ˇ˜ˇ˝
  1088. ˇˇˇˇˇˇ˝ˇˇ˝ˇ¸ˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇ¸ˇˇˇˇˇˇˇˇˇ¸ˇ¸ˇˇ˛ˇˇ˝ˇ˝ˇ¸ˇˇˇˇ˙ˇˇˇˇˇ˚ˇˇˇ˝ˇ˛ˇˇ˝ˇ¸ˇˇˇˇˇÅú∏‡˛ˇ˝˛ˇ˛ˇ¸ˇˇ˝˛ˇ˚˛ˇ˙ˇ˜¯ˇˇˇ˛˛ˇ˛ˇ˚ˇˇˇˇ˝    ˇˇˇˇˇ˛ˇˇ˚ˇˇ˛˛ˇˇˇˇ˚ˇˇˇ˝ˇ˛ˇ˛˛ˇˇ¸˛ˇˇˇˇ˘ˇ˛˝ˇ¸ˇˇˇ˛ˇˇˇˇ˛ˇ˛˛ˇˇ˝ˇˇ˛ˇÅõ’ˇ˛ˇÅ¯ˇ˛ˇ‘ˇÅň’ˇ˛ˇÅ˙ˇˇˇˇ”ˇÅň‘˛ˇÅ˘ˇ˛ˇ”˛ˇÅŘòů@įHHê4 íIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1089. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įëj—b'ÅÅÅâ_fi˛ˇıˇˇ˝ˇˇ˘ˇˇ¸ˇˇÛˇˇÌˇˇˆ˝ˇÊˇˇ˝¸ˇ˚ˇˇˇˇ˝ˇˇÛˇ˛ˇÎˇˇÙˇ˛ˇÈˇˇÒˇˇÅ´F›ˇÌˇ¯ˇˇ˛ˇˇ€ˇ˜ˇ˛ˇÂˇ˝ˇ˛ˇ˙ˇÍˇ˛ˇ€ˇ˛ˇÁˇÅôRfiˇÌˇ˜ˇˇˇˇÍˇÙˇˆˇ˛ˇÊˇ¸ˇ˜ˇ˝ˇÔˇ˛ˇ€ˇ˛ˇ˘ˇˇÙˇÅ¶‚fiˇ˝ˇ˛˛ˇˇˇˇˇ˛ˇ¸ˇˇˇˇ˛ˇˇˇˇˇ˝˚ˇ˛ˇ˛ˇ˛˛ˇˇˇˇ¯ˇ˚ˇ˛ˇˇ˛˛ˇ˝ˇ˝ˇˇ¸˛ˇ˚ˇˇ˝ˇˇˇ˛ˇ˝ˇˇ˛    ˇˇˇˇˇˇ˛ˇˇˇ˛˛ˇ˚ˇ˝˛ˇˇ˛ˇ˝ˇ˛ˇ˛˛ˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˝ˇÅµfiˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝"ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  1090. ˇˇˇˇˇˇ˜ˇ˛
  1091. ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛'ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛    ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇÅµ˜flˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇ¸    ˇˇˇˇˇ˛ˇˇ˚ˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇ˙ˇ˛ˇ˛ˇˇ˝ˇ˝ˇˇˇˇ˛ˇ¸ˇ˚ˇ˛ ˇˇˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˛    ˇˇˇˇ˛ˇˇ˛ˇˇ˝ˇˇˇ˛ˇˇˇˇ˚ˇˇˇ˝ˇˇˇÅ¥˙flˇ˛ˇˇˇˇˇˇˇ¸ˇ˙ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˛
  1092. ˇˇˇˇˇ˘ˇ˛ˇˇ˝ˇ˛ˇ˛    ˇˇˇˇˇ˝ˇ˝ˇ˝ˇˇ¸ˇ    ˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇ¸ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇÅµ˘‡˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛˝ˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˛˛ˇˇˇ˛˛ˇˇˇ˛ˇˇˇ˝˚ˇ˛ˇˇˇ˝ˇ˛ˇ˛ˇ
  1093. ˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇ˛˛ˇˇ˛ˇˇˇˇ˝˛ˇˇ˝ˇˇˇ¸ˇˇˇ˛ˇ˛ˇ˛ˇˇˇÅ¥åˇûˇ˛ˇ˜ˇ˛ˇÅňÅ®ˇ˛ˇ˜ˇ˛ˇÅňÅ߲ˇı˛ˇÅÅıÅÅÅâ0›ˇˇ˝ˇˇ˛˛ˇflˇˇ˝ˇˇÌˇ˛¸ˇˇˇ‰ˇˇÅÅ•3fi ˇˇˇˇˇ˛ˇŸˇÓˇˇˇ˛ˇˇˇ‰ˇÅÅ•6‹ˇˇ˛ˇˇˇˇ˜ˇÂˇÌˇ˚ˇˇ˛ˇ˜ˇˇÅŧrfiˇˇ˛ˇ˛ˇˇˇˇ¸˝ˇ˛ˇ˛ˇ˚ˇˇˇˇˇˇˇˇ˛ˇ˚ˇˇˇˇ¸ˇ˚ˇˇ˝ˇ˝˝ˇ˛ˇ˛ˇ¯ˇˇ˛ˇ˝ˇ˛˝ˇÅÅ¥w‹ˇ˛˛ˇˇ˛ˇ˚ ˇˇˇˇˇ˙ˇˇˇˇˇˇˇˇˇˇˇ˙ˇ˙ˇ¸ˇˇ˝ˇ¸ ˇˇˇˇˇ˙ˇˇˇˇˇˇˇˇˇ˛ˇˇÅŵt‹ˇ˝ˇˇ˛ˇ¸ˇ˛ˇˇ˛ˇ¯
  1094. ˇˇˇˇˇˇ˛ˇ˛ˇ˘ˇ˙ˇ˝ˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÅŵj‹ˇ˛ˇ˛ˇˇ˚ ˇˇˇˇˇ˘ ˇˇˇˇˇˇ¸ˇ˜ˇˇ˚ˇ¸ˇ˛ˇˇ˚ ˇˇˇˇˇ˙ˇ¸ˇ˝ˇ˚ˇˇÅÅ¥y‡˝ˇˇˇ¸ˇˇ˚ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛˛ˇˇˇˇ˛ˇ¸ˇˇˇ˝˛ˇ˛ˇ¸ˇˇ˚ˇˇˇˇ˛ˇ˛ˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇÅÅ≥Àˇ∑ˇ›ˇÅÅ∞Àˇ∑ˇ›ˇÅÅ∞Ã˛ˇπ˛ˇfl˛ˇÅűÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ‹ˇÒˇÙ˛ˇˇ“˛ˇÅÅÑ›ˇˇÚˇˇıˇ˛ˇ–ˇÅÅÉ fiˇˇÚˇıˇ˝ˇÂˇÓˇÅÅÇSfiˇˇ˛˝ˇ˝ˇˇ¸ˇ¸ˇ˘˛ˇ
  1095. ˇˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇˇˇˇ¯ˇ˝ˇ˛ˇˇÅÅç_flˇˇ˝ ˇˇˇˇˇ˛ˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅéUfl¸ˇˇ˛ˇˇ˛ˇˇ˝˛ˇ¸ˇ˚ˇ˝ ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˜ˇ˛ˇˇˇÅÅä^‡ˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˆˇ˛    ˇˇˇˇˇˇÅÅé]·ˇˇ¸ˇ ˇˇˇˇˇˇ˝˛ˇ˚˛ˇ˝˛ˇˇˇˇˇˇˇ¸ˇˇ˛˛ˇˇ¸ˇ˝˛ˇˇˇ˛ˇˇ˛ˇÅÅêŸˇ¸ˇŸˇËˇÅÅÅ˚Ÿˇ¸ˇŸˇÅÅÅ·⁄˛ˇ˛˛ˇ€˛ˇÅÅÅ‚ÅÅÅâfi˝ˇÂ˛ˇÌˇˇˇ˛ˇÅÅÅΛˇˇÂˇÍˇˇˇˇÅÅÅÎ"fiˇˇˇÊˇÈˇ˛ˇÙˇÙˇÅÅÜTfi˛ˇ ˇˇˇˇˇˇ˛ˇˇ˝ˇ˙ˇ˚ˇ¸ˇ¯˛ˇ˛ˇˇˇˇ˛˘ˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇÅÅëdfiˇˇˇˇ˝ˇˇˇˇˇˇˇ˚ˇ˝    ˇˇˇˇˇˇ˙ˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇ˛    ˇˇˇˇ˛ˇˇˇÅÅêXflˇ˛ˇˇˇ˝ˇˇˇ¸˛ˇ˚ˇ¸˛ˇ˛˛ˇ˘ˇˇ˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇ˝ˇˇÅÅèXflˇ˛ˇˇ˝ˇˇˇˇ˛ˇ¯ˇ˝ˇ¸ˇ˜ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˝ˇˇ˛ˇˇÅÅéS‡¸ˇˇ˝¸ˇˇˇ˛˛ˇ¸˚ˇ˛ˇ˛˛ˇˇ˝˝ˇ˛ˇ¸ˇ˛ˇˇˇ¸ˇˇˇˇ˛˛ˇˇÅÅé ÆˇÅÅÅ›ÅÅÅâÅÅÅâÅÅÅâ$fi˝ˇÚˇÈ˝ˇÔˇˇÙˇÚ˝ˇ¸ˇˇÅÅò)›ˇˇÙˇÈˇ˛ˇÓˇıˇˇÒˇˇÅÅí7fiˇˇˇÙˇÈˇ˛ˇÚˇˇıˇˇ˘ˇ˚ˇ˝ˇÏˇÅÅ©òůÄú¯HHê0 ìIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1096. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯—jÌb'}fi˛ˇ˝ˇˇ˛ˇˇ˛˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ¸ˇ˛ˇˇˇ˝ˇˇ˛ˇˇˇˇ¯    ˇˇˇˇˇ˛ˇ¸ˇ˝ˇ˛˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇÅÅ¥Çfiˇˇˇˇˇˇ˝ ˇˇˇˇˇˇ˛ˇˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇ˛ˇˇ˛ˇ˚ˇ˝ˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇÅÅ≥zflˇ˛˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇ˘¸ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˝˛ˇˇ˚ˇˇ˝ˇˇÅÅ≤{flˇ˛ˇˇ˝ˇ¸ˇˇˇˇ˝ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˘ˇ˝ˇˇ˝ˇ˚ˇ˛ˇ˛ˇˇ˝ˇ˝    ˇˇˇˇˇ˛ˇˇÅűt‡¸ˇ˛ˇˇˇˇ˚ˇ˝ˇˇˇˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ¸ˇ˝ˇ¸¸ˇ˝˝ˇ¸˛ˇˇˇ˛ˇ˛˛ˇˇÅű§ˇÙˇÅÅÅı •ˇÅÅÅÊߡˇÅÅÅÂÅÅÅâfi˛ˇˇˇ‘ˇˇ˚ˇˇÅÅÅΠ›ˇˇˇˇˇ’ˇˇ˝ˇˇÅÅÅÏ"fiˇˇˇÙˇÙˇÓˇ˘ˇÅÅÅÏ=fiˇˇˇ˛ˇˇˇ˛¸ˇ    ˇˇˇˇˇ˝ˇ˛˛ˇˇˇˇ¸ˇˇ¯ˇÅÅÅÏ@fiˇˇˇ˝    ˇˇˇˇˇ˛
  1097. ˇˇˇˇˇ˛ˇ˛ˇˇˇ˘ˇ˙ˇÅÅÅÎ>flˇˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˛ˇˇˇ˝ˇˇ¯ˇ˚ˇÅÅÅÍAflˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˜ˇ¸ˇˇÅÅÅÏ=‡˛ˇˇˇ˛¸ˇ˛ˇˇ˛ˇ˝ˇˇˇˇ˝˛ˇˇ˚˝ˇ˛ˇ˝ˇÅÅÅÎÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯Ìj-b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į-jmb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯mjâb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê4 îIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1098. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯Ìj-b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê0 ïIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1099. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į-jmb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê4 ñIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1100. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯mjâb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯âj…b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į…j    b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯    j%b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê0 óIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1101. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯âj…b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê4 òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1102. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į…j    b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê0 ôIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1103. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯    j%b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯%jeb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įej•b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯•j¡b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê4 öIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1104. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯%jeb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê0 õIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1105. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įej•b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê4 úIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1106. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯•j¡b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ
  1107. ›j´¯4‹i›jò@@˜@˜›ja¡¡‡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡flò@@Ę@Ęj]a¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡flò@Äú˜Äú˜]jya¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡flòů@˜HHê0 ùIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1108. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜›ja'ÅÅÅâÚ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎÅÅÙÎÅôÏÎÅÅıÏÅôÎÏÅÅıÎÅôÏÎÅÅıÎÅôÎÎÅÅıÏÅôÎÏÅÅıÎÅôÎÎÅÅıÎÅôÏÎÅÅıÏÅôÎÏÅÅıÎÅôÏÎÅÅıÎÅôÎÎÅÅıÏÅôÎÏÅÅıÎ∑ˇ¯ˇˇÅÔÎÎÅÅıÎ∑ˇ˘ˇˇÅÔÏÎÅÅıÏ∑ˇ˝ˇˇ¸ˇÅÎÏÅÅıÎ∑ˇ˛˝ˇˇˇÅÔÏÎÅÅıÎ∑ˇ˛ˇ˝ˇˇÅÔÎÎÅÅıÏ∑˝ˇ˛ˇˇˇˇÅÎÏÅÅıÎÅôÎÎÅÅıÎÅôÏÎÅÅıÏÅôÎÏÅÅıÎÅôÏÎÅÅıÎ∑ˇÅ‰ÎÎÅÅıÏ∑ˇÅ‰ÎÏÅÅıÎ∑ˇÅ‰ÎÎÅÅıÎ∑ˇÅ‰ÏÎÅÅıÏ∑ˇÅ‰ÎÏÅÅıÎ∑ˇÅ‰ÏÎÅÅıÎ∑ˇÅ‰ÎÎÅÅıÏ∑ˇÅ‰ÎÏÅÅıÎ∑ˇÅ‰ÎÎÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇ¸Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı¢Î⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇ¸Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏˇÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇ¸Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı¢Î⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇ¸Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇ¸Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇ¸Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏˇÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇ¸Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇ¸Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıòů@ĘHHê4 ûIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1109. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęj]a'äÎÙ¸ˇÏÎ¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇ¸Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıåÎÚˇÍÎ¸Î˝Ï˝Î˝Î˝Î˝
  1110. ÏˇˇˇˇÎ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıîÏÚˇ˛ˇˇ˛ˇÛÏ¸Ï˝Î˝Ï˝Î˝Ï˝
  1111. ΡˇˇˇÎ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıFÎÚ
  1112. ˇˇˇˇˇ˛’ˇ¥ˇ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıXÎÚ
  1113. ˇˇˇˇˇÙÎ¸Î˝Î˝Î˝Ï˝Î˝Î≥ˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıìÏÚˇ˛ˇˇ˛ˇÛÏ¸Ï˝Î˝Ï˝Î˝Ï˝θˇÎ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıåÎΡÒÎ¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıåÎΡÒÎ¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı©ÏΡÒÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏˇˇÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡˇÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı¢Î⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎˇˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎΡˇ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΡˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏˇˇÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏˇˇÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡˇÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΡˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏˇˇÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı¢Î⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎˇˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎΡˇ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏˇˇÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡˇÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı¢Î⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎˇˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎΡˇ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΡˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏˇˇÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏˇˇÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡˇÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΡˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏˇˇÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı¢Î⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎˇˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎΡˇ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıòůÄú˜HHê0 üIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1114. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜]jya'àÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇˇ˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıàÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏˇˇÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡˇÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıàÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˛ˇˇ˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇˇ˝Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıíÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Î˝Î˝Ï˝Îˆ˛ˇ˙ˇˇÎÏÎÅÅıìÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛ˇˇ˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝ϸˇ˛Ï˝Î˝Ï˝Î˝Ï˝Î˝Ïˆˇˇ˚ˇˇÎÎÏÅÅıõÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˛ˇˇ˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝θˇ˛Î˝Ï˝Î˝Î˝Î˝Ï˝Îˆˇˇˇˇ˙ˇˇˇˇÙÏÎÅÅıMÎ⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎᡲˇˇˇˇˇˇˇˇˇˇıÎÎÅÅıdÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˛≥ˇ˛Ï˝Î˝Ï˝Î˝Ï˝Î˝ÏˆˇˇˇˇˇˇˇˇˇˇˇıÎÏÅÅıùÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝βˇˇ˛Î˝Î˝Î˝Ï˝Î˝Î˝Îˆ˛ˇ˛ˇˇ˚ˇˇˇˇıÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏˇÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏˇÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıò@@˜@˜yj∏a¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl¡fl?¡fl¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę∏j¯a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
  1115. ÿfløÄq¿Ã
  1116. §°D@Ã
  1117. Ñ!Ç@à   )C'À
  1118. %}‰:(Äà   FíQÀ    BâÑQÀ    ƒsô¿?À¡¡¡¡˘˛Ä@¸˛Ä“˛ÄÄÑ —&5µ∞Å@Öáv,i“ƒë$êÅ íR%"H“Dë$—A˜êN%"x“¬I "ÇH §IÑÄ“    I  "B)$§Jê“ò@Äú˜Äú˜¯ja9√yć81Œl0µ€ú¿“ ˛ ¯@— ˛į–¡¡+¿« 0ÉÒà.˝pÍ'åò!H¸¿Á.*,vqÅTaÕgqŒãr«G7g,Ila≠cHŒ∑8Fÿ√ZΔÄÏ-)%%$Ç©$â%í…IRí$Q$ë%$â)"Hëà*íH"JIRÎ-)$≈'ÇH‰    %/ARí$Q%$‰â)"Hëà$é@"I…RÎ-)HJHíHJ!$0Ç$§$H¢J"JFLDë"    I$ÄDîå$òÎ-)JJIIJ)$2í$§§H¢J"JHPDë"    A$êDîê$†Î-)fl;ÃsL~Àú‹Öò√ùº?=Àπ‹ÌªN~‹A›ó8    ¡«4¡€vú˝∏ÎÙĈ"ˆ"DÎıı8ˆ8pΡ¡˛„é˝Fq¿”(¢ E@”˛(¢w˜ú`lCŒ‡c’ë8REI P'J@I)’˛ODL©I‡ "(ÇIÄIÔ’˛Çà$ÑRí@ÑQêÄí$’Ñà$§¢í@°QîÄíR$’0‡pÒNÛc« Ûp’¸@˘˝@’˝¿˘8˛¿’¡òů@˜HHê4 †Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1119. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜yj∏a'ÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı¢Î⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎΡ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı¢Î⁄˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎΡ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î”ÎÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅı§Î⁄ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏˇÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΔÏÎÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÏ⁄Ï¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï˛ˇ¸Ï˝Î˝Ï˝Î˝Ï˝Î˝Ï”ÎÏÅÅıÜÎ⁄Î¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˛ˇ¸Î˝Î˝Î˝Ï˝Î˝Î˝Î”ÎÎÅÅıÜÎ⁄Î¸Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˝Î˝Î˝Ï˝Î˛ˇ¸Î˝Ï˝Î˝Î˝Î˝Ï˝Î”ÏÎÅÅı•Ï⁄ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ”ÎÏÅÅıÎÅÏˇØÏÎÅÅıÎÅÏˇØÎÎÅÅıÏÅÏˇØÎÏÅÅıÎÅÏˇØÎÎÅÅıÎÅÏˇØÏÎÅÅıÏÅÏˇØÎÏÅÅıÎÅôÏÎÅÅı ÎÅÏ˛ˇˇ¸ˇ˝ˇøÎÎÅÅıÏÅÏˇˇ˙ˇ˝ˇøÎÏÅÅı!ÎÅÏˇˇˇ˚ˇ˛ˇ¿ÎÎÅÅı#ÎÅÏ˛ˇˇˇˇˇˇˇøÏÎÅÅı$ÏÅÏˇˇˇˇˇˇˇˇøÎÏÅÅı$ÎÅÏˇˇˇ˝ˇˇˇˇ¿ÏÎÅÅıÎÅ‚ˇπÎÎÅÅıÏŲˇ∏ÎÏÅÅıÎÅôÎÎÅÅıÎÅôÏÎÅÅıÏÅôÎÏÅÅıÎÅôÏÎÅÅıÎÅôÎÎÅÅıÏÅôÎÏÅÅıÎÅôÎÎÅÅıÎÅôÏÎÅÅıÏÅôÎÏÅÅıÎÅôÏÎÅÅıÚ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅÅıÙÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏkÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÅÅıÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê0 °Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1120. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę∏j¯a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ,Ͳˇˇˇ˛ˇˇ˚ˇ˚ˇ˛˛ˇ˘˛ˇ˘˛ˇ˛˛ˇÅÅÅ€:͡˛ˇ˝
  1121. ˇˇ˛ˇˇ˝ˇ˛˛˛˘ˇ˘ˇ˛ˇ˛˛˛ÅÅÅ€8͡˛ˇˇ˛ˇ˝ˇ˝ˇ˝ˇˇ¸ˇ˙ˇ˘ˇ˛ˇˇ˛ˇÅÅÅ€6Ρ˛ˇˇˇ˝ˇ˝ˇ˝ˇˇ¸ˇ˙ˇ˘ˇ˛ˇ˛ˇÅÅÅŸAΡ˛ˇˇ˛˝ˇ˝ˇˇ˛ˇˇ˛¸ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇÅÅÅ⁄9Ïˇ˛ˇ˛ˇˇ˝ˇ˝ˇˇˇ¸ˇ˙ˇ˘ˇ˛ˇˇ˛ˇÅÅÅŸ=Ïˇ˛ˇ˝ˇ˝ˇ˝ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˝ˇ˛ˇˇ˛ˇÅÅÅŸ>Óˇˇ˛ˇˇ˛˛˛˛˛ˇˇ˛ˇˇˇˇˇ˛˘˛ˇ˛ˇˇ¸˛ˇˇ˛ˇˇ˛ÅÅÅ◊ÅÅÅâÅÅÅâÅÅÅâÅÅÅâ#Í˚ˇˇ‰ˇ˘˛ˇ˘ˇ˚˚ˇ‡ˇˇÅÅä/͡˛ˇ‚ˇˇ˙ˇ˛ˇ˙ˇ˙ˇ˝˛ıˇÌˇÅÅâe͡ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇ˙ˇ˛ˇ˚ˇˇ˚ˇ˝ˇˇˇ˝˛ˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇÅÅébνˇ˛ˇˇˇ˛ ˇˇˇˇˇ˙ˇ˘˛ˇ˙ˇˇ˚ˇ˝ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇÅÅémΡˇ˛ˇˇ˛˛˛ˇˇ˛ˇ˛˙˛˛˛ˇˇ˛˛˛¸ˇ˛ˇ¸˛˛ˇ˛ˇˇ˛ˇ˛¸ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇÅÅéYÏˇ˚ˇ˛ˇˇ˝    ˇˇˇˇ˜ˇ˙ˇ˛ˇ¸¸ˇ¸ˇˇˇ¸ˇ¸ˇˇˇ˛ˇˇˇˇ˝ˇˇÅÅäcÏˇ˚ˇˇ˚ ˇˇˇˇˇ˙ˇ˙ˇ˛ˇ˝ˇ¸ˇ˝ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇÅÅçòůÄú˜HHê4 ¢Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1122. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜¯ja'gÓˇˇ˛˝˛ˇˇˇ˛˝ˇˇ˛˛ˇˇˇ˙ˇ˛ˇ˙˛ˇ¸ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛˝ˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ÅÅã„ˇ˛ˇØˇ˛ˇÅÅÉ„˛ˇ≠˛ˇÅÅÅÅÅÅâÅÅÅâ\ͲˇÙˇ˛ˇˇ˜˛ˇ˛˛ˇÛˇÏˇˇıˇˇÊˇˇ¸˚ˇ˛ˇˇ˛ˇ˚ˇÛˇ˛ˇÍˇÌ˛ˇ‹˛ˇ˛˛ˇÚ˛ˇÍˇÅœ[͡ӡˆˇˇ˛ˇ˛ÈˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˚ˇÔ˛ˇ”ˇ¯˛Òˇıˇˇ˛ˇ˛ˇÅµÍˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ
  1123. ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˛˛ˇ˛˛ˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˚ˇˇˇˇ˛ˇˇˇˇ˛ˇ¸˛ˇ˛ˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ¸    ˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇÅ⁄&Ρ˛ˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˛ ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚˝ˇˇˇ˛ˇˇ˛ˇˇ˛ ˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˜ˇ˛ˇˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇÅÿΡ˛ˇˇˇˇ˛ ˇ˛ˇˇˇ˛ˇ¸ˇˇˇ˛˛ˇˇ˚ ˇ˛ˇˇ˛˛˛ˇ˛˛˛ˇˆˇ˛ˇ˛ˇ¸˛˛ ˛ˇˇ˛ˇ˚    ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛˛ˇˇ˛˛˛˛˛ˇˇ˛ˇˇˇ˛ ˇ˛ˇˇ˛˜ˇ˛ˇˇˇ˛ˇ˛˛˛¸ˇˇ˛ˇ¸ˇˇˇ˛˛ˇˇ˘ˇ˛ˇˇˇ˛ˇˇˇ˛˛ ˛ˇˇ˛ˇÅÿÏˇ˛ˇˇ˝ ˇˇˇˇˇ˘ˇˇˇˇˇˇ˚ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ˝ˇ¸ˇ˛ ˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  1124. ˇˇˇˇˇˆˇ˛ˇˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇ˘ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  1125. ˇˇˇˇˇÅ÷Ïˇ˛ˇˇˇˇˇˇˇˇˇ¸ˇ¸ ˇˇˇˇˇ˛ ˇˇˇˇˇ˛ ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇ˚ˇˇˇˇÙˇ˛ˇˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇ˚ˇˇˇˇÅ‘.Óˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛¸ˇˇ˛˛ ˛ˇˇˇˇ˛ˇ˛˛˛˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˝˛ˇˇˇˇ˛ˇ˛˝˛ˇˇˇ˛ˇˇ˛ˇ˛˝˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛˛˛¸ˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˙ˇˇˇ˛¸ˇˇ˛˛ ˛ˇˇˇˇ˛ˇ˛¸ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇÅ÷(ôˇüˇ˛ˇ˜ˇ˛ˇ¶ˇ˛ˇ˜ˇ˛ˇÅ◊õˇù˛ˇı˛ˇ§˛ˇı˛ˇÅ’ÅÅÅâÅÅÅâ,È˛ˇ˛˛ˇ˛˛ˇflˇ˛ˇˇÌ˛ˇ˛˛ˇ˛˛ˇÊˇˇÅÅò>Ρ˛ˇˇ˛ˇˇ˛ˇˆˇÁ˛Ó˛˛˛ˇ˛ˇ˛˛˛ˆ˛Ú˛ÅÅólÁˇˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ˙¸ˇ˝ˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˙ˇˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ˘˛ˇ˛ˇˇ˛ˇˇ˛˝ˇÅÅ®y͡ˇˇ˛ˇ˛ˇ˚ ˇˇˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇ˚ˇˇ˙ˇˇ˛ˇ˛ˇ˚ ˇˇˇˇˇ˙ˇˇˇˇˇˇ˛ˇˇÅÅ®vˡ˛ˇ˛ˇ˛ˇ¸
  1126. ˛ˇˇˇˇ˜ˇˇˇ˛ˇˇ˛˛ˇ˙ˇ˙ˇ˛ˇ˛ˇˇ˛ˇ¸
  1127. ˇˇˇ˛ˇ˘ˇˇ˛˛ˇ˛ˇ˛˛˛ˇÅÅ®nÈˇ¸ˇˇ˛ˇ¸ˇˇˇ˝ˇ¯ˇˇˇˇˇˇˇ˜ˇ˚ˇ˝ˇ˛ˇˇ˛ˇ¸ˇˇˇ˝ˇ˙ˇˇˇ˝ˇ˚ˇˇÅÅßÌˇ˛ˇ˝ˇˇ˛ˇ¸ ˇˇˇˇˇ˜ˇˇ˛ ˇˇˇˇˇ˚ˇˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇ¸ ˇˇˇˇˇ˙ˇˇˇˇˇˇ˛ˇˇÅÅß}Ìˇ˛ˇ˛ˇˇ˝ˇ˛ˇ˚˛ˇˇ˝ˇ˛ˇˇ˛ˇ˙ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˚ˇˇ˛ˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇ˛˚ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ¸ˇ˛ˇˇˇˇ˛ˇˇ˝˛ˇˇÅÅ•ÿˇ∑ˇ›ˇÅÅ£⁄˛ˇπ˛ˇfl˛ˇÅÅ£ÅÅÅâò@@˜@˜jTa¡¡¡¡¡¡¡¡¡¡¡¡¡˛ 0˸œ˛@ 0˛@œ˛ ßû#ñœ6Ï∞    cÄ—DíIíI$§Ä)–$íOíI$ºÄ(–…$êQ$íIA"P–)$íë$íII"R–¸sò€∏igÓÿÄ—˛@˝ Œ˛q¿˝‡ Œ¡¡
  1128. ¿fÃ˛D@–∂sE≥ΩòÓX—ƒ%)Hâ)$H¢@—$%xâ&$8¢@—HJ Ä    BHëDÄ—HJRdê    RHëDÄ—8k∞¬?sxx—sÄ—˘ ˘ ¡¡ €¸Ã
  1129.  "Ã
  1130. l˝lsñÃ
  1131. $JQ$HêÃ
  1132. $IëHêÃ
  1133. Hê¢Hë  Ã
  1134. Hî¢Hë àDÃ
  1135. ¯fi.hú‡‚á¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘTjîa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜îj∞a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê0 £Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1136. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜jTa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÁˇÚˇˇı˛ˇˇ“˛ˇÅÅů!Ë˛Òˇˆˇ˛ˇˇ‰˛ÔˇÅÅň[Èˇˇ˝ˇ˝ˇ˛ˇ˛ˇˇ¸ˇ¸ˇ˛ˇ
  1137. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇˇˇˇ˘ˇˇˇˇ˛˛ˇÅÅÇ^͡ˇ˛ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅÅ^Ρ˛ˇˇˇ˛ˇˇ˛ˇ˛˝ˇ˙ˇ˛ ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˜˛˛˛ˇˇÅÅÅ˛Xϸˇˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ¸ˇ˜ˇ˛ˇˇˇÅÅÅ˝cÌˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅÅgÓˇˇ˛ˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇˇ˙ˇ˛ˇ˝
  1138. ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇˇˇ˛ˇ˛ˇˇ˝ˇ˛ ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇÅÅÇÊˇ¸ˇŸˇËˇÅÅÅÓ˲ˇ˛˛ˇ€˛ˇÍˇÅÅÅÏÅÅÅâÅÅÅâ͸ˇÊ˛ˇÏˇˇˇˇˇÅÅŇ$͡˛ˇÊˇË˛˛˛ÙˇÙ˛ÅÅÅ˚a͡˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇˇ˘ˇˇˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅÜ`νˇ˛ˇ˝ˇˇˇˇˇˇ˚ˇ˝    ˇˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÉ`Ρ˛ˇˇ˝ˇˇ˛˝˛ˇ˛˚ˇ˝˛˛ˇˇˇ˛ˇ˘ˇˇ˛
  1139. ˇ˛ˇˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ˛ˇˇÅÅÉYÏˇ˛ˇˇ˝ˇˇˇ˝ˇ¯ˇ˝ˇ¸ˇˆˇˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÇdÏˇ˛ˇˇ˝ˇˇˇˇˇˇ˚ˇ˛
  1140. ˇˇˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÇcÓˇˇ˛ˇˇ˛ˇ˝˛ˇˇˇˇ˛ˇˇ˚ˇˇ˛˛ˇˇˇ˝ˇ˛˝ˇ˛˛ˇ ˛ˇˇ˛ˇˇˇˇ˛˛ˇ˝˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇÅÅÇ ªˇÅÅÅ– ΩˇÅÅÅŒÅÅÅâÅÅÅâͲˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅ·+͡˛ˇˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅ·?͡˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˙ˇ˘ˇÅÅÅ·BΡ˛ˇˇ˛
  1141. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˙ˇˇ˘ˇÅÅÅflAΡ˛ˇˇ˛
  1142. ˇˇ˛ˇ˛˛˛˛˛ˇˇ˛ˇˇ˛ˇ˛¯ˇ˚ˇÅÅÅfi@Ïˇ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¯ˇ¸ˇÅÅÅ‹IÏˇ˛ˇˇ˛
  1143. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˝ˇ˛ˇÅÅÅflIÓˇˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛
  1144. ˇˇ˛ˇ˛ˇˇ˛
  1145. ˇˇˇ˛ˇ˛ˇ¸ˇ˛ˇ˛ˇˇ˛ˇˇÅÅÅ›ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê4 §Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1146. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘTjîa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê0 •Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1147. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜îj∞a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜∞jÔa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘÔj/a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜/jKa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê4 ¶Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1148. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜∞jÔa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê0 ßIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1149. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘÔj/a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê4 ®Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1150. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜/jKa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜Kjãa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘãjÀa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜ÀjÁa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê0 ©Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1151. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜Kjãa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê4 ™Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1152. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘãjÀa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê0 ´Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1153. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜ÀjÁa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅ⡽®@ˇ ˇˇˇˇ@
  1154. ˇ·ˇ‚7^
  1155. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äImages
  1156. , (‡1-13
  1157. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  1158. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  1159. 4Å4w?òÄ
  1160. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  1161. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  1162. ˇ˛ˇ˛
  1163. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  1164. ˇ˛ˇ˛
  1165. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  1166. ˇ˛ˇ˛
  1167. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  1168. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  1169. ˇ˛ˇ˛
  1170. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  1171. ˇ˛ˇ˛˛˛ˇ˝
  1172. ˇ˛ˇ˛
  1173. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  1174. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  1175. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  1176. ˇ˛ˇ˛
  1177. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  1178. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  1179. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  1180. ˇˇˇ˛
  1181. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähfi(eäQuickDraw also pr≥†°dONLNd\fih)Tovides r °dONLNd\h )$<outines that allow you to perform a variety of mathematical °dONLNdUiäu“(räcalculations on rÚ‡°dONLNdfi“u®)H0ectangles—changing their sizes, shifting them ar⁄@°dONLNdñi®uÙ)÷ound, and so on. 
  1182. ÉHë4ÑHë    °dONLNd®Çäçù(ääNote
  1183. ˇ·ˇ‚7^
  1184. °dONLNd≠èäõö*PurU¿°dONLNd∞èöõ⁄)ely speaking, rº†°dONLNdøè⁄õfi)@eÜ@°dONLNd¿èflõ@)ctangles and points ark@°dONLNd÷è@õP)ae mà‡°dONLNdŸèPõº)athematical entities that °dONLNdÛõäߺ(§ä have no dir—@°dONLNd˛õºßŒ)2ect ríÄ°dONLNdõœß›)epr#@°dONLNdõfiß8)esentation on the scrè`°dONLNdõ8ßn)Z een. The borÒ‡°dONLNd'õnߣ)6ders of the rÚ†°dONLNd4õ£ß )5    ectangle °dONLNd=ßä≥í(∞äarE°dONLNd?ßì≥©)    e infiU °dONLNdEß©≥f).nitely thin, lying along the lines of the coor´¿°dONLNdsßf≥ô)Ω dinate grid. °dONLNdßö≥¢)4 T»‡°dONLNdÅß°≥≈)    o give a °dONLNdä≥äøç(ºärE°dONLNdã≥éøU)-ectangle a shape that can be drawn on the scr‰ °dONLNd∏≥Uø≈)«een, you must use one of .°dONLNd—øäÀÙ(»äQuickDraw’s drawing rR`°dONLNdÊøÙÀ;)joutines, such as ,
  1185. CourierR`°dONLNd˜ø;Àq)G    FrameRectR`°dONLNdøqÀÜ)6 and R`°dONLNdøÜÀº)    PaintRectR`°dONLNdøºÀø)6.,Zapf Dingbats.R`°dONLNd¬ƒ  )u
  1186. °dONLNd–ä‹ê(ŸäY@Ä°dONLNd–ê‹≥)ou use r臰dONLNd–≥‹ )#ectangles known as °dONLNd.– ‹i)Ybounding rectangles™†°dONLNdA–i‹á)] to defiT†°dONLNdI–à‹Û)ne the outmost limits of °dONLNdb›äÈ£(Êäother EÄ°dONLNdh›§È)shapes, such as ovals and r†°dONLNdÉ›ÈC)wounded r¶¿°dONLNdã›CÈÿ)("ectangles. The lines of bounding rü†°dONLNd≠›ÿÈ)ï
  1187. ectangles °dONLNd∑Íäˆ(Ûä6completely enclose the shapes they bound; in other worD@°dONLNdÌÍĈ¿)ˆds, no pixels fr˛‡°dONLNd˝Í¿ˆ
  1188. )@om these shapes °dONLNd˜äŸ(älie outside the infi°dONLNd!˜⁄n)P#nitely thin lines of the bounding raÄ°dONLNdD˜nô)î
  1189. ectangles.°dONLNdO    äö(äAn ò†°dONLNdR    ö≠)oval
  1190. ¿°dONLNdV    ÆÃ)     is a cirÕ¿°dONLNd_    ÃF)cular or elliptical shape defi\¿°dONLNd}    G©){ned by the bounding r‡°dONLNdí    ™ )cectangle that encloses °dONLNd©ä"í(äit.*¿°dONLNd¨ì"ï)     ™¿°dONLNd≠ï"Æ)If the :Ä°dONLNd¥Ø"‹)    bounding Ù¿°dONLNdΩ‹"fl)-rπ¿°dONLNdæ‡"))ectangle is squar °dONLNdœ*")J7e (that is, has equal width and height), then the oval °dONLNd#ä/¶(,äis a cir√°dONLNd#¶/Ó)cle, as shown in @°dONLNd#Ô/)IFigur€°dONLNd$#/)e 1-9xÄ°dONLNd)#/).
  1191. QHb4RHb"RH]
  1192. ˇ·ˇ‚7^    °dONLNd+GäR¥(Oä
  1193. Figure 1-9°dONLNd6GÃRÍ)BAn oval
  1194. bäÎ4aâbäò@@ˆ@ˆbä¢Ä¡Ρ¯ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸Ÿò@@Ĉ@Ĉ¢ä‚ÄΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸Ÿò@ÄúˆÄúˆ‚ä˛ÄΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸ŸΡ¸Ÿ?Ρ¸Ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ ¿«  @Q  ,ˆpQ òň@ˆHHê0 ¨Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1195. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆbä¢Ä'ÅÅÅãƒ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅÅ»ÎÅ«ÎÎÅÅ…ÏÅ«ÎÏÅÅ…ÎÅ«ÎÎÅÅ…ÎÅ«ÏÎÅÅ…ÏÅ«ÎÏÅÅ…ÎÅ«ÏÎÅÅ…ÎÅ«ÎÎÅÅ…ÏÅ«ÎÏÅÅ…ÎÅ«ÎÎÅÅ…ÎÅ«ÏÎÅÅ…ÏÅ«ÎÏÅÅ…NΈ¸ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇΡ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˇˇ√ÏÎÅÅ…Έˇ’͡’ˇ√ÎÎÅÅ…ÏÕ˜ˇˆ˜ˇŸˇ√ÎÏÅÅ…Ζ˘ˇÏ˘ˇ‹ˇ√ÎÎÅÅ…Έˇfi˙ˇÊ˙ˇfiˇ√ÏÎÅÅ…ψˇ·˚ˇfi˚ˇ¢ÎÏÅÅ…Έˇ„˚ˇ⁄˚ˇ§ÏÎÅÅ…ΈˇÂ¸ˇ‘¸ˇÂˇ√ÎÎÅÅ…ψˇÁ¸ˇ–¸ˇÁˇ√ÎÏÅÅ…ΈˇË¸ˇŒ¸ˇËˇ√ÎÎÅÅ…Îfi¸ˇ ¸ˇÍˇ√ÏÎÅÅ…Ïfl˝ˇΔ˝ˇÎˇ√ÎÏÅÅ…ΈˇÏ˝ˇƒ˝ˇÏˇ√ÏÎÅÅ…ΈˇÓ˝ˇ¿˝ˇØÎÎÅÅ…ψˇÔ˝ˇæ˝ˇ∞ÎÏÅÅ…Έˇ˝ˇº˝ˇˇ√ÎÎÅÅ…ΈˇÒ˛ˇ∏˛ˇÒˇ√ÏÎÅÅ…ψˇÚ˛ˇ∂˛ˇÚˇ√ÎÏÅÅ…ÎÁ˛ˇ¥˛ˇÛˇ√ÏÎÅÅ…Î˲ˇ≤˛ˇÙˇ√ÎÎÅÅ…ψˇı˛ˇ∞˛ˇıˇ√ÎÏÅÅ…Έˇˆ˛ˇÆ˛ˇ∑ÎÎÅÅ…Έˇ˜˝ˇÆ˝ˇ∏ÏÎÅÅ…ψˇ˜˛ˇ¨˛ˇ˜ˇ√ÎÏÅÅ…Έˇ¯˛ˇ™˛ˇ¯ˇ√ÏÎÅÅ…Έˇ˘˛ˇ®˛ˇ˘ˇ√ÎÎÅÅ…%ÏÌˇˇ¶ˇˇ˘ˇÓˇˇˆˇ‰ÎÏÅÅ…%ÎÓ˛ˇ¶˛ˇ˙ˇÔˇˇ˜ˇ‰ÎÎÅÅ….Έˇ˚˛ˇ§˛ˇ˚ˇˇ˝ˇˇ¸ˇˇ‰ÏÎÅÅ….ψˇ˚ˇˇ¢ˇˇÈˇ˝ˇˇˇ˛ˇˇˇ‰ÎÏÅÅ…,Έˇ¸˛ˇ¢Îˇ¸ˇˇˇˇˇˇˇˇ‰ÏÎÅÅ…0Έˇ¸ˇˇ†ˇˇ¸ˇÓˇˇ˛ˇ˛˛ˇˇ‰ÎÎÅÅ…ψˇ˝˛ˇ†˛ˇ˝ˇ√ÎÏÅÅ… Έˇ˝ˇˇûˇˇ˝ˇ√ÎÎÅÅ…ÎÚ˛ˇû˛ˇ˛ˇ√ÏÎÅÅ…ÏÚˇˇúˇˇ˛ˇ√ÎÏÅÅ…Έˇ˛ˇú˛ˇˇ√ÏÎÅÅ…Έˇ˛ˇú˛ˇ¿ÎÎÅÅ…ψˇˇˇöˇˇ¿ÎÏÅÅ…Έˇ˛ˇö˛ˇˇ√ÎÎÅÅ…Έˇˇˇòˇˇˇ√ÏÎÅÅ…ψˇˇˇòˇˇˇ√ÎÏÅÅ…ÎÙˇˇòˇˇˇ√ÏÎÅÅ…Îı˛ˇò˝ˇ√ÎÎÅÅ…ψ˛ˇñ˛ˇ√ÎÏÅÅ…Έ˛ˇñˇˇ¬ÎÎÅÅ…Έ˛ˇñˇˇ¬ÏÎÅÅ…ψ˛ˇñ˛ˇ√ÎÏÅÅ…Έ˛ˇñ˛ˇ√ÏÎÅÅ…Έˇˇîˇˇ√ÎÎÅÅ…ψˇˇîˇˇ√ÎÏÅÅ…òň@ĈHHê, ≠IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1196. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ¢ä‚Ä'Έˇˇîˇˇ√ÎÎÅÅ…Έˇˇîˇˇ√ÏÎÅÅ…ψˇˇîˇˇ√ÎÏÅÅ…Έˇˇîˇˇ√ÏÎÅÅ…Έˇˇîˇˇ√ÎÎÅÅ…ψˇˇîˇˇ√ÎÏÅÅ…Έˇˇîˇˇ√ÎÎÅÅ…Έˇˇîˇˇ√ÏÎÅÅ…ψˇˇîˇˇ√ÎÏÅÅ…Έ˛ˇñ˛ˇ√ÏÎÅÅ…Έ˛ˇñˇˇ¬ÎÎÅÅ…ψ˛ˇñˇˇ¬ÎÏÅÅ…Έ˛ˇñ˛ˇ√ÎÎÅÅ…Έ˛ˇñ˛ˇ√ÏÎÅÅ…ψ˝ˇò˝ˇ√ÎÏÅÅ…ÎÙˇˇòˇˇˇ√ÏÎÅÅ…ÎÙˇˇòˇˇˇ√ÎÎÅÅ…ψˇˇˇòˇˇˇ√ÎÏÅÅ…Έˇ˛ˇö˛ˇ¡ÎÎÅÅ…Έˇˇˇöˇˇ¿ÏÎÅÅ…ψˇ˛ˇú˛ˇˇ√ÎÏÅÅ…Έˇ˛ˇú˛ˇˇ√ÏÎÅÅ… Έˇ˛ˇˇúˇˇ˛ˇ√ÎÎÅÅ…ÏÚ˛ˇû˛ˇ˛ˇ√ÎÏÅÅ…ÎÒˇˇûˇˇ˝ˇ√ÎÎÅÅ…Έˇ˝˛ˇ†˛ˇ˝ˇ√ÏÎÅÅ…ψˇ¸ˇˇ†ˇˇΩÎÏÅÅ…Έˇ¸˛ˇ¢˛ˇΩÏÎÅÅ… Έˇ˚ˇˇ¢ˇˇ˚ˇ√ÎÎÅÅ…'ψˇ˚˛ˇ§˛ˇ˚ˇÔ˛ˇÔˇˇÏÎÏÅÅ…)Έˇ˙˛ˇ¶˛ˇ˙ˇÔˇˇˇÎÎÎÅÅ…:ÎÌˇˇ¶ˇˇ˘ˇÔ ˇˇˇˇˇ˝ˇ˛˝ˇ˛ˇ˛ˇıÏÎÅÅ…<ÏÌ˛ˇ®˛ˇ˘ˇÔ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇıÎÏÅÅ…AΈˇ¯˛ˇ™˛ˇ¯Ûˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇıÏÎÅÅ…8Έˇ˜˛ˇ¨˛ˇ‰˛ˇˇˇ˛˝ˇˇ˝ˇˇˇ˛ˇıÎÎÅÅ…ψˇ˜˝ˇÆ˝ˇ≈ˇıÎÏÅÅ…"Έˇˆ˛ˇÆ˛ˇˆˇ”˛ˇÙÎÎÅÅ…Έˇı˛ˇ∞˛ˇıˇ√ÏÎÅÅ…ψˇÙ˛ˇ≤˛ˇÙˇ√ÎÏÅÅ…"ÎÁ˛ˇ¥˛ˇÛˇ‰ˇÛˇÏÎÅÅ…"ÎÊ˛ˇ∂˛ˇÚˇ‰ˇÛˇÎÎÅÅ…>ψˇÒ˛ˇ∏˛ˇÒˇ
  1197. ˇˇˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇˇÛÎÏÅÅ…8Έˇ˝ˇº˝ˇfiˇ¸ˇˇˇˇˇˇˇˇˇ¸ˇÙÎÎÅÅ…8ΈˇÔ˝ˇæ˝ˇ›ˇˇ˛ˇ˝˛ˇˇˇˇˇˇˇˇÒÏÎÅÅ…=ψˇÓ˝ˇ¿˝ˇÓˇˇ˛˛ˇ˛ˇ¸ˇˇˇ˛ˇˇ˛ˇÙÎÏÅÅ…"ΈˇÏ˝ˇƒ˝ˇÏˇ◊ˇÓÏÎÅÅ…"ΈˇÎ˝ˇΔ˝ˇÎˇ⁄˛ˇÌÎÎÅÅ…Ïfi¸ˇ ¸ˇÍˇ√ÎÏÅÅ…΋¸ˇŒ¸ˇËˇ√ÎÎÅÅ…ΈˇÁ¸ˇ–¸ˇÁˇ√ÏÎÅÅ…ψˇÂ¸ˇ‘¸ˇ¶ÎÏÅÅ…Έˇ„˚ˇ⁄˚ˇ§ÏÎÅÅ…Έˇ·˚ˇfi˚ˇ·ˇ√ÎÎÅÅ…ψˇfi˙ˇÊ˙ˇfiˇ√ÎÏÅÅ…Έˇ‹˘ˇÏ˘ˇ‹ˇ√ÎÎÅÅ…ÎÕ˜ˇˆ˜ˇŸˇ√ÏÎÅÅ…Ï…Íˇ’ˇ√ÎÏÅÅ…QΈ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇÚˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˇ√ÏÎÅÅ…ÎÅ«ÎÎÅÅ…ÏÅ«ÎÏÅÅ…ÎÅ«ÎÎÅÅ…ÎÅ«ÏÎÅÅ…ÏÅ«ÎÏÅÅ…ÎÅ«ÏÎÅÅ…òňÄúˆHHê0 ÆIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1198. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ‚ä˛Ä'ÎÅ«ÎÎÅÅ…ÏÅ«ÎÏÅÅ…ÎÅ«ÎÎÅÅ…ÎÅ«ÏÎÅÅ…ÏÅ«ÎÏÅÅ…≈˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅ…ƒÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅÅ…ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãͲˇË˛ˇ¯˛ˇ˛˛ˇÅÅÅ”"͡¯ˇˇ¯ˇ˛ˇˇ˛ˇÅÅÅ”2Ͳˇˇˇ˛ˇ˛ˇˇˇˇ˛˙˛¯ˇ˛ˇ˛˛˛ÅÅÅ”ò@@ˆ@ˆ˛ä>Ä $ë ¢  $ë Ëû  I" @  I" D  Ÿ„ů` ¡¡¡¡˘˛é˛–˛¢˛–&5µ∞¢,mÑ–ƒë$êD
  1199. $"åà–Dë$—<$"Sà–¬I ">HD©–    I  "AHDI–9√yć8¿«ÿpçp–˛ Δ˛ÄΔ¡¡!¿« 0·à ¿@fl åòA    ¸$‡$ ,vqÅTaÕgqŒãÂéá7«,    -å5¨h$≥≠¿‚$ %%$Ç©$â%í…J$§$ë$$§ë% Hí$@‚$ $≈'ÇH‰    %/B$§    $ë$"$úë% àí$@‚$ HJHíHJ!$0ÑIH$I"HDIH¬IÅ$HÄ‚$ JJIIJ)$2îIH$I"HDIIJ$HÄ‚#fl;ÃsL~Àú‹Öò«;x~=œ9ÿù∑iœ€ÇweŒ·ÙĈ @fi ııÄ›¡¡€˛8„Äw@áp€ ¸ ä(ÇD@D@@€l˝lvr¿ÌÊ 
  1200. (ápDF¡D<Á@€$JQ$EBJRdN U p$íÄ€$IëEAàû—¿U˛à$åÄ€Hê¢Hä$Äí  ¢@DI!⁄Hî¢Hä$Ñî§!"
  1201. @D
  1202. EI$!⁄¯fi.hªùé1å8à6q¿·pÁ⁄ÎÄÿÏÄÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ 0˸œ˛@ 0˛@œ˛ ßû#ñœ6Ï∞    cÄ—DíIíI$§Ä)–$íOíI$ºÄ(–…$êQ$íIA"P–)$íë$íII"R–ò@@Ĉ@Ĉ>ä~ĸsò€∏igÓÿÄ—˛@˝ Œ˛q¿˝‡ Œ¡¡
  1203. ¿fÃ˛D@–∂sE≥ΩòÓX—ƒ%)Hâ)$H¢@—$%xâ&$8¢@—HJ Ä    BHëDÄ—HJRdê    RHëDÄ—8k∞¬?sxx—sÄ—˘ ˘ ¡¡`0@¯ “@ Ä à‘qã0∂Î∏KpÑ÷cùÀ’…îàêíäHàAë)H’'ìàpíRHHAëËH’R!) E$§êêÇ"(ê’R!) e$DêPÇ!"R(ê’·çq†∂‹ár1èá„.p’¯Õ¯ Õ¡¡ €¸Ã
  1204.  "Ã
  1205. l˝lsñÃ
  1206. $JQ$HêÃ
  1207. $IëHêÃ
  1208. Hê¢Hë  Ã
  1209. Hî¢Hë àDÃ
  1210. ¯fi.hú‡‚á¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ~äöÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê, ØIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1211. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ˛ä>Ä'3Ρ˛    ˇˇˇˇ˛ˇ˛ˇ˚ˇ¯ˇ˛ˇˇ˛ˇÅÅÅ“7Ρ˛    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ¸˛ˇˇ˛ˇ˝ˇÅÅÅ“1Ï˛˛    ˛ˇˇˇ˛ˇ˛ˇ˚˛¯ˇ˛ˇ¸˛ÅÅÅ—5Ïˇ˛    ˇˇˇˇ˛ˇ˛ˇ˚ˇ˛ˇ¸ˇ˛ˇ˝ˇÅÅÅ–)Ó˛ˇ˛ˇˇˇ˝ˇ˛˛ˇ˚˚ˇ˚˛ˇ˛ˇˇÅÅÅŒÅÅÅãÅÅÅãÅÅÅãÅÅÅã#Í˚ˇˇ‰ˇ˘˛ˇ˛˛ˇ˘ˇ‰ˇˇÅÅÇ)͡˛ˇ‚ˇˇ˙ˇ˛ˇˇ˛ˇ˙ˇ„ˇÅÅÅWͲˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛˘ˇ˙ˇ˛ˇˇ˛ˇ˚ˇ˛ˇˇˇ˚˛ˇ    ˇˇˇˇ˛ˇ˝ˇÅÅÅ[νˇ˛ˇˇˇ˛ ˇˇˇˇˇ˙ˇ˙ˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇˇˇ˛ˇÅÅÅ]Ρˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˙ˇ˛˛ˇˇ˛ˇ˝ˇ¸ˇ˛ˇˇˇ˝ˇ˛ˇˇˇ˛ˇ˛ˇÅÅÅUÏ˛˚ˇ˛ˇ˛˝    ˇ˛ˇˇ˜ˇ˙ˇ˛ˇ¸ˇ¸˛ˇ˛ˇ˛ˇ˝˛˛
  1212. ˛ˇˇˇˇ˛ˇÅÅÅˇVÏˇ˚ˇˇ˚ ˇˇˇˇˇ˙ˇ˙ˇ˛ˇ˝ˇ¸ˇ¸ˇˇˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇÅÅÅˇNÓ˛ˇ˝˛ˇ˛ˇ˝ˇˇ˝ˇˇˇ˙˛ˇ˙˛ˇ˛ˇˇ˚ˇˇ˛¸ˇˇˇ˝˛ˇ˝ˇ˛ˇˇˇ˛ˇÅÅÅˇ„ˇ˛ˇÅÅÅÆ „˛ˇÅÅŨÅÅÅãÅÅÅãQͲˇÙˇ˛ˇˇ˜˛ˇ˛˛ˇÛˇÏˇˇıˇˇÁˇˇ¸˚ˇ˝ˇˇ˛ˇ¸ˇÔˇ˛ˇÍˇˇ˛ˇÅÅ˚L͡ӡˆˇˇ˛ˇˇÈˇÙˇˆˇˇˇËˇ˚ˇ˛ˇ¸ˇ˚ˇÏˇˇ◊ˇˇ¯ˇÅɀͲˇˇˇ˛
  1213. ˇˇ˛ˇˇˇˇ˛˛˛ˇ˚˛ˇ˛ˇ˛ˇˇ˝˛ˇˇˇˇ˛ˇˇˇˇ˛ˇˇ˛˛˛ˇˇ˛ˇ¯ˇ˛ˇˇ˛˛˛ˇˇ˛ˇˇ˛ˇ˛˛ˇ˚ˇˇ˝ ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˚ ˇ˛ˇˇˇ˛ˇ˛ˇˇ˝ ˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇÅç‡Îˇ˛ˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˛ ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚˝ˇ˛ˇˇ˛    ˇˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇˇ˛ˇˇˇ˛ˇˇ˛ˇÅç€Îˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ¸ˇˇˇ˛˛ˇˇ˚ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚ˇˇ˛ˇˇ˛    ˇˇˇˇ˛ˇˇˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇÅç◊Ï˛˛˛ˇ˝ ˛ˇˇ˛ˇ˘˛ˇˇˇ˛ˇ˚ ˇˇ˛ˇˇ˛ˇ˝ˇˇ˛˘ˇ˛ˇˇ˝ˇ˝˛˛ ˛ˇˇ˛ˇ˚ˇ˚ˇ˛˛    ˛ˇˇˇ˛ˇ˛ˇ˝˛˛˛˛ ˛ˇˇ˛ˇ˛ˇ˛˝
  1214. ˇ˛ˇˇˇ˚ˇ˛ˇ˛ˇˇ˛˛˛ˇ˛ˇÅåfiÏˇ˛ˇˇˇˇˇˇˇˇˇ¸ˇ¸ ˇˇˇˇˇ˛ ˇˇˇˇˇ˛ ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛    ˇˇˇˇ˛ˇˇˇ˝ˇ˛ˇ˛ˇˇˇˇˇˇ˚ˇˇˇˇ˘ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇÅå“Ó˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ˛˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˛ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˛˝ˇ˛ˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇÅäôˇúˇ˛ˇ˜ˇ˛ˇÅÅÌõˇö˛ˇı˛ˇÅÅÎÅÅÅãÅÅÅãEͲˇˇˇˇˇ‚ˇÎˇÓ˛ˇ˛˛ˇ˛˛ˇÒ˛ˇ˛ˇˇÛˇ˝˛ˇ˛˛ˇÎ˛ˇ˛ˇÅÅ◊\͡˛ˇˇÙˇÙˇ‘ˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇ˜ˇ˛ˇ˛ˇıˇˇ˛ˇ˛ˇˇ˛ˇˆˇ˜ˇ˝ˇÅÅ’¶Í˛˛ ˛ˇˇˇˇˇ˛ˇ
  1215. ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇ˚˛ˇˇˇ˛˛ˇˇˇ˛ˇ¯ˇˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇˇ˛¸ˇ˛ˇ˛ˇ˛ˇˇˇˇ¸˛˙˛ˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇˇ˛˝ˇ˝ˇÅÅ’õΡ˛ˇˇ˛
  1216. ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˜ˇˇˇ˛ˇ˛ˇ˚ˇˇˇ˚ˇˇˇˇ¸ˇˇ˚ˇ¸ˇˇ˛˛ˇ˚ ˇˇˇˇˇ˝˚ˇÅÅ‘ñΡ˛ˇˇ˛
  1217. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˝ˇıˇ˝ˇˇ˛ˇ¸ˇˇˇ˙ˇˇˇˇ˚ˇ˙ˇ˙ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ¸ˇ˝ˇÅÅ‘êÏ˛˛˛ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˙ˇˇˇ˛ˇÚˇ¸ˇˇ˛ˇ¸ˇ˝˛˙˛˛˛˙˛˙˛˙˛ˇ˛ˇ¸˛ˇˇ¸˛˝ˇ˝ˇÅÅ”•Ïˇ˛ˇˇ˛
  1218. ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˘ˇ˛ˇ˝ˇˇ˛ˇ¸ˇˇˇ˙ˇ˛ˇ˚ˇˇ˚ˇ˛ˇ˛ˇˇ˛ˇ¸ ˇˇˇˇˇ˝ˇ˝ˇÅÅ”ãÓ˛ˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛˛ˇ˙ˇˇˇ˛ˇ˚˛ˇ˛ˇˇ˝˛ˇ˙˝ˇ˘ˇ˛ˇ¸ˇˇˇˇ˝˛ˇ˛˛ˇ˛˛ˇ˚˛ˇ˝ˇ˛ˇ˝˛ˇ˛ˇÅÅ” Å—ˇÅź Å”˛ˇÅźÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÁˇÚˇˇı˛ˇˇ“˛ˇÅÅÅ˙!ËˇÒˇˆˇ˛ˇˇ‰ˇÔˇÅÅů`È ˇˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˛¸ˇ¸˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇ˛˘ˇ˛ˇˇ˛ˇ˛ˇÅÅÑ^͡ˇ˛ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅÉ[Ρ˛ˇˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇˇ˜ˇ˛ˇˇˇÅÅÅ[Ï˛˛ˇ˛ˇˇˇ˛ˇˇ˙ˇ¸˛ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛¸ˇ˜ˇ˛ˇ˛ˇÅÅÅˇaÌˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅÇòň@ĈHHê0 ∞IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1219. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ>ä~Ä'\Óˇˇ˛˚ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˛ˇ˝ˇ˛˛ˇ˛ˇˇˇˇˇ˛ˇÅÅÑÊ˛¸ˇŸˇËˇÅÅÅ˲ˇ˛˛ˇ€˛ˇÍˇÅÅÅÓÅÅÅãÅÅÅã͸ˇÊ˛ˇÏˇˇˇˇˇÅÅÅ‚$͡˛ˇÊˇËˇ˛ˇÙˇÙˇÅÅÅ˝bͲ˛˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛˙˛¸ˇˇ˝˛ˇ˘ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇÅÅà`νˇ˛ˇ˝ˇˇˇˇˇˇ˚ˇ˝    ˇˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÖXΡ˛ˇˇ˝ˇˇˇ˝˝ˇ˚ˇ˝˝ˇ˝ˇ˘ˇˇ˛
  1220. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅÅÖYÏ˛˛˛ˇ˝˛ˇˇ˝ˇ¯˛˝ˇ¸ˇˆˇˇ˛ˇˇ˛˝ˇ˛ˇ˛ˇˇ˛ˇ˛˛˛ˇÅÅÑdÏˇ˛ˇˇ˝ˇˇˇˇˇˇ˚ˇ˛
  1221. ˇˇˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÑVÓ¸ˇ˛ˇ˝ˇˇˇˇˇ˛ˇˇ˚˚ˇˇˇ˝ˇˇ˝ˇ˛˚ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅÑ ªˇÅÅÅ“ ΩˇÅÅÅ–ÅÅÅãÅÅÅã%͸ˇÙˇˇÁˇˇÓˇˇÙˇÛ¸ˇ¸ˇÅÅé5͡˛ˇÙˇËˇˇˇÚˇˇÙˇ¯ˇ¸ˇ˛ˇÍˇÅņÖͲ˛˛ˇ˛˛˛ˇˇˇˇ˛˛˛ˇ˛ˇˇ˛ˇ˛˙˛˛˛ˇˇ˛ˇˇ˛ˇ    ˇˇ˛ˇˇ˛ˇ˜ ˛ˇˇˇ˛ˇˇ˛˝ˇ˝ˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ÅÅ´νˇˇˇ˛ˇ˝ˇˇˇˇ˛ˇ˛ˇˇ˙ˇˇ˛ˇˇˇˇ˛ˇˇˇˇ¯ˇˇ˛ˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇÅÅ®vΡ˛ˇ˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˝˛ˇ¯ˇˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛˝ˇˇ˚ˇˇ˛ˇˇÅÅ®Ï˛˛˛ˇˇ˛ˇ˝ˇˇˇˇ˛ˇ˛ˇˇ˚˛˛˛ˇˇ˛ˇˇ˛ˇˇ˘ˇ˛˛ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛ˇ˝ˇ˚ˇˇ˛ˇˇÅÅßÇÏˇ˛ˇˇˇ˛ˇ˝ˇˇˇˇ˛ˇ˛ˇˇ˚ ˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇ¸ˇ˛ˇ˝ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇÅÅßuÓ¸ˇ˛ˇˇˇ˛ˇ˝ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇ¸
  1222. ˇˇˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇ˛¸ˇ˝ˇ˛¸ˇ˝˚ˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˛ˇÅÅß≤˛ÛˇÅÅÅ͵ˇˇÛˇÅÅÅËÅÅÅãÅÅÅãͲˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅ„+͡˛ˇˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅ„CͲ˛ ˛ˇˇˇˇˇ˛ˇ
  1223. ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˙ˇ˘˛ÅÅÅ„BΡ˛ˇˇ˛
  1224. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˙ˇˇ˘ˇÅÅÅ·?Ρ˛ˇˇ˛
  1225. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ¯ˇ˚ˇÅÅŇ@Ï˛˛˛ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ¯ˇ¸ˇÅÅÅfiIÏˇ˛ˇˇ˛
  1226. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˝ˇ˛ˇÅÅÅ·>Ó˛ˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˝ˇÅÅÅflÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê, ±Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1227. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ~äöÄ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆöä⁄Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ⁄äÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆä6Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê0 ≤IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1228. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆöä⁄Ä'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê, ≥IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1229. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ⁄äÄ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê0 ¥Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1230. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆä6Ä'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ6ävÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉvä∂Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ∂ä“Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê, µÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1231. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ6ävÄ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê0 ∂IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1232. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉvä∂Ä'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê, ∑IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1233. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ∂ä“Ä'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ“äÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@ĈäRÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆRänÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê0 ∏IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1234. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ“äÄ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê, πIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1235. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈäRÄ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê0 ∫IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1236. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆRänÄ'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãˇÎ@ˇ ˇˇˇˇ@
  1237. ˇ·ˇ‚7^
  1238. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  1239. (‡*1-14    )BImages4^*¿¯
  1240. °dONLNd\lh|(elAn ò†°dONLNd\|hâ)arcÏÄ°dONLNd\âhÊ) is a portion of the cir≤ °dONLNd\Áh)^cumfer‡°dONLNd$\hÏ)6ence of an oval bounded by a pair of radii joining at °dONLNdZiluœ(rlthe oval’s center; an arÜ°dONLNdriœu‚)c@c does not include the bounding radii or any part of the oval’s °dONLNd≤vlÇç(linteriorÀÄ°dONLNd∫våÇë) . m °dONLNdºvëÇò)Aß¿°dONLNdΩvòÇö) '¿°dONLNdævõÇ∏)wedge&Ä°dONLNd√vπÇ)H is a pie-shaped segment of an oval, bounded by a pair of radii joining °dONLNd Élèæ(ålat the oval’s center2°dONLNdÉøèî)S2; a wedge does include part of the oval’s interior膰dONLNdQÉìèò)‘. 1@°dONLNdSÉòè£)ArΩÄ°dONLNdUÉ£èÓ) cs and wedges aro°dONLNdeÉÔèˆ)Le °dONLNdgêlú|(ôldefir °dONLNdkê}úÆ) ned by the ù°dONLNdvêÆú€)1    bounding W@°dONLNdê‹úfl).r@°dONLNdÄê‡ú)    ectangle +°dONLNdâêú)'that  °dONLNdéêú6)enclosß@°dONLNdîê6ú?)es≠‡°dONLNdñê?ú·)    ' the oval, along with a pair of angles °dONLNdΩùl©-(¶l+marking the positions of the bounding radii¿°dONLNdËù.©j)¬, as shown in *¿°dONLNdˆùj©Ç)<Figur˝Ä°dONLNd˚ùÅ©ö)e 1-10õ°dONLNdùõ©ù).
  1241. À*‹¯4Ã*‹¯"Ã*]
  1242. ˇ·ˇ‚7^    °dONLNd¡lÃú(…l Figure 1-10°dONLNd¡ÆÃ˛)BAn arc and a wedge
  1243. °dONLNd#§l∞s(≠lA∫†°dONLNd$§s∞u) :†°dONLNd%§v∞…)rounded rectangleB‡°dONLNd6§…∞‡)S is a r≠@°dONLNd=§‡∞!)ectangle with rT °dONLNdL§"∞Ö)Bounded corners. The fi¿°dONLNdb§Ü∞ï)dgurj°dONLNde§ï∞∂)e is defiK °dONLNdn§∑∞Ë)" ned by the °dONLNdy±lΩo(∫lrE°dONLNdz±pΩÚ)Zectangle itself, along with the width and height of the ovals forming the corners (called °dONLNd‘æl |(«lthe ›`°dONLNdÿæ| “)diameters of curvaturɇ°dONLNdÌæ” ÷)WegÄ°dONLNdÓæ◊ )), as shown in fi`°dONLNd˝æ .)?Figur± °dONLNdæ. B)e 1-1¬°dONLNdæB G)1¬°dONLNdæG Ï)%. The corner width and corner height °dONLNd-Àl◊t(‘larE°dONLNd/Àu◊()    *e limited to the width and height of the rΔ¿°dONLNdYÀ(◊ë)≥ectangle itself; if they ar∞‡°dONLNdtÀë◊§)ie lar߇°dONLNdyÀ§◊≤)ger5‡°dONLNd|À≤◊À), the rX@°dONLNdÉÀÀ◊Ô)ounded °dONLNdäÿl‰o(·lrE°dONLNdãÿp‰‚)ectangle becomes an oval.
  1244. ‹jç¯4€i‹jò@@ˆ@ˆ‹j`¡¡?÷ˇ‡Ó?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓò@@Ĉ@Ĉj\`?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓò@ÄúˆÄúˆ\jx`?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓòň@ˆHHê, ªÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1245. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ‹j`'ÅÅÅãÅÅÅãhÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅÓÎÅÅ¢ÎÏÅÔÏÅÅ¢ÏÎÅÔÎÅÅ¢ÎÎÅÔÎÅÅ¢ÎÏÅÔÎÅÅ¢ÎÎÅÔÏÅÅ¢ÏÎÅÔÎÅÅ¢ÎÏÅÔÏÅÅ¢ÏÎÅÔÎÅÅ¢ÎÎÅÔÎÅÅ¢ÎÏÅÔÎæˇÅ◊ˇëÎÎÅÔÏæˇÅ◊ˇëÏÎÅÔÎæˇÅ◊ˇëÎÏÅÔÏæˇÅ◊ˇëÏÎÅÔÎæˇÅ◊ˇëÎÎÅÔÎæˇÅ◊ˇëÎÏÅÔÎæˇÅ◊ˇëÎÎÅÔ†ψ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˇ«¸ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˇˇ…ÏÎÅÔ%Έˇ ˙ˇ–ˇ«ˇ ˚ˇœˇ…ÎÏÅÔÏæıˇ’ˇèˆˇ‘ˇ…ÏÎÅÔ!Îæˇ¸˜ˇŸˇèÚˇÿˇ…ÎÎÅÔ)Έˇ ˇ˜˘ˇ‹ˇ«ˇ Ôˇ€ˇ…ÎÏÅÔ)Έˇ ˇÙ˙ˇfiˇ«ˇ Ïˇfiˇ…ÎÎÅÔ!ψˇ ˇ˚ˇ¶ˇ ÍˇßÏÎÅÔ!Έˇ ˇÓ˚ˇ®ˇ Ëˇ©ÎÏÅÔ)ψˇ ˇÎ¸ˇÂˇ«ˇ Êˇ‰ˇ…ÏÎÅÔ)Έˇ ˇÈ¸ˇÁˇ«ˇ ‰ˇÊˇ…ÎÎÅÔ!ÎæˇË¸ˇËˇè„ˇÁˇ…ÎÏÅÔ!ÎæˇÊ¸ˇÍˇè·ˇÈˇ…ÎÎÅÔ)ψˇ ˇ‰˝ˇÎˇ«ˇ ‡ˇÍˇ…ÏÎÅÔ)Έˇ ˇ„˝ˇÏˇ«ˇ flˇÎˇ…ÎÏÅÔ!ψˇ ˇ·˝ˇ≥ˇ ›ˇ¥ÏÎÅÔ!Έˇ ˇ‡˝ˇ¥ˇ ‹ˇµÎÎÅÔ)Έˇ ˇfl˝ˇˇ«ˇ €ˇÔˇ…ÎÏÅÔ)Έˇ ˇ›˛ˇÒˇ«ˇ ⁄ˇˇ…ÎÎÅÔ!Ïæˇ‹˛ˇÚˇèŸˇÒˇ…ÏÎÅÔ!Îæˇ€˛ˇÛˇèÿˇÚˇ…ÎÏÅÔ)ψˇ ˇ⁄˛ˇÙˇ«ˇ ◊ˇÛˇ…ÏÎÅÔ)Έˇ ˇŸ˛ˇıˇ«ˇ ÷ˇÙˇ…ÎÎÅÔ!Έˇ ˇÿ˛ˇªˇ ’ˇºÎÏÅÔ!Έˇ ˇÿ˝ˇºˇ ‘ˇΩÎÎÅÔ)ψˇ ˇ◊˛ˇ˜ˇ«ˇ ‘ˇˆˇ…ÏÎÅÔ)Έˇ ˇ÷˛ˇ¯ˇ«ˇ ”ˇ˜ˇ…ÎÏÅÔ)Ïæˇ’˛ˇ˘ˇè“ˇ¯ˇÛˇÔˇÎÏÎÅÔ0Îæˇ‘ˇˇ˘ˇÙˇù“ˇ¯ˇÙˇˇˇÎÎÎÅÔNΈˇ ˇ‘˛ˇ˙ˇıˇˇ÷ˇ —ˇ˘ˇÙˇˇ˝
  1246. ˇˇˇˇˇ˛ˇ˛ˇˇˇÛÎÏÅÔXΈˇ ˇ”˛ˇ˚ˇıˇˇ˛ˇ˛˛ˇˇˇˇˇËˇ –ˇ˙ˇÙ˛ˇ˝ˇˇˇ˚ˇˇˇˇ˝ˇÙÎÎÅÔWψˇ ˇ“ˇˇÓ˛ˇˇˇ˝ˇˇˇˇˇÈˇ –ˇÌˇ˛ˇ˝ˇˇˇˇ˛    ˇˇˇˇˇÒÏÎÅÔXΈˇ ˇ“Ôˇˇ˛ˇˇˇˇˇˇˇˇÊˇ æˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˛ˇ˛ˇÙÎÏÅÔFψˇ ˇ—ˇˇ¸ˇˆˇ˛ˇˇˇ˛˛ˇˇ˛ˇÈˇ œˇ˚ˇ‹ˇÔÏÎÅÔ-Έˇ ˇ—˛ˇ˝ˇ«ˇ Œˇ¸ˇfl˛ˇÓÎÎÅÔ"Îæˇ–ˇˇ˝ˇèŒˇ¸ˇ…ÎÏÅÔ!Îæˇ–˛ˇ˛ˇèÕˇ˝ˇ…ÎÎÅÔ*ψˇ ˇœˇˇ˛ˇ«ˇ Õˇ˝ˇ…ÏÎÅÔ)Έˇ ˇœ˛ˇˇ«ˇ Ãˇ˛ˇ…ÎÏÅÔ!ψˇ ˇœ˛ˇƒˇ Ãˇ≈ÏÎÅÔ"Έˇ ˇŒˇˇƒˇ Ãˇ≈ÎÎÅÔ(Έˇ ˇŒ˛ˇˇ«ˇ Àˇˇ…ÎÏÅÔ(Έˇ ˇÕˇˇˇ«ˇ Àˇˇ…ÎÎÅÔ ÏæˇÕˇˇˇèÀˇˇ…ÏÎÅÔ ÎæˇÕˇˇˇèÀˇˇ…ÎÏÅÔòň@ĈHHê0 ºÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1247. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉj\`'$ψˇ ˇÕ˝ˇ«ˇ  ˇˇ…ÏÎÅÔ$Έˇ ˇÃ˛ˇ«ˇ  ˇˇ…ÎÎÅÔ"Έˇ ˇÃˇˇΔˇ  ˇ«ÎÏÅÔ"Έˇ ˇÃˇˇΔˇ  ˇ«ÎÎÅÔ!ψˇ ˇÃ˛ˇ«ˇ »ˇ…ÏÎÅÔ!Έˇ ˇÃ˛ˇ«ˇ »ˇ…ÎÏÅÔÏæˇÀˇˇè»ˇ…ÏÎÅÔÎæˇÀˇˇè√ˇŒÎÎÅÔ!Έˇ ˇÀ˜ˇœˇ «ˇ ÎÏÅÔ%Έˇ ˇ€Óˇ»ˇ ÷ˇÙ˛ˇÀÎÎÅÔ+ψˇ ˇÎˇˇˇ…ˇ „ˇÂˇˇÃÏÎÅÔ*Έˇ ˇ¸Ôˇfl˛ˇÀˇ ÔˇÿˇˇÕÎÏÅÔ8ψˇ ˙ˇ–ˇ˛ˇˇÃˇ ¸ˇŒˇ˛˛ˇ˚˛ˇˇˇÏÏÎÅÔ;Έˇíˇ˝ˇˇ˚˛ˇÔˇˇÍˇíˇ¸ˇˇ¸ˇˇÒˇÍÎÎÅÔLÎܡ¸˛ˇ˝ˇˇˇÅ˘ˇ˚ˇˇ˝ ˇˇˇˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇıÎÏÅÔ^Îܡ˙ˇˇ˛ ˇˇˇˇˇ˝ˇ˛˝ˇ˛ˇ˛˛ˇÑˇ˙ˇˇ˛˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇıÎÎÅÔgψˇíˇ˘ˇ˛˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇÙˇíˇıˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇıÏÎÅÔ`Έˇíˇı ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÙˇíˇı˛ˇˇˇ˛˝ˇˇ˛ˇˇˇˇ˛ˇıÎÏÅÔ:ψˇÖ˛ˇ˛ˇˇ˝ˇˇ˝ˇˇˇ˛ˇÙˇÅÊˇıÏÎÅÔ!ΈˇÅÂˇÙˇÅÈ˛ˇÙÎÎÅÔ!Έˇíˇÿ˛ˇÛˇíˇ…ÎÏÅÔΈˇíˇ«ˇíˇ…ÎÎÅÔÏܡÅ◊ˇÏˇˇ‡ÏÎÅÔ!ÎܡÏˇˇÅÔˇÏˇflÎÏÅÔ3ψˇíˇÏˇ›ˇíˇˆ¸ˇ˛˝ˇˇˇˇˇÈÏÎÅÔLΈˇíˇˆˇˇ˛ˇ˛ˇ    ˇˇˇˇˇÁˇíˇˆˇ˛ˇˇˇˇˇˇˇ˝ˇÍÎÎÅÔBΈˇÜˇ˝˛ˇˇˇˇ¸ˇËˇÜˇˇˇˇˇˇˇˇˇˇˇˇÍÎÏÅÔEΈˇÜˇˇˇˇˇˇˇˇ˛ˇˇËˇÜˇ˛ˇ˝ˇ˛ˇˇˇÈÎÎÅÔ4ψˇíˇˆˇ˛˛ˇ˛ˇˇ˛ˇˇˇÁˇíˇ…ÏÎÅÔΈˇíˇ«ˇíˇ…ÎÏÅÔÏܡÅ◊ˇ…ÏÎÅÔÎܡÅ◊ˇ…ÎÎÅÔΈˇíˇ«ˇíˇ…ÎÏÅÔΈˇíˇ«ˇíˇ…ÎÎÅÔψˇÅ◊ˇÅŸÏÎÅÔΈˇÅ◊ˇÅŸÎÏÅÔψˇíˇ«ˇíˇ…ÏÎÅÔΈˇíˇ«ˇíˇ…ÎÎÅÔÎܡÅ◊ˇ…ÎÏÅÔÎܡÅ◊ˇ…ÎÎÅÔψˇíˇ«ˇíˇ…ÏÎÅÔΈˇíˇ«ˇíˇ…ÎÏÅÔψˇÅ◊ˇÅŸÏÎÅÔΈˇÅ◊ˇÅŸÎÎÅÔΈˇíˇ«ˇíˇ…ÎÏÅÔΈˇíˇ«ˇíˇ…ÎÎÅÔÏܡÅ◊ˇ…ÏÎÅÔÎܡÅ◊ˇ…ÎÏÅÔψˇíˇ«ˇíˇ…ÏÎÅÔΈˇíˇ«ˇíˇ…ÎÎÅÔΈˇÅ◊ˇÅŸÎÏÅÔΈˇÅ◊ˇÅŸÎÎÅÔψˇíˇ«ˇíˇ…ÏÎÅÔΈˇíˇ«ˇíˇ…ÎÏÅÔÏܡÅ◊ˇ…ÏÎÅÔÎܡÅ◊ˇ…ÎÎÅÔΈˇíˇ«ˇíˇ…ÎÏÅÔΈˇíˇ«ˇíˇ…ÎÎÅÔψˇÅ◊ˇÅŸÏÎÅÔΈˇÅ◊ˇÅŸÎÏÅÔψˇíˇ«ˇíˇ…ÏÎÅÔΈˇíˇ«ˇíˇ…ÎÎÅÔÎܡÅ◊ˇ…ÎÏÅÔÎܡÅ◊ˇ…ÎÎÅÔòňÄúˆHHê, ΩIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1248. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ\jx`'ψˇíˇ«ˇíˇ…ÏÎÅÔüΈ¸ˇ˙ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˇˇ«¸ˇ˙ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˇˇ…ÎÏÅÔÏÈˇÅ◊ˇÅÊÏÎÅÔÎÈˇÅ◊ˇÅÊÎÎÅÔÎÈˇÅ◊ˇÅÊÎÏÅÔÎÈˇÅ◊ˇÅÊÎÎÅÔÏÈˇÅ◊ˇÅÊÏÎÅÔÎÈˇÅ◊ˇÅÊÎÏÅÔÏÈˇÅ◊ˇÅÊÏÎÅÔÎÈˇÅ◊ˇÅÊÎÎÅÔÎÈˇÅ◊ˇÅÊÎÏÅÔÎÈˇÅ◊ˇÅÊÎÎÅÔÏÈˇÅ◊ˇÅÊÏÎÅÔÎÈˇÅ◊ˇÅÊÎÏÅÔÏÈˇÅ◊ˇÅÊÏÎÅÔÎÅÅ¢ÎÎÅÔÎÅÅ¢ÎÏÅÔ$ÎÈ˛ˇˇˇÅÓ˛ˇÔˇˇÅ˚ÎÎÅÔ'ÏÈˇˇÒˇÅÏˇˇˇÅ˙ÏÎÅÔLÎÈ ˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛˛ˇÅ˜ ˇˇˇˇˇ˝ˇ˛˝ˇ˛ˇ˛ˇÑÎÏÅÔSÏÈ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅ˜˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇÑÏÎÅÔUÎÈˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅ˜ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÑÎÎÅÔNÎÈ˛ˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇÅ˜˛ˇˇˇ˛˝ˇˇ˝ˇˇˇ˛ˇÑÎÏÅÔΠˇÅÿˇÑÎÎÅÔÏÕ˛ˇÅ⁄˛ˇÉÏÎÅÔÎÅÅ¢ÎÏÅÔÏÅÅ¢ÏÎÅÔ!Îfi◊Ù◊ÅÊ◊Û◊ÅÎÎÅÔò@@ˆ@ˆxj∏`?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ?÷ˇÓ÷ˇÓ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ∏j¯`¡¡¡¡¡¡¡¡¡¡¡¡¡ ˛p>  @D  ≥≠¿@  í$@Ä  í$\Éà  $HÅ @  $HÅD@  weŒ‡Ä ¡¡¡¡‚˛8Ä˝˛÷@˛`à¸˛÷å÷÷` àñ,‡≈é€4¿ÿ
  1249. Dë @"BD§$í@ÿ    
  1250. Dë‡Gí"ƒ§Ø$ì¿ÿ    "Ä" $$DâH$PHƒ◊    "@Ä"  §$DÑâH$íIÄÿpw„Ä„ÄcÏ5Δªx4yΔ◊ ˛ÄÚ ◊ ˛ÒÄ◊¡¡'#`é0¿Δ @Ä. Â$@ `Ñ"¸H‰($±ŸΔ®√µú„∏,9À    œú∞"[0÷X–Ig≥élÓŒXÊ($îîíRI$í)H$îIHHâDêDIíDJ@ë$à§JH¢HÊ($ìûë»$í&HºÑIHHâDêÑIrDJA$à§J¢HÊ($!)     $êI$Bê¡íê ëâ!ì#ì"IHîDêÊ($))$$íI$Rê …(íê"ëâ!ì$î"IHîëDêÊ($w|Ô08Êô˚';raév¸˜Áb;oß;∑Óœx÷s∞ÊııÄÄfi ıı›¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛Ä`†¸8œ@¿ œè<LN[<€±`%é–ò@ÄúˆÄúˆ¯j`    $§ "I$íëD§–â$º "I$íÒD†–I@ADíI%â@– íIH"DíI%"âH–c∏Á`8sn·•é#ªa–˛ Ä˝Ä Œ˛„IJÄÄŒ¡¡
  1251. ¿ÿÃ@˛ê@œKŸΔ `ñŒˆcπ`—îí% $§ë"â–àî=‡$òê‚â–( B"I    "E–)$J@"II"E–|q¨0~cÔÕ·„EŒ–˘ ˘  ¡¡¿Ä¿Ä“@˛
  1252. LÄÅ ‘F-Δ,¿FŸfi‡¡ -áw,’"R"@bI 
  1253. $íQ ’é"N!¿H© 'êQ ’$D§DÅëR@>"$H ¢@’$D§DÅîêí@A"DI$¢@’òň@ˆHHê0 æIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1254. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆxj∏`'!Îfi◊Ù◊ÅÊ◊Û◊ÅÎÏÅÔLÎÍ◊◊◊◊˛◊◊¸◊˛◊˛˝◊◊◊ň
  1255. ◊◊◊◊◊◊¸◊˛◊˛◊◊◊◊ÇÎÎÅÔMÏÍ◊˝◊◊◊◊˛◊    ◊◊◊◊˝◊Ř◊¸◊◊◊◊◊◊◊◊◊¸◊ÉÏÎÅÔKÎÍ◊◊˝◊˝˛◊◊◊◊◊◊◊◊ÅÙ◊◊˛◊˝˛◊◊◊◊◊◊◊◊ÅÎÏÅÔLÏÍ◊˛◊˛◊˚◊◊˝◊˛◊Ř◊˛˛◊˛◊¸◊◊◊˛◊◊˛◊ÉÏÎÅÔΗ◊Åÿ◊Å˝ÎÎÅÔΑ˛◊Å⁄˛◊ŸÎÏÅÔÎÅÅ¢ÎÎÅÔÏÅÅ¢ÏÎÅÔÎÅÅ¢ÎÏÅÔÏÅÅ¢ÏÎÅÔÎÅÅ¢ÎÎÅÔÎÅÅ¢ÎÏÅÔÎÅÅ¢ÎÎÅÔÏÅÅ¢ÏÎÅÔÎÅÅ¢ÎÏÅÔÏÅÅ¢ÏÎÅÔÎÅÅ¢ÎÎÅÔkÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏcÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÅÔg˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅÔÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê, øIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1256. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ∏j¯`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã Ïˇˇ˛Ëˇˇ˛¯ˇˇ˛ˇ˛˛ˇÅÅÅ“"Ïˇ¯ˇˇ¯ˇ˛ˇˇ˛ˇÅÅÅ—+Ïˇˇˇˇ˛ˇˇˇˇ˛ˇ˙ˇÙˇ¸ˇÅÅÅ—-Ìˇ˛ˇˇˇ˛ˇ˛˛˛˚ˇı˛¸ˇÅÅÅœ4Ìˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ¸˛ˇ˛ˇ˚ˇÅÅÅœ-Óˇ˛ˇˇˇ˛ˇˇ˛ˇ˚ˇ˜ˇ˚ˇÅÅÅÕ5Ó˛˛˛ˇˇ˛ˇˇ˛ˇ˚˛˛˛¸ˇ˛ˇ˛ˇÅÅÅÕ+˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˚˚ˇ¸˝ˇ˝ˇÅÅÅÃÅÅÅãÅÅÅãÅÅÅãÅÅÅã.Ïˇˇ˛˛ˇ˛ˇÂ˛¯ˇ˝ˇ˛ˇˆˇ‘ˇ˛„ˇ˛ÅÅ≥,Ïˇ˛ˇ‚ˇˇ˘ˇˇ˛ˇ˛ˇ˜ˇ”ˇ‚ˇÅÅ≤ÇÏˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇ¯ˇ˛ˇ˛ˇ¯ˇˇˇˇˇ˚ˇˇ˛ˇˇˇ˛ˇ¸ˇˇ˛ˇˇˇ˛˛ˇ˚ˇˇ˚¸ˇˇˇˇˇ˝˛ˇ˛ˇˇˇˇˇÅÅΩêÌˇ˛ˇˇ˝ˇˇ˛˛˛ˇˇ˛ˇˇ˚˛¯ˇ˛ˇ˛ˇ¯˛ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇ˛˝ˇ˛˛˛ˇˇ˛¸ˇˇ˚˛ˇ˛ˇˇˇˇ˛ˇˇˇ˛ÅÅΩÇÌˇˇ˝ˇˇˇ˛ˇˇˇ˛˝ˇ˚ˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˘ˇ˛ˇˇˇ¸˛ˇ˛ˇ˛ˇ˘˛ˇ˛ˇˇˇˇ˚˛ˇ˙ˇˇˇ˝ˇˇˇˇˇ˝ˇÅÅΩ~Óˇ˙ˇˇˇ˝ˇˇˇ˛ˇ¯ˇ¯ˇ˛ˇ˛ˇ˘¸ˇˇˇ˝ˇˇ˛ˇ˛ˇ˙ˇˇ˛ˇˇˇˇ¸ˇˇ˙ˇˇˇˇ¸ˇˇ˛ˇˇ˛ˇÅÅπÜÓ˛˙˛ˇ˚ˇ˛ˇ˛ˇˇ˚ˇ¯ˇ˛ˇ˛ˇ˙ˇ¸ˇˇˇ˝ˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇˇ¸ˇˇ˘ˇˇ˛ˇˇˇ˛¸ˇˇÅźx˛ˇ¸˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ˚˛ˇ˙˛ˇ˛˛ˇ˘ˇˇ˛¸ˇˇˇ˝ˇˇˇ˛ˇ˛ˇˇ˚ˇˇˇ˛ˇˇˇ˝ˇ¸ˇˇˇ˙ˇˇ˛ˇˇ˝˝ˇ˛ˇ˛ˇˇÅÅ∫¡˛ˇÅ¸ˇ˛ˇÅÅ∂¡˛ˇÅ˙˛ˇÅÅ¥ÅÅÅãÅÅÅãbÏˇˇ˛Ùˇ˛ˇˇˆˇ˛ˇ˛˛ˇÙˇÏˇ˛ıˇˇÊˇˇ¸˛ˇ˛ˇˇ˛ˇˇ˛ˇ˚ˇ˛ˇ˛ˇÎ˛Ôˇ˛ˇÍˇ˛ÔˇÅ¶UÏˇÓˇıˇˇ˛ˇˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˙ˇÌˇ˛ˇ◊ˇˇ¯ˇÚˇÛˇÅ°ÛÏˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˙ˇˇˇˇ˛ˇˇ˝˛ˇ    ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˝˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇˇˇ¸ˇ˛ˇˇˇˇ˚ˇ˛ˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ ˇˇˇˇˇ˝ˇˇˇ˛ˇ˛˛ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇÅ∞Ìˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˚!˛ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˛
  1257. ˇˇˇ˛ˇ¯ˇˇˇ˛ˇˇ˛˛ ˛ˇˇ˛ˇ˚    ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛˛˛ˇˇ¸˛˛˛˛˛ˇˇˇˇˇ˛˛˛˛˛ˇˇ˛˚ˇˇ˛    ˇˇ˛ˇ˛ˇ˛ˇˇ˛˛ ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇÅ∞˝Ìˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ˚ˇˇˇ˛˛ˇˇ¸ ˇˇˇˇˇ˛
  1258. ˇˇˇˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˝ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˛ˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇÅ∞˘Óˇ˛ˇˇ˝ ˇˇˇˇˇ¯ˇˇˇˇˇˇ¸ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˝ˇ˛
  1259. ˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇ˚ˇ˛ˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇÅØÓ˛˛˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ¸ˇˇˇ˛ˇˇˇ˛ˇˇ˛
  1260. ˇ˛ˇˇ˛˘ˇˇˇˇˇ˛ˇˇ˛ ˇ˛ˇˇ˛˚ˇ˛ˇˇ˛˛˛˛˛ˇˇ˛ˇ˛ˇ˝˛˝ˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˛ˇ˛ˇ˘ˇ˛ˇ˛    ˇˇˇ˛˛˛˛˛ˇˇ˛ ˇ˛ˇˇ˛˛˛ˇ˛ˇˇ˛ÅØÒ˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ˚˛ˇ˛˛ˇ ˇˇˇˇˇ˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇ˛ˇ˛˝ˇ˛ˇ˛ˇˇˇ˛ˇ˛˛ˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇˇ˝ˇ˛˛ˇ˛˝ˇ˛ˇˇˇˇˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇÅØõˇúˇ˛ˇˆˇ˛ˇÅÅÏùˇöˇ˛ˇÙˇ˛ˇÅÅÍÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÈˇÒˇˇˆˇ˛ˇˇ“ˇ˛ˇÅÅů!͡ˇ˜ˇ˛ˇˇ‰ˇÔˇÅÅň[Ρˇ˛˝ˇ˝ˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇ
  1261. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇˇ˛˛ˇÅÅÇòňÄúˆHHê0 ¿Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1262. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ¯j`'^Ï˛ˇ˝ˇˇˇ˛ˇˇ˛˝ˇ˙ˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇˇ˛ˇ¯˛˛˛ˇˇ˛ÅÅÅ[Ìˇ˛ˇ˛ˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇ¯ˇ˛ˇˇˇÅÅÅ˛WÓ¸ˇ˛ˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ¯ˇ˛ˇˇˇÅÅÅ˝dÔˇ¸ˇ˛ˇˇˇ˛ˇˇ¸ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇ¯ˇ˛ˇ˛ˇˇÅÅÅ_ˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝    ˇˇˇˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇÅÅÉÁˇ¸ˇ⁄ˇËˇÅÅÅÓÈˇ˛ˇ˛˛ˇ‹˛ˇÍˇÅÅÅÏÅÅÅãÅÅÅã!Ïˇˇ˛ˇˇÊˇˇ˛Ïˇˇˇ˛ˇÅÅŇ#Ïˇ˛ˇÊˇÁˇˇÙˇÙˇÅÅÅ˚`Ïˇ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇˇ˚ˇ˚ˇˇ˛ˇˇ˘ˇˇ˛ ˇˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅÜcÌˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇˇ˘ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÉXÌˇ˛ˇ˛ˇ˛ˇˇˇ¸˝ˇ¸ˇ¸˝ˇ˝ˇ˘ˇ˛ˇˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅÅÉZÓˇ˛ˇ˛ˇ˛ˇˇˇ¸ˇ˘ˇ¸ˇ˝ˇˆˇ˛    ˇˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅÇfÓ˛˛˛˛˛˛˛ˇˇ˛ˇˇ¸˛˛
  1263. ˛ˇˇˇˇ˘ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛˛ˇÅÅÇV¸ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇˇ¸˚ˇˇˇ˛ˇˇ˝ˇ˛˛ˇ˚ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅÇ ΩˇÅÅÅ– øˇÅÅÅŒÅÅÅãÅÅÅã-Ïˇˇ˛ˇˇÙ˛ˇÁ˛ˇÓˇˇÙ˛Ú˛˛ˇ˛˝ˇÅÅå5Ïˇ˛ˇÙˇËˇˇˇÚˇˇÙˇ¯ˇ˚ˇ˛ˇÎˇÅÅû|Ïˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇ˙ˇ˛    ˇˇˇˇˇˇ˛ˇ˝ˇ˛ˇ˜ˇˇ˛ˇ¸ˇ¸ˇ˝ ˇˇˇˇˇˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇÅÅ©ÅÌˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛˙˛ˇ˛    ˇ˛ˇˇ˛ˇˇˇˇ¯ˇˇ˝ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇÅŶxÌˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇ¯    ˇˇˇˇ˛
  1264. ˇˇˇˇˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˝ˇˇ¸ˇˇ˛ˇˇÅŶ|Óˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚ˇ˛ˇˇˇˇ˛
  1265. ˇˇˇˇˇ˘¸ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇ¸ˇ¸ˇˇ˛ˇˇÅÅ•ÉÓ˛˛˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚ ˛ˇ˛ˇˇ˛˝    ˇ˛ˇˇ˙ˇ¸˛ˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇÅÅ•ò@@ˆ@ˆjT`|5Δ5ΔÇ€q»«‚Ã0π¿’¯Õ¯ Õ¡¡ f¸Ã
  1266. D@D"Ã
  1267. E≥ΩòÓXÃ
  1268. â)$H¢@0Ã
  1269. â&$8¢@Ã
  1270. BHëDÄ@Ã
  1271. RHëDÅàÃ
  1272. wsxx—sÅ≈‡Ã¡¡¡¡f˛‡Nt8‡sÄ‹D@˝!¢ Dä B€E≥Ωò˘À∑òÄ"¢sÑDlä!ÁpB€â)$HîI    )HâDIPP‰A% ¸€â&$8îI"xQ<FP ¡$¿Ñ€BHë(íHÄæ$Ç@@" ÇHA€RHë(íRêÇ$í@†"!JA€wsxx—Óv9¸ƒ¿p∏É`„å8€
  1273. Ú@˚ÿ Û¿˚ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@ĈTjî`¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆîj∞`¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê, ¡Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1274. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆjT`'y¸ˇ˝ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇ¸
  1275. ˇˇˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛˚ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ˛ˇÅÅ•≥ˇÙˇÅÅÅË∂ˇˇÙˇÅÅÅÊÅÅÅãÅÅÅãÏ    ˇˇ˛ˇˇˇˇ’˛ˇˇ˚˛ˇÅÅÅ‚,Ïˇ˛ˇ˛ˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅ‚AÏˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˘ˇ˘ˇÅÅÅ‚BÌˇ˛ˇ˛ˇˇˇˇˇˇ˛˛˛ˇ˛ˇˇ˛ˇ˛˘ˇˇ˘ˇÅÅŇ>Ìˇ˛ˇ˛
  1276. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇ˜ˇ˚ˇÅÅÅfl@Óˇ˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅÅ›IÓ˛˛˛˛˛ˇˇ˛ˇˇˇ˛ˇ˛˛˛ˇ˛ˇˇ˚˛˛˛˝ˇ˛ˇÅÅŇ>˛ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˚˛ˇ˛ˇ˝ˇÅÅÅfiÅÅÅãÅÅÅãÅÅÅãÅÅÅãLÏ    ˇˇ˛ˇˇˇˇ„ˇÎˇÓ˛ˇ˚ˇ˛ˇÎˇˇ˛ˇˇ˛ˇÚˇ˝ˇ˛ˇ˛˛ˇÎˇˇ˛ˇ˛ˇÅÅ‹\Ïˇ˛ˇ˛ˇÙˇÙˇ’ˇ˛ˇ˝ˇˇˇ˛ˇˆˇ˜ˇ˛ˇ˛ˇÙˇˇ˛ˇ˛ˇˇ˛ˇˆˇ˜ˇ˝ˇÅÅ⁄•Ïˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛¸ˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ¯ˇ˛ˇˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇ˚ˇ˛ˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ¸ˇ˝ˇÅÅ⁄¨Ìˇ˛ˇ˛ˇˇˇˇˇˇ˛˛˛ˇ˛ˇˇ˛˛˛ˇˇ˝ˇˇˇˇˇ˛ˇ˜ˇˇ˛ˇˇ˛˛˛¸ ˇˇ˛ˇˇ¸˛ˇ˛ˇ¸˛ˇ˙ˇ˝ˇ˛ˇ˛˛˛¸ ˇˇ˛ˇˇ¸ˇ˛˛ˇ˛ÅÅŸúÌˇ˛ˇ˛
  1277. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˝ˇıˇˇ˛ˇ˝ˇ¸ˇˇˇ˛ˇˇ˚ˇˇˇˇ˚ˇ˘ˇ˛ˇ˛ˇ˝ˇ¸
  1278. ˇˇˇˇˇ˚ˇ˝ˇÅÅŸïÓˇ˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇÚˇ¸ˇ¸ˇ¸ˇˇˇ¸ˇ˚ˇ˛ˇ˙ˇ˘ˇ˛ˇ˛ˇ¸ˇ¸ˇˇˇ˝ˇ¸ˇ˝ˇÅÅÿ¶Ó˛˛˛˛˛ˇˇ˛ˇˇˇ˛ˇ˛˛˛ˇˇ˛ˇ˛ˇ˝˛ˇˇ˛ˇˇ˛˘ˇ˛ˇ¸ˇ˝˛˚ ˇˇˇ˛ˇ˚ˇ˛ˇ˚ˇˇ˙ˇ˛ˇ˛ˇ˝˛˚ ˇˇˇˇˇ¸˛˝ˇÅÅÿç˛ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛˝ˇ˛ˇ˛ˇˇˇ˛˛ˇ˙ˇˇˇ˛ˇ˚˛ˇ˚ˇˇˇ˙˛ˇ˝ˇ˛ˇ˙ˇ˛ˇ¸ˇˇˇˇ¸˛ˇ˛˛ˇ˛ˇˇ˙˛ˇ˝˝ˇ¸˛ˇ˛ˇÅÅÿàˇΔˇÅÅ¡äˇˇ˛»ˇˇ˛ÅÅ¡ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê0 ¬Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1279. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈTjî`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê, √IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1280. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆîj∞`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ∞j`¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉj0`¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ0jL`¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê0 ƒÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1281. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ∞j`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê, ≈IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1282. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉj0`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê0 ΔIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1283. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ0jL`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆLjå`¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@ĈåjÃ`¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆÃjË`¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê, «Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1284. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆLjå`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê0 »Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1285. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈåjÃ`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê, …IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1286. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆÃjË`'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãˇ-H@ˇ ˇˇˇˇ@
  1287. ˇ·ˇ‚7^
  1288. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äImages
  1289. , (‡1-15
  1290. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  1291. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  1292. 4Å4w?òÄ
  1293. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  1294. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  1295. ˇ˛ˇ˛
  1296. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  1297. ˇ˛ˇ˛
  1298. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  1299. ˇ˛ˇ˛
  1300. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  1301. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  1302. ˇ˛ˇ˛
  1303. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  1304. ˇ˛ˇ˛˛˛ˇ˝
  1305. ˇ˛ˇ˛
  1306. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  1307. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  1308. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  1309. ˇ˛ˇ˛
  1310. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  1311. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  1312. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  1313. ˇˇˇ˛
  1314. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  1315. gHw4gHw"hH]
  1316. ˇ·ˇ‚7^    °dONLNd\äg∫(dä Figure 1-11°dONLNd \Ãg“)BA0°dONLNd\“g) rounded rectangle
  1317. °dONLNd!qä}ê(zäT†¿°dONLNd"qê}ô)hr7 °dONLNd$qö}I)
  1318. 'ee types of graphic objects—polygons, r °dONLNdKqI}ò)Øegions, and picturãÄ°dONLNd]qô}Ø)Pes—rW °dONLNdaq∞}«)equirn`°dONLNdfq«}˛)e you to call °dONLNdt~ääØ(áä    several rÄ°dONLNd}~∞äÊ)&outines to crÉ°dONLNdä~Êä˙)6eate ÿ†°dONLNdè~˙ä')    and draw + °dONLNdò~(äA).them.\Ä°dONLNdù~AäC) Ƈ°dONLNdû~CäI)Yo`°dONLNdü~Iä´)ou begin by calling a rk¿°dONLNd∂~´ä)boutine that collects °dONLNdÀãäó(îädrawing commands into a defiI‡°dONLNdÁãóm)ànition for the object. 1 °dONLNd˛ãmós)[YÒ†°dONLNdˇãróÎ)ou use a series of drawing r†‡°dONLNdãÏó)zoutines °dONLNd#ò䧶(°äto defi™°dONLNd*ò¶§+)ne the object. Then you use a r^ °dONLNdIò,§Ï)Ü-outine that signals the end of the object defiü°dONLNdwòϧ )¿nition. °dONLNd•ä±®(ÆäFinally°dONLNdÜ•®±›), you use a rkÄ°dONLNdì•›±[)5outine that draws your newl °dONLNdÆ•[±i)~y d™°dONLNd±•i±s)efiÄ`°dONLNd¥•t±£) ned object.°dONLNd¿∑ä√ë(¿äA∫†°dONLNd¡∑ë√ì) :†°dONLNd¬∑î√π)polygonÄ°dONLNd…∑∫√◊)& is defi°dONLNd—∑◊√c)ned by any sequence of points r‡°dONLNd∑c√q)åepr솰dONLNdÛ∑q√˛)!esenting the polygon’s vertices, °dONLNdƒä–    (Õäconnected by straight lines fr?¿°dONLNd2ƒ
  1319. –z)Äom one point to the next. ˚ °dONLNdLƒz–Ä)pYª†°dONLNdMƒÄ–û)ou defi™`°dONLNdTƒü–§)n{¿°dONLNdUƒ•–π)e a pGÄ°dONLNdZƒ∫–)olygon by drawing °dONLNdl—ä›™(⁄äthe lineI °dONLNdt—´›–)!s with Qµ °dONLNd|—–›æ)%3uickDraw line-drawing operations: you move to the fib`°dONLNd∞—ø›)Ôrst vertex point in °dONLNdƒfiäÍ(Áäthe sequence, draw a line fr√ °dONLNd‡fiÍ%)yom ther/°dONLNdÁfi&Íí)#e to the second vertex, fr`°dONLNdfiíÍ¥)lom therÉ@°dONLNdfi¥ÍÊ)"e to the thir#@°dONLNdfiÁÍ)3
  1320. d, and so °dONLNdÎ䘖(Ùäon. When you fiK¿°dONLNd.Η˜£)G-nish, QuickDraw automatically completes the fi`°dONLNd\Χ˜≥)”guro†°dONLNd_Î≥˜)e with a closing line °dONLNdu¯äë(äfrò‡°dONLNdw¯ë) om the last vertex back to the fig†°dONLNdò¯+)ärst. Ÿ†°dONLNdù¯+C)Figur¨`°dONLNd¢¯C\)e 1-12I‡°dONLNd®¯]Ì) shows an example of a polygon.
  1321. &H74'H7"'H]
  1322. ˇ·ˇ‚7^    °dONLNd»ä'∫($ä Figure 1-12°dONLNd‘Ã'“)BA0°dONLNd’“'Ù) polygon
  1323. wàZ4váwàò@@˜@˜wà∑¡¡?⁄ˇ¿Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Íò@@Ę@Ę∑à˜?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Íò@Ä¿˜Ä¿˜˜à7?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Íò@¿˜¿˜7àw?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í?⁄ˇ‡Í⁄ˇ‡Í¡¡¡¡¡¡¡¡ 8Ä¿  1    "   'ªN$   "ëë$   E!d $@  E¢" DÄ  È"¿„…¡¡¡¡>0˛Ä Ä@˛¸@◊"˛ÄaÄ¿˛¸¿◊ ˛A@˛Ä◊83µ°AA£öxQ
  1324. 4#9ØÑ◊HmΔÅA@ƒJ)¶¥‘íE4ö◊@I(áA‡àTR'DËJ%◊@ñKÇ!•Z¯^!    §Î†◊‡Ó}« Ò>ëg, Ê#R9◊
  1325. ˛ÒD÷
  1326. ˛ÒD÷
  1327. ˛Ò8÷¡ò@@˜@˜wà∑&8aÄ0`¿˛|p ‰#Ä¿˛"˛D˝ ‚% @Ä"˛@@˝@ @‰($'ée)Fò˝«¿!éxPpSÊÁÇô£õ√ÑO}+F„s¿Ê($"í⁄h*I%îàß@“Q)†ë¶MÇjM1ME&"—IFâ@Ê($E¢p,ëA(êí@D‰!R Ç$J"LI"âä$CêE
  1328. ÄÊ($E•/ÄHìŒmLÄE‚Zܢí%Ñ$úÊJΔãHE|≥â¿Ê($È9÷pkç3…tà∏„ëa˘nù…tìNté    “H8∑Ãé‰ÄÊ ıı›Ë›Ë›¡: ˛`¿‡v`√8€`˘    %d@$Ñ€$@¸Eê$Ä à  €$MËfinx¸F E`˜,É` úsᇀ$E%1$—(%…†: J$5ÄA"§Ñ €Hä"$°P¿ ä6ÄÇ"¢ €L“ By"XJb"@îH$Å$§    I@€ËürA©‹ês˘Ã<¡Ådp$CœN‡€
  1329. Û˙ÿ
  1330. Û˙ÿ ÛÄ˚8ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¸¿œ"˚Äœ(B˛Œ(y‰ ÄvôÊ∏ö<`–H$î–ÄãhíìLê–|E‡Å
  1331. Ià)œÑI-çô)d-0–û≤»‡p‰íœ£êáH¬–˛Ç˝˛ÄŒ
  1332. ˛Ç˝  «˝ ¡<˛8 Œ˛0ÄŒ&˛ P@–8÷å !QºOD7;@“$bíh ÷Äê»YöJEÄ“FE p@Á¯àëÇÖ—DâfÄC    & úä—¯èòp¸Á#=>:dr—˘  ¡¡¡<0 ˝ <—"˝`–& 
  1333. ˝†!”8k¨
  1334. <(ösû¶∏!ŒvÄ’ò@@Ę@Ę∑à˜P)4”LîJ#!65$ã‘HQ$)àHTÚB$:
  1335. ‘LñH!-|(ñ DHBi‘Δ˙Hg»≥ë«$F| ¯x9à‰‘ˆ@Õ¡¡¡ : ¸¿¿Ã`˝! Ã
  1336. $@@ Ã
  1337. $MËfivÅÄ Ã
  1338. $E%1$ã@@Ã
  1339. Hä"%
  1340. @ÄÃ
  1341. L“ ByA Ã
  1342. ËürA®‰ã¿Ã¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ä¿˜Ä¿˜˜à7¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@¿Ú˜¿Ú˜7ài¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@˜@˜wà∑¡¡Ÿ3ÈŸ@Í ⁄ ÍŸ@ÍŸ@ÍŸ@Í ⁄ ÍŸ@Í ⁄ ÍŸ@ÍŸ@ÍŸ@Í ˚ÁÁÔ?Ùˇ«ÁÁ‰?¯¯ Í˙¯@Ù!¯@Í ˚ÄıĢ Í¯ÒÄ¿˘@ͯ0ˆ¿¿@˘@Í˙`Û``˘@Í ˚¿8˛ ˘ Í˙˛˜˛ ˛0˘@Í ˚˛Û˘ Í˙ Ô˘@Í˙Ô˘@͢Û@˛Ñ˘@Í ˙0˝ Ûƒ˘ Í˙ ÓD˘@Í ˚`Ó`˘ Í˙¿Ó0˘@Í˙Ä˝˘¸˘@Í˙ÄÓ˘@Í ˚ÄÓ˘ Í˙ÄÓ˘@Í ˚Ì @˛ Í˙¸˘¸     ˛@Í˙Ì     ]°æ`@Í˙Ì ˇ…GSfl@@Í Ê     [R@ Í OQfl@@Í ˚¸˘¸˘ Í˙Ì˘@Í˙Ì˘@Í˙Ì˘@Í ˚Ì @Ä Í˙@˝˘¸ $ÄÄ@Í ˚Ì Δù}Á0 Í˙Ì âôF¶x@Í˙Ì àôZ¶@@Í ˙˝@¯ ˛ áxéfi8@Í ˚¸@Ù˘ Í˙Ì˘@Í ˚Ì0˘ Í˙ʲ ˘@Í˙Ì`˘@͇Ì@˘@Í  ê@ˆ ¿˘ ÍñOéÌĢ@Í  ÈLß“@ı ¯ Í
  1343. ôL¶Û ?¯@Íñ<ùŒ?ˇÌˆ@Í˙̈@Í ˚̈ Í˙̈@Íò@@Ę@Ę∑à˜ ˚̈ Í˛ @̈@Ͳ @̈@Í3|ÁL̈@Í |¶ô^̈ ÍD:ôP̈@Í ;æóN̈ Í˝Ìˆ@Í˝Ìˆ@Í˙̈@Í ˚̈ Í˙̈@Í ˚̈ Í˙̈@Í˙̈@Í˙̈@Í ˚̈ Í˙̈@Í ˚̈ Í˙̈@Í˙̈@Í˙̈@Í ˚̈ Í˙̈@Í ˚̈ Í˙̈@Í˙̈@Í˙̈@Í ˚̈ Í˙̈@Í ˚̈ Í˙̈@Í˙̈@Í˙̈@Í ˚̈ Í˙̈@Í ˚̈ Í˙̈@Í˙̈@Í˙̈@Í ˚̈ Í˙̈@Í ˚̈ Í˙̈@Í˙̈@Í˙̈@Í ˚̈ Í˙@Ù!ˆ@Í ˚ıˆ Í˙̈@Í˙0ˆ¿@ˆ@Í˙˝Û@ˆ@Í ˚̈ Í˙˛˜˛ˆ@Í ˚˝Ûˆ Í˙̈@Í˙̈@Í˙Û@˝ˆ@Í ˚¸ Ûш Í˙̈@Í ˚̈ Í˙̈@Í˙Ä˝˘¸ˆ@Í˙̈@Íò@Ä¿˜Ä¿˜˜à7 ˚̈ Í
  1344. ˆ@Í  Êˆ Í˙¸˘¸ ˆ@Í
  1345. ˆ@Í˙Ì ˆ@Í ˚Ì ˆ Í˙Ì ˆ@Í ˚Ä˝˘¸ˆ Í˘ÄÓˆ@͢ÄÓˆ@Í˙ÄÓˆ@Í ˚¿Ó0ˆ Í˙`˝˘¸`ˆ@Í ˚ ÓDˆ Í˙0Óƒˆ@Í˙Ôш@͢˝@¯ ˛ˆ@Í ˙ ˝@Ùˆ Í˙Ôˆ@Í ˚Ô ı Í˙¿˜˛8ı@Í˙``ˆ@Í˙0¿ˆ@Í ˚@ˆ Äˆ Í¯ÄÚˆ@Í ¯¯ıˆ Í˙˘˘ˇ?Ùˇœ˘˘¸ˆ@Í
  1346. ˘‚@Í
  1347. ˘‚@Í  ˙‚ Í
  1348. ˘‚@Í ˙Ù¸ˆ Í˘Ù¸ˆ@Í˘Ù¸ˆ@Í˘Ù¸ˆ@Í ˙Ù¸ˆ Í˘Ù¸ˆ@Í ˙Ù¸ˆ Í˘Ù¸ˆ@Í˘Ù¸ˆ@Íθˆ@͠ϸˆ Íθˆ@Í ˙`˜¸0ˆ Í˘    @˜‡˝‡ˆ@͢    dÒÓp˜8˛Ĉ@͢î iê˜˛ˇ¸ı@Í ˙    î iêıÛ Í˘c…ÈpıÛ@Í ˆıÛ Íı‡ıÛ@Í
  1349. ËÛ@Í
  1350. ËÛ@Í ˘Ù۠ͯÙÛ@Í ˙õÁ:¿ıÛ Í˘Â4À‡ıÛ@͢!‘ÀÙÛ@͢›Ù∫‡ıÛ@Í ˜Ù͈۠pÙÛ@Í ⁄ ÍŸ@Íò@¿˜¿˜7àwŸ@ÍŸ@Í È@ˆ ÍË    ˆ@Í È    ]°æ`˜ ÍË    GSfl@˜@ÍË    [R@˜@ÍËOQfl@˜@Í ⁄ ÍŸ@Í ⁄ ÍŸ@ÍÁ@Ę@ÍÁÄĘ@Í ÈΔù}Á0¯ ÍËâôF¶x¯@Í ÈàôZ¶@¯ ÍË áxéfi8¯@ÍŸ@ÍŸ@Í ⁄ ÍŸ@Í ⁄ ÍŸ@ÍŸ@ÍŸ@Í ⁄ ÍŸ@Í ⁄ ÍŸ@Í⁄U@Í ⁄ÿÍ¡¡¡¡¡¡¡¡ 8Ä¿  1    "   'ªN$   "ëë$   E!d $@  E¢" DÄ  È"¿„…¡¡¡¡>0˛Ä Ä@˛¸@◊"˛ÄaÄ¿˛¸¿◊ ˛A@˛Ä◊83µ°AA£öxQ
  1351. 4#9ØÑ◊HmΔÅA@ƒJ)¶¥‘íE4ö◊@I(áA‡àTR'DËJ%◊@ñKÇ!•Z¯^!    §Î†◊‡Ó}« Ò>ëg, Ê#R9◊
  1352. ˛ÒD÷
  1353. ˛ÒD÷
  1354. ˛Ò8÷¡ò@@˜@˜wà∑&8aÄ0`¿˛|p ‰#Ä¿˛"˛D˝ ‚% @Ä"˛@@˝@ @‰($'ée)Fò˝«¿!éxPpSÊÁÇô£õ√ÑO}+F„s¿Ê($"í⁄h*I%îàß@“Q)†ë¶MÇjM1ME&"—IFâ@Ê($E¢p,ëA(êí@D‰!R Ç$J"LI"âä$CêE
  1355. ÄÊ($E•/ÄHìŒmLÄE‚Zܢí%Ñ$úÊJΔãHE|≥â¿Ê($È9÷pkç3…tà∏„ëa˘nù…tìNté    “H8∑Ãé‰ÄÊ ıı›Ë›Ë›¡: ˛`¿‡v`√8€`˘    %d@$Ñ€$@¸Eê$Ä à  €$MËfinx¸F E`˜,É` úsᇀ$E%1$—(%…†: J$5ÄA"§Ñ €Hä"$°P¿ ä6ÄÇ"¢ €L“ By"XJb"@îH$Å$§    I@€ËürA©‹ês˘Ã<¡Ådp$CœN‡€
  1356. Û˙ÿ
  1357. Û˙ÿ ÛÄ˚8ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¸¿œ"˚Äœ(B˛Œ(y‰ ÄvôÊ∏ö<`–H$î–ÄãhíìLê–|E‡Å
  1358. Ià)œÑI-çô)d-0–û≤»‡p‰íœ£êáH¬–˛Ç˝˛ÄŒ
  1359. ˛Ç˝  «˝ ¡<˛8 Œ˛0ÄŒ&˛ P@–8÷å !QºOD7;@“$bíh ÷Äê»YöJEÄ“FE p@Á¯àëÇÖ—DâfÄC    & úä—¯èòp¸Á#=>:dr—˘  ¡¡¡<0 ˝ <—"˝`–& 
  1360. ˝†!”8k¨
  1361. <(ösû¶∏!ŒvÄ’ò@@Ę@Ę∑à˜P)4”LîJ#!65$ã‘HQ$)àHTÚB$:
  1362. ‘LñH!-|(ñ DHBi‘Δ˙Hg»≥ë«$F| ¯x9à‰‘ˆ@Õ¡¡¡ : ¸¿¿Ã`˝! Ã
  1363. $@@ Ã
  1364. $MËfivÅÄ Ã
  1365. $E%1$ã@@Ã
  1366. Hä"%
  1367. @ÄÃ
  1368. L“ ByA Ã
  1369. ËürA®‰ã¿Ã¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ä¿˜Ä¿˜˜à7¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@¿Ú˜¿Ú˜7ài¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@˜@˜ià©¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę©àÈ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ä¿˜Ä¿˜Èà)¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@¿˜¿˜)ài¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@˜@˜ià©¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę©àÈ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ä¿˜Ä¿˜Èà)¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@¿Ú˜¿Ú˜)à[¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@˜@˜ià©¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę©àÈ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ä¿˜Ä¿˜Èà)¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@¿˜¿˜)ài¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@˜@˜ià©¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę©àÈ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ä¿˜Ä¿˜Èà)¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@¿Ú˜¿Ú˜)à[¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
  1370. 7à∑46á7àò@@˜@˜7àw¡¡?Òˇ¯”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”ò@@Ę@Ęwà∑?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”?Òˇ¸”Òˇ¸”¡¡ò@Äú˜Äú˜∑à”¡¡¡¡¡¡ ¿   ˛Ä`  @  flG@  IàÅ@  "â≤@  "“ Ä  tí‡q¿ ¡¡¡¡0˛@ÄÄ œ˝¿2@ @`œ˝Ä @@@œ1⁄—Ä @é\és¿“$fäfÄÄ Ä$D¥â@“ DîGå!>!Ç•
  1371. Ä“ ì%àB@B"√¿“pÁ>áÄÁÄœÇ8‰Ä“ ˛ĢD– ˛ĢD–òů@˜HHê0  Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1372. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜7àw'ÅÅÅâÅÅÅâîÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎÅÅñÎůÎÏÅÅóÏůÎÎÅÅóÎůÏÎÅÅóÎůÎÏÅÅóÎůÏÎÅÅóÏůÎÎÅÅóÎůÎÏÅÅóÏůÎÎÅÅóÎůÏÎÅÅóÎůÎÏÅÅóÎůÏÎÅÅóÏÀæˇÒÎÎÅÅóÎÃΩˇÒÎÏÅÅóÏÕ˛ˇ¬˛ˇÒÎÎÅÅóÎŒ˛ˇ¬˛ˇÏÎÅÅóÎœ˛ˇ¡ˇˇÔÎÏÅÅóΖ˛ˇ¡˛ˇÔÏÎÅÅóÏ—˛ˇ¿ˇˇÓÎÎÅÅóΓ˛ˇ¿˛ˇÓÎÏÅÅóÏ”˛ˇøˇˇÌÎÎÅÅóΔˇˇø˛ˇÌÏÎÅÅóΑ˛ˇ¿˛ˇÏÎÏÅÅóÎ’˛ˇøˇˇÎÏÎÅÅóÏ÷˛ˇø˛ˇÎÎÎÅÅóÎ◊˛ˇæˇˇÍÎÏÅÅóÏÿ˛ˇæ˛ˇÍÎÎÅÅóΟ˛ˇæ˛ˇÈÏÎÅÅóÎ⁄˛ˇΩˇˇËÎÏÅÅó΀˛ˇΩ˛ˇËÏÎÅÅóÏ‹˛ˇºˇˇÁÎÎÅÅóΛ˛ˇº˛ˇÁÎÏÅÅóÏfi˛ˇªˇˇÊÎÎÅÅóÎfl˛ˇª˛ˇÊÏÎÅÅ󷲡ª˛ˇÂÎÏÅÅóη˛ˇ∫ˇˇ‰ÏÎÅÅóÏ‚˛ˇ∫˛ˇ‰ÎÎÅÅó΄˛ˇπˇˇ„ÎÏÅÅóω˛ˇπ˛ˇ„ÎÎÅÅóβˇ∏ˇˇ‚ÏÎÅÅóÎÊ˛ˇ∏˛ˇ‚ÎÏÅÅóÎÁ˛ˇ∏˛ˇ·ÏÎÅÅóÏ˲ˇ∑ˇˇ‡ÎÎÅÅóÎÈ˛ˇ∑˛ˇ‡ÎÏÅÅóÏͲˇ∂ˇˇflÎÎÅÅóÎβˇ∂˛ˇflÏÎÅÅóÎÏ˛ˇ∂˛ˇfiÎÏÅÅóÎÌ˛ˇµˇˇ›ÏÎÅÅóÏÓ˛ˇµ˛ˇ›ÎÎÅÅóÎÔ˛ˇ¥ˇˇ‹ÎÏÅÅóÏ˛ˇ¥˛ˇ‹ÎÎÅÅóÎÒ˛ˇ≥ˇˇ€ÏÎÅÅóÎÚ˛ˇ≥˛ˇ€ÎÏÅÅóÎÛ˛ˇ≥˛ˇ⁄ÏÎÅÅóÏÙ˛ˇ≤ˇˇŸÎÎÅÅóÎÙˇˇ≤˛ˇŸÎÏÅÅóÏıˇˇ±ˇˇÿÎÎÅÅóΈ˛ˇ≤˛ˇÿÏÎÅÅóΘ˛ˇ±ˇˇ◊ÎÏÅÅóί˛ˇ±˛ˇ◊ÏÎÅÅóϯˇˇ±˛ˇ÷ÎÎÅÅóίˇˇ±ˇˇ’ÎÏÅÅóòů@ĘHHê, ÀIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1373. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęwà∑'ϯˇˇ≤˛ˇ’ÎÎÅÅóίˇˇ≤ˇˇ‘ÏÎÅÅóίˇˇ≥˛ˇ‘ÎÏÅÅóίˇˇ≥ˇˇ”ÏÎÅÅóϯˇˇ¥˛ˇ”ÎÎÅÅóίˇˇµ˛ˇ“ÎÏÅÅóϯˇˇµˇˇ—ÎÎÅÅóίˇˇ∂˛ˇ—ÏÎÅÅóίˇˇ∂ˇˇ–ÎÏÅÅóίˇˇ∂˛ˇ—ÏÎÅÅóϯˇˇµ˛ˇ“ÎÎÅÅóίˇˇ¥˛ˇ”ÎÏÅÅóϯˇˇ≥˛ˇ‘ÎÎÅÅóίˇˇ≤˛ˇ’ÏÎÅÅóίˇˇ±˛ˇ÷ÎÏÅÅóίˇˇ∞˛ˇ◊ÏÎÅÅóϯˇˇØ˛ˇÿÎÎÅÅóίˇˇÆ˛ˇŸÎÏÅÅóϯˇˇ≠˛ˇ⁄ÎÎÅÅóίˇˇ¨˛ˇ€ÏÎÅÅóίˇˇ´˛ˇ‹ÎÏÅÅóίˇˇ™˛ˇ›ÏÎÅÅóϯˇˇ©˛ˇfiÎÎÅÅóίˇˇ®˛ˇflÎÏÅÅóϯˇˇß˛ˇ‡ÎÎÅÅóίˇˇ¶˛ˇ·ÏÎÅÅóίˇˇ•˛ˇ‚ÎÏÅÅóίˇˇ§˛ˇ„ÏÎÅÅóϯˇˇ£˛ˇ‰ÎÎÅÅóίˇˇ¢˛ˇÂÎÏÅÅóϯˇˇ°˛ˇÊÎÎÅÅóίˇˇ†˛ˇÁÏÎÅÅóίˇˇü˛ˇËÎÏÅÅóίˇˇû˛ˇÈÏÎÅÅóϯˇˇù˛ˇÍÎÎÅÅóίˇˇú˛ˇÎÎÏÅÅóϯˇˇõ˛ˇÏÎÎÅÅóίˇˇö˛ˇÌÏÎÅÅóίˇˇô˛ˇÓÎÏÅÅóίˇˇò˛ˇÔÏÎÅÅóϯˇˇó˛ˇÎÎÅÅóίˇˇñ˛ˇÒÎÏÅÅóϯˇˇï˛ˇÚÎÎÅÅóίˇˇî˛ˇÛÏÎÅÅóίˇˇì˛ˇÙÎÏÅÅóίˇˇí˛ˇıÏÎÅÅóϯˇˇë˛ˇˆÎÎÅÅóÎ¯ãˇ˜ÎÏÅÅóÏ¯ãˇ˜ÎÎÅÅóÎůÏÎÅÅóÎůÎÏÅÅóÎůÏÎÅÅóÏůÎÎÅÅóÎůÎÏÅÅóÏůÎÎÅÅóÎůÏÎÅÅóÎůÎÏÅÅóÎůÏÎÅÅóÏůÎÎÅÅóÎůÎÏÅÅóîÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅÅóî˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅóÅÅÅâÅÅÅâòůÄú˜HHê0 ÃIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1374. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜∑à”'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÓ˛ˇË˛ˇ˜ˇ¸ˇÅÅÅÃÌˇÊˇ˜ˇˇ˝ˇˇÅÅÅÃÓˇ˘ˇÔˇˆˇ¸ˇÅÅÅÀ'Óˇ˝ˇ¸ˇˇ˛˛ˇ˙ˇˆˇ¸ˇÅÅÅÀ-Óˇ˛    ˇˇˇˇˇ˛ˇ˛ˇ˚ˇˆˇ¸ˇÅÅÅÀ4Ôˇ˛ˇˇ˛ˇˇ˛ˇ˝ˇˇˇˇ˚ˇˇ˝ˇ¸ˇÅÅÅÀ0Ôˇ˛ˇˇˇˇˇ˝ˇ˛ˇ˚ˇ˝ˇ˚ˇ¸ˇÅÅÅ (˛ˇ
  1375. ˇˇˇˇ¸˛ˇ˚˚ˇ˚˛ˇ˛˛ˇÅÅÅÀÅÅÅâÅÅÅâÅÅÅâÅÅÅâ*Ó¸◊◊◊‰◊¯◊˛◊◊ı◊˙˝◊¯◊ÅÅÅÙ1Ó◊˛◊·◊◊˘◊◊◊◊˜◊◊˘◊◊˙◊◊ÅÅÅÙ*Ó◊›◊¯◊˚◊¯◊◊˙◊˛◊˙◊ÅÅÅÛXÓ˛◊˝◊◊˛˛◊    ◊◊◊◊◊◊˛◊˘◊¯◊˚◊¯◊◊˙◊◊˛˛◊◊˛◊◊˛˛◊˛◊˝◊ÅÅãaÔ◊◊˛◊◊◊◊◊˛ ◊◊◊◊◊◊◊˙◊¯◊¸◊¯◊◊˙˛◊˛◊˛◊◊˛ ◊◊◊◊◊◊˛◊◊◊ÅÅãYÔ◊˚◊˛◊◊◊◊˛◊˛˛◊˘◊˛◊◊˝◊˝◊˜¸◊˚◊˝◊˝◊◊¸    ◊◊◊◊◊˝◊◊◊ÅÅä_Ô◊¸◊◊◊◊◊◊◊◊˛◊˜◊¯◊˝◊◊˙◊˝◊¸◊¸◊˛◊◊◊˝◊◊˛◊◊◊˛◊◊◊◊ÅÅãT˛◊˝˛◊˛◊¸◊◊˝˛◊˚˛◊˙˛◊˝◊˙◊◊˝◊˛˛◊¸˛◊◊¸◊˛˛◊˛˛◊◊◊ÅÅäÂ◊˛◊¥◊◊˛◊ÅÅÅˇÂ◊˛◊µ◊˛◊˛◊ÅÅÅˇò@@˜@˜”à ˛¯8–¡!0¿0``IJ |Üú pfl@¿˝Ä˛D˛à˝ fl!Ä@@˛@@˝@ ‡#«2à)Fò~Á`éxPp)Ês¡ò—œ√ÑOvú·#Im4*I$ H•†jQ)†ê”LâAi&ôME#"·#"ÑQ8,ë@îPë "t!R ÅI
  1376. Å"J$íâä"B·#"“ó¿HìÕ6ëJ@"Ñ‚ZÖ|ì¬$ös&ΔãDD·#túÎ8kç1‰érD\sëa¯∑ú‰Çtëß<é    “D8· ııÄ›Ëě˛¡ ˛0` p;0#8€ `˘íà2 dë€@¸"»@@ô  €Fè¥fi7<~#"∞{úA∞@ñq«‡€Bì$h%$Ä@A"¢D €$Ö    $P®à‡    E@B"° €&…f"xë,%1 JH¿Ñ§    Dà@€tè∫!®ÓH9¸Ê`¿≤p!œG‡€
  1377. ÚÄ˚ÿ
  1378. ÚÄ˚ÿ Û¿˚8ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡ĸ‡œ ˚@œ!˛Äœy‰@;LÛ\Zû0–$$îh@E¥II¨äH–>Ep@Ö$äâ»Ä–BI,ÄFäLî≤ò–œ≤»p8rIg—–C§b–˛Ç˝˛@Œ
  1379. ˛Ç˝  «˝ÄÀ¡˛4@à   ˛ ¿Ã˛Äœ”F Ä8ö?—ºÌ–aIh”@häJbI–#Bêp „ÄQ"DJ–"Ñ≥Ä!ô•îÑÚ(–|áÃp~„êÒ>‰ÉQ»–˘ ¡¡¡‡—     Ä—ò@@Ę@ĘàS $(@”7G£AyuÄ)ÆGB3ù†’IѧƒÄç©&ÄHƒMçI"¿’#âƒàÑI%$Ä|ÑâÅBÄ’"û O    ƒRfIÖöE‘|j5ãíDIü>b9‘¯Õ¯À¯0À¡  ¸¿¿Ã `˝! Ã
  1380. @@ Ã
  1381. Fè¥fi;AÄ Ã
  1382. Bì$EÄ@@Ã
  1383. $Ö    $Ö@ÄÃ
  1384. &…f"xäA Ã
  1385. tè∫!®rã¿Ã¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜Sào¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê, ÕIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1386. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜”à'‰˛◊∂◊◊¸˛◊ÅÅÅ˛ÅÅÅâWÓ˛ˇıˇˇ˝ˇˇ˘ˇˇ¸ˇˇÛˇˇÌˇˇˆ˝ˇÊˇˇ˝¸ˇ˚ˇˇˇˇ˝ˇˇˇ˛ˇÎˇˇÒˇ˛ˇÅÅıDÌˇÌˇ¯ˇˇ˛ˇˇ€ˇ˜ˇ˛ˇÂˇ˝ˇ˛ˇ˙ˇÁˇ˛ˇÿˇ˛ˇÅÅÙLÓˇÌˇ˜ˇˇˇˇÍˇÙˇˆˇ˛ˇÊˇ¸ˇ˜ˇ˝ˇÏˇ˛ˇÿˇ˛ˇ˘ˇÅŸ¬Óˇ˝ˇ˛˛ˇˇˇˇˇ˛ˇ¸ˇˇˇˇ˛ˇˇˇˇˇ˝˚ˇ˛ˇ˛ˇ˛˛ˇˇˇˇ¯ˇ˚ˇ˛ˇˇ˛˛ˇ˝ˇ˝ˇˇ¸˛ˇ˚ˇˇ˝ˇˇˇ˛ˇ˝ˇ¸ˇ˛    ˇˇˇˇˇˇ˛ˇˇˇ˛˛ˇ˚ˇ˝˛ˇ˝ˇ˛ˇ˝ˇ˛ˇˇˇˇ˛ˇÅá‰Óˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝"ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  1387. ˇˇˇˇˇˇ˜ˇ˛
  1388. ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇ˛$ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˛ˇÅà⁄Ôˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇ¸    ˇˇˇˇˇ˛ˇˇ˚ˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇ˙ˇ˛ˇ˛ˇˇ˝ˇ˝ˇˇˇˇ˛ˇ¸ˇ˚ˇ˛ ˇˇˇˇˇ˝ˇˇˇ˚ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇ¸ˇˇ˛ˇˇ˛ˇ˛ˇˇ˝ˇÅà€Ôˇ˛ˇˇˇˇˇˇˇ¸ˇ˙ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˛
  1389. ˇˇˇˇˇ˘ˇ˛ˇˇ˝ˇ˛ˇ˛    ˇˇˇˇˇ˝ˇ˝ˇ˝ˇˇ¸ˇ    ˇˇˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ¸ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇÅáÿ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛˝ˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˛˛ˇˇˇ˛˛ˇˇˇ˛ˇˇˇ˝˚ˇ˛ˇˇˇ˝ˇ˛ˇ˛ˇˇˇ¸ˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇ˛˛ˇ¸ˇ˛ˇˇˇˇ˛ˇ˝˛ˇÅÜúˇõˇ˛ˇ˜ˇ˛ˇÅÅÈŵˇ˛ˇ˜ˇ˛ˇÅÅÈÅ¥˛ˇı˛ˇÅÅËÅÅÅâJÓ˛ˇˇˇ‚ˇˇÏˇˇÓˇˇ˝ˇˇ˛˛ˇÎ˛ˇˇˇˇˇÛˇ˛ˇˇ˝˛ˇÎ˛ˇ˛ˇÅÅ÷IÌˇˇˇˇˇ∑ ˇˇˇˇˇ˛ˇÏˇˇˇ˛ˇÛ
  1390. ˇˇˇˇˇ˛ˇÎˇ˝ˇÅÅ’RÓˇˇˇÙˇÙˇ–ˇˇ˛ˇˇˇˇ˜ˇˆˇˇˇÚˇ˚ˇˇˇˇ˜ˇ˜ˇ˝ˇÅÅ‘ñÓˇˇˇ˛ˇˇˇ˛¸ˇ    ˇˇˇˇˇ˝ˇ˛ˇˇ˛ˇ˝ˇ˚˛ˇ˚ˇ˛ˇ˛ˇˇ¸ˇˇ˛ˇ˛ˇˇˇˇ¸˝ˇ˛ˇ˛ˇ¸ˇˇˇˇ¸ˇˇˇˇ¸ˇ˚ˇˇˇˇ¸˝ˇ˛ˇ˛˛ˇ˛˚ˇÅÅ‘°Óˇˇˇ˝    ˇˇˇˇˇ˛
  1391. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇˇˇˆˇ˛˛ˇˇ˛ˇ˚ ˇˇˇˇˇ¸ˇˇˇˇ˘ˇ˙ˇ¸ˇˇ˛ˇ˚ˇˇˇ˛ˇˇ˛ˇ˝ˇÅÅ‘òÔˇˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˝ˇˇˇ˙ˇ˛ˇ˛ˇ˛˛ˇıˇ˝ˇˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˙ˇˇˇˇ¯ˇ˙ˇ˝ˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˝ˇ¸ˇ˝ˇÅÅ‘ûÔˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇˇˇ˝    ˇˇˇˇˇ˛ˇÚˇ˛ˇ˛ˇˇ˚ ˇˇˇˇˇ˚ˇˇ¯ˇˇ˚ˇ˝ˇˇˇˇ˚ˇˇˇ˛ˇˇ˛ˇ˝ˇÅÅ”ö˛ˇˇˇ˛¸ˇ˛ˇˇ˛ˇ˝ˇˇˇˇ˛˛ˇ˛ˇˇˇ¸˛ˇ˙ˇ˛ˇˇˇ˝˝ˇˇˇ¸ˇˇ˚ˇˇˇˇ˛ˇ˙ˇˇ˙ˇˇˇ˝˛ˇ˝ˇ˛ˇˇ˚ˇˇˇˇ˛˛ˇ˛˛ˇ˛ˇÅÅ‘⡫ˇÅÅΩ⡫ˇÅÅΩ䲡…˛ˇÅÅæÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÏˇÒˇÙ˛ˇˇ“˛ˇÅÅÅÙÌˇˇÚˇˇıˇ˛ˇ–ˇÅÅÅÛ"ÓˇˇÚˇıˇ˝ˇÂˇÓˇÅÅÅÚUÓˇˇ˛˝ˇ˝ˇˇ¸ˇ¸ˇ˘˛ˇ
  1392. ˇˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇˇˇˇ¯ˇ˝ˇ˛ˇˇÅÅÅ˝aÔˇˇ˝ ˇˇˇˇˇ˛ˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅÅ˛WÔ¸ˇˇ˛ˇˇ˛ˇˇ˝˛ˇ¸ˇ˚ˇ˝ ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˜ˇ˛ˇˇˇÅÅÅ˙`ˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˆˇ˛    ˇˇˇˇˇˇÅÅÅ˛_Òˇˇ¸ˇ ˇˇˇˇˇˇ˝˛ˇ˚˛ˇ˝˛ˇˇˇˇˇˇˇ¸ˇˇ˛˛ˇˇ¸ˇ˝˛ˇˇˇ˛ˇˇ˛ˇÅÅÅÈˇ¸ˇŸˇËˇÅÅÅÎÈˇ¸ˇŸˇÅÅÅ—Ͳˇ˛˛ˇ€˛ˇÅÅÅ“ÅÅÅâÓ˝ˇÂ˛ˇÌˇˇˇ˛ˇÅÅÅ€ÌˇˇÂˇÍˇˇˇˇÅÅÅ€$ÓˇˇˇÊˇÈˇ˛ˇÙˇÙˇÅÅňTÓ˛ˇ ˇˇˇˇˇˇ˛ˇˇ˝ˇ˙ˇ˚ˇ¸ˇ¯˛ˇ˛ˇˇˇˇ˛˘ˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇÅÅÅfÓˇˇˇˇ˝ˇˇˇˇˇˇˇ˚ˇ˝    ˇˇˇˇˇˇ˙ˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇ˛    ˇˇˇˇ˛ˇˇˇÅÅÅZÔˇ˛ˇˇˇ˝ˇˇˇ¸˛ˇ˚ˇ¸˛ˇ˛˛ˇ˘ˇˇ˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇ˝ˇˇÅÅÅˇZÔˇ˛ˇˇ˝ˇˇˇˇ˛ˇ¯ˇ˝ˇ¸ˇ˜ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˝ˇˇ˛ˇˇÅÅÅ˛U¸ˇˇ˝¸ˇˇˇ˛˛ˇ¸˚ˇ˛ˇ˛˛ˇˇ˝˝ˇ˛ˇ¸ˇ˛ˇˇˇ¸ˇˇˇˇ˛˛ˇˇÅÅÅ˛ æˇÅÅÅÕÅÅÅâÅÅÅâÅÅÅâ$Ó˝ˇÚˇÈ˝ˇÔˇˇÙˇÚ˝ˇ¸ˇˇÅÅà)ÌˇˇÙˇÈˇ˛ˇÓˇıˇˇÒˇˇÅÅÇòů@ĘHHê0 ŒÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1393. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘàS'7ÓˇˇˇÙˇÈˇ˛ˇÚˇˇıˇˇ˘ˇ˚ˇ˝ˇÏˇÅÅô}Ó˛ˇ˝ˇˇ˛ˇˇ˛˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ¸ˇ˛ˇˇˇ˝ˇˇ˛ˇˇˇˇ¯    ˇˇˇˇˇ˛ˇ¸ˇ˝ˇ˛˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇÅŧÇÓˇˇˇˇˇˇ˝ ˇˇˇˇˇˇ˛ˇˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇ˛ˇˇ˛ˇ˚ˇ˝ˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇÅÅ£zÔˇ˛˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇ˘¸ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˝˛ˇˇ˚ˇˇ˝ˇˇÅÅ¢{Ôˇ˛ˇˇ˝ˇ¸ˇˇˇˇ˝ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˘ˇ˝ˇˇ˝ˇ˚ˇ˛ˇ˛ˇˇ˝ˇ˝    ˇˇˇˇˇ˛ˇˇÅÅ°t¸ˇ˛ˇˇˇˇ˚ˇ˝ˇˇˇˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ¸ˇ˝ˇ¸¸ˇ˝˝ˇ¸˛ˇˇˇ˛ˇ˛˛ˇˇÅÅ°¥ˇÙˇÅÅÅ µˇÅÅÅ÷∑ˇˇÅÅÅ’ÅÅÅâÓ˛ˇˇˇ‘ˇˇ˚ˇˇÅÅÅ€ Ìˇˇˇˇˇ’ˇˇ˝ˇˇÅÅÅ‹"ÓˇˇˇÙˇÙˇÓˇ˘ˇÅÅÅ‹=Óˇˇˇ˛ˇˇˇ˛¸ˇ    ˇˇˇˇˇ˝ˇ˛˛ˇˇˇˇ¸ˇˇ¯ˇÅÅÅ‹@Óˇˇˇ˝    ˇˇˇˇˇ˛
  1394. ˇˇˇˇˇ˛ˇ˛ˇˇˇ˘ˇ˙ˇÅÅÅ€>Ôˇˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˛ˇˇˇ˝ˇˇ¯ˇ˚ˇÅÅÅ⁄AÔˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˜ˇ¸ˇˇÅÅÅ‹=˛ˇˇˇ˛¸ˇ˛ˇˇ˛ˇ˝ˇˇˇˇ˝˛ˇˇ˚˝ˇ˛ˇ˝ˇÅÅÅ€ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê, œÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1395. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Sào'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜oàØ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘØàÔ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜Ôà ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê0 –IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1396. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜oàØ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê, —IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1397. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘØàÔ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê0 “IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1398. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Ôà 'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜ àK¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘKàã¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜ãàß¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê, ”IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1399. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ àK'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê0 ‘IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1400. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘKàã'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê, ’IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1401. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜ãàß'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜ßàÁ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘÁà'¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜'àC¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê0 ÷IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1402. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ßàÁ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê, ◊IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1403. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘÁà''ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê0 ÿIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1404. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜'àC'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇŸ:@ˇ ˇˇˇˇ@
  1405. ˇ·ˇ‚7^
  1406. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  1407. (‡*1-16    )BImages4^*¿¯
  1408. °dONLNd\lhs(elA∫†°dONLNd\shu) :†°dONLNd\vhì)region¨ °dONLNd\ìhfl) is an arbitrary arÅ@°dONLNd\flh)Lea or set of arä`°dONLNd*\h);eas, the outline of whiccÄ°dONLNdB\Ähó)fh is oœ¿°dONLNdH\óh¬)    ne or mor·`°dONLNdQ\¬hÁ)+    e closed °dONLNdZilu◊(rlRloops. One of QuickDraw’s most powerful capabilities is the ability to work with rWÄ°dONLNd¨i◊uˆ(r◊egions °dONLNd≥vlÇ(l(of arbitrary size, shape, and complexityÕ†°dONLNd€vÇ)≠. †°dONLNd›vÇ$)Y`Ä°dONLNdfiv$ÇB)ou defiO@°dONLNdÂvCÇ[)ne a rØ@°dONLNdÎv[ÇÊ)egion by drawing its boundary °dONLNd    Élèfl(ålQwith QuickDraw operations. The boundary can be any set of lines and shapes (even °dONLNdZêlú∂*including other r†°dONLNdkê∑ú0)Kegions) forming one or morÅÄ°dONLNdÖê0úr)ye closed loops. Ô¿°dONLNdïêrúy)BA*`°dONLNdñêzúÄ) ro`°dONLNdòêÄúÎ)egion can be concave or °dONLNd∞ùl©(¶l'convex, can consist of one connected arv °dONLNd◊ù©‚)≠,ea or many separate ones, and can even have °dONLNd™l∂—(≥lholes in the middle. In "¿°dONLNd™“∂Í)fFigurıÄ°dONLNd ™È∂)e 1-13ì°dONLNd&™∂) the r5`°dONLNd,™∂Ê)0egion on the left has a hole and the one on the °dONLNd\∑l√ø(¿lright consists of twyÄ°dONLNdp∑¿√)To unconnected a±†°dONLNd∑√ )Hrv†°dONLNdÄ∑ √)eas.˝@°dONLNdÑ∑√) 
  1409. Â*ˆ¯4Ê*ˆ¯"Ê*]
  1410. ˇ·ˇ‚7^    °dONLNdÜ€lÊú(„l Figure 1-13°dONLNdí€ÆÊ≥)BTÄ–°dONLNdì€≥Êfi)
  1411. wo regions
  1412. °dONLNdü∑l√r(¿lY@Ä°dONLNd†∑r√µ)our applicationʆ°dONLNdØ∑µ√Õ)C can rÌ@°dONLNdµ∑Õ√fl)ecora†°dONLNdπ∑‡√&)d a sequence of ¬Ä°dONLNd…∑&√\)F
  1413. QuickDraw  °dONLNd”∑]√∂)7drawing operations §‡°dONLNdÊ∑∂√»)Yin a ^†°dONLNdÎ∑…√È)pictureë¿°dONLNdÚ∑È√Î)  °dONLNdÛƒl–ï(Õl    and play Ê¿°dONLNd¸ƒï–ü))itsNÄ°dONLNdˇƒ†–¢)  ŒÄ°dONLNdƒ¢–ø)image c†°dONLNdƒ¿–Í)
  1414. back laterî@°dONLNdƒÍ–    )*. Pictur°dONLNdƒ
  1415. –) es prR¿°dONLNdƒ–ó)ovide a form of graphic dat!†°dONLNd8ƒò–≠)ya exc °dONLNd=ƒÆ–‡) hange: one °dONLNdH—l›u(⁄lprG °dONLNdJ—v›*)
  1416. %ogram can draw something that was defiB`°dONLNdp—+›w)µned in another pr‡°dONLNdÅ—x›∫)Mogram, with gr`°dONLNdè—∫›œ)Beat flú °dONLNdï—œ›ı)
  1417. exibility °dONLNdüfilÍò(ÁlAand without having to know any details about what’s being drawn. A °dONLNd‡fiôͱ(ÁôFigur‡°dONLNdÂfi±Í )e 1-14±`°dONLNdÎfi ÍÎ) shows °dONLNdÚÎl˜Œ(Ùlan example of a pictur˛`°dONLNdÎŒ˜“)be»°dONLNd    Δ˜) containing a r     °dONLNdΘÄ)@ectangle, an oval, and a rüÄ°dONLNd2Îʧ)mectangle.@°dONLNd:Ε˜ß)%.
  1418. **¯4**¯"*]
  1419. ˇ·ˇ‚7^    °dONLNd<lú(l Figure 1-14°dONLNdHÆ¥)BA0°dONLNdI¥∂) ÇP°dONLNdJ∂“)simple `°dONLNdQ”)QuickDraw picture
  1420. ˆkü¯4ıjˆkò@@˜@˜ˆk6b¡—ˇÛ—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Ûò@@Ę@Ę6kvb—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Ûò@Äú˜Äú˜vkíb—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Ûòů@˜HHê, ŸÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1421. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ˆk6b'ÅÅÅâé˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎïÎÅÅůÎÎñÏÅÅůÏÎñÎÅÅůÎÎñÎÅÅůÎÏñÏÅÅůÏÎñÎÅÅůÎÏñÎÅÅůÎÎñÏÅÅůÏÎñÎÅÅůÎÎñÎÅÅůÎÏñÏÅÅůÏÎñÏÎÛ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˇÛ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˇˆÎÏñÎÅ√ˇÅ√ˇˆÎÎñÏıˇÅ–ˇıˇÅ–ˇˆÏÎñÎıˇÅ–ˇıˇÅ–ˇˆÎÎñÎıˇÅ–ˇıˇÅ–ˇˆÎÏñÏıˇÅ–ˇıˇÅ–ˇˆÏÎñÎıˇÅ√ˇÅƒÎÏñÎıˇÅ√ˇÅƒÎÎñÏÅ√ˇÅ√ˇˆÏÎñÎÅ√ˇÅ√ˇˆÎÎñ"ÎıˇÅ–ˇıˇ‚ÙˇÅ¸ˇˆÎÏñ"ÏıˇÅ–ˇıˇ„ÚˇÅ˝ˇˆÏÎñ"ÎıˇÅ–ˇıˇ‰ˇÅ˛ˇˆÎÏñ"ÎıˇÅ–ˇıˇ‰ÔˇÅˇˆÎÎñÏıˇÅ√ˇÊÌˇÅÛÏÎñÎıˇÅ√ˇÊÌˇÅÛÎÎñÎÅ√ˇŸÌˇÅˇˆÎÏñÏÅ√ˇŸÌˇÅˇˆÏÎñ"ÎıˇÅ–ˇıˇÊÌˇÅˇˆÎÏñ!ÎıˇÅ–ˇıˇÏÊˇÅˇˆÎÎñ ÏıˇÅ–ˇıˇÌ‰ˇÅˇˆÏÎñ"Îıˇ∞ÛˇØˇıˇÓ‚ˇÇˇˆÎÎñÎıˇµÈˇßˇÔ‡ˇÅ˜ÎÏñÏıˇπ·ˇ´ˇfiˇÅ¯ÏÎñÎØ⁄ˇºˇ‰‹ˇÖˇˆÎÏñα◊ˇΩˇÍ÷ˇÖˇˆÎÎñ&Ïıˇ¡—ˇ¿ˇıˇ¯’ˇ Ûˇ ˇˆÏÎñ&Îıˇ√Õˇ¬ˇıˇ˘‘ˇœÈˇœˇˆÎÎñ&Îıˇƒ ˇƒˇıˇ˙”ˇ”·ˇ”ˇˆÎÏñ&ÏıˇΔΔˇΔˇıˇ˙”ˇ÷⁄ˇ◊ˇˆÏÎñÎıˇ«ƒˇ∫ˇ˙Œˇ›◊ˇÃÎÏñÎıˇ…¿ˇºˇ˙Œˇ‡—ˇœÎÎñÏΩøˇ…ˇÌÃˇ‰Õˇ›ˇˆÏÎñÎææˇ…ˇÌÀˇÊ ˇflˇˆÎÎñ&ÎıˇÕºˇ…ˇıˇ˙ ˇÈΔˇ·ˇˆÎÏñ&ÏıˇŒªˇ…ˇıˇ˙ ˇÍƒˇ‚ˇˆÏÎñ&Îıˇœ∏ˇÀˇıˇ˙ ˇÏ¿ˇ‰ˇˆÎÏñ&Îıˇ–≤ˇ–ˇıˇ˙ ˇÌøˇ‰ˇˆÎÎñÏıˇ—∞ˇƒˇ˙ ˇÓæˇÿÏÎñÎıˇ“Æˇ≈ˇ˙ ˇºˇÿÎÎñÎΔ¨ˇ”ˇÏÀˇÒªˇ‰ˇˆÎÏñÏ«™ˇ‘ˇÎÃˇÚ∏ˇÊˇˆÏÎñ&Îıˇ’®ˇ’ˇıˇˆŒˇÛ≤ˇÎˇˆÎÏñ&Îıˇ÷¶ˇ÷ˇıˇˆŒˇÙ∞ˇÏˇˆÎÎñ&Ïıˇ÷¶ˇ÷ˇıˇÒ”ˇıÆˇÌˇˆÏÎñ&Îıˇ÷•ˇ◊ˇıˇÒ”ˇˆ¨ˇÓˇˆÎÎñÎıˇ÷§ˇÀˇÒ”ˇ˜™ˇ„ÎÏñÏıˇ÷§ˇÀˇÒ”ˇ¯®ˇ‰ÏÎñλ§ˇŸˇ‰”ˇ˘¶ˇÒˇˆÎÏñλ£ˇ⁄ˇ‰‘ˇ¯¶ˇÒˇˆÎÎñ&Ïıˇ‘§ˇ⁄ˇıˇ÷ˇ˜•ˇÚˇˆÏÎñòů@ĘHHê0 ⁄IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1422. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę6kvb'*Îıˇ‘÷ˇı⁄ˇ€ˇıˇÔÿˇˆ§ˇÛˇˆÎÎñ*Îıˇ”ÿˇÛ€ˇ€ˇıˇÓflˇ§ˇÛˇˆÎÏñ*Ïıˇ”ŸˇÒ€ˇ‹ˇıˇÌ·ˇÓ§ˇÙˇˆÏÎñ"Îıˇ”⁄ˇÔ‹ˇœˇÏ„ˇÌ£ˇÈÎÏñ"Îıˇ“‹ˇÓ€ˇ–ˇÎ¡ΧˇÈÎÎñ"Ï≈‹ˇÓ€ˇ›ˇfiÊˇÍ£ˇˆˇˆÏÎñ"΃›ˇÓ⁄ˇfiˇfiÁˇË§ˇˆˇˆÎÎñ*Îıˇ—›ˇÓ⁄ˇfiˇıˇÎÌˇ‚£ˇ˜ˇˆÎÏñ*Ïıˇ—›ˇÓ⁄ˇfiˇıˇÎÌˇ‚£ˇ˜ˇˆÏÎñ*Îıˇ—„ˇÁ⁄ˇflˇıˇÎÌˇ·£ˇ¯ˇˆÎÏñ*Îıˇ–¡€ˇflˇıˇÍÓˇ·£ˇ¯ˇˆÎÎñ"Ïıˇ–Êˇ„‹ˇ“ˇÈÔˇ‡£ˇÌÏÎñ"Îıˇ–Áˇ·›ˇ“ˇËÚˇfi£ˇÌÎÎñÎ√ˡflfiˇflˇ©£ˇ˘ˇˆÎÏñÏ√Èˇ›flˇflˇ©¢ˇ˙ˇˆÏÎñ&Îıˇœˇ◊Áˇ◊ˇıˇµ£ˇ˙ˇˆÎÏñ&ÎıˇœÒˇ÷Áˇ◊ˇıˇµ£ˇ˙ˇˆÎÎñ&ÏıˇœÚˇ’Áˇ◊ˇıˇµ£ˇ˙ˇˆÏÎñ&ÎıˇœÛˇ‘Êˇÿˇıˇµ£ˇ˙ˇˆÎÎñÎıˇœÛˇ‘ÊˇÀˇµ£ˇÓÎÏñÏıˇœÛˇ‘ÊˇÀˇ¥¨ˇÊÏÎñÎ¬ÛˇœÎˇÿˇß¨ˇÚˇˆÎÏñÎ¬ÛˇÕÌˇÿˇß¨ˇÚˇˆÎÎñ&ÏıˇœÛˇÕÌˇÿˇıˇ¥´ˇÛˇˆÏÎñ&ÎıˇœÛˇÀÔˇÿˇıˇ¥´ˇÛˇˆÎÎñ&ÎıˇœÛˇÀÔˇÿˇıˇ¥´ˇÛˇˆÎÏñ&Ïıˇ–ÚˇÀÔˇÿˇıˇ¥´ˇÛˇˆÏÎñÎıˇ–ÚˇÀÔˇÀˇ¥´ˇÁÎÏñÎıˇ–ÚˇÀÔˇÀˇ¥´ˇÁÎÎñÏ√ÚˇÀÔˇÿˇß´ˇÛˇˆÏÎñÎ√ÒˇÃÔˇÿˇß´ˇÛˇˆÎÎñ&Îıˇ—ˇÃˇ◊ˇıˇµ™ˇÛˇˆÎÏñ&Ïıˇ—Ìˇœˇ◊ˇıˇµ™ˇÛˇˆÏÎñ&Îıˇ—ˡ‘ˇ◊ˇıˇµ™ˇÛˇˆÎÏñ&Îıˇ—ˡ‘ˇ◊ˇıˇµ™ˇÛˇˆÎÎñÏıˇ“Áˇ‘ÔˇÀˇµ™ˇÁÏÎñÎıˇ“Áˇ‘ÓˇÃˇ∂™ˇÊÎÎñÎΔÊˇ‘Ìˇ⁄ˇ©™ˇÚˇˆÎÏñÏΔÊˇ‘Ïˇ€ˇ©™ˇÚˇˆÏÎñ&Îıˇ”Êˇ’͡‹ˇıˇ∂™ˇÚˇˆÎÏñ&Îıˇ‘‰ˇ◊Áˇfiˇıˇ∑®ˇÛˇˆÎÎñ&Ïıˇ‘„ˇŸÊˇfiˇıˇ∑ßˇÙˇˆÏÎñ&Îıˇ’·ˇ‡‡ˇfiˇıˇ∏•ˇıˇˆÎÎñÎıˇ÷flˇ‚flˇ—ˇ∏§ˇÍÎÏñÏıˇ÷fiˇ‰flˇ–ˇ∏£ˇÎÏÎñΠ‹ˇÊflˇ‹ˇ¨†ˇ˘ˇˆÎÏñΠ‹ˇÁfiˇ‹ˇ¨†ˇ˘ˇˆÎÎñ&Ïıˇÿ€ˇËfiˇ€ˇıˇ∫üˇ˘ˇˆÏÎñ&Îıˇÿ€ˇÓÿˇ€ˇıˇªûˇ˘ˇˆÎÎñ&Îıˇÿ€ˇÓŸˇ⁄ˇıˇªüˇ¯ˇˆÎÏñ&Ïıˇÿ€ˇÓŸˇ⁄ˇıˇºüˇ˜ˇˆÏÎñÎıˇÿ⁄ˇÔ€ˇÀˇºüˇÎÎÏñÎıˇÿŸˇÒ·ˇƒˇΩüˇÍÎÎñÏÀÿˇÛ‡ˇ—ˇ∞üˇˆˇˆÏÎñΠ´ˇ–ˇ∞†ˇıˇˆÎÎñ"Îıˇ÷≠ˇœˇıˇΩ†ˇıˇˆÎÏñ"Ïıˇ÷≠ˇœˇıˇΩ¢ˇÛˇˆÏÎñ"Îıˇ’ØˇŒˇıˇΩ©ˇÏˇˆÎÏñ"Îıˇ‘±ˇÕˇıˇΩ©ˇÏˇˆÎÎñÏıˇ”≤ˇ¿ˇº´ˇflÏÎñÎıˇ“¥ˇøˇª≠ˇfiÎÎñ΃∂ˇÀˇÆ≠ˇÍˇˆÎÏñÏ√∏ˇ ˇ≠ØˇÈˇˆÏÎñ"Îıˇœ∏ˇÀˇıˇπ±ˇËˇˆÎÏñòůÄú˜HHê, €Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1423. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜vkíb'"ÎıˇŒ∑ˇÕˇıˇ∏≤ˇËˇˆÎÎñ"ÏıˇÕ∏ˇÕˇıˇ∑¥ˇÁˇˆÏÎñ"ÎıˇÀªˇÃˇıˇ∂∂ˇÊˇˆÎÎñÎıˇ Ωˇæˇµ∏ˇŸÎÏñÏıˇ…¿ˇºˇ¥∏ˇ⁄ÏÎñÎ∫√ˇ»ˇ¶∑ˇËˇˆÎÏñÎπΔˇΔˇ•∏ˇËˇˆÎÎñ"Ïıˇƒ…ˇ≈ˇıˇ∞ªˇÁˇˆÏÎñ"Îıˇ¬Õˇ√ˇıˇØΩˇÊˇˆÎÎñ"Îıˇ¿—ˇ¡ˇıˇÆ¿ˇ‰ˇˆÎÏñ"ÏıˇΩ÷ˇøˇıˇ¨√ˇ„ˇˆÏÎñÎıˇª€ˇØˇ´Δˇ’ÎÏñÎıˇ∏·ˇ¨ˇ©…ˇ‘ÎÎñÏ®Áˇ∂ˇöÕˇfiˇˆÏÎñÎ£Òˇ±ˇò—ˇ‹ˇˆÎÎñ ÎıˇÅ–ˇıˇ¢÷ˇ⁄ˇˆÎÏñ ÏıˇÅ–ˇıˇ†€ˇ◊ˇˆÏÎñ ÎıˇÅ–ˇıˇù·ˇ‘ˇˆÎÏñ ÎıˇÅ–ˇıˇöÁˇ—ˇˆÎÎñÏıˇÅ√ˇïÒˇ¿ÏÎñÎıˇÅ√ˇÅƒÎÎñÎÅ√ˇÅ√ˇˆÎÏñÏÅ√ˇÅ√ˇˆÏÎñÎıˇÅ–ˇıˇÅ–ˇˆÎÏñÎıˇÅ–ˇıˇÅ–ˇˆÎÎñÏıˇÅ–ˇıˇÅ–ˇˆÏÎñÓÎı˛ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇı˛ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇˆÎÎñÎÅÅůÎÏñò@@˜@˜ík“b—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û—ˇ¯Û?—ˇ¯Û¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˝;˜„ÄpÕ˝"î(Ä@ DÕ˝#Ñ0@@Õ˝E!`ÄÄÕ˝D°†úÉà Õ˝à¬AÄÕ˝àB"Õ˛∏és8‡s¿Õ¡¡¡¡˝?˛Ä!¡¯˝Ä”˝"˛ƒBHŒ˝$f∂≥@@G€Çÿk9cÄ’˝xR$âÉÖÇI"â)‘˝HR$è8ÄÄÇ®Çy"â&‘˝ÄòI˛QÅÖB‘˝ĆIëíR‘˛É∏o√ùŒ¯‘ ¸D¯@“
  1424. ¸p¯—¡¡,˝ 8#p@IJ 0~1‡@¿˛éÄÄÏ'˝  ¿@˛ D  Ä˝@ Ë-˝'%éŒ0F¨Á¿aŒX‡HÊ|ÂàñÃ5ñ4Å,ˆpw®√Ç[kX–Ì-˝'D§§ê*íI$ëJ@$¢J@ÚDJ$ëdëê$ëQRIII"J@Ì-˝'Dò§$éA$ë2@‰"J@íDJ$°\ëê$ëQë»I9"J@Ì,˝&â    II$ÇI"ÄFDîÅàîIB$»¬$¿I" ¢    $êíëÑìÏ,˝&âII A$íI"îÄfIDîÅàîIB$…%I" ¢$íííîÏ-˛'ªÁyÅ«4œŸ9€ê≥ s∑áÁ∏˜;é€ÈŒÌƒŸ„Ä∏8Êò;n”ü∑ÏÛˆ  ˜@ÄÌÛ@ˆÄĘÏò@@Ę@Ę“kb¡¡˝q¿˛`8˛¿’˝E@˛@"àÄÄ’˝CŒp>ÒΔÇ"àyŒå3¿◊˝2'I (§í
  1425. D‡I$    $í@◊˝    ËÇH¿$û=I    <Ú@◊˝Qê@*I 
  1426.  íAÄ◊˛ëí@I$ íHI$Ä◊˛Δ )œ0l8√Ŭ‰aé÷˚˘˝÷˚8˘˝8÷¡¡¡¡¡¡¡¡¡¡¡¡¡¡˝¸¿—˝F˛–˝ y‚`ÇrŸÊ›ã,p“˝ (I%!I$îà% “˝ DI%·I$óà%—˝ ¯íJ
  1427. $íI(J—˛íJA$íI)J@“˛«;√õw,q€“˝˝œ˝˝œ¡¡˝?˝YÄ—˝!ê˝‘˝!m‹,qãsñëlÔf;ñ’˝BI$
  1428. %$â(í"JI(ê’˝|I$%'à»í"Iâ(ê’˝êíH>JHQ$Dêí$Q ’˝àíHAJIQ$Dîí$Q ’˛ò”∏«€ÃwÏè‹fi4\‡’ÙÄœıŒ¡¡˝>˛8Ñ–˝"˛ Ä“˝"^Œ0 c(æYl;π`‘˝xD§êA)Pàë$íâ”˝DD†AÔààë<Çâ”˝àâAÇÒ!"A”˝àâI äR    ""I%”˛„çaÉÛF?¯ÓaÖŒ”˜@ïÀ¡¡ ˝;0¸‡pŒ˝" Ä!Œò@Äú˜Äú˜k.b˝"-ùÏ«r¿ Œ˝DII"EÄ@Œ˝DI1!≈@ÄŒ˝àíDä$ÇÕ˝àííDä$Ñ@Œ˛ªõ√Δãú/Õ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê0 ‹Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1429. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ík“b'ÏÅÅůÏÎñÎÅÅůÎÏñÎÅÅůÎÎñÏÅÅůÏÎñÎÅÅůÎÎñÎÅÅůÎÏñÏÅÅůÏÎñÎÅÅůÎÏñÎÅÅůÎÎñÏÅÅůÏÎñÎÅÅůÎÎñê˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏñìÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ ÎÏÎÏÎÏÎÏÎÏÎÏÎñÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ,fl˛ˇˇˇ˛ˇˇ˚ˇ˚ˇ˛˛ˇ˘˛ˇ˜ˇ˝˛ˇÅÅÅÁ9flˇ˛ˇ˝
  1430. ˇˇˇˇˇ˝ˇˇ˛ˇ˘ˇ˜ˇˇ˛ˇ˛ˇÅÅÅÁ2flˇ˛ˇˇ˛ˇ˝ˇ˝˛˝ˇˇ¸˛˙˛ˆ˛˙˛ÅÅÅÁ2‡ˇ˛ˇˇˇ˝ˇ˝ˇ˝ˇˇ¸ˇ˙ˇˆˇ˚ˇÅÅÅÂ8‡ˇ˛ˇˇˇ˝ˇ˝¸ˇˇ¸ˇ˛ˇˇ¸˛ˇ˛ˇ¸ˇÅÅʼn3·ˇ˛ˇ˛ˇˇ˝ˇ˝˛ˇˇ¸˛˙˛ˆ˛˝ˇÅÅÅ‚;·ˇ˛ˇ˝ˇ˝ˇ˝ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˙ˇ˛ˇ˛ˇÅÅÅÂ3„˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˘˚ˇ˚˛ˇ˝ˇÅÅÅ„ÅÅÅâÅÅÅâÅÅÅâÅÅÅâ"fl˚ˇ˛ˇÂˇ¯ˇ˝˛ˇ¸˚ˇfiˇÅÅí,flˇ˛ˇ‚ˇˇ˘ˇˇ˛ˇ˛ˇ˝ˇˇˇÅÅÅÓhflˇ˛˛˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˙ˇ¯˛˙˛˙˛˛˛˛ˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇˇ˝˛ˇˇˇˇ˛ˇˇ˛ˇ˛˛ˇÅÅ¢i‡˝ˇ˝ˇˇˇ˛ˇˇˇ˛ˇˇ˚ˇ¯ˇ¸ˇˇ˘ˇ˝ˇˇ˛ˇˇ˛ˇ¸ ˇˇˇˇˇ˛ˇˇ˛ ˇˇˇˇˇÅÅ°i‡ˇˇ˝ˇˇˇ˛ˇˇˇ˛˝ˇ˚ˇ˛˛ˇ˛ˇ˙ˇ˙ˇ¸ˇˇˇˇ˛ˇ¸ˇ˝ˇˇˇ˛ˇˇ˛
  1431. ˇˇˇˇˇÅņ^·ˇ˙ˇ˛ˇ˝ˇˇ˛˛˛¯ˇ¯˛˙˛˙˛¸ˇ˛ˇ˛˛˛¸ˇˇ˚˛ˇ˝ˇ˛˛˛ˇˇ˝ˇÅņd·ˇ˙ˇˇ˚ˇˇˇ˛ˇˇ˚ˇ¯ˇ˛ˇ˛ˇ˙ˇ˚ˇˇˇ˛ˇ¸    ˇˇˇˇ˚ˇˇ˛ ˇˇˇˇˇÅņX„˛ˇ¸˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ˚˛ˇ˙˛ˇ˛˛ˇ˙˛ˇ¸ˇˇ˛˛ˇ¸˛ˇˇˇ˝˛ˇ˛ˇ˛ˇ˛ˇ¸ˇÅÅûÿ˛˛˛≤˛˛˛ÅÅãÿ˛ˇ∞˛ˇÅÅâÅÅÅâÅÅÅâ]fl˛ˇÙˇ˛ˇˇˆ˛ˇ˛˛ˇÙˇÏˇˇıˇˇÊˇˇ¸˚ˇ˛ˇˇ˛ˇ˚ˇÛˇ˛ˇÎˇÏ˛ˇ›˛ˇ˛˛ˇÚ˛ˇÍˇÅ⁄\flˇÓˇıˇˇ˛ˇˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˙ˇˇ˛ˇ”ˇ¯ˇÒˇˆˇˇ˛ˇˇˇÅ¿#flˇ˛ˇˇ˛
  1432. ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˙ˇ˛ˇ˛˛˛ˇ˝ˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛¯ˇ˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˚˛ˇ˛    ˇ˛ˇ˛ˇ˛˛ˇ ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛˝ ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˚ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ¸˛ˇˇ˛ˇˇ˚ˇˇˇˇ˛ˇ˛˝˛ˇ¸    ˇ˛ˇˇˇˇ˛ˇˇ˝ ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇÅÂ%‡ˇ˛ˇˇˇˇˇˇˇˇˇ˚!ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  1433. ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚˝ˇˇˇ˛ˇ˛ˇˇˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˜ˇ˛    ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇÅ„‡ˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ˚ˇˇˇ˛˛ˇˇ¸ ˇˇˇˇˇ˛
  1434. ˇˇˇˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˜ˇ˛    ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇ˛˛ˇˇ˘ˇ˛ˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇÅ„·ˇ˛ˇ˛˝ ˇ˛ˇˇ˛¯ˇˇ˛ˇˇˇ¸ ˇˇˇ˛ˇ˛ˇ˝˛ˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇ˛ˇˇ˚˛¸ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˝ˇ˛
  1435. ˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇˆˇ˛    ˇˇ˛ˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇ˛ˇˇˇ˛˘ˇ˛ ˇ˛ˇˇ˛˛˛ˇ˝
  1436. ˇˇ˛ˇ˛Å··ˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇ¸ˇˇˇˇˇˇˇˇˇˇ˛
  1437. ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇˇˇˇ˚ˇ˛ˇˇˇÙˇ˛    ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇ˚ˇˇˇˇÅfl    „˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ˚˛ˇ˛˛ˇ ˇˇˇˇˇ˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇ˛ˇ˛˝ˇ˛ˇ˛ˇ˛ˇ˛˛ˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇˇ˝ˇ˛˛ˇ˙ˇ˛ˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ¸˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇÅ·(éˇüˇ˛ˇˆˇ˛ˇß˛˛˛˜ˇ˛ˇÅ‚êˇù˛ˇÙ˛ˇ•˛ˇı˛ˇÅ‡òů@ĘHHê, ›Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1438. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę“kb'ÅÅÅâÅÅÅâ,fi˛ˇ˛˛ˇ˛˛ˇflˇ˝ˇˇÌˇ˝˛ˇ˛˛ˇÊˇˇÅÅ£=‡ˇ˛ˇˇ˛ˇˇ˛ˇˆˇÊˇÓˇˇ˛ˇ˛ˇˇ˛ˇˆˇÚˇÅÅ¢|‹˛ˇ˛ˇ˛˛˛˝˛ˇ
  1439. ˛ˇ˛ˇ˛ˇˇ˚˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛˛˛ˇ¸ˇ˛ˇˇ¸ˇ˛ˇ˛ˇˇ˛ˇ˝˛˛ˇ    ˇˇ˛ˇ˛ˇ˙˛ˇ˛ˇ˛˝ˇˇ˛ˇ˛ÅÅ≥}flˇˇˇ˛ˇ˛ˇ˚ ˇˇˇˇˇ˙ˇˇ˛ˇˇˇˇˇˇ¸ˇˇ˚ˇ˛ˇ˛ˇ˛ˇ˚ ˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇÅÅ≥r›ˇ˝ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ¯ˇˇˇˇˇˇ˝ˇ˚ˇ˙ˇ˝˝ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ˙ˇˇ˝ˇ˝ˇˇˇÅÅ≥kfi˛¸ˇ˛˛˛¸ˇˇ˛¸ˇ˘ˇˇˇˇˇ˛ˇ¯ˇ˙ˇ˙ˇˇ˛ˇ¸ˇ˛ˇ¸ˇ˚˛ˇˇ¸˛¸ˇˇÅÅ≤}‚ˇ˛ˇ˝ˇˇ˛ˇ¸ ˇˇˇˇˇ¯ˇˇ˛ ˇˇˇˇˇ¸ˇˇ˚ˇ˚ˇˇ˛ˇ¸ ˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇÅÅ≤l‚˛ˇ˛ˇˇ˝˛ˇ˚˛ˇ˝ˇ˛ˇˇ˙ˇˇ˛ˇ˝ˇˇˇ¸ˇˇˇˇ˝˛ˇ˛ˇˇ˝˛ˇ˚˛ˇ˝ˇ˛ˇˇ¸˝ˇˇˇ˝ˇˇ˛˛ˇÅÅ∞Õˇ∑ˇ›ˇÅÅÆœ˛ˇπ˛ˇfl˛ˇÅÅÆÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ‹ˇÒˇˇˆ˛ˇˇ“˛ˇÅÅÉ›ˇˇ˜ˇ˛ˇˇ‰ˇÔˇÅÅÅbfiˇ˛˛˛˛ˇˇˇ˛ˇ˛ˇ˛ˇ¸ˇ¸"ˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˙ˇˇˇ˛˛˛ˇˇÅÅç^flˇˇ˝ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅåY‡ˇ˛ˇ˛ˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇ¯ˇ˛ˇˇˇÅÅâX·˛ˇ˛ˇ˛ˇ˛ˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˚˛¯ˇ˛ˇˇˇÅÅàb‚ˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅã_„ˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝    ˇˇˇˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇÅÅé⁄ˇ¸˛⁄˛ËˇÅÅÅ˘‹˛ˇ˛˛ˇ‹˛ˇÍˇÅÅŘÅÅÅâÅÅÅâ#fl˚ˇˆˇˇ˜ˇˆˇˇ›ˇˇˇˇˇÅÅÇ-flˇ˝ˇ˘ˇˇ˜ˇıˇ⁄ˇ˛ˇÙˇÙˇÅÅù{flˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛˙˛ˇˇˇ˛˛˛ˇˇ˛ˇˇ˛    ˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˘ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇÅÅ®{‡ˇ˝ˇˇˇˇˇˇ˚ˇˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅ•t‡¸ˇ˛ ˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˘ˇˇ˛
  1440. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅÅ•v·ˇ˛˝ ˇ˛ˇˇˇ¸ˇ˛˛ˇˇˇˇˇˇ˚˛¸ˇ˛˛˛ˇˇ˘ˇˇ˛ˇˇ˛˝ˇ˛ˇ˛ˇˇ˛ˇ˛˛˛ˇÅŧ|·ˇ˛ˇ˛ ˇˇˇˇˇ˝ˇ¸ˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅŧr„˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛¸ˇˇˇ˝ˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˛˚ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅŧ ôˇÅÅÅÚ õˇÅÅÅÅÅÅâÅÅÅâfl¸ˇÊ˛ˇÍˇÚ¸ˇ˝ˇÅÅÅˇ&flˇ˛ˇÊˇÈˇ¯ˇ˚ˇ˛ˇÎˇÅÅëhflˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˚˛ˇ˛ˇˇ˜ˇˇ˛ˇ˛ˇ˛ˇ¸ˇ˝ ˛ˇˇˇ˛ˇˇ˛˝˛ˇ˛ˇ˛ˇˇ˛ˇÅÅúe‡˝ˇ˝ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇˇˇˇ¯ˇˇ˝ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅô_‡ˇ˛ˇ˛ˇ˛ˇˇˇ¸˝ˇ¸ˇ¸˝ˇ˝ˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˝ˇˇ¸ˇˇ˛ˇˇÅÅô^·ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸˛˘ˇ¸ˇ˝˛ˆ˛˛ˇ˛˛˛˛˛˚ˇ˝˛ˇ˛ˇˇ¸˛¸ˇ˛˛˛ˇÅÅòm·ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ¸ˇ˛
  1441. ˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅò^„¸ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇˇ¸˚ˇˇˇ˛ˇˇ˝ˇ˛ˇˇ˛˚ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ˛ˇÅÅò ∞˛ÅÅÅ€ ≤ˇÅÅÅŸÅÅÅâÅÅÅâfl˛ˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅÌ,flˇ˛ˇ˛ˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅÌòůÄú˜HHê0 fiIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1442. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜k.b'Cflˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˛ ˛ˇˇ˛ˇˇˇˇ˛˘ˇ˘ˇÅÅÅÌB‡ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˘ˇˇ˘ˇÅÅÅÎ>‡ˇ˛ˇ˛
  1443. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇ˜ˇ˚ˇÅÅÅÍ@·ˇ˛ˇ˛ˇ˛ˇ˝˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅÅËI·ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ˛ˇ˝ˇ˛ˇÅÅÅÎ>„˛ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˚˛ˇ˛ˇ˝ˇÅÅÅÈÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜.kmb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ęmk≠b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜≠k…b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê, flIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1444. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜.kmb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê0 ‡Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1445. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęmk≠b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê, ·Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1446. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜≠k…b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜…k    b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę    kIb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜Ikeb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê0 ‚IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1447. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜…k    b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê, „IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1448. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę    kIb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê0 ‰Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1449. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Ikeb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜ek•b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę•kÂb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜Âkb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê, ÂIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1450. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ek•b'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê0 ÊIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1451. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę•kÂb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê, ÁIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1452. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Âkb'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ
  1453. *l®¯4)k*lò@@ˆ@ˆ*ljb¡Ïˇ˛ÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿ˚˘ªDDE˘ªøˇÿ˛˙ÓÒ˙Óˇˇÿ˚˚ª§DEÙDDK˚ªøˇÿ˛¸ÓÌ˘˛n¸Óˇˇÿ˚¸ªÑDDG¸˛DC¸ªøˇÿ˛˝ÓÔ˛˝˝¸Óˇˇÿ˚˝ª¥˛DO˛˝D[˝ªøˇÿ˛˝Ó—˛ˇ˝˝Óˇˇÿ˚˛ª∫˝Dˇƒ˝D˝ªøˇÿ˛˛ÓÈ˝?ˇ—˝.˛Óˇˇÿ˚˛ª§˝Dˇ‰˝DK˛ªøˇÿ˛˛Ó뽡ˇÒ˝˛Óˇˇÿ˚ªª∫˝DEˇˇÙ¸D˛ªøˇÿ˛ÓÓÈ˝ˇˇ˘¸.ÓÓˇˇÿ˚ªª¥˝DGˇˇ¸¸D[ªªøˇÿ˛ÓÓ—˝˛ˇ¸ÓÓˇˇÿ˚ªªƒ˝DO˛ˇ¸DGªªøˇÿ˛ÓÔ¸˛ˇ˚ÓÓˇˇÿ˚ª∏¸D_˛ˇƒ¸D;ªøˇÿ˛Óȸ?˛ˇ—¸.Óˇˇÿ˚ª§¸D˛ˇ‰¸DKªøˇÿ˛Ó—¸˝ˇÒ¸Óˇˇÿ˚ªƒ˝DE˝ˇ¸¸DGªøˇÿ˛Ó˚˝ˇ˘¸Óˇˇÿ˚∫¸DG˝ˇ¸˚Dªøˇÿ˛Ì¸¸ˇ˚nˇˇÿ˚∏¸DO¸ˇ˚D;øˇÿ˛È¸¸ˇë¸.ˇˇÿ˚¥¸D_¸ˇƒ¸D[øˇÿ˛Ò¸?¸ˇ—¸ˇˇÿ˚§¸D¸ˇ‰¸DKøˇÿ˛—¸˚ˇÒ¸ˇˇÿ˚ƒ¸D˚ˇ¸¸DGøˇÿ˛ë¸˚ˇ˝¸ˇˇÿ˚¸DG˚ˇ˛¸DEøˇÿ˛¸˙ˇ¸ˇˇÿ˙¸DO˙ˇ˚Døˇÿˇ¸˙ˇë¸ˇˇÿ˙¸D_˙ˇƒ¸Døˇÿ˝¸?˙ˇÒ¸ˇÿ¯¸D˙ˇÙ¸D?ˇÿ˝¸˘ˇÒ¸ˇÿ¯¸D˘ˇ¸¸D?ˇÿ˘¸˘ˇ˝¸?ˇÿ¸˝DG˘ˇ˛¸Dˇÿ˘˝¯ˇ¸?ˇÿ¸˝DG¯ˇƒ˝Dˇÿ˘˝¯ˇë˝?ˇÿ¸˝D_¯ˇƒ˝Dˇÿ˘˝?¯ˇÒ˝?ˇÿ¸˝D¯ˇÙ˝Dˇÿò@@Ĉ@Ĉjl™b˘˝¯ˇ˘˝?ˇÿ¸˝D˜ˇ¸˝Dˇÿ˘˝ˆˇ˝?ˇÿ¯˛DG˜ˇ˛˝D?ˇÿ˝˛ˆˇ˝ˇÿ¯˛DGˆˇƒ˛D?ˇÿ˝˛ˆˇ—˛ˇÿ˙˛D_ˆˇ‰˛Døˇÿˇ˛?ˆˇÒ˛ˇˇÿ˙˛DˆˇÙ˛Døˇÿ˛˛ˆˇ˘ˇˇÿ˚˛Dıˇ¸DDEøˇÿ˛ëÙˇˇˇÿ˚ƒDGÙˇDDGøˇÿ˛—Ùˇëˇˇÿ˚§DGÙˇƒDKøˇÿ˛ÒÙˇ—ˇˇÿ˚¥D_Ùˇ‰D[øˇÿ˛ÈÙˇÒ.ˇˇÿ˚∏DÙˇ¸D;øˇÿ˛ÌÙˇ˝nˇˇÿ˚∫DÛˇ¸Dªøˇÿ˛ÓÚˇÓˇˇÿ˚ª≈ÚˇGªøˇÿ˛Ó”ÚˇñÓˇˇÿ˚ªßÚˇÀªøˇÿ˛ÓÔÚˇÓÓˇˇÿ˚ªøÚˇ˚ªøˇÿ˛ÓÒˇ˛Óˇˇÿ˚ªøÚˇ˚ªøˇÿ˛ÓÒˇ˛Óˇˇÿ ˚ªˇªøˇÿ ˛ÓˇÓˇˇÿ ˚ªˇªøˇÿ ˛ÔˇÓˇˇÿ ˚øˇ˚øˇÿ ˛ÔˇÓˇˇÿ ˚øˇ˚øˇÿ ˛Ôˇ˛ˇˇÿ ˚øˇ˚øˇÿ ˛Ôˇ˛ˇˇÿ
  1454. ˚Óˇøˇÿ˛Ïˇÿ
  1455. ˚ÓˇøˇÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿΡÿ?Ρÿ¡¡¡¡ò@ÄúˆÄúˆ™lΔb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ç˚Ò¿80¯c~¸p ÿ˛
  1456. J@ ò1DBíÖ  ÿ˛àB  àDbÜ   ÿ˛"êÑ0@@¿#¡§! x$ ÿ˛"Pá–N@. !î!Ùꃠÿ˛Da     ÄÇ @BBH  DH@ÿ˛D!ëã DBB$@"dàH@ÿ‹G9úıÅ«wŒg¸∞8‚i◊
  1457. ˆ¯◊
  1458. ˆ¯◊¡¡˛ê˛@˛Ä`Ä |˛⁄òň@ˆHHê0 ËIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1459. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ*ljb'ÅÅÅãæ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎÅŬÎÅÕÏÎÅÅ√ÏÅÕÎÏÅÅ√ÎÅÕÏÎÅÅ√ÎÅÕÎÎÅÅ√ÏÅÕÎÏÅÅ√ÎÅÕÎÎÅÅ√ÎÅÕÏÎÅÅ√ÏÅÕÎÏÅÅ√ÎÅÕÏÎÅÅ√ÎÅÕÎÎÅÅ√ÏÅÕÎÏÅÅ√™Îı˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÙÎÎÅÅ√¶Έ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˝◊˛◊˛◊˛¸◊˛◊˛◊˛◊˛◊˝˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊ıÏÎÅÅ√®Ïı˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊¸◊◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÙÎÏÅÅ√™Έ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊˙◊◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊ıÏÎÅÅ√ûÎı˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˝◊˛◊˛◊˛◊˛◊˛◊˛¯◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˝˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÙÎÎÅÅ√§ψ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊¯◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊ıÎÏÅÅ√¢Îı˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ˆ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÙÎÎÅÅ√¢Έ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛Ù◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊ıÏÎÅÅ√öÏı˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÙÎÏÅÅ√°Έ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊Ò◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊ıÏÎÅÅ√öÎı˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛Ô◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÙÎÎÅÅ√öψ◊◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛Ï◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊ıÎÏÅÅ√òÎı˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊Ï◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊˛◊˛◊˛◊ÙÎÎÅÅ√öΈ◊◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊Í◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊˛◊˛◊◊◊ıÏÎÅÅ√íÏı˛◊˛◊˛◊˛◊˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛Ë◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊ÙÎÏÅÅ√ïΈ◊◊˛◊˛◊˛◊˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊Ê◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊◊◊ıÏÎÅÅ√çÎı˛◊˛◊˛◊˛◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊Â◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛˝◊˛◊˛◊˛◊˛◊ÙÎÎÅÅ√éψ◊◊˛◊˛◊˛◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛‰◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛˝◊˛◊˛◊˛◊◊◊ıÎÏÅÅ√âÎı˛◊˛◊˛◊˛◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊‚◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˝˛◊˛◊˛◊˛◊ÙÎÎÅÅ√ëΈ◊◊˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊·◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊◊◊ıÏÎÅÅ√äÏı˛◊˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛fl◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊˛◊ÙÎÏÅÅ√äΈ◊◊˛◊˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛‹◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊˛◊◊◊ıÏÎÅÅ√ÅÎı˛◊˛◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊⁄◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛˝◊˛◊˛◊ÙÎÎÅÅ√Üψ◊◊˛◊˛◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛€◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˝˛◊˛◊◊◊ıÎÏÅÅ√ÇÎı˛◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛ÿ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊˛◊ÙÎÎÅÅ√ÖΈ◊◊˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊÷◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊◊◊ıÏÎÅÅ√}Ïı˛◊˛◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊’◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˝˛◊˛◊ÙÎÏÅÅ√ÇΈ◊◊˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛”◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊◊◊ıÏÎÅÅ√}Îı˛◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊“◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊˛◊ÙÎÎÅÅ√}ψ◊◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊—◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛˝◊◊◊ıÎÏÅÅ√zÎı˛◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛œ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊˛◊ÙÎÎÅÅ√zΈ◊◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛Ã◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊◊◊ıÏÎÅÅ√rÏı˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊À◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛˝◊ÙÎÏÅÅ√yΈ◊◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛ ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊◊ıÏÎÅÅ√tÎı◊◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛«◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊ÙÎÎÅÅ√sψ◊◊˝◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊Δ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˝◊◊ıÎÏÅÅ√sÎı◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊≈◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊ÙÎÎÅÅ√nΈ˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛√◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛˛◊ıÏÎÅÅ√oÏı◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊¬◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊ÙÎÏÅÅ√nΈ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ø◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊ıÏÎÅÅ√eÎÚ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛æ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÒÎÎÅÅ√jψ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛º◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊ıÎÏÅÅ√bÎÚ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ª◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÒÎÎÅÅ√eÎÙ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛∫◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÛÏÎÅÅ√fψ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛∑◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ıÎÏÅÅ√aÎÙ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊∂◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÛÏÎÅÅ√bΈ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛¥◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ıÎÎÅÅ√^ÏÙ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛≥◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÛÎÏÅÅ√aΈ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊≤◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ıÎÎÅÅ√ZÎÙ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊Ø◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÛÏÎÅÅ√]ψ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛Æ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ıÎÏÅÅ√òň@ĈHHê, ÈIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1460. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉjl™b'YÎÙ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊≠◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÛÏÎÅÅ√ZΈ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊´◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ıÎÎÅÅ√RÏÙ◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛®◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÛÎÏÅÅ√NÎÚ◊˛◊˛◊˛◊˛◊˛◊˛◊˛ß◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÒÎÎÅÅ√VΈ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ß◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊ıÏÎÅÅ√JÏÚ◊˛◊˛◊˛◊˛◊˛◊˛◊˛§◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊ÒÎÏÅÅ√QΈ◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛¢◊◊˛◊˛◊˛◊˛◊˛◊˛◊˛◊◊ıÏÎÅÅ√OÎı◊◊˛◊˛◊˛◊˛◊˛◊˛◊°◊◊˛◊˛◊˛◊˛◊˛◊˛◊◊ÙÎÎÅÅ√Jψ˛◊˛◊˛◊˛◊˛◊˛◊˛◊ü◊˛◊˛◊˛◊˛◊˛◊˛◊˛˛◊ıÎÏÅÅ√KÎı◊◊˛◊˛◊˛◊˛◊˛◊˛û◊◊˛◊˛◊˛◊˛◊˛◊˛◊◊ÙÎÎÅÅ√KΈ◊◊˝◊˛◊˛◊˛◊˛◊˛◊ù◊◊˛◊˛◊˛◊˛◊˛◊˝◊◊ıÏÎÅÅ√HÏı◊◊◊˛◊˛◊˛◊˛◊˛◊õ◊˛◊˛◊˛◊˛◊˛◊˛◊◊◊ÙÎÏÅÅ√FΈ◊◊◊◊˛◊˛◊˛◊˛◊˛ò◊˛◊˛◊˛◊˛◊˛◊◊◊◊ıÏÎÅÅ√=Îı˝◊˛◊˛◊˛◊˛◊˛ñ◊◊˛◊˛◊˛◊˛◊˛˝◊ÙÎÎÅÅ√Fψ◊◊◊◊◊˛◊˛◊˛◊˛◊ñ◊◊˛◊˛◊˛◊˛◊◊◊◊◊ıÎÏÅÅ√>Îı˛◊◊◊˛◊˛◊˛◊˛î◊˛◊˛◊˛◊˛◊◊˛◊ÙÎÎÅÅ√=Έ◊◊˝◊˛◊˛◊˛◊˛í◊◊˛◊˛◊˛◊˛˝◊◊◊ıÏÎÅÅ√=Ïı˛◊◊◊◊˛◊˛◊˛◊ë◊◊˛◊˛◊˛◊◊◊˛◊ÙÎÏÅÅ√>Έ◊◊˛◊◊◊˛◊˛◊˛ê◊˛◊˛◊˛◊◊˛◊◊◊ıÏÎÅÅ√2Îı˛◊˛◊˝◊˛◊˛å◊˛◊˛◊˝˛◊˛◊ÙÎÎÅÅ√<ψ◊◊˛◊◊◊◊˛◊˛◊å◊◊˛◊˛◊◊◊˛◊◊◊ıÎÏÅÅ√6Îı˛◊˛◊◊◊˛◊ã◊˛◊˛◊◊˛◊˛◊ÙÎÎÅÅ√2Έ◊◊˛◊˛◊˝◊˛à◊˛◊˝˛◊˛◊◊◊ıÏÎÅÅ√0Ïı˛◊˛◊˝◊˛◊à◊◊˛˝◊˛◊˛◊ÙÎÏÅÅ√6Έ◊◊˛◊˛◊◊◊◊Ü◊◊◊◊˛◊˛◊◊◊ıÏÎÅÅ√0Îı˛◊˛◊˛◊◊Ñ◊◊˛◊˛◊˛◊ÙÎÎÅÅ√2ψ◊◊˛◊˛◊˛◊Ç◊˛◊˛◊˛◊◊◊ıÎÏÅÅ√,Îı˛◊˛◊˛◊Å◊˛◊˛◊˛◊˛◊ÙÎÎÅÅ√,Έ◊◊˛◊˛◊Å◊˙◊˛◊˛◊◊◊ıÏÎÅÅ√,Ïı˛◊˛◊˛◊Å◊˛◊˛◊˛◊˛◊ÙÎÏÅÅ√,Έ◊◊˛◊˛◊Å◊˙◊˛◊˛◊◊◊ıÏÎÅÅ√$Îı˛◊˛◊Å◊ˆ◊˛◊˛◊ÙÎÎÅÅ√(ψ◊◊˛◊˛◊Å◊ˆ◊˛◊◊◊ıÎÏÅÅ√$Îı˛◊˛◊Å◊ˆ◊˛◊˛◊ÙÎÎÅÅ√$Έ◊◊˛◊Å◊Ú◊˛◊◊◊ıÏÎÅÅ√Ïı˛◊Å◊Ó◊˛◊ÙÎÏÅÅ√$Έ◊◊˛◊Å◊Ú◊˛◊◊◊ıÏÎÅÅ√Îı˛◊Å◊Ó◊˛◊ÙÎÎÅÅ√ψ◊◊Å◊Í◊◊◊ıÎÏÅÅ√Îı˛◊Å◊Ó◊˛◊ÙÎÎÅÅ√Έ◊◊Å◊Í◊◊◊ıÏÎÅÅ√ÏıÅ◊Ê◊ÙÎÏÅÅ√Έ◊◊Å◊Á◊ıÏÎÅÅ√ÎıÅ◊Ê◊ÙÎÎÅÅ√ψÅ◊‰◊ıÎÏÅÅ√ΈÅ◊‰◊ıÎÎÅÅ√ÎÅÕÏÎÅÅ√ÏÅÕÎÏÅÅ√ÎÅÕÏÎÅÅ√ÎÅÕÎÎÅÅ√ÏÅÕÎÏÅÅ√ÎÅÕÎÎÅÅ√ÎÅÕÏÎÅÅ√ÏÅÕÎÏÅÅ√ÎÅÕÏÎÅÅ√ÎÅÕÎÎÅÅ√ÏÅÕÎÏÅÅ√ÎÅÕÎÎÅÅ√øÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅ√¿ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ7ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÅÅ√ÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê0 ÍIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1461. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ™lΔb'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã{Ê˛ˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇˇ˛˛ˇ˛˛˛ˇˇ˘ˇ˛ˇ¸ˇ˛˘ˇ˛˛ˇ˛ˇ˚˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛˘˛ˇ˚ˇˇ˘˛˛˛˛ˇ˛˜ˇÅÅæxÊˇ˛ˇ˝
  1462. ˇˇˇˇˇ˝ˇˇ˛ˇ˘ˇ¸ˇˇˇ¸ˇˇ˛ˇ¯ˇ˛ˇ˛ˇ˝
  1463. ˇˇˇˇˇ˝ˇˇ˛ˇ˘ˇ˚ˇˇˇ¸ˇˇ˛ˇÚˇÅÅæwÊˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˝ˇˇ¸ˇ˙ˇ¸ˇ˛ˇ˚ˇ˛ˇ¯ˇ˛ˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˝ˇˇ¸ˇ˙ˇ˚ˇ˛ˇ˚ˇ˛ˇ¯ˇˇ˝ˇÅÅæwÁˇ˛ˇˇˇ˝ˇ˝˛˝ˇˇ¸˛˙˛˚ˇ˛˘ˇ˛˛ˇ˛¸ˇ˝ˇ˛ˇˇ˛˝ˇ˝ˇ˝ˇ˛¸ˇ˙ˇ˙ˇˇ˘˛˛˛˛ˇ¸ˇ˛˝ˇÅÅæxÁˇ˛ˇˇˇ˝ˇ˝¸ˇˇ¸ˇ˛ˇˇ˘ˇ˛ˇ˛ˇ˙ˇ˝ˇ˝ˇ˛ˇˇˇ˝ˇ˝¸ˇˇ¸ˇ˛ˇˇ¯ˇ˛ˇ˛ˇ˙ˇ¸˛ˇ˝ˇÅÅæ{ˡ˛ˇ˛ˇˇ˝ˇ˝ˇˇˇ¸ˇ˙ˇ¸ˇ˛ˇ˚ˇ˙ˇ˝ˇ˝ˇ˛ˇ˛ˇˇ˝ˇ˝ˇˇˇ¸ˇ˙ˇ˚ˇ˛ˇ˚ˇ˙ˇ˝ˇˇ˝ˇÅÅΩàˡ˛ˇ˝ˇ˝˛˝ˇ˛ˇ˛˛˛˘ˇ˛ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˝ˇ˝˛˛˛˝ˇ˝ˇ˝ˇ˛ˇˇ˛ˇ˘ˇ˛ˇˇˇˇ˚ˇ˛ˇ˛ˇ˝ˇˇ˝ˇÅÅΩxͲˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˘˚ˇˇˇˇ˚˛ˇ˛˛ˇ˚ˇ˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˘˚ˇˇˇˇ˚˛ˇ˛˛ˇ˛    ˇˇˇˇˇÅŪ£ˇ±ˇÅŪ£ˇ≥˛ÅÅπÅÅÅãÅÅÅãFÊ˛˛ˇ˛ˇ˛‰ˇ¯˛˙˛˙˛ıˇÒˇˇˆˇ˛ˇˆˇ˙ˇˇ˛ˇˇ˛ˇˇ·ˇÅÅ“ò@@ˆ@ˆΔlb˛˛Ä`` ˛@ÄD˝€˛c[[Ä †P;[<LM≥ãB[cÃw⁄Û˛<IIB@†íI$§ â)ÑIBI$í$›˛$IODAbI$º â(ÑG
  1464. ÇIí<›˛@å$êèɇ$íI@AP)íí    $@›˛@ê$íÄÑ$íIH"R%í
  1465. íI$H›√ú7òÅ sünÁ`8ÿfl√ös    º`›˝"¯Ä˚Ÿ˝8˘Ä˚8Ÿ¡¡&˛ Äp ¿˛?Å\8 Â%˛¿ Ä    Ä" ê˝ Â(˛"«gF÷w‡±«,p$svr¿íÿ√ZΔÇ%ûŒ9≥æ9`Á(˛""RRH*íHíQI  îë% y"EA"JIRDí"ë)$â Á(˛""LRx$é@íQ1 Ù% I"EB"I…RDí"ë($â Á(˛"DѧÄI$Å$¢@#"J@ÇDä$ÑDîå$òâ$E"PI@Á(˛"D§§êA$ë$¢í@3)"J@äDä$ÑDîê$†â$E"RI@Á)%›Ûº¡«4«ÏπÕ»Yå9€√Û‹ªùâ€vú˝∏#ª<q„XyŒ¿Á Ùı"Dfi Ù ı8pfi¡¡˛∞˛ é8–!«ú‹˛ Ä¸¢àăQ‹˛&œ÷«g,fib¢ày‹∞@A9¬‹˛"D•DQ$$• D‡IHA@Å     $ᇋ˛"DôƒQ$â‡=I0@ÄÇ    # ‹˛Dâ
  1466. $à¢H    "
  1467.  íA@‹˛DâJ$à¢HIJ@" íêÅDI@‹flç‚ÊãπÿÁÛ8√Å√¿"á<p8\9¿‹
  1468. Ú˙ Ÿ
  1469. Ú˙‡Ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ĸ‡–˛#˛Ä–˛
  1470. y‚0A9lÛnÀñ8—˛ I$êÄâ$íJHê—˛ "I$Äâ$íK»Ä—˛ |íII$î%–˛ ÇíI âI$îê% —è«9Ä·ÕªÜñpéÌà—˛˝˛Äœ˛˝Œ¡¡˛˛`Õ˛˛@–˛[g0aÄd[;ŸéÂÄ“˛ <BRê!$ÄHííDä$—˛ "BP!ÁÄHíbCä$—ò@@Ĉ@ĈlFb˛ DÑ°Bë$$âH—˛ DÑ• FIë%$âH—ÛܱÅ˚ #˜7áç8—¯ À¯ÄÀ¡¡˛˛Çœ˛˛    ÄÄ“˛[g0aÄ∑Mf9‹∞”˛<BRê!$Ä(ÑâëDÄ”˛"BP!ÁÄDÑâÅDÄ”˛DÑ°B˘!!⓲DÑ• FI"%"â“ÛܱÅ˚ #¯~1ÇÁ“¯ À¯ÄÀ¡¡ ˛∞¸‡pÕ˛ Ä!Õ˛&œ÷«9` Õ˛"D•DâÄ@Õ˛"Dôƒâ@ÄÕ˛Dâ
  1471. $âÇÃ˛DâJ$âÑ@Õ
  1472. flç‚ÊâŒ/á¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆFlbb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê, ÎIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1473. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆΔlb'=Êˇ˛ˇ‚ˇˇ˘ˇˇ˚ˇˇ˙ˇ„ˇ˜ˇ˛ˇÓˇ˝ˇ˛ˇŸˇÅÅ⁄®Êˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇ¯ˇ¸ˇˇ˚ˇˇ˚˛ˇ ˇˇˇˇˇˇˇ˝ˇ˛ˇˇˇ¸ˇ¸ ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˝    ˇˇˇˇˇˇ˛¸ˇˇˇ˛˝ˇˇˇ˛˛ˇ¸ˇ ˇˇˇˇˇˇˇÅÅÈ∑Á˛ˇ˛˛˛ˇˇ˛ ˇˇ˛ˇˇ˙ˇ¯˛˝ˇ˛˚ˇˇ¸ˇˇˇ˛ˇˇˇ˛ˇˇ˛˝ˇ¸ˇ˛ ˇˇˇˇˇ˛ˇ˛ˇ˝˛˛˛ˇˇ˛ˇ˛˛˛˝ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ÅÅÈÆÁˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˙ˇ˛˛ˇ˛ˇ˛ˇ˛ˇ¸ˇ˛ˇ¸ˇˇ˛ˇˇˇˇˇˇˇ˝ˇ˝ˇ¸ˇ˛ˇˇˇˇ˚ˇˇ˛ˇ˝ˇ˛ˇ˛˛ˇ˝ˇˇˇ¸    ˇˇˇˇ¸    ˇˇˇˇ˛˝ˇÅÅÈúˡ˚ˇ˛ˇˇ˝    ˇˇˇˇ˜ˇ¯ˇ˛¸ˇ¸¸ˇ˙ˇˇˇˇˇˇˇˇˇ˙ˇ¸ˇ˛ˇˇˇˇ˚ˇˇˇ˝ˇ˛ˇˇˇ˝ˇˇˇ¸    ˇˇˇˇ¸    ˇˇˇˇ˛ˇÅÅÂ≠ˡ˚ˇ˛˚ ˇˇˇ˛ˇ˙ˇ¯ˇ˙ˇ˝ˇ¸˛˛˛ˇˇˇ˛ˇˇˇ˛ˇˇ¸ˇ˛ˇ˝ ˛ˇˇ˛ˇ˛ˇˇ˛˛˛˝ˇ˛ˇ¸ˇˇ˚ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇÅÅËöͲˇ˝˛ˇ˛ˇ˝ˇˇ˝ˇˇˇ˙˛ˇ˙˛ˇ˚ˇ˝ˇˇ˛˛ˇ˛ˇ¸ˇˇˇ˛ˇ˛ˇ˛ˇˇˇ˙˛ˇ˚ˇˇ˝ˇˇˇ˛ˇˇ˙ˇ˝˛ˇˇˇˇ˝ˇˇ˚˛ˇ˛ˇˇˇ˝ˇˇˇ˝ˇ˛ˇˇÅÅÊflˇ˛ˇ∏ˇÔˇ…ˇÅÅ»fl˛ˇ∏˛ˇÔˇˇÃ˛ˇÅÅ»ÅÅÅãÅÅÅãfÊ˛ˇˇÙ˛˛˛ˇ˜˛ˇˇ˛ˇˇ˛ÛˇÏˇˇıˇ˛Ê˛ˇ¸ˇ˛˛ˇ˛˛˛ˇ˛ˇ˚˛ˇ˛ˇˇÍˇ˛ˇ˛ˇÍˇˇ˛Å´UÊˇÓˇˆˇˇ˛ˇˇÈˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˚ˇÏˇˇ◊ˇ˛ˇ¯ˇÚˇÛˇÅßÒÊˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ
  1474. ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˛˛ˇ˛˛ˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˚ ˇˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇ˛ˇˇˇˇ˝ˇˇˇ˛ˇ˛˛ˇˇˇˇˇ˛ˇ¸ˇ˛˛ˇˇˇˇÅ∂Áˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇˇˇˇˇˇ˛ˇ˛ ˇˇˇ˛ˇ˛ ˇ˛ˇˇˇ¯ˇ˛ˇˇ˛ˇˇ˛ ˇˇ˛ˇˇ˚˛˛ˇˇˇ˛ˇ˛˛˛ˇ˛ˇˇ˛¸ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ ˇˇ˛ˇˇ˚˛˛˛˛    ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇÅ∂¸Áˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ¸ˇˇˇ˛˛ˇˇ˚ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˆˇ˝ˇˇ¸ˇ˛ ˇˇˇˇˇ˚    ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇ¸ˇ˝ˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇˇ˛ˇˇˇÅ∂˘Ëˇ˛ˇˇ˝ ˇˇˇˇˇ˘ˇˇˇˇˇˇ˚ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ˝ˇ¸ˇ˛ ˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˝ˇ˛ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  1475. ˇˇˇˇˇ˚ˇ˝ˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇˇ˛ˇˇˇÅµˡ˛ˇˇˇˇˇˇˇˇ˛¸ˇ¸ ˛ˇˇˇ˛˛ ˛ˇˇˇˇ˛ ˇˇ˛ˇˇ˘ˇ˛ˇ˛ˇˇ˛ˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˝ˇ˛ˇ˛ˇˇ˛ˇˇ˛˚ˇˇˇˇ˘˛˝ˇ˛    ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ˛˛˛ˇˇÅµÒͲˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ˛˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇ¸ˇ˛˛ˇ˛ˇˇˇ˝ˇ˛˛ˇ˛˝ˇ˛ˇˇˇˇˇ˝˝ˇ˛ˇ˛ˇˇˇÅµïˇúˇ˛ˇ˜ˇ˛ˇÅÅÒóˇö˛ˇı˛ˇˇÅÅÔÅÅÅãÅÅÅãQÊ˛ˇˇ˛ˇˇ˛‚˛ÎˇÓˇ˛ˇ˛˛ˇ˛ˇ˛ˇÎ˛ˇˇ˛ˇˇ˛Ûˇ˝˛ˇˇ˛ˇˇ˛Îˇ˛ˇ˛ˇˇÅÅ·\Êˇ˛ˇˇÙˇÙˇ‘ˇ˛ˇˇ˛ˇˇ˛ˇˆˇ˜ˇ˛ˇ˛ˇıˇˇ˛ˇ˛ˇˇ˛ˇˆˇ˜ˇ˝ˇÅÅflüÊˇ˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇˇˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ¯ˇˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇˇ¸ˇ˙ˇ¸ˇ˝˝ˇ˛ˇ˛ˇ˝ˇ˝ˇÅÅflßÁˇ˛ˇ˛˛
  1476. ˛ˇˇ˛ˇ˛ˇˇ˛˛˛˛˛ˇ˛ˇˇ˛˝ˇ˛ˇˇ˛ˇˇ˜˛ˇ˛˛˛ˇ˛ˇ˚ ˛ˇˇ˛ˇ˚ˇ˛ˇ˛¸ˇ˛˚ˇ˚ˇ˝ˇ˛˚ ˇˇˇ˛ˇ˝˛˛ˇ˛ˇÅÅfiöÁˇ˛ˇˇ˛
  1477. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˝ˇıˇ˝ˇˇ˛ˇ¸
  1478. ˇˇˇˇˇ˙ˇˇˇˇ˚ˇ˙ˇ¸ˇ˙ˇ¸ˇˇˇ˛ˇˇ¸ˇ˝ˇÅÅfiîˡ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇÚˇ¸ˇˇ˛ˇ¸ˇˇˇ˝ˇ˙ˇ˛ˇ˙ˇ˙ˇ˝ˇ˘ˇ¸ˇˇˇ¸ˇ˝ˇ˝ˇÅÅ›´Ëˇ˛ˇˇ˛
  1479. ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ˇˇ˛ˇˇˇˇ˘ˇ˛ˇ˝˛ˇ˛ˇ¸ ˇ˛ˇˇ˛˙˛˛˛˚ˇˇ˚˛˛˛˛˛ˇ˛ˇ¸ ˛ˇˇˇ˛˝ˇ˝ˇÅÅ›êͲˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛˛ˇ˙ˇˇˇ˛ˇ˚˛ˇ˛ˇˇ˝˛ˇ˚˛ˇ˝˝ˇ˘ˇ˛ˇ¸ˇˇˇˇ˝˛ˇ˝ˇ˛˛ˇ˚˛ˇ˝ˇ˛ˇ˝˛ˇ˛ˇÅÅ›ǡ«ˇÅÅΔÑ˛ˇˇ…ˇ˛ˇÅÅΔÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã„ˇÚˇ˛ı˛ˇˇ“˛ˇÅÅÅ˛!‰ˇÒˇˆˇ˛ˇˇ‰ˇÔˇÅÅŸ[¡ˇ˝ˇ˝ˇ˛ˇ˛ˇˇ¸ˇ¸ˇ˛ˇ
  1480. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇˇˇˇ˘ˇˇˇˇ˛˛ˇÅÅà^Êˇ˛˛˛ˇˇˇ˛ˇˇ˝ˇ˙ˇ˛ ˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˜ˇ˛ˇˇˇˇÅÅáYÁˇ˛ˇˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇˇ˜ˇ˛ˇˇˇÅÅÑV˸ˇˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ¸ˇ˜ˇ˛ˇˇˇÅÅÉaÈˇ¸ˇˇ˛ˇˇˇ˛ˇ¸ˇ˛ˇ˛˛ ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛˜ˇ˛ˇˇ˛ˇÅÅÜ\͡ˇ˛˚ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˛ˇ˝ˇ˛˛ˇ˛ˇˇˇˇˇ˛ˇÅÅà‚ˇ¸ˇŸˇËˇÅÅÅÙ‰˛ˇˇ˛ˇˇ˛€ˇ˛ˇÍˇÅÅÅÚÅÅÅãÅÅÅã!Ê˛˛ˇ˛Ê˛ˇˇÏ˛ˇˇˇˇÅÅÅÊ"Êˇ˛ˇÊˇËˇ˛ˇÙˇÙˇÅÅÅaÊˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇˇ˘ˇˇˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅåbÁ˛ˇ˛˛˛˝ˇ˛ˇˇˇˇ˚ˇ˝    ˇˇ˛ˇ˘˛ˇ˛ˇˇˇˇˇˇ˛˛˛ˇ˛ˇˇ˛ˇ˛ÅÅâXÁˇ˛ˇˇ˝ˇˇˇ˝˝ˇ˚ˇ˝˝ˇ˝ˇ˘ˇˇ˛
  1481. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅÅâòň@ĈHHê0 ÏIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1482. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈlFb'Yˡ˛ˇˇ˝ˇˇˇ˝ˇ¯ˇ˝ˇ¸ˇˆˇˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅàdˡ˛ˇˇ˝ˇˇˇˇ˛ˇ˚ˇ˛
  1483. ˇˇˇˇ˛˘ˇ˛˛˛ˇˇ˛ˇˇˇ˛ˇ˛˛˛ˇ˛ˇˇÅÅàV͸ˇ˛ˇ˝ˇˇˇˇˇ˛ˇˇ˚˚ˇˇˇ˝ˇˇ˝ˇ˛˚ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅà ∑ˇÅÅÅ÷ πˇÅÅÅ‘ÅÅÅãÅÅÅã%Ê˛˛ˇ˛Ê˛ˇˇÍˇÛ˛ˇ˛ˇ¸ˇÅÅÅ˙&Êˇ˛ˇÊˇÈˇ¯ˇ¸ˇ˛ˇÍˇÅÅåhÊˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇˇ˜    ˇˇˇˇˇ˛ˇ˝ˇ˝ˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇÅÅóhÁ˛ˇ˛˛˛˝ˇ˛ˇˇˇˇ˚ˇ˝    ˇˇ˛ˇ¯ˇˇ˛ˇ˝˛¸ˇ˝ˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛˛˛ˇÅÅî]Áˇ˛ˇˇ˝ˇˇˇ˝˝ˇ˚ˇ˝˝ˇ˝ˇ˘ˇ˛ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛˝ˇˇ˚ˇˇ˛ˇˇÅÅîZˡ˛ˇˇ˝ˇˇˇ˝ˇ¯ˇ˝ˇ¸ˇˆ¸ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛ˇ˝ˇ˚ˇˇ˛ˇˇÅÅìjˡ˛ˇˇ˝ˇˇˇˇ˛ˇ˚ˇ˛
  1484. ˇˇˇˇ˛˙˛¸ˇ˛˝ˇ¸ˇ˛ˇ˝˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ÅÅìZ͸ˇ˛ˇ˝ˇˇˇˇˇ˛ˇˇ˚˚ˇˇˇ˝ˇˇ˝ˇ˛ˇˇ˛¸ˇ˝ˇ˛¸ˇ˝˚ˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˛ˇÅÅì ∑ˇÅÅÅ÷ πˇÅÅÅ‘ÅÅÅãÅÅÅãÊ˛ˇˇ˛ˇˇ˛’˛ˇ˚ˇˇ˛ÅÅÅÁ+Êˇ˛ˇˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅÁ?Êˇ˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˙ˇ˘ˇÅÅÅÁBÁˇ˛ˇ˛˛
  1485. ˛ˇˇ˛ˇ˛ˇˇ˛˛˛ˇ˛ˇˇ˙ˇˇ˘˛ÅÅÅÂ?Áˇ˛ˇˇ˛
  1486. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ¯ˇ˚ˇÅÅʼn@ˡ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¯ˇ¸ˇÅÅÅ‚Iˡ˛ˇˇ˛
  1487. ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛˛˛ˇ¸ˇ˛ˇ˝ˇ˛ˇÅÅÅÂ>Ͳˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˝ˇÅÅÅ„ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê, ÌIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1488. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆFlbb'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆbl¢b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ¢l‚b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ‚l˛b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê0 ÓIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1489. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆbl¢b'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê, ÔIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1490. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ¢l‚b'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê0 IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1491. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ‚l˛b'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ˛l>b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ>l~b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ~löb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê, ÒIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1492. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ˛l>b'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê0 ÚIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1493. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ>l~b'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê, ÛIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1494. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ~löb'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆöl⁄b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ⁄lb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆl6b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHHê0 ÙIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1495. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆöl⁄b'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHHê, ıIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1496. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ⁄lb'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHHê0 ˆÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1497. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆl6b'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãˇU“@ˇ ˇˇˇˇ@
  1498. ˇ·ˇ‚7^
  1499. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äColors
  1500. , (‡1-17
  1501. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  1502. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  1503. 4Å4w?òÄ
  1504. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  1505. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  1506. ˇ˛ˇ˛
  1507. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  1508. ˇ˛ˇ˛
  1509. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  1510. ˇ˛ˇ˛
  1511. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  1512. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  1513. ˇ˛ˇ˛
  1514. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  1515. ˇ˛ˇ˛˛˛ˇ˝
  1516. ˇ˛ˇ˛
  1517. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  1518. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  1519. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  1520. ˇ˛ˇ˛
  1521. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  1522. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  1523. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  1524. ˇˇˇ˛
  1525. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh«(eäAs you see in °dONLNd\»h‡)>FigurÏ¿°dONLNd\flh¯)e 1-14ä@°dONLNd\˘h˛), ä@°dONLNd\˛h):QuickDraw shapes may be drawn using various pen patterns. °dONLNdUiäu€(räPainting a shape fi5Ä°dONLNdhi‹u´)R3lls both its outline and its interior with the curr#‡°dONLNdõi´u)œent pen pattern. Filling °dONLNd¥väÇ≥(ä    a shape fif‡°dONLNdæv¥Çè)*5lls both its outline and its interior with any specifiÄ°dONLNdÙvêÇ)‹ed pattern (not necessarily °dONLNdÉäè¨(åäthe curr `°dONLNdÉ≠è)#ent pen pattern). The thr¿°dONLNd1Éè+)lee fi#¿°dONLNd6É+è:)gur°dONLNd9É:èv)es in the top rõ¿°dONLNdHÉvèë)<ow of 1†°dONLNdNÉíè™)Figur`°dONLNdSÉ™è√)e 1-15°‡°dONLNdYÉ√èŒ) arʇ°dONLNd\ÉŒè€) e fi=@°dONLNd`É‹èÒ)lled. 
  1526. ±H¬4≤H¬"≤H]
  1527. ˇ·ˇ‚7^    °dONLNdgßä≤∫(Øä Figure 1-15°dONLNdsßÃ≤T)B"Filling and framing various shapes
  1528. °dONLNdó‡äÏu(Èä6Framing a shape draws just its outline, using the curr§@°dONLNdÕ‡uÏ˙)Îent pen size, pen pattern, and °dONLNdÏÌä˘W(ˆä/pattern mode. The interior of the shape is unaf≠°dONLNdÌW˘™)Õfected, allowing prè¿°dONLNd.Ì™˘Ù)Seviously existing°dONLNd@˙äfi(äpixels to “show thrm†°dONLNdS˙fi˛)Tough.” J¿°dONLNdZ˙ˇ)!The thr_@°dONLNda˙1) ee fi@°dONLNdf˙1@)gur⁄Ä°dONLNdi˙@ç)es in the bottom r†°dONLNd{˙é©)Now of ûÄ°dONLNdÅ˙©¡)Figurq@°dONLNdÜ˙¡⁄)e 1-15¿°dONLNdå˙€›) é¿°dONLNdç˙›Â)arS¿°dONLNdè˙Ê)    
  1529. e framed. °dONLNdôä◊(äErasing a shape fi{ °dONLNd´ÿß)N3lls both its outline and its interior with the curriÄ°dONLNdfiߥ)œentF‡°dONLNd·µ∑) Δ‡°dONLNd‚∑’)backgr¢°dONLNdË’)ound pattern °dONLNdıä π(äE(typically solid white on a black-and-white monitor or a solid backgr†°dONLNd:∫ (∫ound color on a °dONLNdJ!ä-"(*ä#color monitor). Inverting a shape rt†°dONLNdm!"-à)òeverses the colors of allœ °dONLNdÜ!à-ä)f O °dONLNdá!ã-˘)pixels within its boundar)‡°dONLNd†!˙-    )oy—°dONLNd¢.ä:Ì(7äPfor example, all white pixels become black, and all black pixels become white. W~ °dONLNdÚ.Ì:(7Ì
  1530. ith color °dONLNd¸;äGΩ(Däpixels, the r§Ä°dONLNd    ;ΩG)3esults of inverting arœ‡°dONLNd;G;)[    e less pr冰dONLNd(;<Gf)$
  1531. edictable.Δ†°dONLNd2;fGh)* 
  1532. OHj4OHi
  1533. zHÇ4zHÅ |H|
  1534. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd5fHyw(tHColorsˇˇˇˇˇˇV˛(t1
  1535. °dONLNd=ääñÁ(ìäNThe earliest Macintosh models all used basic QuickDraw to draw to built-in scr´Ä°dONLNdãäÁñ(ìÁ
  1536. eens with °dONLNdïóä£y(†ä5known characteristics. The Macintosh II computer intrˇ‡°dONLNd óy£Î)Ôoduced Color QuickDraw±Ä°dONLNd‡óΣ)r, which °dONLNd˧ä∞Ù(≠äsupports a variety of scr‡°dONLNd§ı∞")k eens of difù@°dONLNd §"∞√)-&fering sizes and color capabilities. WùÄ°dONLNd2§√∞Ï)°
  1537. ith Color °dONLNd<±äΩΩ(∫ä    QuickDrawf†°dONLNdE±ΩΩ)3, users can choose fr±¿°dONLNdZ±Ωy)Xom a wide range of scr¯`°dONLNdp±yΩ∏)deen options, fr °dONLNd±πΩ )@om simple 12-inch 
  1538. ¬F…4¡C¬Dò@@¯@¯¬D<¡”ˇ˛Ò“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ Ÿˇ≈¸ˇÒ ⁄ˇÙÃøˇÒ€ˇ˛˛"'˝ˇÒ€ˇ˝˛UW˝ˇÒ€ˇÛ3#3˝ˇÒ€ˇ‡ÄÄà˛ˇÒ€ˇ¿A˛ˇÒ€ˇ¿¿ƒå ˛ˇÒ‹ˇ¸˛""#˛ˇÒ ‹ˇ˝˚U˛ˇÒ ‹ˇÛ˚3˛ˇÒ‹ˇËàÄ˛à˛ˇÒ‹ˇ    –QAEˇˇÒ‹ˇ    ¿@¿Ä ?ˇˇÒ‹ˇ† "˛ ?ˇˇÒ‹ˇ    UQUEUT_ˇˇÒ ‹ˇ˙3?ˇˇÒ›ˇ˛˙àèˇˇÒ˘ˇ    Ù’e5YMVSUóÔˇ
  1539. ¸UQUEUTWˇˇÒ˘ˇ    ¸Ï|º‹Œ«ÀÕœÔˇ
  1540. ¸H¿¿ƒå KˇˇÒ˘ˇ    Ú‚r:.'#°ÁÔˇ
  1541. ¯  !ˇˇÒ˘ˇ    ÙAAPPTÔˇ
  1542. ÙPQAEPˇˇÒò@@į@įDB<˘ˇÚ˛!˛07Ôˇ
  1543. Ú133#321ˇˇÒ˘ˇ    ¸éè â»Ë∏üÔˇ¯˘àˇˇÒ˘ˇ    ˝^WWï’Âuy_Ôˇı˘UˇˇÒ˘ˇ    ¸ΔÀMåÃl¥ÿœÔˇ
  1544. ¸Ã»ƒÃÃåLÃˇˇÒ˘ˇÚ˘"'Ôˇ‡  "˛  ˇÒ˘ˇ    Ù’e5YMVSUóÔˇ
  1545. @AˇÒ˘ˇ    ÚÛs;/73±˜Ôˇ
  1546. 01#00ˇÒ˘ˇ    ¯Ëx∏úéáãâœÔˇËààIJààˇˇÒ˘ˇ    ÙAAPPTÔˇı˘UˇÒ˘ˇ¸ Ñ˛¿»LÔˇ¯ÃˇˇÒ˘ˇ    ¸.'#£¬‚r:?Ôˇ‚ ˛""" ?ˇÒ˘ˇ    ˝^WWï’Âuy_Ôˇ
  1547. ‘PQAEPˇÒ˘ˇ    ˝631≤”c3/Ôˇ
  1548. 0 0?ˇÒ˘ˇ¯˘àèÔˇ»˛Äà˛?ˇÒ˘ˇ    Ù’e5YMVSUóÔˇ
  1549. ‘QQUEUTT_ˇÒ˘ˇ    ¸Ï|º‹Œ«ÀÕœÔˇ¯ÃˇˇÒ˘ˇ    Ú‚r:.'#°ÁÔˇ‚˘"?ˇÒ˘ˇ    ÙAAPPTÔˇ
  1550. ’UQUEUTUˇÒ˘ˇÚ˛!˛07Ôˇ
  1551. 11#00?ˇÒ˘ˇ    ¸éè â»Ë∏üÔˇ˲IJˇÒ˘ˇ    ˝^WWï’Âuy_Ôˇ
  1552. PAAEˇÒ˘ˇ    ¸ΔÀMåÃl¥ÿœÔˇ
  1553. Ï»¿ƒÃÃåLLˇˇÒ˘ˇÚ˘"'Ôˇ‚˘"ˇÒ˘ˇ    Ù’e5YMVSUóÔˇı˘UˇÒ˘ˇ    ÚÛs;/73±˜ÔˇÛ˛3#˛3ˇˇÒ˘ˇ    ¯Ëx∏úéáãâœÔˇ¯à˛Äà˛ˇˇÒ˘ˇ    ÙAAPPTÔˇ
  1554. PAAˇˇÒ˘ˇ¸ Ñ˛¿»LÔˇ
  1555. ¯@¿¿ƒå ˇˇÒ˘ˇ    ¸.'#£¬‚r:?Ôˇ ˛""" ˇˇÒ˘ˇ    ˝^WWï’Âuy_Ôˇ˝˘UˇˇÒ˘ˇ    ˝631≤”c3/Óˇ˘3ˇˇÒ˘ˇ¯˘àèÔˇ¸˙àãˇˇÒ˘ˇ    Ù’e5YMVSUóÔˇ
  1556. ˛QQEEWˇˇÒ˘ˇ    ¸Ï|º‹Œ«ÀÕœÓˇ    @¿¿Ä ˇˇÒ˘ˇ    Ú‚r:.'#°ÁÓˇ  ˝/ˇˇÒ˘ˇ    ÙAAPPTÓˇ    —QEEU_ˇˇÒ˘ˇÚ˛!˛07ÓˇÛ˚3?ˇˇÒ˘ˇ    ¸éè â»Ë∏üÓˇ»˚àøˇˇÒ˘ˇ    ˝^WWï’Âuy_Óˇı˚UˇˇÒ˘ˇ    ¸ΔÀMåÃl¥ÿœÓˇ¯¿ƒÃåå ˛ˇÒ˘ˇÚ˘"'Óˇ¯ ˝˛ˇÒ˘ˇ    Ù’e5YMVSUóÓˇ¸AA˛ˇÒ˘ˇ    ÚÛs;/73±˜Ìˇ3#?˛ˇÒ˘ˇ    ¯Ëx∏úéáãâœÌˇ¸àü˛ˇÒ˘ˇ    ÙAAPPTÌˇı˝U˛ˇÒ˘ˇ¸ Ñ˛¿»LÌˇ¸˝Ã˝ˇÒ˘ˇ    ¸.'#£¬‚r:?Ìˇ˛"˝ˇÒ˘ˇ    ˝^WWï’Âuy_ÏˇA˝ˇÒ˘ˇ    ˝631≤”c3/ÏˇÒ¸ˇÒ˘ˇ¯˘àèΡÄü¸ˇÒ˘ˇ    Ù’e5YMVSUóΡ˝˚ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒò@Äú¯Äú¯BD^<“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ Ÿˇ≈_¸ˇÒ ⁄ˇƒå¸ˇÒ€ˇ˛˝ˇÒ€ˇ˝AE˝ˇÒ€ˇÛ3#3˝ˇÒ €ˇË˝à˝ˇÒ€ˇ’˝U_˛ˇÒ€ˇ»ƒÃÃåO˛ˇÒ‹ˇ¸ "˛#˛ˇÒ‹ˇ¯@A˛ˇÒ‹ˇ1#0˛ˇÒ‹ˇËàÄ˛à˛ˇÒ‹ˇ’˚UˇˇÒ‹ˇ˛Ãˇ˛Ã˛ˇÒ‹ˇ    †"'ˇ˛""?ˇˇÒ‹ˇ    PQOˇˇ_ˇˇÒ‹ˇ    0 ?ˇˇ¿?ˇˇÒ›ˇ˛Ä˛ˇËˇˇÒòů@¯HHê, ˜Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1557. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯¬D<'ÅÅÅâÅ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎà˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâB˛ÏÅ∫ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˴˲˛ËÁ‘ÎÏâR˛Îź+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˱ËÁÁËËÁËËÁÁËËÁËËÁÁ€ÎÎâ_˛ÎÅΩ-ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ∏ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ‡ÏÎâa˛ÏÅæ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ∫Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë·ÎÏâi˛ÎÅø1ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËΩ#ÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËË„ÏÎâk˛ÎÅ¿3ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËøÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ‚ÎÎâa˛ÏÅ¿˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ¡Ë˸Á˸ËÁ¸Ë˸Ë˸ÁË·ÎÏâu˛ÎÅ¡5ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË√ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁÁÎÎâx˛ÎÅ¡5ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁƒ.ËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁÈÏÎâz˛ÏÅ¡ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËΔËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÍÎÏâ}˛ÎÅ¡5ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ«3ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÎÏÎâIJÎÅ¡6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ…5ÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËÏÎÎâ˛ÏÅ¡Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË ËËÁ˛Á˛Ë˛ËÁË˲ËËÁ˲˛ËÁ˛Á˛Ë˛ËÁË˲ËËÁ˲ËÌÎÏâo˛ÎÅ¡6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ ÁÁ¸ËÁ¸Ë˸Á˸ÁÁ¸ËÁ¸Ë˸ÁËËÎÎâÑ˛ÎÅ¡6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËÀÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËÓÏÎâܲÏÅ¡ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÃËËÁ˛Ë˛ËÁËËÁ˛ËÁËËÁ˛ËÁËËÁ˛Ë˛ËÁËËÁ˛ËÁËËÁ˛ËÁËËÁËÔÎÏâܲÎÅ¡6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËÃ;ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÔÏÎâà˛ÎÅ¡6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÕ=ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËÎÎ⑲ÏπÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËŒËÁ˛ËÁËËÁ˛ËÁËËÁ˛Ë˛ËÁËËÁ˛ËÁËËÁ˛ËÁËËÁ˛Ë˛ËÁËËÁ˛ËÁËÒÎÏâ–˛ÎπËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÀËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁËÎÎâæ˛ÎπÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË Ë˸Á˸ÁÁ¸ËÁ¸Ë˸Á˸ÁÁ¸ËÁ¸ËËÔÏÎâ≈˛ÏπËËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝ÁËË“ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ–Ë˲ËÁË˲ËËÁ˲˛ËÁ˛Á˛Ë˛ËÁË˲ËËÁ˲˛ËÁ˛Á˛Ë˛ËÁËËÎÏâòů@įHHê0 ¯Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1558. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įDB<'–˛ÎπÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË–CÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÛÏÎâÿ˛ÎπˇˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁˇˇ“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ–CËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁÛÎÎâ’˛ÏπˇˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁËˡˇ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË–Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÛÎÏâÿ˛ÎπHˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇ“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ–CËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁÛÎÎâ⁄˛ÎπHÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË—ËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÙÏÎâ√˛ÏπËËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁËË“ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ—Ë˸Á˸ËÁ¸Ë˸Ë˸Á˸ËÁ¸Ë˸Ë˸ÁËÔÎÏâŸ˛ÎπÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË—ËÁ˝ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÙÏÎâ⁄˛ÎπËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ—EÁËËËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËÙÎÎâŒ˛ÏπÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË—ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÙÎÏ⑲ÎπËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ“GÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËıÎÎ⋲ÎπˇˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁˡˇ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË“GËËÁÁËËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁıÏÎâ÷˛Ïπˇˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁˇˇ“ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ“Á˛ËËËÁË˲ËËÁ˲˛ËÁ˛Á˛Ë˛ËÁË˲ËËÁ˲˛ËÁ˛Á˛Ë˛ËÁË˲ËËıÎÏâ…˛ÎπHˇˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË“ËËÁ˝ÁË˸Á˸ÁÁ¸ËÁ¸Ë˸Á˸ÁÁ¸ËÁ¸Ë˸ÁıÏÎâŸ˛ÎπHËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ“ÁÁË˝ËÁÁ˝ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁË˝ËıÎÎ⛲ÏπÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË“ËËÁËÁ˛ËÁËÁ˛ËÁËËÁ˛Ë˛ËÁËËÁ˛ËÁËËÁ˛ËÁËËÁ˛Ë˛ËÁËËÁ˛ËÁËÁËˈÎÏ⋲ÎπËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ“GÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËıÎÎ⋲ÎπÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË“GËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁıÏÎâœ˛ÏπËËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝ÁËË“ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁËËÁ˛ËÁËËÁ˛ËÁËËÁ˛Ë˛ËÁËËÁ˛ËÁËËÁ˛ËÁËËÁ˛ËÁ˛ËıÎÏ⑲ÎπÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË“ËËÁÁÁÁËËÁËÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁÁÁÁıÏÎâΔ˛ÎπˇˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁˇˇ“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ—ÁË˝ËÁÁ˝ËËÁ¸Ë˸Á˸ÁÁ¸ËÁ¸Ë˸Á˸ÁÁËÎÎâÃ˛ÏπˇˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁËˡˇ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË—ËÁ˝˛Ë˝ÁËË˝ËÁË˲ËËÁ˲˛ËÁ˛Á˛Ë˛ËÁË˲ËËÁË˝ËËÁÎÏâ⁄˛ÎπHˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇ“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ—EÁËËËËÁÁËÁËËÁÁÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËÁÁËËËÙÎÎâ⁄˛ÎπHÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË—EËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÙÏÎâŸ˛ÏπËËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁËË“ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ—˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËÙÎÏâÿ˛ÎπÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË–CÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËËÁÁËËÁÁËËÛÏÎâ÷˛ÎπËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ–ËËËËÁÁËÁËËÁÁÁÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ ÁÁËËÁËÁÁËËÒÎÎâπ˛ÏπÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË–Á˝˛Ë˝ÁËË˝ËÁ˸ËÁ¸Ë˸Ë˸Á˸ËÁË˝ËËÁÎÏ⫲ÎπËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ–Ë˝ËÁÁ˝ËËÁ˝ÁËË˝ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˝ÁËË˝ÁÁËÎÎâ÷˛ÎπˇˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁˡˇ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË–AÁÁÁÁËËÁËÁÁËËËËÁÁËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËËËÁÁËÁËËÁÁÒÏÎ⑲Ïπˇˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁˇˇ“ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁœËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÚÎÏ⑲ÎπHˇˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËŒ?ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁÒÏÎ⑲ÎπHËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁŒ?ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÒÎÎâœ˛ÏπÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËÃÁ˛ËÁËÁ˛ËËËÁË˲ËÁ˲˛ËÁ˛Á˛Ë˛ËÁ˛ËËËÁË˲ËÁÎÏâƒ˛ÎπËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁË“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÀËÁÁ˝ËËÁ˝ÁËË˝ÁÁ˸ÁÁ¸ËÁ¸ËËÁ˝ÁËË˝ÁÁÔÎÎ⻲ÎπÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËÀÁËË˝ÁÁË˝ËÁÁ˝ËËÁ˝ÁËËÁ˛ÁÁËË˝ÁÁË˝ËÁÁ˝ËËÔÏÎ⬲ÏπËËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝ÁËË“ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÀËÁË˲ËÁËÁ˛ËÁËÁ˛ËËËÁ˛Ë˛ËÁË˲ËÁËÁ˛ËÁËÁÓÎÏâƒ˛ÎπÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁ“6ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË 7ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁÌÏÎâÃ˛ÎπˇˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁˇˇ“6ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ 7ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÌÎÎ⻲ÏπˇˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁËˡˇ“Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË…ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÏÎÏâΔ˛ÎπHˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇ“5ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË«ËÁËËÁÁÁÁËËÁËÁÁËËËËÁÁ˲ËËÁÁËÁËËÁÁÁÁËËÁÍÎÎâ∫˛ÎπHÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ“5ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ√ÁÁË˝ËÁÁ˝ËËÁ˝ÁË˸ÁËË˝ÁÁË˝ËÁÁÈÏÎ⵲ÏπËËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁËË“ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë√ËËÁ˝˛Ë˝ÁËË˝ËÁ˸ËÁË˝ËËÁ˝˛ËÈÎÏâø˛ÎπÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁ“5ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ√ÁÁËËËËÁÁËÁËËÁÁÁÁËËÁ˛ÁÁËËÁËÁÁËËËËÁÏÎâª˛ÎπËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁË—3ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË¡)ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁËËÁÁËËÁÁËËÁÁËËÁÊÎÎ♲ÏπÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁ—˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁøËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ‰ÎÏâ´˛ÎπËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁË–1ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁΩ#ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ„ÎÎâ≠˛ÎπˇˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁˡˇœ/ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË∫ËËÁÁËÁËËÁÁÁÁËËÁÁËÁÁËËÁËÁÁ·ÏÎâ°˛Ïπˇˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁˇˇŒËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë∏˛Ë˝ÁËË˝ËÁË˲ËËÁ˽ˇÎÏâî˛ÎπHˇˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡÕ+ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁØË˚Ë˸ÁË⁄ÏÎâç˛ÎπHËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËÀ'ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ´Ë˛ËÁÁË‘ÎÎâ}˛ÏπÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁΔÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˢ˓ÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâòůÄú¯HHê, ˘Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1559. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯BD^<'˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâG˛Ïź˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ≠ËËÁ˛ËÁË’ÎÏâU˛ÎÅæ/ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ≤ÁÁË˲ËÁÁ˲ËËÁÁ€ÎÎâZ˛ÎÅø1ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËπÁÁ¸ËÁ¸Ë˸Á˸Á‡ÏÎâb˛ÏÅ¿ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˪˛ËÁ˛Á˛Ë˛ËÁË˲ËËÁ˲˛Ë·ÎÏâk˛ÎÅ¿3ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁæ#ÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËË„ÏÎâH˛ÎÅ¡ËËÁÁËË◊ËËÁÁËË¿%ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˉÎÎâH˛ÏÅ¡Á˛ËÁ’˛ËÁˬ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËÊÎÏâL˛ÎÅ¡ËËÁÁË’ËÁÁËË√+ËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁÁÎÎâN˛ÎÅ¡ÁÁËËÁ‘ËËÁÁ˃ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁÈÏÎâ@˛ÏÅ¡ËËÁËË‘Á˛ËÁ√ËÁ¸Ë˸Ë˸Á˸ËÁ¸Ë˸ËËËÎÏâR˛ÎÅ¡ÁÁËËÁ‘ËËÁÁË»Á˛ÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁ˛ÁÁË˲ËÁÁ˲ËËÁÁÈÏÎâV˛ÎÅ¡ËËÁÁË‘ÁÁËËÁ…5ÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁËËÁËËÁÁËÁÁËËÁÁËÁÁËËÁËÏÎÎâX˛ÏÅ¡Á˛ËÁ‘ËËÁËË ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËÌÎÏâS˛ÎÅ¡ËËÁÁË‘ÁÁËËÁ ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˢÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÌÎÎâJ˛ÎÅ¡ÁÁËËÁ‘ËËÁÁËÀÁËËÁÁËÁÁËËÁËËÁÁËËÓËÁËËÁÁËËÁËËÁÁËÁÁËÓÏÎâC˛ÏÅ¡ËËÁËË‘Á˛ËÁÀËÁË˲ËËÁ˲˛ËÁÈ˛ËÁ˛Á˛Ë˛ËÁËÔÎÏâ;˛ÎÅ¡ÁÁËËÁ‘ËËÁÁË Ë˸Á˸ÁÁÁÁÁ¸ËÁ¸ËËÔÏÎâE˛ÎÅ¡ËËÁÁË‘ÁÁËËÁÀËÁÁ˲ËËÁÁ˛ÁËÁÁËËÁ˛ÁÁË˲ËÁÁËÎÎâò@@¯@¯^Dû<˘ˇ    ˝^WWï’Âuy_Ôˇ¸UQ˛ˇ˝TWˇˇÒ˘ˇ    ¸ΔÀMåÃl¥ÿœÔˇ¸Ãœ˛ˇ¸ÃœˇˇÒ˘ˇÚ˘"'Ôˇ˙"'˛ˇ˛"#ˇˇÒ˘ˇ    Ù’e5YMVSUóÔˇÙU_˝ˇTUˇˇÒ˘ˇ    ÚÛs;/73±˜Ôˇ0?˝ˇ00ˇˇÒ˘ˇ    ¯Ëx∏úéáãâœÔˇ¯˝ˇàˇˇÒ˘ˇ    ÙAAPPTÔˇP˝ˇ‘PˇˇÒ˘ˇ¸ Ñ˛¿»LÔˇ¸Ã¸ˇÃÃˇˇÒ˘ˇ    ¸.'#£¬‚r:?Ôˇ‚"˝ˇ‚"ˇÒ˘ˇ    ˝^WWï’Âuy_ÔˇıU¸ˇıUˇÒ˘ˇ˝7˚ˇ˚/ÔˇÛ1¸ˇÚ1ˇÒ˘ˇ¯ã˚ˇËèÔˇËà¸ˇ¯ˇˇÒ˘ˇÙ◊˚ˇıóÔˇP¸ˇˇÒ˘ˇ¸Ô˚ˇÌœÔˇ»@¸ˇ¸HˇÒ˘ˇÚ„˚ˇ·ÁÔˇ‡!¸ˇ˙ ?ˇÒ˘ˇÙ˚ˇÙÔˇ’U¸ˇ˝UˇÒ˘ˇÚ˚ˇ7ÔˇÛ3¸ˇ˚3?ˇÒ˘ˇ¸è˚ˇ¯üÔˇ»â¸ˇ¯àøˇÒ˘ˇ˝_˚ˇ˘_Ôˇ‘Q¸ˇ¸T_ˇÒ˘ˇ¸«˚ˇ¯œÔˇ»A¸ˇ¯ˇÒ˘ˇÚ#˚ˇ‚'Ôˇ‡!¸ˇ¯ ?ˇÒ˘ˇÙ◊˚ˇıóÔˇ‘Q¸ˇ¸TˇÒ˘ˇÚÛ˚ˇÒ˜ÔˇÛ3¸ˇÛ3?ˇÒ˘ˇ¯Î˚ˇÈœÔˇËà¸ˇ¯àˇˇÒ˘ˇÙ˚ˇÙÔˇıU¸ˇıUˇÒ˘ˇ¸˚ˇÏÔˇÏ»¸ˇ¸LˇˇÒ˘ˇ¸/˚ˇ˙?Ôˇ‡ ¸ˇ ˇÒ˘ˇ˝_˚ˇ˘_ÔˇP˝ˇÙˇÒ˘ˇ˝7˚ˇ˚/Ôˇ1?˝ˇÚ0ˇˇÒ˘ˇ¯ã˚ˇËèÔˇ¯àø˝ˇ»àˇˇÒ˘ˇÙ◊˚ˇıóÔˇıU_˝ˇ’UˇˇÒ˘ˇ¸Ô˚ˇÌœÔˇ¸Ãœ˝ˇÃÃˇˇÒ˘ˇÚ„˚ˇ·ÁÔˇ /˝ˇ" ˇˇÒ˘ˇÙ˚ˇÙÔˇ¯PG˛ˇ˛ˇˇÒ˘ˇÚ˚ˇ7Ôˇ¸0#˛ˇ˛3ˇˇÒ˘ˇ¸è˚ˇ¯üÔˇ¸àÅ˛ˇ¯ ˇˇÒ˘ˇ˝_˚ˇ˘_Óˇ    UUˇˇıUWˇˇÒ˘ˇ¸«˚ˇ¯œÓˇÃÃ˛ˇÃÃœˇˇÒ˘ˇÚ#˚ˇ‚'Óˇ    ""/ˇˇ""/ˇˇÒ˘ˇÙ◊˚ˇıóÓˇ    —QGˇˇ_ˇˇÒ˘ˇÚÛ˚ˇÒ˜Óˇ    !?√?ˇˇÒ˘ˇ¯Î˚ˇÈœÓˇ¿˛Ä?ˇˇÒ˘ˇÙ˚ˇÙÓˇ    ÒQEEˇˇÒ˘ˇ¸˚ˇÏÓˇ¸˚Ã˛ˇÒ˘ˇ¸/˚ˇ˙?Óˇ˙¸"#˛ˇÒ˘ˇ    ˝^WWï’Âuy_Óˇ˝¸UW˛ˇÒ˘ˇ    ˝631≤”c3/Ìˇ3#?˛ˇÒ˘ˇ¯˘àèÌˇ˛Äà˛ˇÒ˘ˇ    Ù’e5YMVSUóÌˇ·A˛ˇÒ˘ˇ    ¸Ï|º‹Œ«ÀÕœÌˇƒƒå ˝ˇÒ˘ˇ    Ú‚r:.'#°ÁÌˇ˛""#˝ˇÒ˘ˇ    ÙAAPPTÏˇ˛UW˝ˇÒ˘ˇÚ˛!˛07ÏˇÛ33¸ˇÒ˘ˇ    ¸éè â»Ë∏üΡàü¸ˇÒ˘ˇ    ˝^WWï’Âuy_Ρ˝˚ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒò@@į@įûDfi<“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ“ˇÒ¡¡¡¡¡¡¡¡¡˛Δ˝¯‡Ã˛Ö%
  1560.  Ã˛ƒ! 
  1561. Ã˛HB  $Ã˛(CË'!ƒDÃ˛"0Ñê@@¯Ã˛"ÑHÄDÃ˛Ó#úŒ¯8á¡¡¡˛»˛  ¯~XÄÄ˝Äfi˛IJ¿1D˛˜fi"˛    1≠≠Ä@IìX–b«≥ÕcCl[9≥ÉúcΔ8·ò@Äú¯Äú¯fiD˙<"˛$â$ÄÄ#¿Ò"JA"RâI)dBâ)    %"Rê·"˛$â'Äé  ë"J@‚RáI)úBâ&$‚^`·"˛ FH@ADìD§    $íLHÖBJD† ·"˛ HIDADîD§    $íPHÖRJD• ·"˛·ŒÃ«fl∑]º?€˛‹kù√x9ªN3Ä·˝˘Ä˚"˙fl˝˘˙8˙8fl¡¡,˛¿8`Ä? Ap‡˛«‡@Î'˛Ä `@¿"@¸Ä åÄË-˛'    c≥å
  1562. £k;épXÁ,p$9æ9bKck@ñ{8;ÅTa¿ñÃ5ñ4Ï-˛'))$I$I(§êJQ% xë$â$â)$IHHà(Ç©$ÅdëêÏ-˛'&)<G I(òêz% Hë$â(â'$IHHà(ÇH‰\ëêÏ-˛'"BR@$í@íQ     Ñ"J@Å"IQR0í`$ëQíH$»¬$¿Ï,˛&"RRH íHíQI î¢J@â"IQR@íÄ$ëQI$…%Î-˛'Ó˘fi`„öcˆ\ʉ,Δ9€√ÒÓyŒÁm⁄sˆ‚ÏÒ¿\sL€ÈŒÌ¿ÏÙıà˜  ÏÙı‡¿˜ÄÄÏ¡¡˝å˛    Ä pÄ‘˛ 0!”˛@PÛ∏}Á@Û∏«Ä÷˛Ò íêQRH¿íêJDÄ÷˛"ä í`*Rxà í`{ƒÄ÷˛}¡$ T§Ä!A$ $Ñ    ’˛A% (§ê(EA% $îâ’òů@¯HHê0 ˙IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1563. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯^Dû<'ï˛Ï ˚ˇ˚ˇ˛ˇˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁËˡˇ“Á˛ËÁ‘ËËÁËËŒËÁ˛ËÁËËÁ˛ËÁË„˛Ë˛ËÁËËÁ˛ËÁËÒÎÏâç˛ÎπHˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇ“ËËÁÁË‘ÁÁËËÁŒÁÁËËÁÁËËÁÁËËÁÁËË·ÁÁËËÁÁËËÁÁËËÁÁËËÒÎÎâ°˛Îı˛ˇıˇ˘ˇ¸ˇ¸ˇÍHÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ“ÁÁËËÁ‘ËËÁÁËœÁËËÁÁËËÁÁËËÁÁËËÁflËÁÁËËÁÁËËÁÁËËÁÁËÚÏÎâü˛ÏıˇˇˆˇÛˇ¸ˇÍËËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁËË“ËËÁËË‘Á˛ËÁ–ËËÁËËÁ˛Ë˛ËÁË‹ËÁ˛ËÁËËÁ˛ËËÛÎÏ♲Îıˇˇˇˇ˛ˇ˝˛ˇˇˇˇ˚ˇ˛ˇÎÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁ“ÁÁËËÁ‘ËËÁÁË–ÁÁ˛ÁËËÁ˛ÁÁËË€ËËÁÁ˛ÁËËÁÏÎâ¢˛Îı˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇˇÍËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁË“ËËÁÁË‘ÁÁËËÁ–˸ÁÁ¸ËÁŸÁ˸ÁÁÔÎÎâû˛Ïıˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ ˇˇˇˇˇˇÍÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁ“Á˛ËÁ‘ËËÁËË–Á˝˛ËÁ˛ÁËŸËËÁ˲˛ËÁÎÏⶲÎıˇ˝˝ˇˇ˛ˇˇ˛ˇˇ˝ˇˇˇˇÎËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁË“ËËÁÁË‘ÁÁËËÁ–ËËËËÁÁËËÁËËŸÁÁËËÁËËÁÁËËÁÛÎÎâç˛Îÿˇ„ˇˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁˡˇ“ÁÁËËÁ‘ËËÁÁË—ËÁÁËËÁÁËËÁÁËËÁ◊ËÁÁËËÁÁËËÁÁËËÁÙÏÎâë˛Ï€˛ˇÛ˚ˇ˚ˇ˛ˇˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁˇˇ“ËËÁËË‘Á˛ËÁ—˛ËÁ˛ËÁ˛ËÁË’ËËÁ˛ËÁ˛ËÁËËÙÎÏâU˛Îπ    ˇˇËÁÁËËˇÃ    ˇˇËËÁÁˡ“ÁÁËËÁ‘ËËÁÁË— ËÁÁËËÁÁËËÁÁË’ ÁÁËÁÁËËÁÁËÁÙÏÎâR˛Îπ    ËËÁÁËËÁÁËËà   ÁËËÁÁËËÁÁË“ËËÁÁË‘ÁÁËËÁ—    ÁËËËËÁÁË“Ë˲ËÁÁ˲ËÙÎÎâG˛Ïπ    ÁËˡˇËÁËà   ËÁˡˇËËÁ“Á˛ËÁ‘ËËÁËË—ËÁ˝˛Ë—Á¸ËËÔÎÏâQ˛ÎπËËÁ˛ˇÁËËÃÁË˲ˇÁÁË“ËËÁÁË‘ÁÁËËÁ“ÁÁË˝ËÁÁ—Ë˲ËÁÁË˝ËıÎÎâS˛ÎπÁÁ˲ˇËÁÁÃËÁÁ˛ˇËËÁ“ÁÁËËÁ‘ËËÁÁË“
  1564. ËËÁÁÁÁËËÁ— ÁËÁÁËËÁÁÁÁıÏÎâN˛ÏπËËÁ˝˛ËÃ˛Ë˝ÁËË“ËËÁËË‘Á˛ËÁ“Á˛ËÁ˛ËÁ˛ËÁ”ËÁ˛ËÁ˛ËÁ˛ËıÎÏâS˛ÎπÁÁË˝ËÁÁÃËÁÁ˝ËËÁ“ÁÁËËÁ‘ËËÁÁË“ ËËÁÁËËÁÁËËÁÁË” ÁËËÁÁËËÁÁËËÁÁıÏÎâU˛Îπ    ˇˇÁËËÁÁˇˇÃ    ˇˇÁÁËËÁˇˇ“ËËÁÁË‘ÁÁËËÁ“ ÁÁËËÁÁËËÁÁËËÁ” ËÁËËÁÁËËÁÁËËıÎÎâS˛ÏπˇˇËÁ˛ËˇˇÃ    ˇˇËËÁËˡˇ“Á˛ËÁ‘ËËÁËË“ËËÁËÁ˛ËÁ—˲˛ËÁËÁËˈÎÏâK˛Îπ    ˇˇÁËËÁÁˇÃ    ˇˇÁÁËËÁˇ“ËËÁÁË‘ÁÁËËÁ“ÁÁË˝ËÁÁÀÁÁË˝ËıÎÎâO˛Îπ    ÁÁËËÁÁËËÁÁà   ËÁÁËËÁÁËËÁ“ÁÁËËÁ‘ËËÁÁË“ËËÁ˝ÁËË–Á˝ËËÁ˝ÁıÏÎâQ˛ÏπËËÁˇˇ˛ËÃ˛ËˇˇÁËË“ËËÁËË‘Á˛ËÁ“Á˛ËËËÁËË—ËÁËÁ˛ËËËıÎÏâW˛ÎπÁÁ˲ˇËÁÁÃËÁÁ˛ˇËËÁ“ÁÁËËÁ‘ËËÁÁË“ËËÁÁËËÁÁËËÁÁËË’ÁÁËËÁÁËËÁÁËËÁÁıÏÎâU˛ÎπËËÁ˛ˇÁËËÃÁË˲ˇÁÁË“ËËÁÁË‘ÁÁËËÁ— ÁËËÁÁËËÁÁËËÁÁ’ ËËÁÁËËÁÁËËÁÁËÙÎÎâR˛ÏπÁËË˝ËÁËÃËÁË˝ËËÁ“Á˛ËÁ‘ËËÁËË—ËÁ˛ËÁ˛ËÁ˛Ë’Á˛ËÁ˛ËÁ˛ËÁÙÎÏâS˛ÎπËËÁ˝ÁËËÃÁËË˝ÁÁË“ËËÁÁË‘ÁÁËËÁ— ÁËËËËÁÁËÁ’ ËËÁËÁÁËËËÙÎÎâK˛Îπ    ˇˇËÁÁËˡˇÃ    ˇˇËËÁÁˡˇ“ÁÁËËÁ‘ËËÁÁË—ËÁ˝ÁËË—ÁÁ˝ËËÁÏÎâN˛Ïπˇˇ˛ËÁˡˇÃˇˇÁ˛ËÁˇˇ“ËËÁËË‘Á˛ËÁ—ËË˝ËÁË˝Ë◊˛Ë˝ÁËËÎÏâU˛Îπ    ˇˇËÁÁËËˇÃ    ˇˇËËÁÁˡ“ÁÁËËÁ‘ËËÁÁË–ÁÁÁÁËËÁËÁÁŸ ËËÁÁËÁËËÁÁÒÏÎâW˛Îπ    ËËÁÁËËÁÁËËà   ÁËËÁÁËËÁÁË“ËËÁÁË‘ÁÁËËÁ–ËËÁÁËËÁÁËËÁÁËËŸÁÁËËÁÁËËÁÁËËÁÁÛÎÎâW˛Ïπ    ÁËˡˇËÁËà   ËÁˡˇËËÁ“Á˛ËÁ‘ËËÁËË–Á˛ËÁ˛ËÁ˛ËÁËË€˛ËÁ˛ËÁ˛ËÁ˛ËÛÎÏâ[˛ÎπËËÁ˛ˇÁËËÃÁË˲ˇÁÁË“ËËÁÁË‘ÁÁËËÁ–ËËÁÁËËÁÁËËÁÁËËÁÁ›ËËÁÁËËÁÁËËÁÁËËÁÁÛÎÎâW˛ÎπÁÁ˲ˇËÁÁÃËÁÁ˛ˇËËÁ“ÁÁËËÁ‘ËËÁÁË–ÁÁÁÁËËÁËÁÁËË€ ËËÁÁËÁËËÁÁÒÏÎâE˛ÏπËËÁ˝˛ËÃ˛Ë˝ÁËË“ËËÁËË‘Á˛ËÁÀËÁË˝ËËÁŸ˛Ë˝ÁËËÎÏâO˛ÎπÁÁË˝ËÁÁÃËÁÁ˝ËËÁ“ÁÁËËÁ‘ËËÁÁËÀÁËË˝ÁÁËfiË˝ËÁÁ˝ËËÁÏÎâ[˛Îπ    ˇˇÁËËÁÁˇˇÃ    ˇˇÁÁËËÁˇˇ“ËËÁÁË‘ÁÁËËÁÃËËÁÁËÁËËÁÁÁ„ËÁÁÁÁËËÁËÁÁËËÒÎÎâ_˛ÏπˇˇËÁ˛ËˇˇÃ    ˇˇËËÁËˡˇ“Á˛ËÁ‘ËËÁËËÕËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÁËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÎÏâ_˛Îπ    ˇˇÁËËÁÁˇÃ    ˇˇÁÁËËÁˇ“ËËÁÁË‘ÁÁËËÁÃËËÁÁËËÁÁËËÁÁËËÁÁËËÈÁÁËËÁÁËËÁÁËËÁÁËËÁÁÔÎÎâc˛Îπ    ÁÁËËÁÁËËÁÁà   ËÁÁËËÁÁËËÁ“ÁÁËËÁ‘ËËÁÁËÃÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÌÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÔÏÎâ_˛ÏπËËÁˇˇ˛ËÃ˛ËˇˇÁËË“ËËÁËË‘Á˛ËÁÀËÁË˲ËÁËÁ˛ËÁÌË˲ËÁËÁ˛ËÁËÁÓÎÏâ^˛ÎπÁÁ˲ˇËÁÁÃËÁÁ˛ˇËËÁ“ÁÁËËÁ‘ËËÁÁË ËË˝ÁÁË˝ËÁÁ˝ËËÁıÁËË˝ÁÁË˝ËÁÁÈÏÎâd˛ÎπËËÁ˛ˇÁËËÃÁË˲ˇÁÁË“ËËÁÁË‘ÁÁËËÁ ÁÁ˝ËËÁ˝ÁËË˝ÁÁË˝ËÁÁ¸ËÁÁ˝ËËÁ˝ÁËËÈÎÎâj˛ÏπÁËË˝ËÁËÃËÁË˝ËËÁ“Á˛ËÁ‘ËËÁËË…ËÁËÁ˛ËËËÁË˲ËÁËÁ˛ËÁ˛Á˛ËÁËÁ˛ËËËÁËËÍÎÏâj˛ÎπËËÁ˝ÁËËÃÁËË˝ÁÁË“ËËÁÁË‘ÁÁËËÁ»3ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁÎÎÎâj˛Îπ    ˇˇËÁÁËˡˇÃ    ˇˇËËÁÁˡˇ“ÁÁËËÁ‘ËËÁÁË«1ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËÍÏÎâó˛Ïπˇˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁˇˇ“ËËÁËË‘Á˛ËÁΔÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÈÎÏâñ˛ÎπHˇˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡˇËÁÁËˡˇÁÁËËÁˇˇÁËËÁÁˇˇËËÁÁˡ“ÁÁËËÁ’ÁËËÁÁ√+ÁÁËËËËÁÁËÁËËÁÁÁÁËËÁÁËÁÁËËÁËÁÁËËËËÁÏÎâå˛ÎπHËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË“ËËÁÁË’ËÁÁËˬËÁ˝ÁËË˝ÁÁË˝ËÁÁ˲ËËÁÁ˝ËËÁ‚ÎÎâÖ˛ÏπÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁËˡˇËÁ˛ËˇˇÁ˛ËÁˇˇ˛ËÁˡˇËËÁ“Á˛ËÁË◊Á˛ËÁ˺ËÁË˝ËËÁ¸Ë˸Ë˸ÁËË‚ÎÏâí˛ÎπËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁË—ËÁÁËËÁÁË›ËÁÁËËÁÁ˺ ÁÁËËÁËÁÁË˲ËÁÁ˲ËËÁÁ˛ÁËËÁÁ„ÎÎⱲÎπÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁ—3ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁºËËÁÁËËÁÁËËÁÁËÁÁËËÁÁËÁÁËËÁËËÁÁ·ÏÎ↲ÏπËËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝Á˛ËÁ˝˛ËÁË˝ËËÁËË˝ËÁ˛Ë˝ÁËË–Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË∫˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡÎÏâô˛ÎπÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁÁË˝ËÁÁËË˝ÁÁËËÁ˝ÁËËÁÁ˝ËËÁœ/ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË¥ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË€ÏÎâí˛ÎπˇˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁ˛ˇÁËËÁÁ˛ˇËËÁÁ˲ˇËÁÁË˲ˇÁÁËËÁˇˇÕ+ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË≠ËÁËËÁÁËË’ÎÎâÑ˛ÏπˇˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁË˲ˇËÁ˛Ë˛ˇÁ˛ËÁ˛ˇ˛ËÁ˲ˇËËÁËˡˇÀËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˶˓ÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛Îπˇ˘ˇÅÅŸÏÎâ˛Îπˇ˘ˇÅÅŸÎÎâ˛Ïπˇ˘ˇÅÅŸÎÏâ˛Îπˇ˘ˇÅÅŸÎÎâ˛Îπˇ˘ˇÅÅŸÏÎâ˛Ïπˇ˘ˇÅÅŸÎÏâòů@įHHê, ˚IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1565. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įûDfi<'˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛Ïπˇ˘ˇÅÅŸÎÏâ˛Îπˇ˘ˇÅÅŸÎÎâ˛Îπˇ˘ˇÅÅŸÏÎâ˛Ïπˇ˘ˇÅÅŸÎÏâ˛Îπˇ˘ˇÅÅŸÏÎâ˛Îπˇ˘ˇÅÅŸÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛Îπ˛ˇÔˇ˝ˇˇˇÅÅÌÎÎâ˛ÏπˇˇÎˇˇˇÅÅÌÎÏâ*˛Îπˇˇˇˇ˛ˇ˝ˇˇˇˇ˘ˇÅÅÔÎÎâ0˛Îπ˛ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅÅÏÎâ2˛Ïπˇ˛ˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇÅÅÎÏâ/˛Îπˇ˝˝ˇˇ˝ˇˇˇ˛ˇˇˇˇÅÅÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÎÎâ˛ÎÅÅáÏÎâ˛ÏÅÅáÎÏâ˛ÎÅÅáÏÎâ˛ÎÅÅáÎÎâÑ˛ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎ|ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏâÄ˝Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ5²ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇ˛˛ˇ˘˛ˇˇ¯˛˙˛ÅÅÅ·6¡˛ˇ˝
  1566. ˇˇˇˇˇ˝ˇˇ˛ˇ˘ˇ¯ˇˇ˚ˇˇÅÅŇ4¡˛ˇˇ˛ˇ˝ˇ˝ˇ˝ˇˇ¸ˇ˙ˇ˜ˇ¸ˇˇÅÅŇ5Êˇ˛ˇ˛ˇ˝˛˝ˇ˝ˇˇ¸ˇ˙ˇ˜˛˝ˇ˛ÅÅÅfl<Êˇ˛ˇˇˇ˝ˇ˝¸ˇˇ¸ˇ˛ˇˇ˝˛ˇ˛ˇ˛ˇ˛ˇÅÅÅfl3Áˇ˛ˇ˛ˇˇ˝ˇ˝ˇˇˇ¸ˇ˙ˇ˜ˇ˛¸ˇÅÅÅfi7Áˇ˛ˇ˝˛˝ˇ˝ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˚ˇ˙ˇÅÅÅfi2È˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˘˚ˇ¸˛ˇ˚ˇÅÅÅ›ÅÅÅâÅÅÅâÅÅÅâÅÅÅâE²ˇ˛ˇˇˇ‰ˇ¯ˇ˛˛ˇ˛ˇ˝ˇˇ˛˛ˇˇ˛ˇ˛ˇ„˛ˇ‰ˇ‡ˇÁ˛ˇÅÅÓ4¡˛ˇ‚ˇˇ˘ˇˇ˛ˇ¯ˇ˛ˇ¸ˇfiˇ˚ˇ≠ˇÅÅ̃¡ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇ¯ˇ˛ˇ¯ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇ˛˛ˇ¸˝ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇ¸˛ˇ˛ˇ˛ˇˇ˛˝ˇ˛ˇˇ˛˛ˇÅÜòůÄú¯HHê0 ¸Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1567. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯fiD˙<'—Êˇˇ˛ˇ˛ˇ˛ˇ˛ ˇˇˇ˛ˇ˙ˇ¯ˇ˛˛ˇ˛˚ˇ˛ˇˇ˛ˇˇ˛ ˇ˛ˇˇ˛¸ˇˇ˛ˇ˛ˇˇ˚˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇˇ¸˛˛˛ˇ˛˛˛˝ˇˇ˛ ˇˇˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇÅÖƒÊˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˙ˇ˛˛ˇ˛ˇ˙ˇ¸ˇˇ˛ˇˇ˛ ˇˇˇˇˇ˚˛ˇ˛ˇˇˇˇ˚ˇˇ˝˛ˇ˛ˇˇˇˇˇˇˇˇ˚ˇˇ˛ˇ˛ˇ˝ˇˇ˛
  1568. ˇˇˇˇˇ˚ˇˇ˛ˇˇ˛ˇ˛ˇˇ˝ˇˇˇÅÑ∫Áˇ˚ˇ˛ˇˇ˝    ˇˇˇˇ˜ˇ¯ˇ˙ˇ¸ˇ˚ˇˇ˛
  1569. ˇˇˇˇˇ˚ˇˇ˛ˇˇˇˇ˚ˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˙ˇˇˇˇ˛ˇ˝ˇˇ˛ˇˇˇ˝ˇ˙ ˇˇˇˇˇ˛ˇˇˇ˙ˇÅѬÁˇ˚ˇˇ˚ ˛ˇˇˇ˛˙˛¯ˇ˛ˇ˛ˇ¸˛˚ˇˇ˛ˇˇ˛ˇ˘ˇˇ˛ˇˇˇˇ˚ˇ˛˛˛ˇ˛ˇˇˇ˛ˇˇ˛˜ˇˇˇ˛ˇ˝ˇ˛˛ ˛ˇˇ˛ˇ˝˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇÅÑßÈ˛ˇ˝˛ˇ˛ˇ˝ˇˇ˝ˇˇˇ˙˛ˇ˙˛ˇ˛˛ˇ¸˛ˇ˝˚ˇ˚ˇˇˇ˛ˇ˚ˇˇˇ˛ˇˇˇ˝ˇ˝˚ˇ˛
  1570. ˇˇˇˇˇˇˇ¯ˇˇˇ˛ˇ˙ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˝ˇˇ˝ˇ¸˛ˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇÅÇ"fiˇ˛ˇΩˇ˛ˇ»ˇ˛ˇƒˇÅňfiˇˇ˛ªˇ˛ˇΔ˛ˇƒ˛ˇÅňÅÅÅâÅÅÅâh²ˇÙˇ˛ˇˇ˜˛ˇ˛ˇ˛ˇÛ˛Ïˇˇı˛ˇÁ˛ˇ¸ˇ˛˛ˇ˛˝ˇˇ˛ˇ¸˛Ú˛ˇˇ˛Í˛Ì˛ˇ›˛ˇˇ˛ˇˇ˛Ò˛ˇÎˇÅ”[¡ӡˆˇˇ˛ˇˇÈˇÙˇˆˇˇˇËˇ˚ˇ˛ˇ¸ˇ˚ˇÔˇˇ”ˇ¯ˇÒˇˆˇˇ˛ˇˇÔˇÅ∫¡ˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ
  1571. ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˛˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˝˛ˇˇˇ¸ˇ˛˛ˇˇˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˚ˇˇˇˇ˝ˇˇˇ˛ˇ¸˛ˇ˛ˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ˚ˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇÅfl&Êˇ˛ˇˇˇˇˇˇˇˇ˛¸ˇ˛ˇ˛ˇˇˇ˛˛ ˛ˇˇˇˇ˛ ˇˇ˛ˇˇ¯˛ˇ˛ˇˇ˛ˇ˛ ˇˇ˛ˇˇ˚˛˛ˇ˛ˇˇ˛    ˇˇ˛ˇ˛ ˇˇˇ˛ˇ˛ˇˇˇˇˇˇ˛˛ ˛ˇˇ˛ˇ˜ˇ˛    ˇˇ˛ˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇ˛ˇ˚ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇÅ›Êˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ¸ˇˇˇ˛˛ˇˇ˚ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚ˇˇ˛ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇ˜ˇ˛    ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇ˛˛ˇˇ¯ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇÅ›Áˇ˛ˇˇ˝ ˇˇˇˇˇ˘ˇˇˇˇˇˇ˚ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ˝ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ˚ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  1572. ˇˇˇˇˇˆˇ˛    ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇ¯ˇ˛
  1573. ˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇÅ€Áˇ˛ˇˇ˛ˇˇ˛ˇˇˇ¸ˇ¸ ˇ˛ˇˇˇ˛ ˇ˛ˇˇ˛˛ ˛ˇˇ˛ˇ˘˛ˇ˛ˇ˛ˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇ˛ˇ˛    ˇˇˇ˛˛˛ˇˇ˛˛˛˛˛ˇˇ˛ˇˇ˚ˇ˛ˇˇÙˇ˛    ˇˇˇ˛˛˛˛˛¸ˇ˛˛˛¸ˇ¸ ˛ˇˇˇ˛˚ˇ˛ˇˇˇˇˇ˛˚ˇ˛ˇˇ˛ÅŸ È˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ˛˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˛ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˛˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇˇ˝ˇ˛˛ˇ˙ˇ˛ˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ˚˛ˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇÅ€(îˇüˇ˛ˇ˜ˇ˛ˇßˇ˛ˇˆˇ˛ˇÅ‹ñˇùˇ˛ˇıˇˇ˛•˛ˇÙ˛ˇÅ⁄ÅÅÅâÅÅÅâ2·ˇ˛ˇˇ˚ˇ„˛˛˛ˇÌˇˇ˛˝ˇˇ˛ˇˇ˛Ê˛ˇÅÅö6„ˇˇˇ˙ˇˇˆˇÍˇÓˇ˛ˇˇ˝ˇ˛ˇˆˇÚˇÅÅôd‰ˇˇˇ˙ˇˇ˝˝ˇ˛ˇ˛ˇ˝¸ˇ˝ˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˙ˇˇ¯ˇ˝˝ˇ˛ˇ˛ˇ˘˛ˇ˛ˇˇ˛ˇˇ˛˝ˇÅÅ™|Êˇˇˇ˛ˇˇ˛ˇˇ¸ ˇˇˇˇˇ¸˛ˇ˛ˇ˛ˇˇ˛ˇ˚ˇ˛˙˛ˇ˛ˇˇ˝ˇ˛˚ ˇˇˇˇˇ˙ˇˇ˛ˇˇ˛˛˛ˇÅÅ™tÁˇ˛ˇˇ˛ˇˇ˛ˇ¸
  1574. ˇˇˇˇˇ˙ˇˇˇˇˇˇ˝ˇ˙ˇ˙ˇ˛ˇ˛ˇ¸ˇ¸
  1575. ˇˇˇˇˇ˘ˇˇ˝ˇ˝ˇ˛ˇˇÅÅ™l˸ˇˇ˛ˇ¸ˇ¸ˇˇˇ˝ˇ˚ˇˇˇˇˇˇˇ˜ˇ˚ˇ˝ˇ˛ˇ¸ˇ¸ˇˇˇ˝ˇ˙ˇˇˇ˝ˇ˚ˇˇÅÅ©z‰ˇ˛˛˛¸ˇ¸ ˛ˇˇ˛ˇ˙ˇˇ˛ ˇˇˇˇ˛˚ˇˇ˝ˇ˛ˇ˛˛˛ˇ˛ˇ¸ ˛ˇˇ˛ˇ˙ˇˇˇ˛ˇˇ˛ˇ˛ÅÅ©ò@@¯@¯˙D:<˛    ¿ÉáÄSº¿ÿÒ«áà<Δ’¸˘˝’¸˘˝p’¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛Ä@¸p–˛ Ä@–˛ <Ò ú∂y∑eÄK—˛
  1576. $íH@DíI%$âH—˛ $íx@DíI%‰â@—˛ >I$ÄÇâ$íJÄ—˛ AI$êDâ$íJHê—˛ «„ú¿pÊ›√K8Gvƒ—˝Ç˝˛@œ˛é˝Œ¡¡˛¿@˝∂œ˛@DÄ˝$@”˛vÁKeúÂÉ$Ÿ˙ÿÁ,‘˛§ââI$J$ÇHî¢Hë ‘˛$âII‰2$ÇHì"8ë ‘˛$IííIë!Dë"@‘˛"IRíHîIë)Dë"@‘˛Êin1ˆÛ9«;Òº\—9¿‘¡¡¡¡˛
  1577. Ä¡œ˛Ä@Ä“˛≠≥ò0¿
  1578. [Ñ&≥ŒX”˛!)Hí@BDâI"@”˛!(xÛ¿"BDèA"@”˛"BPÄ!|ÑâÇDÄ”˛"BRê#$ÄÇÑ    íDÄ”˛˘√X¿˝ÜèÑ|?¬sÄ”¯À¯@À¡¡ ˛ÿ¸p8Õ˛ê@àÕ˛ìgÎcú∞Õ˛"Râ"DÄ¿ Õ˛"Là‚DÄ @Õ˛"DÖDâAÃ˛"D•DâB Õ˛ÔΔÒsDÁÄÕ¡¡¡ò@@į@į:Dz<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯zDñ<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê, ˝Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1579. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯˙D:<'_¡˛ˇ˚ˇ¸˛ˇ˝˝ˇ˘ˇˇ˛ˇ˝ˇˇˇ˚ˇˇˇˇ˛˝ˇ˛˛ˇ˛˛ˇ˚˛ˇ˝˝ˇ˛ˇ¸˝ˇˇˇ˛ˇˇ˝˛ˇÅÅß”ˇ∫ˇ›ˇÅÅ•’ˇ˛ˇºˇ˛ˇfl˛ˇˇÅÅ•ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅ₲ڲˇıˇˇ˛ˇ“ˇˇ˛ÅÅÅ˝!„ˇÒˇˆˇ˛ˇˇ‰ˇÔˇÅÅÅ˚[‰ˇˇ˝ˇ˝ˇ˛ˇ˛ˇˇ¸ˇ¸ˇ˛ˇ
  1580. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇˇˇˇ˘ˇˇˇˇ˛˛ˇÅÅá^¡ˇ˛ˇ˛ˇˇˇ˛ˇ˝˛˙˛˛ ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛˜ˇ˛ˇˇ˛ˇÅÅÜYÊˇ˛ˇˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇˇ˜ˇ˛ˇˇˇÅÅÉVÁ¸ˇˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ¸ˇ˜ˇ˛ˇˇˇÅÅÇaˡ¸˛ˇˇ˛ˇˇˇ˛¸ˇ˛ˇˇ˛ ˇ˛ˇˇˇ˛ˇˇˇˇˇˇ˜˛˛˛ˇˇ˛ÅÅÖ\Èˇˇ˛˚ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˛ˇ˝ˇ˛˛ˇ˛ˇˇˇˇˇ˛ˇÅÅá·ˇ¸ˇŸˇËˇÅÅÅÛ„˛ˇ˛ˇ˛ˇ€˛ˇˇÍˇÅÅÅÒÅÅÅâÅÅÅâ(²ˇ˛ˇˇˆˇˇ˜ˇˆˇˇ‡ˇˇ˛ˇˇÅÅů-¡˝ˇ˙ˇ˛ˇ˜ˇıˇ›ˇˇÙˇÙˇÅÅìt¡˝˛ˇˇˇ˛ˇ˛ˇ˙ˇˇˇˇˇ˛˛ˇ˛    ˇˇˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅü{Êˇ˝ˇˇ˛ˇ˛ˇˇ˚ˇˇ˛ˇˇ˛ˇˇˇ˛˛˛ˇˇ˛ˇ˛ˇ¸ˇ˛ˇ˛
  1581. ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇÅÅúvʸˇˇˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇˇ˝ˇˇ˝ˇˇˇ˛ˇˇˇ¸ˇˇˇ˛
  1582. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇÅÅútÁˇˇ˛ˇˇˇ˛ˇˇ¸¸ˇˇˇˇˇˇ¸ˇ˚ˇˇ˛ˇˇˇ¸ˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇÅÅõ|Áˇ˛    ˇˇˇ˛˛˛ˇ˝˛¸ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛¸ˇˇ˛˛
  1583. ˛ˇˇ˛ˇ˛ˇˇ˛˛˛ˇ˛ˇˇÅÅõpÈ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ˛¸ˇˇˇ˝ˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛¯ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇÅÅõÅÅÅâÅÅÅâÅÅÅâÅÅÅâ#²ˇ˛ˇÊ˛ˇÍˇÛˇˇ˛ˇˇ¸˛ÅÅÅ˘&¡˛ˇÊˇÈˇ¯ˇ¸ˇ˛ˇÎˇÅÅäh¡˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇˇ˜    ˇˇˇˇˇ˛ˇ˝ˇ˝ˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇÅÅñiÊˇˇ˛ˇ˛ˇ˝ˇˇˇˇ˛ˇ˚ˇ˝    ˇˇˇ˛¯ˇ˛˛˛˝ˇ¸ˇ˝˛˛˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ÅÅì^Êˇ˛ˇˇ˝ˇˇˇ˝˝ˇ˚ˇ˝˝ˇ˝ˇ˘ˇ˛ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛˝ˇˇ¸ˇˇ˛ˇˇÅÅì[Áˇ˛ˇˇ˝ˇˇˇ˝ˇ¯ˇ˝ˇ¸ˇˆ¸ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛ˇ˝ˇ¸ˇˇ˛ˇˇÅÅíjÁˇ˛ˇˇ˝ˇˇ˛ˇˇ˛˚ˇ˛
  1584. ˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇ¸˛˛˛˝ˇ˛˛˛ˇˇ˛ˇˇ˛ˇˇÅÅí[ȸˇ˛ˇ˝ˇˇˇˇˇ˛ˇˇ˚˚ˇˇˇ˝ˇˇ˝ˇ˛ˇˇ˛¸ˇ˝ˇ˛¸ˇ˝˚ˇ˛ˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇÅÅí ∂ˇÅÅÅ’ ∏˛ÅÅÅ”ÅÅÅâÅÅÅâ²ˇˇˇ˛ˇ’ˇˇ˛˚ˇ˛ˇÅÅÅÊ+¡˛ˇˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅÊ?¡˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˙ˇ˘ˇÅÅÅÊBÊˇ˛ˇˇ˛
  1585. ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛˛˛ˇ˙ˇ˛˘ˇÅÅʼn?Êˇ˛ˇˇ˛
  1586. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ¯ˇ˚ˇÅÅÅ„@Áˇ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¯ˇ¸ˇÅÅÅ·IÁˇ˛ˇˇ˛
  1587. ˇˇˇˇ˛˛˛ˇˇ˛ˇˇ˛ˇ˛¸ˇ˛ˇ˝ˇ˛ˇÅÅʼn>È˛ˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˝ˇÅÅÅ‚ÅÅÅâÅÅÅâÅÅÅâòů@įHHê0 ˛Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1588. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į:Dz<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê, ˇÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1589. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯zDñ<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯ñD÷<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į÷D<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯D2<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê0 IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1590. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯ñD÷<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1591. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į÷D<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê0 IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1592. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯D2<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯2Dr<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įrD≤<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯≤DŒ<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1593. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯2Dr<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê0 IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1594. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įrD≤<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1595. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯≤DŒ<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇ&@ˇ ˇˇˇˇ@
  1596. ˇ·ˇ‚7^
  1597. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  1598. (‡*1-18    )BColors4^*¿¯
  1599. °dONLNd\lh√(elblack-and-white scrì@°dONLNd\√h|)W+eens to full-page grayscale monitors to lará`°dONLNd>\|h‹)πge two-page displays °dONLNdSilu•(rlcapable of prºÄ°dONLNd`i•u∏)9>esenting millions of colors. Users can even connect two or mors†°dONLNdûiπuÁ(rπ e separate °dONLNd©vlÇx(lscrÚ@°dONLNd¨vxÇn) 5eens to the same computer and simultaneously view difÉÄ°dONLNd·voÇ{)˜ferf°dONLNd‰v{ǘ) ent portions of the system’s °dONLNdÉlèù(ål global coor}@°dONLNd Éùè÷)1dinate plane.°dONLNdïl°s(ûlA∫†°dONLNdïs°‡) pixel, which is short for Ï`°dONLNd6Â)mpÏ`°dONLNd7ï°¯)ictur^Ä°dONLNd<ï˘°)e e•¿°dONLNd?ï°)
  1600. lementfiÄ°dONLNdEï° ),^Ä°dONLNdFï!°Ë), is the smallest dot that QuickDraw can drawC`°dONLNdrïË°Ì)«. °dONLNdt¢lÆÒ(´lOn a black-and-white monitor憰dONLNdê¢ÒÆı)Ö>, a pixel is a single-color phosphor dot that displays in two °dONLNdŒØlª(∏l&states—black and white. On a color scró`°dONLNdÙت8)´een, thr‘¿°dONLNd¸Ø8ªé)!ee phosphor dots (r” °dONLNdØéªß)Ved, gr †°dONLNdØ®ªË)een, and blue) °dONLNd$ºl»◊(≈lcompose each color pixeV@°dONLNd;ºÿ»fl)ll. .°dONLNd?Œl⁄t(◊lAÛ`°dONLNd@Œs⁄ù)
  1601.  pair of fiÛ`°dONLNdKŒù⁄)*elds in a graphics port, ,
  1602. CourierÛ`°dONLNddŒ⁄1)jfgColorÛ`°dONLNdkŒ1⁄F)* and Û`°dONLNdpŒF⁄p)bkColor6°dONLNdwŒp⁄≠)*, specify a for`°dONLNdÜŒ≠⁄ª)=egr⁄¿°dONLNdâŒ∫⁄‰)    ound and .°dONLNdí€lÁä(‰lbackgr[ °dONLNdò€äÁ∫)
  1603. ound colorΩ¿°dONLNd¢€πÁ—)/. The ˘Ä°dONLNd®€—Á)foreground colorΰdONLNd∏€ÁL)M  is the colo±`°dONLNdƒ€MÁY)/r u+ °dONLNd«€ZÁk)sed ÕÄ°dONLNdÀ€kÁw)forâÄ°dONLNdŒ€xÁ“) bit patterns and for ∂Ä°dONLNd‰€“Á‚)Zthe °dONLNdËËlÙß(Òlgraphics pen °dONLNdıˮٿ)<whenÀ`°dONLNd˘Ë¿ÙŸ) draw∞¿°dONLNd˛Ë⁄ÙË)ing˘†°dONLNdËËÙ<). By default, the for{`°dONLNdË=ÙK)Uegrô °dONLNdËKÙ∂)ound color is black. The ↰dONLNd2Ë∑Ù)l background °dONLNd=ılÇ(˛lcolorF°dONLNdBıÉ); is the color of the pixels in the bitmap or pixel map wherŇ°dONLNd}ıö)¸ever nˇ`°dONLNdÉıöˆ)o drawing has taken °dONLNdólÈ( lplace. By default, the backgrr‡°dONLNd¥Èl)}ound color is white. Howevera†°dONLNd–lû)É , when therG`°dONLNd€û€)2e is a color scrfi‡°dONLNd΀Ï)=een °dONLNdÔl∫(lKyour application can draw with a color other than black by changing the forÌ °dONLNd:∫»(∫egr
  1604. ‡°dONLNd=…‚)ound °dONLNdBl(Ç(%lcolor¯‡°dONLNdGÅ(J)-, and your application can draw into a backgr°dONLNdtK(È) "ound other than white by changing °dONLNdñ)l5ö(2l
  1605. the backgr∏Ä°dONLNd†)ö5 ).
  1606. ound color °dONLNd™) 5a)0". For example, by changing the for˙@°dONLNdÃ)`5n)ñegr°dONLNdœ)o5∞)ound color to r¥‡°dONLNdfi)∞5·)A ed and the °dONLNdÈ6lBä(?lbackgr[ °dONLNdÔ6äBÙ)ound color to blue befor”`°dONLNd6ÙB.)je drawing a rê@°dONLNd6/Bõ);ectangle, your applicatioLJ°dONLNd-6úBº)mn can d±†°dONLNd46ºB€) raw a r¿@°dONLNd;6€BË)ed °dONLNd>ClOo(LlrE°dONLNd?CpOÙ)ectangle against a blue backgr∑‡°dONLNd]CÙO)Ñoun‡°dONLNd`CO)d.°dONLNdcUla©(^lOn a color scrU¿°dONLNdqU©aÒ)=een, you can dra °dONLNdÅUÚa )Iw in có °dONLNdáU a)olojÄ°dONLNdäUa%)r e¶¿°dONLNdçU%ao) ven when you ar¸ °dONLNdúUoaÒ)Je using a basic graphics port. °dONLNdªbln(kl#Although basic QuickDraw graphics rø@°dONLNdfibnH)® outines wer§@°dONLNdÈbHn”)4e designed for black-and-white °dONLNdol{∏(xldrawing, they als@ °dONLNdoπ{Û)Mo support an ˘‡°dONLNd&oÛ{;):eight-color systen°dONLNd7o<{`)Im that b¿°dONLNd?oa{¥)%asic QuickDraw prN °dONLNdPo¥{…)Sedefi    ‡°dONLNdUo {Í)nes for °dONLNd]|là¬(Öldisplay on color scr™ °dONLNdq|¬à))Veens and color printers.Y@°dONLNdâ|*àÙ)h, Because Color QuickDraw also supports this °dONLNdµâlïû(íl eight-color fl°dONLNd¡âûï)2system, it is compatible acrÌ¿°dONLNd›âïë)woss all Macintosh platforms.°dONLNd˙õlßÏ(§lUThe basic QuickDraw color values consist of 1 bit for normal black-and-white drawing °dONLNdO®l¥Ì*Z(black on white), 1 bit for inverted black-and-white drawing (white on black), 3 bits for °dONLNd©µl¡£*the additive ‡°dONLNd∂µ§¡Ó)8primary colors (r÷‡°dONLNd«µÓ¡)Jed, gr`°dONLNdÕµ¡î) een, blue) used in video displayu`°dONLNd̵졉)ã, and 4 bits for the °dONLNd¬lŒI(Àl1subtractive primary colors (cyan, magenta, yellow!‡°dONLNd3¬IŒ–)›!, black) used in printing. Basic °dONLNdTœl€≥(ÿlQuickDraw defi√¿°dONLNdbœ≥€\)G(nes a set of constants for those standar2¿°dONLNdäœ]€Ö)™
  1607. d colors: .°dONLNdïÊlÚä(ÔlCONST°dONLNdõÙl¥*   blackColor°dONLNd¨ÙΔ‰)Z= 33;°dONLNd≤l¥( l   whiteColor°dONLNd√Δ‰)Z= 30;°dONLNd…l®(l
  1608.   redColor°dONLNdÿΔÍ)Z= 205;°dONLNdfll*¿('l  greenColor  °dONLNdÚΔ*Í)Z= 341;°dONLNd˘,l8∫(5l  blueColor  °dONLNd     ,Δ8Í)Z= 409;°dONLNd    :lF∫(Cl  cyanColor  °dONLNd    $:ΔFÍ)Z= 273;°dONLNd    +HlT¿(Ql  magentaColor°dONLNd    >HΔTÍ)Z= 137;°dONLNd    EVlb¿(_l  yellowColor °dONLNd    XVΔb‰)Z= 69;ˇA@ˇ ˇˇˇˇ@
  1609. ˇ·ˇ‚7^
  1610. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äColors
  1611. , (‡1-19
  1612. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  1613. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  1614. 4Å4w?òÄ
  1615. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  1616. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  1617. ˇ˛ˇ˛
  1618. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  1619. ˇ˛ˇ˛
  1620. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  1621. ˇ˛ˇ˛
  1622. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  1623. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  1624. ˇ˛ˇ˛
  1625. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  1626. ˇ˛ˇ˛˛˛ˇ˝
  1627. ˇ˛ˇ˛
  1628. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  1629. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  1630. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  1631. ˇ˛ˇ˛
  1632. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  1633. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  1634. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  1635. ˇˇˇ˛
  1636. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähØ(eäThese ará`°dONLNd\Øhı)%He the only colors available in basic QuickDraw (or with Color QuickDraw °dONLNdPiäu)(rä%drawing into a basic graphics port). °dONLNdv{äá‰*In Color QuickDrawsÄ°dONLNdà{‰á)Z    , howeverÄ °dONLNdë{áP)+, a color pixel r¿Ä°dONLNd¢{Pá^)AeprQ@°dONLNd•{_áÂ)esents up to 48 bits in memory)†°dONLNd√{Âá)Ü. On a °dONLNd àäî¬(ëägrayscale scr‚`°dONLNd◊à¬î    )8Keen, a white phosphor dot whose intensity can vary is a pixel that usually °dONLNd"ïä°ç(ûärE°dONLNd#ïé°ú)epr’¿°dONLNd&ïú°.)#esents 1, 2, 4, or 8 bits in memory’ °dONLNdIï-°/)ë.°dONLNdKßä≥ê(∞äTµ¿°dONLNdLßè≥ö)o rp@°dONLNdOßõ≥ª) emove s@°dONLNdUߪ≥æ) (« °dONLNdVßæ≥)for most applications?‡°dONLNdkß≥)^)ì¿°dONLNdlß≥A) the burƒ‡°dONLNdtßA≥ß)"den of worrying about `°dONLNdäß®≥¥)gscrᆰdONLNdçߥ≥˜) een capabilitiesP¿°dONLNdù߯≥˝)D, .°dONLNdü¥ä¿E(Ωä'Color QuickDraw is device-independent. R`°dONLNdΔ¥E¿L)ªYg`°dONLNd«¥K¿¡)our application can use an ,
  1637. Courierg`°dONLNd‚¥¡¿Ò)vRGBColor.g`°dONLNdÍ¥Ò¿)0 record,.I¿°dONLNdÚ¥¿)" °dONLNdÛ¡äÕ∂( ä
  1638. a data strl°dONLNd˝¡∂ÕÃ),uctur>`°dONLNd¡ÃÕı)
  1639. e of type >`°dONLNd ¡ıÕ%))RGBColorÅ°dONLNd¡$Õñ)/, to specify a color by its rS`°dONLNd1¡ñÕØ)red, gr%¿°dONLNd7¡ØÕ…)een, a%¿°dONLNd=¡…Õ‘)nd%¿°dONLNd?¡‘ÕÎ)  blue .°dONLNdEŒä⁄7(◊ä#components, with each component defiM¿°dONLNdiŒ8⁄ô)Æned as a 16-bit integerõÄ°dONLNdÄŒò⁄Ó)`. Color QuickDraw °dONLNdí€äÁ´(‰äcompar‡°dONLNdò€¨Á∑)"es áÄ°dONLNdõ€∑Áƒ) thed‡°dONLNdû€≈Á«) ‰‡°dONLNdü€«Á )r©‡°dONLNd†€ÀÁÒ)    esulting ´@°dONLNd©€ÒÁ…)&348-bit value with the colors actually available on ≈¿°dONLNd‹€…Á)ÿa video device—°dONLNdÎËäÙ(Òäsuch as a plug-in video caro‡°dONLNdËÙä)v d or a built-in video interface—R‡°dONLNd&ËãÙÏ)ãat execution time and Ô†°dONLNd<ËÏÙ)athen °dONLNdAıä¸(˛ächooses the closest match.°dONLNd\ä–*What the user fi˛@°dONLNdl–Ÿ)F>nally sees depends on the characteristics of the actual video  °dONLNd™⁄ˆ(⁄deviceΩ°dONLNd∞ˆ ) and °dONLNdµä ñ(äscrÚ@°dONLNd∏ñ ∏) een. ScrÀ‡°dONLNd¿∏ m)"(eens may display color or black and whitY`°dONLNdËn Ò)∂e; the video devices that contrÈ`°dONLNdÒ )Éol them °dONLNd!ä-•(*ämay h4Ä°dONLNd!¶-\)*ave indexed colors that support pixels of Y@°dONLNd>!\-u)∂1-bit, _Ä°dONLNdE!u-)%2-bit, 4-bit, or 8-bit depths, or dir√‡°dONLNdj!-)êect °dONLNdn.ä:˛(7äUcolors that support pixels of 16-bit or 32-bit depths. Color QuickDraw automatically °dONLNd√;äG?*'determines which method is used by the P`°dONLNdÍ;@GX)∂video9‡°dONLNdÔ;YG[) π‡°dONLNd;[Gz)device Á¿°dONLNd˜;zGœ)and matches your rv‡°dONLNd    ;–G)Vequested color °dONLNdHäT(Qä with the closest available color. °dONLNd8HT)á.
  1640. yHÄ4zHÄ {ä{
  1641. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd:jäyÊ(uäIndexed Colorsˇˇˇˇˇˇ€r(u1
  1642. °dONLNdJÄäå¿(âä Some video º`°dONLNdUÄ¿å‡)6devicesß@°dONLNd\Ä·åÚ)! use5°dONLNd`ÄÛå7) indexed colors`°dONLNdoÄ8å )E/ to support a maximum of 256 colors at any one °dONLNdûçäô2(ñä%time. The indexed color system was cr‡°dONLNd√ç3ôÙ)©)eated when the Macintosh II computer was °dONLNdÏöä¶ô(£äintrA °dONLNdöö¶Q)&oduced, at a time when memory was scarl`°dONLNdöQ¶Ì)∑ ce and moving megabyte images ar≤†°dONLNd6ö̶)úound ˇˇzT.°dONLNd;ßä≥‚(∞äwas impractical. WË°dONLNdMß‚≥-)Xith indexed colorP°dONLNd^ß.≥¬)L", the maximum value of a pixel in Ò°dONLNdÄ߬≥…)îa ˇ˛n¸lD°dONLNdÇß ≥Ë)PixMalD°dONLNdáßË≥Ó)pˇˇzTlD°dONLNdàßÓ≥Û) r∏¯°dONLNdäßÛ≥)ecorãX°dONLNdéß≥)d is .°dONLNdì¥ä¿´(ΩäElimited to a single byte. Each pixel’s byte can specify one of 256 (2D†°dONLNdÿ≤¨ª∞(π¨8
  1643. D†°dONLNdŸ¥∞¿¬+) difB‡°dONLNdfi¥¬¿Œ)fer%`°dONLNd·¥Œ¿ˇ) ent values. °dONLNdÌ¡äÕë( äV+Ä°dONLNdÓ¡ëÕ¶)ideo Ó¿°dONLNdÛ¡¶ÕΔ)devicesŸ†°dONLNd˙¡«Õï)!. implementing indexed color contain a data str °dONLNd(¡ñÕ≠)œucturù°dONLNd-¡≠Õÿ) e called a °dONLNd8¡ŸÕ),    color loo≈ °dONLNdA¡Õ )'ku¸†°dONLNdC¡ Õ) p °dONLNdEŒä⁄†(◊ätableCÄ°dONLNdJŒ°⁄∞) (or¬ °dONLNdNŒØ⁄Δ), mor–†°dONLNdSŒΔ⁄¸)
  1644. e commonlyJ†°dONLNd]Œ¸⁄Z)6, a CLUT). The CLUT“`°dONLNdpŒY⁄ )]-, in turn, contains entries for all possible °dONLNdù€äÁ¡(‰äcolor values.°dONLNd´Ì䢢*For example, an indexed  °dONLNd√Ì˘˘)ovideoŸ†°dONLNd»Ì˘) Y†°dONLNd…Ì˘1)deviceÄ°dONLNdœÌ2˘`)
  1645.  supportin4 °dONLNdŸÌ`˘u).g 2 bJ‡°dONLNdfiÌu˘µ)its per pixel pr}@°dONLNdÓ̵˘)@ovides indexes into a °dONLNd˙ä‹(ätable of four colors{¿°dONLNd˙›‰)S; id °dONLNd˙Â$)f two colors ar °dONLNd*˙$q)?e black and whiteB°dONLNd;˙rù)N    , howeverN†°dONLNdD˙ù¢)+, N†°dONLNdF˙¢)only two other hues can °dONLNd^ä∂(ä    be shown.°dONLNdhä%¿* An indexed ≈¿°dONLNds¿%ÿ)6videoØ@°dONLNdxŸ%€) /@°dONLNdy‹%¯)device› °dONLNd¯%&)
  1646.  supportin    ¿°dONLNdâ'%<)/g 4 b Ä°dONLNdé<%é)its per pixel can prÄ°dONLNd¢é% )Rovide indexes into a table of °dONLNd¿&ä2(/ä16 colors, a number sufŒ°dONLNd◊&2ˆ)ffi⁄¿°dONLNdŸ&ˆ2W)cient for many straigh< °dONLNdÔ&X2^)btf“`°dONLNdÒ&^2x)orwarVÄ°dONLNdˆ&y2£)    d graphic† °dONLNdˇ&£2©)*s,] °dONLNd    &™2œ)     such as ü‡°dONLNd    
  1647. &œ2 )%those used in °dONLNd    3ä?≥(<ä
  1648. charts, pr˙¿°dONLNd    "3≥?))esentations, or games.°dONLNd    9EäQ(NäZAn indexed video device supporting a byte (8 bits) for each pixel allows 256 colors to be °dONLNd    ìRä^g*0displayed, which for many images is enough to prQ†°dONLNd    √Rh^ò)fi
  1649. oduce near‡°dONLNd    ÕRô^˘)1-photographic quality≠@°dONLNd    ‚R¯^)_. The °dONLNd    Ë_äkì(häprG °dONLNd    Í_îkU)
  1650. ,oblem is that the colors needed for one near(†°dONLNd
  1651. _UkÁ)¡-photographic image may not be °dONLNd
  1652. 5läxû(uäapprI@°dONLNd
  1653. 9lüxÚ)opriate for anotherΩ`°dONLNd
  1654. LlÒx)R. The pr¿@°dONLNd
  1655. Tlxn)"evailing shades of brÄ°dONLNd
  1656. ilox˜)\owns necessary for displaying °dONLNd
  1657. áyäÖë(Çäa °dONLNd
  1658. âyíÖ)painting by Rembrandt arò@°dONLNd
  1659. °yÖ,)r    en’t apprÜ °dONLNd
  1660. ™y,Öw)(opriate for the pr≈@°dONLNd
  1661. ºywÖ)K$evailing shades of blues in a Monet °dONLNd
  1662. ‡Üäí¯(èäQpainting. Because most indexed video devices use a variable CLUT (rather than a fi`†°dONLNd 2ܢí (è˘xed °dONLNd 6ìäü (úäWone), you can display a Rembrandt painting with one set of 256 colors, then use system ˇ‘@ˇ ˇˇˇˇ@
  1663. ˇ·ˇ‚7^
  1664. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  1665. (‡*1-20    )BColors4^*¿¯
  1666. °dONLNd\lhç(elsoftwar‰¿°dONLNd\çh£)!e to r+@°dONLNd\§h)eload the CLUT with a difd °dONLNd&\h#)sferF†°dONLNd)\#hÂ) /ent set of 256 colors for a Monet painting. If °dONLNdXilu(rl)your application needs this sort of contrõ °dONLNdÅiu„)∞-ol on indexed video devices, you can use the °dONLNdÆvlÇí(lBPalette Manager (as described in the chapter “Palette Manager” in ∂¿°dONLNdvíÇ‹(íInside Macintosh: °dONLNdÉlè—(ålAdvanced Color Imaging≈†°dONLNdÉ—èÙ)eD) to arrange palettes—that is, sets of colors—for particular images °dONLNd\êlúÂ(ôland for video devices of difq@°dONLNdxêÂúN)yfering color capabilities.
  1667. ™*∏¯4´*∏¯    °dONLNdì©l¥(±lNote
  1668. ˇ·ˇ‚7^
  1669. °dONLNdò∂l¬m*5Some Macintosh computers, such as grayscale PowerBook °dONLNdÕ∂n¬õ(øn     computerS¿°dONLNd÷∂õ¬§)-s, °dONLNdŸ¬lŒë(Àlhave a fiŒ°dONLNd‚¬ëŒæ)%xed CLUTπ`°dONLNdͬæŒn)-', which your application cannot change.,Zapf Dingbatsw†°dONLNd≈tÕz)∂u
  1670. .°dONLNd”lflƒ(‹lIf your application °dONLNd(”ƒfl÷)Xuses°dONLNd,”÷fl˝)
  1671.  a 48-bit ,
  1672. Courier°dONLNd6”˝fl-)'RGBColor°dONLNd>”-fl3)0 rR`°dONLNd@”3flE)ecor$¿°dONLNdD”Eflô)d to specify a colorg`°dONLNdX”òflÙ)S, the Color Manager .°dONLNdl‡lÏF(Èl1examines the colors available in the CLUT on the ^°dONLNdù‡GÏ)€ video deviceu`°dONLNd©‡Ïÿ)8. If the video device °dONLNdøÌl˘(ˆl(supports 8 bits per pixel, for example, Ÿ °dONLNdÁÌ˘)©it‡°dONLNdÈÌ˘±)! contains a CLUT with 256 entries!°dONLNd
  1673. ̱˘≥)ï.°°dONLNd Ì≥˘µ) !°dONLNd Ì∂˘Î)
  1674. Comparing .°dONLNd˙l≈(lthese entries to the °dONLNd+˙≈ı)YRGBColor°dONLNd3˙ı˚)0 rR`°dONLNd5˙˚)ecor$¿°dONLNd9˙H)d you specify    °dONLNdF˙GJ):,    °dONLNdG˙JL)     °dONLNdH˙L^)the     °dONLNdL˙^ı)Color Manager determines which    °dONLNdj˙ı˜)ó .°dONLNdklÇ(lcolor∂@°dONLNdplj) in the CLUT is closesta†°dONLNdáÂÍ)c, a†°dONLNdâÍ˝)and Œ¿°dONLNdç˝i)the Color Manager givesøÄ°dONLNd§jÈ)m Color QuickDraw the index ì@°dONLNdøÍÚ)ÄtoK °dONLNd¡Ûı)     °dONLNd¬l u(lthì¿°dONLNdƒu î)    is color≤°dONLNdÃî ^),. Color QuickDraw then draws with this color∂‡°dONLNd¯^ `) .
  1675. E*L¯4F*L¯ GlG¯
  1676. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd˙6lEª(AlDirect Colorsˇˇˇˇˇˇ€r(A1
  1677. °dONLNd    LlXs(UlV+Ä°dONLNd
  1678. LsXÜ)ideon¿°dONLNdLÜXà) Ó¿°dONLNdLàX´)devices Y†°dONLNdL¨XÔ)$that implementQ†°dONLNd%LXÚ)D —†°dONLNd&LÚX%) direct color/°dONLNd2L&XÂ)4- eliminate the competition for limited table °dONLNd_Yle¢(bl spaces and rË °dONLNdkY¢eè)65emove the need for color table matching. By using dirŸ°dONLNd†Yèe¥)Ì    ect colorN °dONLNd©Y¥e∂)%,Œ °dONLNd™Y∂e”) video ∑†°dONLNd±Y‘eÙ)devices¢Ä°dONLNd∏Yıe˜)! °dONLNdπflrœ(olLmay support a maximum of thousands or millions of colors. When you specify aÖ†°dONLNdfœrÌ(oœ 48-bit .°dONLNdslú(|lRGBColor°dONLNdsú¢)0 rR`°dONLNds¢¥)ecor$¿°dONLNds¥∫)d$¿°dONLNds∫), Color QuickDraw tr¿°dONLNd0sÅ)_uncates the least signif·@°dONLNdHsÄ…)gicant bits of its r≥†°dONLNd[s…‚)Ied, grÜ°dONLNdas‚Ò)eenÜ°dONLNddsÒÙ),Ü°dONLNdesÙˆ) .°dONLNdfÄlå«(âland blue componenté°dONLNdxÄ«åÀ)[sÀ°dONLNdyÄÀåÿ) to LJ°dONLNd}ÄŸåı)either ч°dONLNdÑÄıåZ)16 bits (5 bits each for rC¿°dONLNdûÄ[åt)fed, gr}@°dONLNd§Ätå¬)een, and blue, witÄ°dONLNd∂Ä√åÿ)Oh 1 bjÄ°dONLNdªÄÿå‡)it °dONLNdæçlô(ñl%unused) or 32 bits (8 bits each for r¸‡°dONLNd„çô)òed, gr6`°dONLNdÈçôˆ)3een, and blue, with 8 bits unused). Using 16 bits, °dONLNdöl¶x(£ldirI °dONLNdöy¶á)ect E`°dONLNd#öආ)video.‡°dONLNd(ö°¶£) Ƈ°dONLNd)ö£¶Δ)devices ¿°dONLNd1ö«¶ô)$2can display over 32,000 colors; using 32 bits, dir&‡°dONLNdcöô¶ß)“ect # °dONLNdgö®¶Ê)video devices °dONLNdußl≥‡(∞lcan display as many as 16 *‡°dONLNdèß·≥)u million dif놰dONLNdöß≥).fert °dONLNdùß≥+) ent —Ä°dONLNd°ß+≥G)colors.°dONLNd©πl≈ï(¬l    Using dir@°dONLNd≤πñ≈Ë)*ect color not only r’`°dONLNdΔπË≈Ù)R8emoves much of the complexity of the CLUT mechanism for °dONLNd˛Δl“á(œlvideo ÈÄ°dONLNdΔá“£)deviceó`°dONLNd
  1679. Δ§“ˆ) developers, but it ¡¿°dONLNdΔˆ“
  1680. )Ralso ‹†°dONLNd#Δ
  1681. “Û)6allows the display of thousands or millions of colors °dONLNdY”lflØ(‹lsimultaneously[†°dONLNdg”Øfl∑)C, r †°dONLNdj”∏fl¸)    esulting in nearª¿°dONLNdz”¸flA)D-photographic r`°dONLNdâ”Bfla)Fealism.ˇlB@ˇ ˇˇˇˇ@
  1682. ˇ·ˇ‚7^
  1683. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äMultiple Screens
  1684. , (‡1-21
  1685. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  1686. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  1687. 4Å4w?òÄ
  1688. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  1689. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  1690. ˇ˛ˇ˛
  1691. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  1692. ˇ˛ˇ˛
  1693. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  1694. ˇ˛ˇ˛
  1695. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  1696. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  1697. ˇ˛ˇ˛
  1698. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  1699. ˇ˛ˇ˛˛˛ˇ˝
  1700. ˇ˛ˇ˛
  1701. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  1702. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  1703. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  1704. ˇ˛ˇ˛
  1705. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  1706. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  1707. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  1708. ˇˇˇ˛
  1709. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  1710. ^Hx4^Hx
  1711. àHê4âHê äHä
  1712. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNduHà†(ÉH Multiple Scr°®°dONLNd u†à¿)XeensˇˇˇˇˇˇV˛(É1
  1713. °dONLNdôä•ë(¢äA∫†°dONLNdôë•ì) :†°dONLNdôî•Õ) video device∑Ä°dONLNd ôÕ•)9 is a piece of har™†°dONLNd2ô•+)Gdwar‚`°dONLNd6ô+•™)e, such as a plug-in video carõ‡°dONLNdTô´•)Äd or a built-in video °dONLNdj¶ä≤‡(Øäinterface, that contrZ¿°dONLNd¶‡≤)V    ols a scrg‡°dONLNdà¶≤)#eenÃÄ°dONLNdã¶≤). T@°dONLNdé¶≤") ow¿°dONLNdè¶"≤H) use morî°dONLNdó¶H≤Ñ)&e than one scrEÄ°dONLNd•¶Ö≤ˆ)=een, a user may have mor]`°dONLNdΩ¶ˆ≤)qe than °dONLNdƒ≥äød(ºä1one video device installed on his or her computerN¿°dONLNdı≥døf)⁄.°dONLNd˜≈ä—‹(ŒäIn a drawing envirÿ°dONLNd    ≈‹—L)Ronment with multiple scr¨¿°dONLNd!≈L—ı)p'eens, the one with the menu bar is the _‡°dONLNdH≈ˆ—)™main °dONLNdM“äfi©(€äscreen.fl‡°dONLNdT“©fi¡)? Color QuickDraw maps the (0,0) origin point of the global coorW‡°dONLNd쓬fi(€¬dinate plane to °dONLNd£fläο(Ëä the main scr]`°dONLNdØfl¿ÎÛ)6 een’s upper‡@°dONLNd∫flÛÎ#)3 -left corner•°dONLNdΔfl#Îa)0, and other scrI‡°dONLNd’flbÎÅ)?eens ar0Ä°dONLNd‹flÅÎ) e positioned adjacent to it. In °dONLNd¸Ï䯢(ıäFigurR¿°dONLNdÏ¢¯ª)e 1-16@°dONLNdϪ¯˛), a full-page scr=°dONLNdÏˇ¯x)Deen sits next to the main scr·†°dONLNd5Ïx¯È)yeen. Remember that each °dONLNdM˘ä\(ä*window—even a window that overlaps two scrS†°dONLNdw˘\ÿ)“eens—has its own local coor‡°dONLNdí˘ÿˆ)|dinate °dONLNdôä+(ä&system with a (0,0) point at its upper‡°dONLNdø,\)¢ -left corner‡†°dONLNdÀ[])/.
  1714. 4HE45HE"5H]
  1715. ˇ·ˇ‚7^    °dONLNdÕ*ä5∫(2ä Figure 1-16°dONLNdŸ*Ã5“)BA0°dONLNd⁄*“5) two-screen system
  1716. Eà94DÖEÜò@@˜@˜EÜÖ}¡”ˇ¸Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Òò@@Ę@ĘÖÜ≈}”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Òò@Äú˜Äú˜≈Ü·}”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Òòů@˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1717. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜EÜÖ}'ÅÅÅâIJÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎá˛ÎÅÅàÎÏà˛ÏÅÅàÏÎà˛ÎÅÅàÎÏà˛ÎÅÅàÎÎà˛ÏÅÅàÏÎà˛ÎÅÅàÎÎà˛ÎÅÅàÎÏà˛ÏÅÅàÏÎà˛ÎÅÅàÎÏà˛ÎÅÅàÎÎà˛ÏÅÅàÏÎà˛ÎÅªÅˇ‰ˇÎÎÎà∞˛ÎźˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˇÏÎÏàØ˛ÏźˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎà∞˛ÎźˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏà∞˛ÎźˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàØ˛ÏźˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎà∞˛ÎźˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎà∞˛ÎźˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàØ˛ÏźˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàJ˛Îź$ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁôˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàR˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡÿÏΫˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàb˛ÏźˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡfi ÎÎÏÎÎÏÎÏÏ˛ÏÏΗˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàc˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡfiÎÏÎÎÏ˛ÎÏ˛ÎÏÎÎÏΓˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎà`˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇ›˛Î˛Î
  1718. ÏÎÎÎÎΗˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàL˛ÏźˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇõˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàL˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇõˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàJ˛Îź$ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËôˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛ÏźˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàP˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛ÏźˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàP˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛ÏźˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàP˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛ÏźˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàP˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛ÏźˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàP˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛ÏźˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàP˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛ÏźˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàU˛ÎfiˇˇÅ·%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàW˛ÎflˇˇÅ‚%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàW˛ÏflˇˇÅ‚ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàW˛ÎflˇˇÅ‚%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàW˛ÎflˇˇÅ‚%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàU˛ÏfiˇˇÅ·ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàP˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàT˛Ï›ˇÅ·ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàT˛Î›ˇÅ·%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàT˛Î›ˇÅ·%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàT˛Ï›ˇÅ·ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàT˛Î›ˇÅ·%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàT˛Î›ˇÅ·%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛ÏźˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàòů@ĘHHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1719. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘÖÜ≈}'P˛Îź%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàT˛Î›ˇÅ·%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàT˛Ï›ˇÅ·ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàT˛Î›ˇÅ·%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàT˛Î›ˇÅ·%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàT˛Ï›ˇÅ·ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàT˛Î›ˇÅ·%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛Îź%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛ÏźˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàT˛Î›ˇÅ·%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàY˛ÎıˇˇÎˇÅ·%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏà[˛ÏˆˇˇÏˇÅ·ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàè˛Îˆˇˇ˛˚ˇ˚ˇÅˇ„ˇ˚ˇÁÁ˚ˇÁÁ˚ˇÁÁ˚ˇÁÁ˚ˇÁÁ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˚ˇ˙ˇÁÁ˚ˇÁÁ˚ˇ˛ˇıÎÏàl˛ÎˆˇˇÏˇˇ˛ˇÅˆ˝ˇˇˇ˛˛ˇ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàâ˛ÏˆˇˇÏˇ˛˛ˇˇˇ˝ˇˇˇ˛ˇ˛ˇ˝ˇˇˇïˇˇˇ˛ˇ˛ˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàIJÎıˇˇÎˇ˛˛ˇˇˇˇ˛ˇ˛ˇ˛˚ˇ˛˙ˇòˇˇˇ˝ˇˇ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàT˛Î›Åˇ„ˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÔ˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎà˛Î›ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏà˛Î›ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÔ˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎà˛Î›ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎà˛Î›ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÔ˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËÔÔÔÔÔˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàͲΛˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÔ¯‹ÔÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàͲΛˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËÔ¯‹Ôˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàä˛Ï›ˇ˛ËÁËôˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁÔÔÔÔÔÁˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎà§˛Î›
  1720. ˇËÁÁËˡˇˇ¸ˇÈˇ¯ˇˇÒ·ˇ¸ˇ2ˇˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÆ˛Î› ˇÁËËÁÁˇˇˇˇ˛ˇÈˇ˛ˇ˛ˇ˝ˇˇ˛ˇ¯·ˇ,ˇˇˇˇˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ¯‹ËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏà¨˛Ï›ˇËÁ˛Ëˇˇˇˇ˛ˇÈˇ˛ˇˇˇˆˇ¯·ˇ    ˇˇˇˇˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎà±˛Î› ˇÁËËÁÁˇˇˇˇ˛ˇÈˇ˝˛ˇ¸ˇˇˇˇ¯·ˇ˛ˇ4ˇˇˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàû˛Î›
  1721. ˇËÁÁËˡˇˇ¸ˇÈˇÂ·ˇ¸ˇ2ˇˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàå˛Ï›ˇ˛ËÁˡõˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàä˛Î›ˇËÁÁËËôˇ/ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàê˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàê˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàê˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàê˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàê˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàê˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàê˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàê˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàê˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàê˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàê˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàê˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàê˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàê˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàê˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàê˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàê˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàê˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàê˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàâ˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËôˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàê˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàê˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛%ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàê˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàä˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛$ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËôˇÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎà˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÔ˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎà˛Î›ˇÁËËÁÁˇüˇ˛0ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏà˛Î›ˇËÁÁËˡüˇ˛0ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàá˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁËËóˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàí˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇø[ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàòůÄú˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1722. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜≈Ü·}'ò˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¸ÎΫ[ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏà§˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇÎÎÏÎÏÎÏÏÏÎÎÏ—ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎà•˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇÏÎββÎÏÎβΓ[ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏà•˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇÎÏÎÎÏÎÎÎÎÏÎÎÏ“[ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàí˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇøˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàå˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁfiˇ˛ΩˇZËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàò@@˜@˜·Ü!}”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Òò@@Ę@Ę!Üa}”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò”ˇ˛Ò¡¡¡¡¡¡ ˛ÄΔ  ˛R  ˛R  ˛«¶Ñ  ˛"i  ˛
  1723. D컉   ˛
  1724. Díà@  ˛<èò? ¡¡¡¡˛Ë0Ã˛@88Ä  ˚‘˛˛    P ˚‘˛g…LĆÚx©ùÅÔπ€’˛)H“AUd"fBFdÄ÷˛Rë<'$ɇ™À¥'¸ÉS'…’˛Lë  $Ç ëH$DÅQ$I’˛9‡◊8‡Ê a¢`ΔÁy Lgí’
  1725. ˝>ı@”
  1726. ˝DıÄ”
  1727. ˝8ˆ“¡$˛    Ä`ÄÉ`  `¿„!˛    c˝@Ä¿@Ä·!˛    c˝@Ä¿@Ä·%˛√n`™cvv3ïl«ˆ=6=3§oùÉò*ò€å·∂1˚‰%˛$2ê™î))BTì))I)L§Ñ¶A$*• äPëIJLí‰%˛
  1728. Fe·$ËRRdâ%“RêR$ôI    LÇHI:ô"ítô$‰%˛
  1729. Be%(RR$©&LRbR$ôI    LÇHIJâ"íì‰%˛<ô˝«_̉Ÿù˙O·Â‰|œiüia◊˚r6go%¯r@‰ıÄ>¯ÚÄ|‰ÛD Úà‰Û8¿Úp‰¡ò@Äú˜Äú˜aÜ}}˛ # ¿¿¿@¿‹˛0˚»0 ÄÄ    @ÄÄ‹˛¸PP ÄÄ    *@ÄÄ‹˛*y=áçΩÇ®¢ÕÿÏdÁ1›¬Sõ≥á3X›˛&ö™I™Dµ!2§P*©I(ÑîÇeI    L§›˛HıTí'èÀ‚eHòURÚJ˘ íˇH›˛â(îå    LHBeHà"RÇJ ) íàH›˛>;Òy g˜a«7ë‡EfiÁxÏo&Ó‡›˙>˝˚˝Ä›˙D˝˚˛‹˙8˝˚`8˛Ä›¡¡¡¡¡¡¡¡¡¡¡¡¡˝@Ä<˝Œ˝ÄàŒ˛@˛Œ˛
  1730. ñ≤b∂ZN‘√œòů@˜HHê(     Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1731. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜·Ü!}'ï˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàï˛Ï›ˇËÁ˛Ëˇüˇ˛ˇÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàè˛Î›ˇËÁÁËËôˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Ï›ˇ˛ËÁˡüˇ˛ˇËËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàï˛Î›ˇËÁÁËˡüˇ˛ˇÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàï˛Î›ˇÁËËÁÁˇüˇ˛ˇËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàé˛Ï›ˇËÁ˛ËôˇÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡ‡ˇ˛ˇ¬ˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÍ˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËfiˇ˛Ωˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàÙ˛Î›{ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇ‡ˇ˛ˇ¬^ˇˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàÙ˛Î›{ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ‡ˇ˛ˇ¬^ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàÙ˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇ‡ˇ˛ˇ¬ˇˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàβΛzˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËfiˇ˛ΩˇZÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛Î›ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàN˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë    ÁËÔÔËËÁˇ˛ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËˡÏÏÎàP˛Î›ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÔÔÔÁÁˡ˛ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁˇÏÎÎàP˛Î›ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˛ÔËËÁˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàN˛Ï›ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÔÔÁËˡ˛ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇÏÏÎàP˛Î›ˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˛ÔËËÁˇ˛ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡÏÎÏàP˛Î›ˇËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÔÔÔÁÁˡ˛ˇˇÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˇÏÎÎàJ˛Ï›ˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˸‹ËÁˇ˝ˇËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡÎÏÎàN˛Î›ˇˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˇ˝ˇˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡˇÎÎÎà˛Î›Åˇ‰ˇ˚ÅˇÊˇÍÎÏà˛Ï›ˇÅÅ≠ÏÎà˛Î›ˇÅÅ≠ÎÏà˛ÎÅÅàÎÎà˛ÏÅÅàÏÎà˛Î›ˇÅÅ≠ÎÎà˛Î›ˇÅÅ≠ÎÏà˛Ï›ˇÅÅ≠ÏÎàòů@ĘHHê,
  1732. IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1733. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę!Üa}'˛Î›ˇÅÅ≠ÎÏà˛Î›ˇÅÅ≠ÎÎà˛Ï›ˇÅÅ≠ÏÎà˛ÎÅÅàÎÎà˛ÎÅÅàÎÏà˛Ï›ˇÅÅ≠ÏÎà˛Î›ˇÅÅ≠ÎÏà˛Î›ˇÅÅ≠ÎÎà˛ÏÅÅàÏÎà˛ÎÅÅàÎÎà˛ÎÅÅàÎÏà˛ÏÅÅàÏÎà˛ÎÅÅàÎÏà˛ÎÅÅàÎÎà˛ÏÅÅàÏÎà˛ÎÅÅàÎÎà˛ÎÅÅàÎÏà˛ÏÅÅàÏÎà˛ÎÅÅàÎÏà˛ÎÅÅàÎÎàɲÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎ{ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎàÄ˝Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎàÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅ℡ˇÎ˛ˇ˙ˇ˛˛˛ˇÅÅÅ– „ˇ˘ˇÛˇ˙ˇˇˇˇÅÅÅ– „ˇ˘ˇÛˇ˙ˇˇˇˇÅÅÅ–)‰ˇˇˇˇ˛    ˇˇ˛ˇˇˇˇ˚ˇ˜ˇ˝ˇÅÅÅœ*‰ˇˇˇ˛    ˇˇˇˇˇ¸ˇ¯ˇ˝ˇÅÅÅŒ/¡ˇˇ˛ˇˇˇ˝ˇˇ˛˛ˇˇ˝ˇÅÅÅÃ.¡ˇ˛˛    ˛ˇˇˇ¸ˇ˛ˇ˛ˇ˝˛ÅÅÅÀ%Á˝ˇˇ˛¸ˇˇˇ¸˚ˇ˛˝ˇ˝ˇÅÅÅÕÅÅÅâÅÅÅâÅÅÅâÅÅÅâ"„˛ˇ˛ˇˇÈ˛˙˛˝ˇˇ˙ˇÅÅÅ›%„ˇˇÈ˛ˇ¸˛ˇ˛ˇ¯ˇ˙ˇ»ˇÅÅû#„ˇ‰ˇ˙ˇˇ¯ˇˇ˚ˇ»ˇÅÅûy‰ˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇˇ¸˛˙˛ˇˇ˙ˇˇ¸˛ˇ    ˛ˇˇˇ˛ˇ˚˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˚˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ÅÅ©‰ˇ˝
  1734. ˇˇˇˇˇ˛ˇˇˇˇ˝ˇ˙ˇˇˇˇ¸ˇ˛ˇ¸ ˇˇˇˇˇˇˇ˝ˇ˛ˇ˝ˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˝ˇˇˇˇˇˇÅÅ™v¡˝
  1735. ˇˇˇˇˇ˛ˇ˝ˇ˝ˇ˛ˇˇˇˇ¸¸ˇ¸ˇˇˇˇˇˇˇ˛ˇˇˇˇ˝ˇ¯ˇˇ¸ˇˇˇˇˇˇˇ¸ˇˇˇÅÅ©y¡˝
  1736. ˛ˇ˛ˇˇ˛ˇˇ˙ˇ˙ˇ˛ˇ¸ˇ˛ˇ¸ˇˇ˛ˇ˛ˇ˚ˇ˛˝ˇ˛˛˛˛˛ˇ˚ˇ˛ˇ˛ˇˇ˛˛˛ˇˇÅÅ©{Á˛ˇ˝ˇ¸ˇˇˇ˛ˇ˛ˇ˛˛ˇ¸˛ˇˇˇ¸ˇˇ˛ˇˇ˝ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇˇ˛ˇ˛ˇ˝ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇÅÅ®fl¸ˇüˇÅÅì‡ˇ˛ˇüˇÅÅífl˛ˇ†ˇˇÅÅëÅÅÅâU„ˇˇıˇˇˇ˘˛ˇ¸ˇˆˇÔˇˇ¸ˇˇÌˇÛˇˇÌ˛ˇÚˇÈˇˇ¸ˇˆˇÔ˛ˇ¸ˇ˛ÌˇÅòL„ˇÒˇ¯ˇˇ˛ˇˇÓˇˆˇ˚ˇ›ˇ˘ˇıˇıˇˇ˜ˇˇ˛ˇˇÓˇˆˇ˚ˇÅÇL„ˇÒˇ¯ˇˇ˛ˇˇÓˇˆˇ˚ˇ›ˇ˘ˇıˇıˇˇ˜ˇˇ˛ˇˇÓˇˆˇ˚ˇÅǘ‰ˇˇˇˇ˝ˇ˛ˇˇ˛ˇˇˇ¸
  1737. ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ˛ˇˇ˛˛ˇ˛ˇˇ˛ ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ    ˛ˇ˛ˇˇ˛ˇ¸ˇ˛ˇ˛ˇ¸
  1738. ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛˛˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝˛ˇˇ˛ˇˇ˛ˇ˛˛˛˛ˇ˛ˇˇ˛˝˛ˇ˛Å°˜‰ˇˇˇˇ˝    ˇˇˇˇˇ˝ˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇ˝1ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇ¸ˇˇˇ˝ˇˇˇˇˇˇˇ˝ˇˇˇ˛ˇˇˇˇ˝ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇÅ†ˆÂˇˇˇ˛    ˇˇˇˇˇ˝ˇ˝ˇˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˛
  1739. ˇˇˇˇ˛ˇˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇ¸ˇˇˇ˝ˇˇˇ˛ˇˇ˝ˇˇˇ˛ˇˇˇˇˇˇˇ˛
  1740. ˇˇˇˇ˛ˇˇˇˇˇˇˇˇÅüı¡ˇ˛˝    ˇ˛ˇ˛ˇ˙ˇˇ˛ˇˇˇ˝˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˛˛    ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˝ ˇˇ˛ˇ˛ˇ¸ˇ˛ˇ˝˛ˇˇ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇÅûÕÁ˝ˇˇˇˇ˙ˇ˛ˇ˛˛ˇˇ˘ˇˇˇ˝ˇˇˇˇˇˇˇˇ˛ˇ˚ˇˇˇ˙ˇ˝˝ˇˇˇ¸ˇ˝ˇˇ˛¸ˇˇˇ˝ˇ
  1741. ˇˇˇˇˇ¸ˇˇˇˇˇ¸ˇˇˇˇ˝˛ˇˇ˘ˇˇˇ˛ˇˇ˛
  1742. ˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇˇ˚ˇ˝˛ˇˇˇÅõ°ˇ¸ˇ˘˚ˇÇ¸ˇ˘¸ˇÅü$êˇ˛ˇ˘ˇ˛ˇÅ˛˛˛˘ˇ˛ˇÅûè˛ˇ˜˛ˇÅ˛ˇ˜˛ˇÅùÅÅÅâòůÄú˜HHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1743. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜aÜ}}'K„˛ˇ˛ˇˇÔˇÓˇÚˇ˛ˇˇ˝ˇÙˇËˇ˛ˇ˛˚ˇ˛ıˇˇ¸˛ˇ˛Ú˛Ûˇ˛ÅÅ€A„ˇ˛ˇˇÕˇˇˇ¸ˇˇÎˇÏˇ˙ˇˆˇˇ˛ˇˇˇˇÎˇ˙ˇÅÅ⁄A„ˇ˝ˇŒˇˇˇ¸ˇˇÎˇÏˇ˙ˇˆˇˇˇˇˇˇÎˇ˙ˇÅÅ⁄¿‰ˇ˝ˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ˛ ˇˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇ˛ˇˇ˛ˇ˛˛ˇˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛˛
  1744. ˛ˇˇ˛ˇˇ˛ˇˇ˝    ˇˇ˛ˇ˛¸ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˛ˇ˛ˇÅÅÊ¿‰ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˝    ˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇ˛ˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˝ ˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇÅÅÁÆ¡˝ˇˇ˛˝ˇˇˇˇˇˇˇˇˇ˝    ˇˇˇˇ˝ˇ˛˚ˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˝ˇ
  1745. ˇˇˇˇ˝ˇ˛˚ˇˇ¸ˇˇˇˇˇˇˇˇ˝ˇˇ˘ˇˇˇÅÅÊ≥¡˛ˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˛˚    ˇˇ˛ˇ˛¯ˇ˛ˇ˝˛˝ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸ˇ˛
  1746. ˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇ˙ˇˇˇ¸˛ˇ˛ˇˇˇˇˇ˝ˇˇˇ˛ˇ˝˛ˇÅÅÊôÁ¸ˇ˛˛ˇ˚ˇ˛ˇ˝ˇˇˇ˚ˇˇ˙ˇ˛ˇ¸˛ˇˇˇ˝˛ˇ˛˛ˇˇˇ˝ˇˇ˛˝ˇ˚ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˝˝ˇ˛˛ˇˇˇ˚˛ˇˇˇ˝ˇˇˇˇ˝˝ˇ˛ˇ˛ˇ˛ˇÅʼn«¸ˇ€ˇÀˇÍˇfiˇÅÅ‚»ˇ˛ˇ€ˇÀ˛Í˛fi˛ÅÅ·«˛ˇ€˛ˇŒˇˇÍ˛ˇ‡˛ˇÅÅ‚ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ‡˛Ùˇˇ¯˛ˇ˛ŸˇˇÅÅÅÒ ·ˇÛˇ˘ˇ˛ˇËˇÚˇÅÅÅ‚ˇˇÙˇ˙ˇ„ˇÚˇÅÅÅT„ˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇ˙ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˙ˇˇˇˇ˝ˇ˛ÅÅÅ˘ò@@˜@˜}ÜΩ}˛
  1747. IJí…&E,$œ˛
  1748. í   íLã–
  1749. Hœ˛ íï)íLä
  1750. H@–˛ 1π›«ç$ÊõÚ<åÄ– ˝!˝ÄÕ
  1751. ˝B˛  ˝Á˛ÄÀ¡˛    ¿‡@Œ˛ @Ä–˛ @Ä–˛ ™L¡ ¿)\;53sP—˛ ZQ! D»IKL$∞—˛ §£¬?¿˘íî¯I@—˛     §¢"âíîàI@—˛ >Ê≥è˚£0˛‹ÏÕ¿—˘@ ¡¡¡˛
  1752. ‡¿Ä6œ˛ $Ä ˛$@“˛ $P˛$@“˛íÓ´jm`JMÈù®”˛IíñíêJPöJX”˛    $íÈ%Ë îô#˛§íB)%e$îâ$˛9µˆ|år=˚2Kˆ„Ô∂‡”ıŒ¡¡¡˝AÉ6¿˛Éœ˝    Å$ÄÄâœ˛
  1753. A$ÄÄâœ˛
  1754. ég0IëΩ3µœ˛
  1755. Rî»IíIKœ˛
  1756. •)ì#$rî$œ˛
  1757. •)Äì!$íîdœ˛
  1758. 1Ωú„ˇ¨}ˆ‹∞œ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘΩÜ˝}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜˝Ü}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1759. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜}ÜΩ}'U‰ˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˙ˇˇˇˇÅÅŘO¸ˇˇˇˇˇˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇˇ˛ˇ˝ˇˇ˘ˇˇˇˇÅÅň\¡˛ˇˇˇˇˇ˛ˇ¸˛ˇ˛ˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˝ˇ˛ˇ˝ˇˇ˛ˇ˝˛ÅÅÅ˚YÁˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛˝ˇ˛ ˇˇˇˇˇ˛ˇ
  1760. ˇˇˇˇˇ˚ˇˇ˛˝ˇˇ˛ˇˇˇÅÅÅ˙flˇ˝ˇ·ˇÌˇÅÅÅÁ‡ˇ˝ˇ·˛ÅÅÅ—·˛ˇ˛ˇ„˛ˇÅÅÅ“ÅÅÅâ „˛ˇ˛Îˇ˛ˇÔ˛Ú˛ˇ˛ÅÅÅÎ#„ˇˇÎˇÓˇ˘ˇ˙ˇÏˇÅÅÅ˝%„ˇˇÎˇÔˇˇ˙ˇ˙ˇÏˇÅÅÅ˝_‰ˇˇ˛ˇˇˇˇˇˇˇˇˇ¸˛˝ˇˇˇˇ˘ ˇˇ˛ˇ˛ˇˇ˝!ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ÅÅÖb‰ˇ˛
  1761. ˇˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇ˚ˇ˛ˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˝    ˇˇˇˇˇÅÅÖQ¡˛
  1762. ˇˇˇˇˇ˛˝ˇ˝ˇ˛˘ˇ˚¸ˇˇ˛ˇ˝ˇˇˇˇˇˇ¸ˇ˝ˇˇˇˇÅÅÉ_¡ˇˇˇ˛ˇˇ˛ˇ˙ˇ˛ˇ˛ˇ˝ˇ˝ˇ˛ˇˇ˛ˇ˝ˇˇˇˇˇ˛ˇ˛ˇ˝˛ˇˇ˛ÅÅÉTÁ¸ˇ˛ˇ
  1763. ˇˇˇˇˇ˛ˇ˛¯ˇ˛ˇˇ˛ˇˇ˛¸ˇˇˇ˝˙ˇˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇ˛ˇÅÅÉ ¿ˇÅÅÅÀÅÅÅâÅÅÅâÅÅÅâ-„˛ˇ˛ˇ˜˛ˇ˚˛˛ˇ˛¯ˇˆˇˇËˇˇ˛ˇÅÅů3„ˇ˛ˇ˙ˇˇ˙ˇˇ¯ˇıˇÁˇˇˆˇˆˇÅÅè2„ˇ˛ˇ˙ˇˇ˙ˇˆˇˇˆˇÁˇˇˆˇˆˇÅÅèi‰
  1764. ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ¸˛ˇ¯ˇˇˇˇ˛˝˛ˇˇˇˇˇˇˇˇˇ˛ˇˇ˚ˇˇˇˇˇˇ˛˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇÅÅñn‰ˇˇ˛ ˇˇˇˇˇ˝ˇ˜ˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸
  1765. ˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇÅÅñh¡ˇˇˇˇˇˇ˝ˇ˜¸ˇ ˇˇˇˇ˝ˇˇ˛˛ˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˛˛ˇ    ˇˇˇˇÅÅît¡˛ˇˇ˛ˇˇˇ˝ˇˇ˛˝ˇ˛ˇˇˇˇ˛ˇ˝ˇ˝˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇˇÅÅîeÁ˛ˇ    ˇˇˇˇˇ¸ˇˇˇ¸ˇˇ˛ˇˇ˛˛ˇˇ˛˝ˇ˚ˇˇˇˇˇˇˇˇ˚ˇˇˇ˛ˇ˛¸ˇ¸ˇˇˇˇˇ˛ˇÅÅî ûˇÅÅÅÌÅÅÅâÅÅÅâÅÅÅâ+‡˛¸ˇˇ¸ˇˇ˜ˇˇ˛ˇˇ˛‹ˇˇ¸ˇˇÅÅÅ˘4·ˇ˚ˇ˚ˇˆˇˇˇˆˇˆˇıˇˇ˛ˇˇÅÅÅ˘6‚ˇˇ¸ˇ˚ˇˆˇˇˇˆˇˆˇıˇˇ˛ˇˇÅÅÅ˘U„ˇˇ˛˛ˇ ˇˇˇˇ˛ˇ˛¸
  1766. ˇˇ˛ˇ˛˛˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛˚ˇ˝˛ˇÅÅůW‰ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˙ˇ˛ˇˇÅÅůS¸ˇˇˇˇˇˇ¸ˇ˝
  1767. ˇˇˇˇˇ˛ˇˇˇˇ˛˛ˇ    ˇˇˇˇ¸ˇˇ˛ˇˇÅÅŘV¡˛ˇˇ˛ˇˇˇˇˇ˙
  1768. ˇˇˇˇˇ˝ˇˇ˛ˇˇˇˇˇ˛¸
  1769. ˇˇ˛ˇ˛ÅÅŘJÁˇˇ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇ˛ˆˇˇˇˇ˛¸ˇ¸ˇˇˇˇˇ˛ˇ¸ˇˇ˛ˇˇˇÅÅÅıÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1770. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘΩÜ˝}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1771. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜˝Ü}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜ÜY}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘYÜô}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜ôܵ}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1772. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ÜY}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1773. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘYÜô}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1774. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜ôܵ}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜µÜı}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘıÜ5}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜5ÜQ}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1775. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜µÜı}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1776. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘıÜ5}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1777. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜5ÜQ}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇB¨@ˇ ˇˇˇˇ@
  1778. ˇ·ˇ‚7^
  1779. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  1780. (‡*1-22    )BMultiple Screens4^*¿¯
  1781. .°dONLNd\lhá(elColor °dONLNd\áhœ)QuickDraw storR`°dONLNd\œh‘)HeR`°dONLNd\‘h˜)    s state iR`°dONLNd\˜h$)#    nformatioR`°dONLNd'\$h@)-n for aR`°dONLNd.\@h|) video deviceR`°dONLNd;\|hë)< in a ,
  1782. CourierR`°dONLNdA\ëh¬)GDevice.R`°dONLNdH\¬h·)1 record¥¿°dONLNdO\·h„)..4¿°dONLNdP\‰hÊ) °dONLNdQilu (rl(Color QuickDraw crR`°dONLNddi u‰)^eates R`°dONLNdji‰u)GDeviceR`°dONLNdqiu)* r$¿°dONLNdsiu&)ecor˜ °dONLNdwi%uÒ),ds—basic QuickDraw does not, nor does basic .°dONLNd£vlǸ(lQuickDraw support multiple scrŸ °dONLNd¡v¸Ç)êeens.) Œ†°dONLNd»vÇÔ)+When a computer supporting Color QuickDraw ˇˇï¥.°dONLNdÛÉlèM(ål6starts up, it allocates and initializes a handle to a ˇ˛¡Y°dONLNd)ÉNèx)‚GDeviceˇˇï¥Y°dONLNd0Éxè})* r¡°dONLNd2É}èè)ecorì|°dONLNd6Éèè—)d for each videTò°dONLNdEÉ“è¯)C    o device .°dONLNdNêlún(ôlih`°dONLNdOêoúz)t fi7Ä°dONLNdSê{ú©)
  1783. nds. The fi™ °dONLNd^ê©ú«).rmwarå¿°dONLNdcê«úfl)>e in the ROM for each video device supplies information about °dONLNd°ùl©(¶l&whether the device uses indexed or dirˆ`°dONLNd«ù©ˆ)´1ect colors, how much video RAM is available, and .°dONLNd¯™l∂(≥l'so on. Some of this information is storR`°dONLNd™∂=)ß
  1784. ed in the R`°dONLNd)™=∂g)*GDeviceR`°dONLNd0™g∂m)* r$¿°dONLNd2™m∂)ecor˜ °dONLNd6™~∂°)d, wher…Ä°dONLNd=™°∂˜)#e it is available to .°dONLNdR∑l√ë(¿l    the entirh °dONLNd[∑ë√‚)%e graphics system.°dONLNdn…l’µ(“lAs illustrated in °dONLNdÄ…∂’Œ)JFigurÍ¿°dONLNdÖ…Õ’Ê)e 1-17à@°dONLNdã…Á’¥),, when your application opens a color windowî¿°dONLNd∑…¥’…)Õ, the .°dONLNdΩ÷l‚¢(fll    CGrafPort°dONLNdΔ÷¢‚®)6 rR`°dONLNd»÷®‚∫)ecor$¿°dONLNdÃ÷∫‚n)(d for the window contains a handle to a $¿°dONLNdÙ÷n‚í)¥PixMap$¿°dONLNd˙÷í‚ò)$ r˜ °dONLNd¸÷ó‚©)ecor…Ä°dONLNd÷©‚Í)d contained in °dONLNd„lÔ£(Ïl the main scrR`°dONLNd„£Ôª)7een’s R`°dONLNd!„ªÔÂ)GDeviceR`°dONLNd(„ÂÔÎ)* r$¿°dONLNd*„ÎÔ˝)ecor˜ °dONLNd.„¸Ô)d. The ˜ °dONLNd5„Ô?)PixMap˜ °dONLNd;„?ÔE)$ r…Ä°dONLNd=„EÔW)ecorõ‡°dONLNdA„WÔæ)d for your window thern@°dONLNdW„æÔ–)geby .°dONLNd[l¸µ(˘lcontains the corrΰdONLNdlµ¸¯)Iect pixel specifiöÄ°dONLNd}˘¸_)Dcations for the main scrR¿°dONLNdï`¸Û)g een. Color QuickDraw internally °dONLNdµ˝l    ”(lcalculates the changes rLÄ°dONLNdÕ˝‘    Î)hequirc¿°dONLNd“˝Î    t)ed for drawing to any other scrÉÄ°dONLNdÒ˝t    ä)âeens.
  1785. +*<¯4,*<¯",*]
  1786. ˇ·ˇ‚7^    °dONLNd˜!l,ú()l Figure 1-17.°dONLNd!Æ,ø)BThe °dONLNd!ø,‚)GDevice°dONLNd!‚,ã)#, record and pixel map for a 4-bit video card
  1787. <(*¯4;'<(ò@@˜@˜<(|¡‘ˇÄ‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿ò@@Ę@Ę|(º‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿¡ˆ"¸ˇ¿¡ ˛ ˝¸ˇ¿¡4˛È∞˛¸ˇ¿ÂˇÏ˛Ã!ê˝Ã˚ˇ¿ò@Äú˜Äú˜º(ÿ¡#˛3˛3!¸ˇ¿¡ˆ¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜ ¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿òů@˜HHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1788. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜<(|'ÅÅÅâv˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅ˙ÎÅÅìÎÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÎÎÅ˚ÎÅÅìÏÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÏÎÅ˚ÎÅÅìÎÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÎÎÅ˚ÎÅÅìÏÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÏÎÅ˚ÎÅÅìÎÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÎÎÅ˚ÎÅÅìÏÎÅ˚ÏÅÅìÎÏÅ˚+΄ˇ¸ˇ˛ˇˇ˚ˇ˝ˇÁˇÅÅÊÏÎÅ˚%Ήˇˇ¸ˇ˚ˇˆˇÁˇÅÅÊÎÎÅ˚DÏ¡ˇ¸˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ¸ˇˇ˛ˇˇˇ˛ˇÅÅÊÎÏÅ˚Fνˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇˇ˛ˇˇˇÅÅÊÎÎÅ˚E΄ˇ¸ˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇ˛
  1789. ˇˇˇˇˇˇÅÅÊÏÎÅ˚>Ï„ˇ¸˛ˇˇˇˇˇˇ˛ˇ˛ˇˇˇ¸˛ˇ˝ˇ˛˛ˇÅÅÊÎÏÅ˚ÎÅÅìÏÎÅ˚ÎÅÅìÎÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÎÎÅ˚ÎÓáˇÅ†ÏÎÅ˚ÏÔˇˇâ‡ˇˇÅ°ÎÏÅ˚çÎÔˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇÅ°ÏÎÅ˚èÎˇˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇˇÅ¢ÎÎÅ˚Ïԡ܇ˇÅ¢ÎÏÅ˚éÎÔˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÅ¢ÎÎÅ˚éÎÔˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚Ïԡ܇ˇÅ¢ÎÏÅ˚éÎÔˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚éÎÔˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÅ¢ÎÎÅ˚Ïԡ܇ˇÅ¢ÎÏÅ˚éÎÔˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÅ¢ÎÎÅ˚éÎÔˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚Ïԡ܇ˇÅ¢ÎÏÅ˚KÎÔˇ‡‡fl‡ªˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚NÎÔˇfl˛‡ˇΩˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡˝ˇÅ•ÎÎÅ˚ÏÔˇ˝‡ˇΩˇ–‡˝ˇÅ•ÎÏÅ˚MÎÔˇfl˛‡ˇΩˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÅ¢ÎÎÅ˚^ÎÔˇ‡‡fl‡ˇ˙˛ˇ˜ˇ‰ˇˇˇÙˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˝ˇÅ•ÏÎÅ˚,ÏÔˇ˝‡ˇ˙ˇˇÿˇÚˇ–‡ˇˇÅ•ÎÏÅ˚ÅÎÔˇ‡‡fl‡ˇ˙
  1790. ˇˇˇˇˇ˛ˇˇˇˇˇ˚ˇˇ˛ˇˇˇ˛ˇˇ¸ˇˇˇ˜ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇÅ•ÏÎÅ˚ÎÔˇfl˛‡ˇ˙ˇ¸ˇˇˇˇˇ¸ˇˇˇ¸ˇ¸ˇˇˇˇˇˇˇˇ¯ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇÅ•ÎÎÅ˚OÏÔˇ˝‡ˇ˙ˇˇˇ˝ˇˇˇˇ˛ˇ˙ˇˇˇˇˇˇ˝ˇ˛ˇˇˇˇıˇ–‡ˇˇÅ•ÎÏÅ˚ÅÎÔˇfl˛‡ˇ˙˛ˇ˛ˇˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇ˛ˇ˝ˇˇˇ˛ˇ¯ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇÅ•ÎÎÅ˚TÎÔˇ‡‡fl‡ˇ‹ˇ„ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇÅ•ÏÎÅ˚%ÏÔˇ˝‡ˇ‹ˇ„ˇ–‡ˇˇÅ•ÎÏÅ˚TÎÔˇ‡‡fl‡ˇ‹ˇ„ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇÅ•ÏÎÅ˚aÎÔˇfl˛‡ˇıˇ˜ˇ˘ˇÔˇˇÚˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇÅ•ÎÎÅ˚-ÏÔˇ˝‡ˇıˇÔˇÓˇÒˇ–‡ˇˇÅ•ÎÏÅ˚àÎÔˇfl˛‡ˇ¸ˇˇˇˇˇˇˇˇˇˇ˛ˇ¸ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇ˚ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇÅ•ÎÎÅ˚çÎÔˇ‡‡fl‡ˇ˝ˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇÅ•ÏÎÅ˚\ÏÔˇ˝‡ˇ˝ˇ˛ ˇˇˇˇˇˇ˛'ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇ–‡˝ˇÅ•ÎÏÅ˚àÎÔˇ‡‡fl‡ˇ¸˛ˇ ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛˛ˇ ˇˇˇˇˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚NÎÔˇfl˛‡ˇΩˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡˝ˇÅ•ÎÎÅ˚ÏÔˇ˝‡ˇΩˇ–‡˝ˇÅ•ÎÏÅ˚òů@ĘHHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1791. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę|(º'MÎÔˇfl˛‡ˇΩˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÅ¢ÎÎÅ˚MÎÔˇ‡‡fl‡ˇΩˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚ÏÔˇ˝‡ªˇ–‡ˇÅ¢ÎÏÅ˚éÎÔˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚äÎÔˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡˙ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÅ¢ÎÎÅ˚ÏÔˇÊ‡ˇ¸‹ˇ®‡ˇÅ¢ÎÏÅ˚åÎÔˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ¸‹ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÅ¢ÎÎÅ˚åÎÔˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ¸‹ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚ÏÔˇÊ‡ˇ¸‹ˇ®‡ˇÅ¢ÎÏÅ˚åÎÔˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ¸‹ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÅ¢ÏÎÅ˚åÎÔˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ¸‹ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÅ¢ÎÎÅ˚ÏÔˇÊ‡ˇ¸‹ˇ©‡ˇˇÅ¢ÎÏÅ˚ãÎÔˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ¸‹ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇÅ°ÎÎÅ˚ãÎÔˇˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ¸‹ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇÅ°ÏÎÅ˚ ÏÓˇˇË‡ˇ¸‹ˇ´‡ˇˇÅ†ÎÏÅ˚ÎÌÊˇ¸‹©ˇÅüÏÎÅ˚Δˇ¸‹ˇ˙ˇƒˇÅéÎÎÅ˚Ï”ˇ¸‹ˇ˙ˇƒˇÅéÎÏÅ˚Δˇ¸‹ˇ˙ˇƒˇÅéÎÎÅ˚Δˇ¸‹ˇ˙ˇƒˇÅéÏÎÅ˚Ï”ˇ¸‹ˇ˙ˇƒˇÅéÎÏÅ˚Δˇ¸‹ˇ˙¬ˇÅéÏÎÅ˚Δˇ¸‹ˇÅÓÅˇÁˇıÎÎÅ˚µÏ”ˇ¸‹ˇÅÔˇˇ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˇˇˆÎÏÅ˚∂Δˇ¸‹ˇÅÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚∂Δˇ¸‹ˇÅÔˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚µÏ”ˇ¸‹ˇÅÔˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚∂Δˇ¸‹ˇÅÔˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚∂Δˇ¸‹ˇÅÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚µÏ”ˇ¸‹ˇÅÔˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚∂Δˇ¸‹ˇÅÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚∂Δˇ¸‹ˇÅÔˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚µÏ”ˇ¸‹ˇÅÔˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚∂Δˇ¸‹ˇÅÔˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚∂Δˇ¸‹ˇÅÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚µÏ”ˇ¸‹ˇÅÔˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚∂Δˇ¸‹ˇÅÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚∂Δˇ¸‹ˇÅÔˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚µÏ”ˇ¸‹ˇÅÔˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚∂Δˇ¸‹ˇÅÔˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚∂Δˇ¸‹ˇÅÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚µÏ”ˇ¸‹ˇÅÔˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚∂Δˇ¸‹ˇÅÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚∂Δˇ¸‹ˇÅÔˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚µÏ’˛ˇ¸‹˛ˇÅÒˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚∏Αˇˇ¸‹ˇˇÅˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚∏Δˇˇ˛‹ˇˇÅÔˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚µÏ“ˇˇ‹ˇˇÅÓˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚≤Η˛ˇÅÌˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚≤ΖˇÅÏˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚≠ÏÅ∫ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚ÆÎÅ∫ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚ÆÎÅ∫ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚≠ÏÅ∫ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚ÀÎÿˇ›ˇ”ˇ˝ˇ˛ˇˇ˙ˇ¯ˇ÷ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚…ÎÔ˝ˇ˝ˇŒˇ‘ˇˇ˝ˇ˚ˇˇ÷ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚Ïˇ˚ˇˇ˛ˇ    ˇˇˇˇˇˇ˛˝ˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇ’ˇˇ˝˛ˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇ˛ˇˇˇ˛˛ˇ˛ˇÁˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚Î ˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇ˛ˇˇ˛ˇˇ¸ˇˇˇˇˇˇˇ’˚ˇˇˇˇˇ˛    ˇˇˇˇ¸ˇ˛ˇˇˇ˝˛ˇˇËˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚Îˇ˛ˇˇ˚ˇˇˇ˝ˇˇ¸¸ˇˇˇ˛ˇ˛
  1792. ˇˇˇˇˇ”ˇ˝ˇˇˇˇ˛
  1793. ˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇËˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚    ÏÔ˛ˇ˝ˇ˛ˇ˝ˇ˛¸ˇ˝ˇ˛ˇ˝ˇ˛˛ˇ˛ˇˇˇˇ˛ˇ”ˇ˝˛ˇˇˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇ˛˚ˇÁˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚_ÎÅÙˇÂˇÂˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊®+#◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚µÎÅÙˇÂˇÂ!ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊+¨˛++˛+˛+˛+˛+˛+˛+◊◊˛+◊+˛+◊+˛+˛+˛+˛+˛+˛+˛+˛+&+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚µÏÅÙˇÂˇÂˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë+ÁËË◊+¨VV◊++++++++++++++◊◊+◊+˛◊'+◊+◊◊+◊◊+++++++++++++++˛V+◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚ÎÌ…ˇÜ$ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊ÅŨVV¨ÁÅ+◊◊◊+◊+◊◊◊+ÂÅ)¨◊VÅÅ◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚òůÄú˜HHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1794. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜º(ÿ'ÅÎÌˇÀˇˇá!ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊ÅŨ˛+ÁÅ+˛+˛+˛+˛+˛+ÂÅ˝+%ÅÅ◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚∏ÏÌˇÀˇˇÊ¨ˇ˜ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë\Á◊++++++++++++++++++++++++++++++++++++++++++++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚pÎÌˇÀˇˇÍˇ˛ˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË◊≠◊Å+◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚pÎÌˇÀˇˇÔˇ˘ˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚pÏÌˇÀˇˇÙˇÙˇÆˇˇ¯ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚qÎÌˇÀˇˇ˘ˇˇˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚pÎÌˇÀˇˇ˝ˇÎˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚pÎÌˇÀˇˇ˝ˇÎˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚gÎÌ»ˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚pÎÌˇÔˇfiˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚zÏÌˇ˜˝ˇˆˇˇ˛ˇˇÎˇˇÊˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚åÎÌˇˆ ˇˇˇˇˇˇ˝ˇˇˇ˛ˇˇˇˇÙˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚ãÎÌˇˆ˛ˇ˝ˇ˛
  1795. ˇˇˇˇˇ˛ˇˇˇˇıˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚äÏÌˇˆˇ˚ˇ˛˛ˇˇ˛ ˇˇˇˇˇıˇˇÊˇÆˇˇ¯ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚ÑÎÌˇ˜˛ˇ˛˙ˇ˝ˇ˛ˇ˝ˇ˛ˇÙˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚pÎÌˇ€ˇÚˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁˡÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚pÏÌˇ‹˛ˇÛˇˇÊˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁˇˇËÁ˛ËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁ˲ˇ ËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚`ÎÌˇ‹◊ÒˇˇÊˇÆˇˇËˇ‹ˇˇÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚_ÏÌˇ‹◊ÒˇˇÊˇÆˇˇˇÁ‹ˇˇÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚rÎÌˇÒ◊◊◊◊◊◊◊◊◊◊˛◊ÒˇˇÊˇÆˇˇˇÊ‹
  1796. ˇˇËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚qÎÌˇÒ◊¸◊◊◊◊◊◊◊ÒˇˇÊˇÆˇˇˇÊ‹
  1797. ˇˇÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚ò@@˜@˜ÿ(¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡˜ ¸ˇ¿¡˜¸ˇ¿¡˜¸ˇ¿¡¯¸ˇ¿¡˘Õ¸ˇ¿¡˘¸ˇ¿¡¯¸ˇ¿¡¯¸ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿ò@@Ę@Ę(X‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿‘ˇ¿?‘ˇ¿¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛Äp¿¿Ä‘˛@ @C‘˛≥≠¿@,ˆpE‘˛í$@ÄHB$ë ‘˛í$\ÉààB$ë ‚"‘˛    $HÅ!ÑI" @|$ ‘˛    $HÅDÑI" D$ ‘˛?eŒ‡ ùŸ„ů<    4Ä‘
  1798. ˜Ä˙Ä‘
  1799. ˜Ä˚”¡¡*˛Ú˛    |?`t¯¸¿¿˚0@å˝`Ô+˛ ˛`àI@à˙IJIJ0 ˝@Ô0˛L÷÷` ˛!qÇÑΔÛåcú≥ÅãmòÖ±èr¡ÄP9∏o8√ÅÃY¿Ô0˛*äDë @ îÑ
  1800. H©$)DââHJIîâÅ I äíHѧDÄÔ0˛*äDë‡G óÑ9 ≈(<ËDââHDyìâÇ.I Rì»ÑDÄÔ/˛)    "Ä Ä!("
  1801. P@"â    ê$àÇ    )
  1802. $    ¿í@•$HâÓ/˛)    "@Ä Ä!)"$ÑRH"Râ    ê$îí    )
  1803. $    @í@E$ë    HâÓ/˛)8w„Ä·ÊÏèÜ    ÿ`„ÁvsÏŒ6Ì8;úÄŒ@ùÊ kèÓ˝ÄÌ@˝ ·˝Ì¿˝‡·¡¡"˛ F8‡Ä ˛ `¸b8·"˛ @1ÄÄ&˛@à@@ ˝‚$˛Kú`*å;YŒ;Ä"√ú±¿ëÃ˘À%≥eçœg„ò@Äú˜Äú˜X(t$˛âII U$íI"îÄ2IDîʼnàîIDô$D§"I„$˛â1I‡IÇI"dÄ »DîÅ$àîIDó$D§"I„$˛    ííIíD)åâ)    (íâ20â0 Dí"„$˛    íí@ÇI$íE)Ãíâ))(íâ2@â@ Dí"„$˛?wŒÛéiü≤s∑!fÁoœqÓv#∂˙sªpA›û8„ Û ıààfl ÛÄı‡‡fl¡¡¡¡˛Ê˛Åt8ú‹˛D@¸ d D"à`‹˛E≥Ωò˘À∑òÄ®
  1804. sÑDlØ;Ç‹˛â)$HîI    )H^$IPP"I)‡‹˛â&$8îI"xQDFP DI& ‹˛    BHë(íHÄ¢¯$Ç@@    íB@‹˛    RHë(íRê¢$í@†ä íR@‹˛?sxx—Óv9¸ƒ8p∏É`ÁÅ8x9¿‹
  1805. Ò@˚ Ÿ Ú¿˚‡Ÿ¡¡¡¡¡¡¡òů@˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1806. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ÿ('tÏÌˇÒ◊◊˛◊˛
  1807. ◊◊◊◊◊ÒˇˇÊˇÆˇˇˇÁ‹ˇˇËËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚sÎÌˇÒ◊˛˛◊˛◊◊◊◊˛◊ÒˇˇÊˇÆˇˇËˇ‹ˇˇËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁ˛ˇ ÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇÁ˛ËÁ˛ËÁ˛ËÁËˡˇ˛ËÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚gÎÌ»ˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚pÎÌˇÀˇˇ˛ˇÍˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚pÎÌˇÀˇˇ˚ˇÌˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚qÏÌˇÀˇˇ˚ˇˇÓˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚pÏÌˇÀˇˇ˜ˇÒˇÆˇˇ¯ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚pÎÌˇÀˇˇÛˇıˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚gÎÌ»ˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚pÎÌˇÀˇˇÔˇ˘ˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚pÎÌˇÀˇˇÎˇ˝ˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÏÌˇÀˇˇÊˇÆˇˇ¯ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ◊≠◊++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊≠(◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚lÎÌˇÀˇˇÊˇÆˇˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠(◊Å+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚lÏÌˇÀˇˇË˛ˇÆˇˇ¯ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË◊≠◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚gÎÌˇÀˇˇÊ´ˇ¯ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊≠◊˛$+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚∏ÎÌˇÀˇˇÂ¨ˇ¯%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊+Å+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛.+Å+◊+◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚¥ÏÌˇÀˇˇáˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ◊+˛ÅI+++++++++++++++++++++++++++++++++++++˛Å+◊¨++◊Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚¥ÎÌˇÀˇˇá%ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË◊Å+ÅÅ+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛.+ÅÅ+Å◊¨◊V◊ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚¥ÎÌˇÀˇˇáˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ◊+˛Å˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+Å+˛(◊VV+◊ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚¥ÏÌˇÀˇˇáˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë`ÁËË◊++Å+++++++++++++++++++++++++++++++++++++Å++◊++◊ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚∞ÎÌ»ˇáˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚µÎÌˇÀˇˇáˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚¥ÏÌˇÀˇˇáˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚µÎÌˇÀˇˇáˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚µÎÌˇÀˇˇáˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚¥ÏÌˇÀˇˇáˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚µÎÌˇÀˇˇáˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚µÎÌˇÀˇˇáˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚¥ÏÌˇÀˇˇáˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚µÎÌˇÀˇˇáˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚µÎÌˇÀˇˇáˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚¥ÏÌˇÀˇˇáˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚µÎÌˇÀˇˇáˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚µÎÌˇÀˇˇáˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚¥ÏÌˇÀˇˇáˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚µÎÌˇÀˇˇáˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚µÎÌˇÀˇˇáˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚¥ÏÌˇÀˇˇáˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚∞ÎÌ»ˇáˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚ÆÎÅ∫ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚≠ÏÅ∫ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚ÆÎÅ∫ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚ÆÎÅ∫ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚≠ÏÅ∫ˇËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËˇˆÎÏÅ˚ÆÎÅ∫ˇÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˇˆÏÎÅ˚ÆÎÅ∫ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˆÎÎÅ˚≠ÏÅ∫ˇÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁˡˆÎÏÅ˚òů@ĘHHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1808. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę(X'ÆÎÅ∫ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁˡˇˆÎÎÅ˚¨ÎÅ∫˛ˇËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËˡˇıÏÎÅ˚ÏÅ∏ÅˇÈˇÙÎÏÅ˚ÎÅÅìÏÎÅ˚ÎÅÅìÎÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÎÎÅ˚ÎÅÅìÏÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÏÎÅ˚ÎÅÅìÎÎÅ˚ÏÅÅìÎÏÅ˚ÎÅÅìÎÎÅ˚ÎÅÅìÏÎÅ˚yÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏqÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÅ˚wÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅ˚ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ8„ˇ˛ˇÈˇˇ˛¯ˇˇ˛˚ˇ˚ˇ˛ˇˇË˛ˇˇ¯˛ˇˇ˚ˇ˜˛ÅÅù@„ˇ˘ˇˇ¯ˇ˛ˇ˝ˇˇ¸ˇ˛ˇ¯ˇˇ¯ˇ˛ˇ˝ˇˇˆˇÅÅù[„ˇˇˇˇ˛ˇˇˇˇ˛ˇ˙ˇÙˇ˛ˇˇ¸ˇ˛ˇˇˇˇ˝ˇˇˇ˛ˇ˙ˇÙˇ˛ˇˇ¸ˇˇ˝ˇÅÅùd‰    ˛ˇˇˇ˛ˇ˛˛˛˚ˇı˛˛˛ˇ˝˛˝ˇ˛    ˇ˛ˇˇ˛ˇ˛ˇ˚ˇıˇ˛ˇˇ˝ˇˇ˝ˇÅÅùq‰    ˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇ¸˛ˇ˛ˇ˛ˇ˛ˇ˝ˇ˝ˇ˛    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ¸˛ˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˝ˇÅÅù^    ˇˇˇˇ˛ˇˇ˛ˇ˚ˇ˜ˇ˝¸ˇ˝ˇ˝ˇ˛    ˇˇˇˇ˛ˇ˛ˇ˚ˇ˜ˇ˝¸ˇ˝ˇˇ˝ˇÅÅún    ˇ˛ˇˇ˛ˇˇ˛ˇ˚˛˛˛¸ˇ˛ˇ¸˛˝ˇ˝ˇ˛    ˇˇ˛ˇ˛ˇ˛ˇ˚ˇ˛ˇ¸˛˛˛¸ˇ˝ˇˇ˝ˇÅÅúUÁ˚ˇˇˇˇ˛ˇ˛ˇ˚˚ˇ¸˝ˇ˚ˇ¸ˇ˛ˇ˛ˇˇˇ˝ˇ˛˛ˇ˚˚ˇ¸˝ˇ˚ ˇˇˇˇˇˇÅÅö±ˇ¬ˇÅÅö±ˇƒˇÅÅòÅÅÅâÅÅÅâm„ˇ˛˛ˇ˛ˇÂ˛¯ˇ˛ˇˇ˛ˇˇ˝ˇ˛˛ˇ˛ˇˇÛˇˇ˛ˇ˛ˇ˛ˇÚˇ÷ˇˇÓˇˇı˛ıˇˇ«ˇ¸ˇ˛¸ˇÛˇ˛ˇˇfiˇˇÅÙ`„ˇ˛ˇ„ˇˇ˘ˇˇ˛ˇ˛ˇ˝ˇˇˇˇÙˇ˛ˇˇ˛ˇ˛ˇΔˇÌˇÁˇ‰ˇÊˇˇ˚ˇ˘ˇÒˇ›ˇÅÛ „ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇ¯ˇ˙ˇ˙ˇ˝˛ˇ˛ˇˇ¸ˇ¸ˇ˛ˇ˝ˇˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ¸ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˛ˇ˚ˇˇ˛ˇˇˇ˛˛ˇ¸˝ˇˇˇˇˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛ˇˇ˛˝ˇ¸˛ˇ˛ˇˇˇˇ¸ˇˇ˘ˇˇ˚˛ˇˇˇ˛ˇ˝ˇˇ˝ˇ˛ˇ˛ˇˇ˝˛ˇ˚˛ˇˇˇ˛ˇˇˇ˛ˇÅÛ!‰˛˛ˇ˛ˇˇ˛˛˛ˇˇ˛ˇˇ˚˛¯ˇ˚ˇ˘ˇ˝ˇˇ˛ˇ˝˛¯ˇ˝ˇˇ˛ˇ˛ˇˇˇˇˇ˛¸ˇ˛
  1809. ˇˇˇˇ˛˛˛ˇ˛ˇˇ¸˛ˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇˇ˛ˇˇ¸ ˛ˇˇ˛ˇ˛ˇˇ¸˛ˇ˛ˇˇ˚˛ˇ˚ˇˇ˚    ˛ˇˇˇ¸ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˝˛ˇˇ˛˛˛˛˛ˇÅÚ‰ˇˇ˛ˇˇˇ˛ˇˇˇ˛˝ˇ˚ˇ˛˛ˇ˛ˇ˚ˇ˘ˇ˝ˇˇ˝ˇ˝ˇ˝˛ˇˇ˝ˇ˝ˇ˛ˇˇˇˇ¸˝ˇ¸ˇ˛˝ˇˇ˝ˇ˛ˇˇ˛ˇˇ˚˛ˇ˛ˇˇˇˇ˚ˇˇˇ˛ˇ˛˝ˇˇ¸ˇˇˇ˛ˇ˛ˇˇ¸ˇˇ˛ˇˇ˙˛ˇ¸ˇ˛ˇ˛ˇ ˇˇˇˇ˚ ˇˇˇˇˇ˝ˇˇ˛ˇ˝ˇ¸˛ˇ˛ˇ˛ˇˇÅÚ    Âˇ˚ˇˇˇ˝ˇˇˇ˛ˇ¯ˇ¯ˇ¸ˇ¯ˇ˝ˇˇˇ˙ˇ¸ˇ˛ˇ˝ˇˇ˚ˇˇˇˇ¸ˇ˘ˇ˛ˇ˝ˇ˝ˇ˛ˇˇ˛ˇˇ¸ˇˇ˛ˇˇˇˇ˚ˇˇˇ˛ˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ˛ˇˇ¸ˇˇ˛ˇˇ˚ˇˇ¸¸ˇ˚    ˇˇˇˇ˚ˇˇˇˇˇˇ¸ˇ˛ˇ˝ˇ˝ˇˇ˛ˇ˛ˇˇÅÒ¡˚˛ˇ˚ˇ˛ˇ˛ˇˇ˚ˇ¯ˇ¸ˇ¯ˇ˝˛ˇˇ˛¸ˇ˝ˇ˛ˇ˛ˇˇˇ˝ˇ˛ ˇ˛ˇˇˇ¸ˇ˛
  1810. ˇˇ˛ˇˇ˛ˇ˛˛˛ˇ¸ˇ˛˛˛ˇˇ˛˚ˇˇˇ˛ˇˇ˛ˇ¸ ˇ˛ˇˇ˛˛˛ˇ¸ˇˇ˛ˇˇ˚ˇ˛¯ˇ˚    ˇ˛ˇˇ˙ˇ˛ˇ˛ˇˇˇ˛˛˛˝ˇ˛ˇˇ˛ˇ˛ˇ˛ÅÒ˙Á˛ˇ˝˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ˚˛ˇ˙˛ˇ˝ˇ˘˛ˇˇˇ˛ˇˇˇ˙˝ˇ˛¸ˇ˝ˇˇ¸ˇ˛ˇˇˇ˝ˇˇ¸˛ˇ˛ˇˇ˛ˇˇ˛˛ˇ˛ˇ˛˝ˇ¸ˇˇˇ˛ˇˇˇ˝ˇ¸˛ˇ¸ˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇ¸˛ˇ˛ˇ˛ˇ˚ˇˇˇ˘ˇ˙ˇˇ˛ˇˇ˚ˇ˛ˇ˝ˇˇˇ˝˛ˇ˚ˇˇ˛ˇˇˇ˛ˇ˛˝ˇÅÒ›ˇ˛ˇÅŸˇŸˇÅÑ›ˇ˛ˇÅŸˇˇ˛€ˇ˛ˇÅÑÅÅÅâÅÅÅâ_„ˇ˛˛ˇ˛Ùˇ˛ˇˇˆˇ˛ˇ˛˛ˇÙˇÏˇ˛ıˇˇÊˇˇ¸˛ˇ˛ˇˇ˛ˇˇ˛ˇ˚ˇ˛ˇ˛ˇÎ˛Ôˇ˝˛ˇˇÅáQ„ˇˇÓˇıˇˇ˛ˇˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˙ˇÌˇ˛ˇ◊ˇ¸ˇ¯ˇÅè‘„    ˇˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˙ˇˇˇˇ˛ˇˇ˝˛ˇ    ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˝˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇˇˇ¸ˇ˛ˇˇˇˇ˚ˇ˛ˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇ¸ˇˇˇˇ˝ˇˇˇ˛ˇÅôòůÄú˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1811. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜X(t'Á‰˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˚!˛ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˛
  1812. ˇˇˇ˛ˇ¯ˇˇˇ˛ˇˇ˛˛ ˛ˇˇ˛ˇ˚    ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛˛˛ˇˇ¸˛˛˛˛˛ˇˇˇˇˇ˛˛˛˛˛ˇˇ˛˚ˇ¸ˇ˛    ˇ˛ˇˇ˛ˇ˛ˇÅôfi‰ˇˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ˚ˇˇˇ˛˛ˇˇ¸ ˇˇˇˇˇ˛
  1813. ˇˇˇˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˝ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˚ˇ˛    ˇˇˇˇ˛ˇ˛ˇÅô⁄¡ˇ˛ˇˇ˝ ˇˇˇˇˇ¯ˇˇˇˇˇˇ¸ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˝ˇ˛
  1814. ˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇ˚ˇ˚ˇ˛    ˇˇˇˇ˛ˇ˛ˇÅò‡Âˇ˛˛˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ¸ˇˇˇ˛ˇˇˇ˛ˇˇ˛
  1815. ˇ˛ˇˇ˛˘ˇˇˇˇˇ˛ˇˇ˛ ˇ˛ˇˇ˛˚ˇ˛ˇˇ˛˛˛˛˛ˇˇ˛ˇ˛ˇ˝˛˝ˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˛ˇ˛ˇ˘ˇ˚ˇ˛    ˇˇ˛ˇ˛ˇ˛ˇÅòœÁ˚ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ˚˛ˇ˛˛ˇ ˇˇˇˇˇ˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇ˛ˇ˛˝ˇ˛ˇ˛ˇˇˇ˛ˇ˛˛ˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ¸ˇ¸˛ˇ˛ˇˇˇ˝ˇ˛˛ˇÅñèˇúˇ˛ˇˆˇ˛ˇÅňëˇöˇ˛ˇÙˇ˛ˇÅÅÙÅÅÅâÅÅÅâÅÅÅâÅÅÅâD„¸ˇˇˇ„ˇÎˇÎˇ˛ˇˇ˚ˇÏ˛ˇ˛ˇˇÛ˛ˇ˛˛ˇ˚ˇÔ˛ˇ˛ˇÅÅflU„ˇ˛˛˛ÙˇÙ˛“˛ˇ˛˙˛ˇˆˇ˜˛˛˛˛˛ıˇ˛ˇˇ˛ˇ˝˛ˇ˘ˇ˜ˇ˝ˇÅÅ›ù„ˇˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛¸ˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ˙ˇˇˇ˙ˇˇ˝˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇ˘ˇ¸ˇ˛ˇˇ˝ˇ˛ˇ˛ˇ¸ˇ˝ˇÅÅ›£‰ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ¯ˇˇ˝ˇ˛ˇˇ¸ ˇˇˇˇˇ¸ˇˇˇˇ¸ˇˇ˙ˇˇ¸ˇ˛ˇˇˇˇˇˇˇ¸˚ˇÅÅ‹§‰ˇˇ˛
  1816. ˇ˛ˇˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛¸ˇˇ˛ˇ˛ˇˇˇ˛ˇ˘ˇ˛ˇ˛˛˛ˇ˛ˇ¸˛ˇˇ˛ˇˇ˚ˇ˛ˇ˛˚ˇ˜ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ˚ˇ˝ˇÅÅ‹í¡ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇˆ¸ˇˇ˛ˇ¸ˇ¸ˇˇˇ¸ˇ˚ˇ˛ˇ˙ˇ˜ˇˇ˝¸ˇˇˇˇ˝ˇ¸ˇ˝ˇÅÅ€§Âˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇıˇˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ˚ˇ˛ˇ˚ˇˇ¸ˇ˛ˇˇ˛ˇ¸ˇˇˇˇˇˇ¸ˇ˝ˇÅÅ€úÁ˛ˇ ˛ˇˇ˛ˇˇˇˇ˛˛ˇ˝˛˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇˇˇ˛˛ˇ˛ˇ˛˛˛¯ˇ˛ˇ˚ˇ¸˛ˇˇ˝ˇ˛ˇ˙ˇ˛ˇ¸ˇˇ˛ˇ¸ˇ˛ˇ˛˛ˇ˚ˇ˛ˇ˝˛˛ˇ¸˛ˇˇˇ˛ÅÅ€Åˇ…ˇÅŃDzˇÀ˛ˇÅŃÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜t(≥¡¡¡¡¡¡¡˝@`†¸8–˝
  1817. Ä@¿ –˛ O<LN[<€±`%é—˛ â$§ "I$íëD§—˛ I$º "I$íÒD†—˛ íI@ADíI%â@—˛ RIH"DíI%"âH—˛ 1¯Á`8sn·•é#ªa—˝ Ä˝Ä œ˝„IJÄÄœ¡¡˛‡ÿÕ˛ ˛ê@–˛+ŸΔ `ñŒˆcπ`“˛ àîí% $§ë"â—˛ Hî=‡$òê‚â—˛ ë( B"I    "E—˛ ë)$J@"II"E—˛ >q¨0~cÔÕ·„EŒ—¯À¯ À¡¡˛‡Ä¿Ä”˛ ˛
  1818. LÄÅ ’˛&-Δ,¿FŸfi‡¡ -áw,÷˛í"R"@bI 
  1819. $íQ ÷˛N"N!¿H© 'êQ ÷˛§D§DÅëR@>"$H ¢@÷˛§D§DÅîêí@A"DI$¢@÷˛>5Δ5ΔÇ€q»«‚Ã0π¿÷˜Œ˜ Œ¡¡ ˛ʸÕ˛D@D"Õ˛E≥ΩòÓXÕ˛â)$H¢@0Õ˛â&$8¢@Õ˛    BHëDÄ@Õ˛    RHëDÅàÕ˛?sxx—sÅ≈‡Õ¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę≥(Û¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜Û(¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1820. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜t(≥'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅ⇡ڡˇˆ˛ˇˇ“˛ˇÅÅÅ˛!·ˇÒ˛˜ˇ˛ˇ˛‰ˇÔˇÅÅŸ[‚ˇˇ˝ˇ˝ˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇ
  1821. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇˇ˛˛ˇÅÅà^„ˇˇ˛ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅá\‰ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˝ˇ˙ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛˛˛¯ˇ˛ˇˇˇÅÅÑU¸ˇˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ¯ˇ˛ˇˇˇÅÅÉaÊˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅÜdÁˇˇ˛ˇˇ˛˛ˇ˛
  1822. ˇ˛ˇ˛ˇˇ˛ˇ˙˛ˇ˝˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˝    ˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˝ˇÅÅâflˇ¸ˇ⁄ˇËˇÅÅÅÙ·˛ˇ˛˛ˇ‹˛ˇÍˇÅÅÅÚÅÅÅâÅÅÅℸˇÁ˛ˇÏˇˇˇˇˇÅÅÅÊ!„ˇ˛ˇÁ˛ÁˇˇÙ˛ÙˇÅÅÅ_„ˇ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇˇ˚ˇ˚ˇˇ˛ˇˇ˘ˇˇ˛ ˇˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅå`‰˝ˇ˛ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅâ\‰ˇ˛ˇˇ˛ˇ˛ˇ¸˛˛ˇ¸ˇ¸ˇ˛ˇˇ˛˛ˇ˘˛˛˛ˇˇˇ˛ˇ˛ˇ˛˝˛ˇ˛ˇˇ˛ˇ˛ÅÅâY¡˛ˇˇ˛ˇˇˇ¸ˇ˘ˇ¸ˇ˝ˇˆˇ˛    ˇˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅàe¡˛ˇˇ˛ˇˇˇˇˇˇ¸ˇ˛
  1823. ˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅàhÁ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛˝ˇˇ¸˛˛ˇ˛ˇ˛ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ˛˛ˇ    ˛ˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇ˛˛    ˛ˇˇ˛ˇ˛ˇÅÅà µˇÅÅÅ÷ ∑ˇÅÅÅ‘ÅÅÅâÅÅÅâ%„¸ˇıˇˇÁˇˇÓˇˇÙˇÚ¸ˇ˝ˇÅÅí5„ˇ˛ˇıˇË˛ˇ˛Ú˛ˇÙˇ¯ˇ˚ˇ˛ˇÎˇÅŧ{„ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇ˙ˇ˛    ˇˇˇˇˇˇ˛ˇ˝ˇ˛ˇ˜ˇˇ˛ˇ¸ˇ¸ˇ˝ ˇˇˇˇˇˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇÅÅØ~‰˝ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˙ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ¯ˇˇ˝ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅŨ{‰ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇˇ¯    ˛ˇˇˇ˛
  1824. ˇˇˇ˛ˇ˘˛˛˛˛˛˛˛˚ˇ˝˛ˇ˛    ˇˇˇ˛ˇ˛¸ˇ˛˛˛ˇÅŨ{¡˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚ˇ˛ˇˇˇˇ˛
  1825. ˇˇˇˇˇ˘¸ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇ¸ˇ¸ˇˇ˛ˇˇÅÅ´Ç¡˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚ ˇˇˇˇˇˇ˝    ˇˇˇˇ˙ˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅ´ãÁ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛˛˛ˇ˛ˇˇ˛ˇˇ˛˛˛ˇˇ¸ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛    ˇˇ˛ˇˇ˛ˇ˛ˇ˛˛˛˛ˇ˛ˇ˛ˇ˝ˇˇ˛ˇˇ˛
  1826. ˇˇ˛ˇˇ˛ˇ˛˝ˇˇ˝ˇ˛ˇˇˇ˛ÅÅ´´ˇÙˇÅÅÅÓÆˇˇÙˇÅÅÅÏÅÅÅâÅÅÅℸˇˇˇ’˛ˇ˚˛ˇÅÅÅË+„ˇ˛˛˛ÙˇÙ˛Ú˛˛˛˝ˇ˛ˇÅÅÅË@„ˇˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˘ˇ˘ˇÅÅÅËA‰ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˘ˇˇ˘ˇÅÅÅÊ?‰ˇˇ˛
  1827. ˇ˛ˇˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ˛ˇˇ˜ˇ˚˛ÅÅÅÂ?¡ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅÅ„H¡ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ˛ˇ˝ˇ˛ˇÅÅÅÊDÁ˛ˇ ˛ˇˇ˛ˇˇˇˇ˛˛ˇ˝˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˚ˇˇ˛˛˛ˇˇ˛ˇÅÅʼnÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1828. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę≥(Û'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1829. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Û('ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜(O¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘO(è¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜è(´¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê, IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1830. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜(O'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê( IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1831. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘO(è'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê,  Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1832. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜è(´'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜´(Ρ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘÎ(+¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜+(G¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHê( !IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1833. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜´(Î'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHê, "IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1834. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘÎ(+'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHê( #IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1835. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜+(G'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇ:¶@ˇ ˇˇˇˇ@
  1836. ˇ·ˇ‚7^
  1837. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äMultiple Screens
  1838. , (‡1-23
  1839. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  1840. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  1841. 4Å4w?òÄ
  1842. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  1843. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  1844. ˇ˛ˇ˛
  1845. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  1846. ˇ˛ˇ˛
  1847. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  1848. ˇ˛ˇ˛
  1849. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  1850. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  1851. ˇ˛ˇ˛
  1852. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  1853. ˇ˛ˇ˛˛˛ˇ˝
  1854. ˇ˛ˇ˛
  1855. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  1856. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  1857. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  1858. ˇ˛ˇ˛
  1859. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  1860. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  1861. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  1862. ˇˇˇ˛
  1863. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh“(eäWhen a multiscrL‡°dONLNd\”hl)I$een system starts up, one of the scræ¿°dONLNd3\lhú)ô eens is the „ °dONLNd?\úhfi)0startup screen,ˆ °dONLNdN\fih˝)B the scrE¿°dONLNdV\˛h) een °dONLNdZiäu∞(rä@on which the “happy Macintosh” appears. By default, the main scr±¿°dONLNdöi∞u˛(r∞een is the startup °dONLNd≠väÇñ(äscrÚ@°dONLNd∞vñÇ”) een. However„Ä°dONLNdºv”ÇR)=, by using the Monitors contrØ °dONLNdŸvSÇË)Ä$ol panel, the user can specify a dif †°dONLNd˝vÈÇı)ñfer °dONLNdvıÇ) ent °dONLNdÉäè∏(åä startup scr/‡°dONLNdÉπè )/een.°dONLNdïä°(ûä During the startup of a multiscrƒ¿°dONLNd4ï°?)å    een envirò°dONLNd=ï?°®))onment, system softwar^ °dONLNdSï©°‡)je calls the WvÄ°dONLNd`ˇ)7indow .°dONLNdf¢äÆæ(´ä
  1864. Manager prR`°dONLNdp¢æÆ€)4ocedur$¿°dONLNdv¢€Æ‚)e ,
  1865. Courier$¿°dONLNdx¢‚Æ$) InitWindows$¿°dONLNdÉ¢$Æ9)B to cr˜ °dONLNdâ¢8ÆZ)eate a r…Ä°dONLNdë¢ZÆ)"*egion that is the union of all the active .°dONLNdªØäªñ(∏äscrÚ@°dONLNdæØñª2) "eens (minus the menu bar and the rñ‡°dONLNd‡Ø3ª’)ù#ounded corners on the outermost scr„†°dONLNdØ’ª)¢ eens). The °dONLNdºä»î(≈äWÛ`°dONLNdºì»)    indow Manager saves this r`°dONLNd)º»X){egion, called the õ °dONLNd;ºX»é)J gray region,Ä°dONLNdGºè»Ò)7 as the global variable ˇˇµT.°dONLNd_…ä’¥(“äGrayRgnˇˇÁ°dONLNdf…¥’Á)* . The gray r¥°dONLNdr…Ë’N)4egion describes and defçà°dONLNdâ…N’∏)fines the desktop: the ar¸X°dONLNd°…∏’)jea in which the user .°dONLNd∂÷ä‚·(fläcan drag windows. °dONLNd…ËäÙ*Users can drag windows fr´Ä°dONLNd‚ËÙ0)w
  1866. om one scrw¿°dONLNdÏË1Ù´)0een to another and even acrX`°dONLNdË´Ù)zoss multiple scr\Ä°dONLNdËÙ)Eeens. °dONLNdıäJ(˛ä*Color QuickDraw calculates the global coor
  1867. †°dONLNdGıKç)¡dinates of the r‡°dONLNdWıç)Bectangle into which it must °dONLNdsä¿( äCdraw and issues the drawing command to each video device that the rú °dONLNd∂¿( ¿ectangle intersects.°dONLNdÀä M(ä)For many applications, Color QuickDraw pr`°dONLNdÙN ˚)ƒ'ovides a device-independent interface; °dONLNd!ä-°(*äyour ˛`°dONLNd !°-«)Aapplication can draw images in a color graphics port for a window‡°dONLNda!«-fl(*«, and Ì°dONLNdg!fl-˙)Color °dONLNdm.ä:F(7ä'QuickDraw automatically manages the scrj@°dONLNdî.F:)º*een display—even if the user has multiple .°dONLNdæ;äGñ(DäscrR`°dONLNd¡;ñGÆ) eens. $¿°dONLNd«;ÆGµ)Y9¿°dONLNd»;¥Gs)+our application generally never needs to cr  °dONLNdÛ;sGâ)øeate   °dONLNd¯;âG≥)GDevice  °dONLNdˇ;≥Gπ)* rfiÄ°dONLNd;∏G )ecor∞‡°dONLNd; G‘)ds∞‡°dONLNd;‘G◊)
  1868. .∞‡°dONLNd;◊GŸ) ∞‡°dONLNd    ;ŸG)HoweverÛÄ°dONLNd;G)), °dONLNdHäTπ(Qä    you may fi°dONLNdHπT})/-nd it useful for your application to examine °dONLNdIH}Tß)ƒGDevice°dONLNdPHßT≠)* rR`°dONLNdRH≠Tø)ecor$¿°dONLNdVHøT)ds to determine .°dONLNdfUäa˝(^äthe capabilities of the user¶`°dONLNdÇU˛a)t’s scrú‡°dONLNdàUaü)eens. When zooming a window@¿°dONLNd£Uüaı)ã, for example, your ˇˇØ.°dONLNd∑bän‚(käapplication can use ˇˇBçB°dONLNdÀb‚n )XGDeviceˇˇØçB°dONLNd“b n)* r∏°dONLNd‘bn$)ecor·°dONLNdÿb#nî)ds to determine which scro–°dONLNdÒbïnÏ)reen contains the larOr°dONLNdbÏn    )Wgest ar–Ë°dONLNd b    n)ea .°dONLNdoä{¡(xä of a windowW`°dONLNdo¡{≤)77, and then determine the ideal window size for that scrÆÄ°dONLNdQo≤{Δ)Òeen. .°dONLNdWÅäçë(ääYï°dONLNdXÅêçï)oï°dONLNdYÅïç≤)u may ï°dONLNd_Å≤ç«)also ï°dONLNddÅ«ç)wish to use the ï°dONLNdtÅçI)F
  1869. DeviceLoopï°dONLNd~ÅIçU)< prg`°dONLNdÅÅUçr) ocedur9¿°dONLNdáÅrç)!e to optimize your application’s ˇˇ§Ñ°dONLNd®éäöÃ(óädrawing for scrõh°dONLNd∑éÃö)Beens with dif∂–°dONLNdƒéö);ferâ0°dONLNd«éös)ent capabilities. The ˇ˛Ìåvº°dONLNd›étö∞)`
  1870. DeviceLoopˇˇ§Ñvº°dONLNdÁé∞öª)< pr̆°dONLNdÍéªöÿ) ocedur¿°dONLNdéÿöÒ)e sear6‰°dONLNdˆéÚö)ches fo€h°dONLNd˝éö)r .°dONLNdˇõäßΔ(§ävideo devices‘`°dONLNd õΔßå)<. that intersect your graphics port’s drawing r)Ä°dONLNd:õçßΩ)« egion, and †°dONLNdEõæßΔ)1it …`°dONLNdHõΔß)informs your .°dONLNdU®ä¥„(±äapplication of each°dONLNdh®„¥%)Y video device i°dONLNdw®%¥2)Bt fi°dONLNd{®2¥Z)    nds. The °dONLNdÑ®Z¥ñ)(
  1871. DeviceLoop°dONLNdé®ñ¥¢)< prR`°dONLNd뮢¥ø) ocedur$¿°dONLNdó®ø¥–)e pr˜ °dONLNdõ®œ¥Ô)ovides .°dONLNd¢µä¡°(æäyour ˛`°dONLNdßµ°¡)Uapplication with information about the pixel depth and other attributes of the video °dONLNd¸¬äŒ(Àädevice on which drawing is currI¿°dONLNd¬Œl)èently taking place. Ø¿°dONLNd/¬lŒr)SYp@°dONLNd0¬rŒ) our application can then choose °dONLNdPœä€G(ÿä*what drawing technique to use for the curr@°dONLNdzœH€R)æen≥@°dONLNd|œR€y)
  1872.  
  1873. t device. #Ä°dONLNdÜœz€ )( When highlighting, for example, °dONLNd¶‹äË
  1874. (ÂäUyour application might invert black and white when drawing onto a 1-bit video device °dONLNd˚Èäı™*but usefi‡°dONLNd    È™ı\) ) magenta as the highlight color on a coloà`°dONLNd    +È]ıp)≥r scrm@°dONLNd    0ÈpıÅ)een.Q‡°dONLNd    4ÈÇıÑ) ˇH¸@ˇ ˇˇˇˇ@
  1875. ˇ·ˇ‚7^
  1876. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  1877. (‡*1-24    )B#From Memory Bits to Onscreen Pixels4^*¿¯
  1878. ^*x¯4^*x¯
  1879. à*ê¯4â*ꯠä*ä˛
  1880. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNdu*à9(É*FrØÙ°dONLNdu9àÚ)om Memory Bits to Onscr*Ú°dONLNduÛà:)∫
  1881. een PixelsˇˇˇˇˇˇV˛)˝1
  1882. °dONLNd%ôl•r(¢lT∫¿°dONLNd&ôq•Ω)racing the path frÚ†°dONLNd8ôΩ•À)L<om data in memory to a pixel on one of several connected scrÄ°dONLNdtôÕ‚(¢Ãeens °dONLNdy¶l≤º(Øltraverses the majoÿ¿°dONLNd㶺≤Ò)P r elements o™‡°dONLNdó¶Ú≤˜)6f ~¿°dONLNdô¶¯≤.)
  1883. QuickDraw –`°dONLNd£¶.≤E)6and rÄ°dONLNd®¶F≤)'ecapitulates much of the discussion in °dONLNdœ≥løü(ºl this chapteræ °dONLNd€≥üø°)3.°dONLNd›≈l—w(ŒlIn /‡°dONLNd‡≈x—ê) Figur†°dONLNdÂ≈ê—©)e 1-18† °dONLNdÎ≈©—±), t‚Ä°dONLNdÓ≈±—a)(he user of an indexed color system selecé°dONLNd≈b—p)±ts aç`°dONLNd≈q—ÿ) color for some object fr8¿°dONLNd3≈Ÿ—˜)hom an ˇˇ8ú.°dONLNd9“lfiÛ(€l application (1). Using a 48-bit ,
  1884. Courierˇ˝©‘õ °dONLNdY“Ûfi#)áRGBColorˇˇ8úõ °dONLNda“#fi()0 r¶°dONLNdc“(fi:)ecorxh°dONLNdg“:fiî)d to specify the colorùx°dONLNd}“îfi˜)Z, the application calls .°dONLNdïfllÎ…(Ëla Color QuickDraw rs†°dONLNd®fl…Δ)]=outine to draw the object in that color (2). Color QuickDraw °dONLNdÂÏl¯Å(ıluses J¿°dONLNdÍÏǯ›)Kthe Color Manager to determine what color in the video device’s CLUT comes °dONLNd5˘l´(lclosest to the rÆ`°dONLNdE˘´˚)?equested color (3).
  1885. '*8¯4(*8¯"(*]
  1886. ˇ·ˇ‚7^    °dONLNdYl(ú(%l Figure 1-18°dONLNdeÆ(⁄)B
  1887. The indexe∞°dONLNdo€(Ë)-d-p°dONLNdrË(    )    ixel path
  1888. °dONLNd}Rl^ ([lAt startup, the video é °dONLNdìR ^Ê)^device<°dONLNdôRÁ^≈)2’s declaration ROM supplies information for the cr `°dONLNdÀRΔ^Ô)fl
  1889. eation of .°dONLNd’_lk~(hlthe °dONLNdŸ_~k®)GDevice°dONLNd‡_®kÆ)* rR`°dONLNd‚_Æk¿)ecor$¿°dONLNdÊ_¿k),d that describes the characteristics of the $¿°dONLNd_kù)ødevice$¿°dONLNd_ùk∫). The r˜ °dONLNd_πkÿ)esultin˜ °dONLNd&_ÿk›)g˜ °dONLNd'_›kfl) °dONLNd(llxñ(ulGDevice°dONLNd/lñxú)* rR`°dONLNd1lúxÆ)ecor$¿°dONLNd5lÆxÂ)d contains a $¿°dONLNdBlÂx!)7
  1890. ColorTable$¿°dONLNdLl!x#)< $¿°dONLNdMl#x')r˜ °dONLNdNl&x8)ecor…Ä°dONLNdRl8x@)d …Ä°dONLNdTl@xñ)that is kept synchrõ‡°dONLNdglñx·)Vonized with the °dONLNdwylÖz(ÇlcarR`°dONLNdzyzÖ§)d’s CLUTï°dONLNdÇy£Ö>)) . The Color Manager examines thaï°dONLNd¢y>ÖD)õt ï°dONLNd§yDÖn)GDeviceï°dONLNd´ynÖt)* rg`°dONLNd≠ytÖÜ)ecor9¿°dONLNd±yÜÖ†)d to fi9¿°dONLNd∏y†ÖÓ)nd what colors ar  °dONLNd…yÓÖı)Ne .°dONLNdÀÜlí~(èlcurrØ°dONLNdœÜ~íƒ)ently available (`°dONLNd‡Ü≈í )G4`°dONLNd·Ü í„)) and I`°dONLNdÁÜ„íÓ)to Å@°dONLNdÍÜÓí+) decide which ˜°dONLNd˜Ü+íC)=color ≠@°dONLNd˝ÜDíù)comes closest to the W°dONLNdÜûíÆ)ZonegÄ°dONLNdÜÆí¥) r¨Ä°dONLNdÜ¥íÎ) equested by °dONLNd#ìlüœ(úlPthe application. The Color Manager gets the index value for the best match and r¿°dONLNdsì–üÓ(ú–eturns °dONLNdz†l¨˙(©lthat value to Color QuickDraw (o‡°dONLNdô†˚¨)è5o‡°dONLNdö†¨ı)9), which puts the index value into those places in video °dONLNd”≠lπ´(∂lRAM that storzÄ°dONLNd‡≠´π‚)?e the object (≈Ä°dONLNdÓ≠‚πÁ)76≈Ä°dONLNdÔ≠ÁπÏ)).ô`°dONLNdÒ≠ÌπÔ) 
  1891. 8(;¯47%8&ò@Ú˙Ú˙8&)!¡Àˇ˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘Àˇ¯˘¡¡¡¡¡¡¡¡¡¡¡¡    ;˜„Äp|À    "î(Ä@"ÄÀ    #Ñ0@@ÄÀ    E!`ÄÄ    ‡À    D°†úáÀ    à¬A@ À    àB"ä À    ∏és8·„ÄÀ¡¡¡¡? ˛Ä!¡˛¿ƒ0¯`Ÿ"˛ƒBLÄ@ à@Ÿ$Δ∂∂D@G    cå€[f à«pŸxí$íáâH)$©$ííADêŸHí$û8àÄâx)<O$A·ƒêŸÅI Ä"R@êH" Çâ ŸÅ I$ê"RIRH%$Çâ Ÿá8o0n¿Ófifÿxp˚3é釟˛D≈˛p≈¡¡,8#8‡@IJ 0~1¿@IJéÄÄÍ& 1Ä@˛ D @    ¸Ä@Ê-)%éŒ0*å9¨Ó9¿céX‡HÊÏÂâ-å5¨iY÷‡Á®√Ç[kX–Î-)D§§êU$ë$¢í@)"J@ÚDä$í$§ë% I ëRIII"J@Î-)Dò§IÅ$¢b@Ë"J@íDä$¢$úë% I ëë»I9"J@Î,(â    IíIID$ÄFDîÅâIDIH¬IÄí$A"    $êíëÑìÍ,(âII ÇI"IE$ÄfRDîÅâIDIIJí$A"$íííîÍ,(ªÁyÉéièŸsõê≥s∑áÁπw;ù∑iœ€à;≤Á88Êò;n”ü∑Íıˆ @˜@ÄÎı@ˆÄˆÍ¡¡0 ˛¿ü8˛¿” Ä¿˛Ä†àÄÄ”CŒ‡>ÛåĆày‹åc¿’KƒÇJ@(©$
  1892. yIH    %"@’    ä(ÇIÄ)<˛I0    =‚@’Ù_êÄ*R@ íBÄ’AîÄRH"à@íêJDÄ’' )fi`lx„√ƒc‘˝˘˝‘˝8˘˝8‘¡¡¡¡¡¡¡¡¡¡¡¡¡¡¸¿œF˛ŒÛƒ`ÇrŸÊ›ñ,p–(íI!I$îê% –DíI·I$óê%œ˘$í
  1893. $íI( Jœ$íA$íI) J@–és√õw,·€–˝Õ8˝Õ¡¡>˛8v¿Ã"˛ DÄœ"∂Œ` √Dõ?[ÂÄ—xÑ• BIâîI$–DÑ°‡CœâdG$–â    BÑ$(í$H–â    J@åí%(í$H–ÁcˆG~7ãö'8–˘@ ˙…¡¡ ;`˝¿À    "@@À    "Mü≠ér¿@À DâJ$â     Dâ2#âÄÀ âI$  âîI$  ø≈Õú ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ú˙Ú˙8&)!¡ Àÿ˘ ˘ ˘ ˘À˘ ˘À˘ ˘ ˘ ˘Ïå ¢Îà Â˘ÏTÊ`›ú¢ÎU/ë'$¢ÎU(ë$¢Î$Á`Ô¢À˘ ˘ÌÁˇ‡˚˘ÏÁ8˚˘ÏÁ8˚˘ÏÁ"8˚˘ÌÁ8˚˘ÏÁ8˚˘ÌÁà∏˚˘ÏÁ8˚˘ÏÁ8˚˘ÏÁ"8˚˘ÌÁ8˚˘Ï(ÄÎ8˚˘Ìàä®Íà∏˚˘ÏKôÄÏ8˚˘ÏLæ@¸¸ˇ¯¯8˚˘Ï"#n¢b¸"(¸¯"8˚˘Ìãùĸ¸ ¯8˚˘Ï˜¸ ¯8˚˘Ìˆà¸ ¯à∏˚˘Ï˜"_ ¯8˚˘Ïq˚    "D ¯8˚˘Ï""jª˚"("D¯"8˚˘ ÌJõ˚"D ˙8˚˘Ïsõ˚        "D Ä˚8˚˘ÌààÛ˙à=Ñ àå˙à∏˚˘ÏLU˚¸ ˙8˚˘Ï˜¸ Ä˚8˚˘Ï˜"(¸"#˙"8˚˘Ì˜¸ ¯8˚˘ Ï?ˇˇ¸¸¸ ˝˛ˇ8˚˘!Ìà®ààå˚ภ˛àòàˇ¯˚˘!Ï/ˇˇÙ¸¸ ˛@<˚˘!Ï(¸¸
  1894. ˇˇˆ‡Q˚˘%Ï"(¸"( Ç b""#(êb#¿˝˘)Ì(xÇ  @àê@Å ˝˘'Ï( …±Û¶ ˛DG‡‰Å ˝˘)Ìà®ààò˛à!*`öo »ààéàêà∏潢'Ï/ˇˇÙ *`Íh ˇˇ¸ê8¿ ˝˘'Ï   …†˚ß ˛9A¿˝˘!Ï"/ˇˇˆ¸"(¸˝"(":@¸˘%Ì(˝¸ ˝˛ˇ<`0˝˘$Ï(˝¸ ˛<x8˝˘)Ìà®ø˛ˇ˛à˛ˇ¯ ˛àúààæè¸˝˘'Ï( ˛  ˇˇˆpˇˇ˛˝˘&Ï(1˝à  QàQ˛˝˘'Ï"/ˇˇˆ˝"#® b""#®b":'˛˘*Ì  ˛  @8@‡˛˘(Ï/ˇˇÙ?˛ˇˆ#ˇˇ ˛DFòDEDE√Ģ)Ìà®˝àúà‡ ˛ˇ¸àhˇˇàã8`˘'Ï(˝  ˛;ˆ˘%Ï(¸  ˝ ;ÿ˘%Ï"(¸"( ˝"/˛ˇ">0L˘(Ì(¸„ˇˇ ˛< $˘&Ï/ˇˇÙ¸  ˛<`˘'Ìà®ààå˚à  ˛ˇ˛àpງ    ˘&Ï/ˇˇÙ¸  @H¯@ Ģ&Ï(¸„ˇˇ Q˛ àHQ¿Ä˘&Ï"(¸"( b""#(pb"ÄĢ(Ì(¸  @H@ÄĢ&Ï(¸  ˇˇ¸pDO˛Ä˘'Ìà®˚à  ˛àòàˇ¯˛@˘%Ï/ˇˇÙ¸  ˝8˛@˘%Ï ¸  ˝˛ˇ8˛Ä˘ Ï"?ˇˇ˛¸"( ¯"8˛s˘Ì˜  ¯8ܢϘ  ¯88˘Ìààâ˘à  ¯à∏a¿˘Ï¿˚  ¯8鲢Ï`˚  ¯80˛˘Ï"".2˚"( ¯"8¿˛˘!Ì˚  ¯8IJ˘Ïx˚  ¯8˝˘Ìààå®˙à  ¯à∏˝˘Ï ˚˛ˇ¯ ¯8˝˘Ï ˚¸ ¯8IJ˘Ï""&˙"(¸¯"8¿˛˘Ì ˚¸ ¯80˛˘Ï`˚¸ ¯8鲢Ìààå®˚àè¸ˇ¸¯à∏·¿˘Ï ˚¸ˇ¸¯8<>˘Ï ı¯8É¿˘Ï""&Ù"#¢˘"8˛x`˘Ì ı‡˘8˛˘Ï`ı˘8˝Ã˘Ìààå®Ùà¯˘à∏˝f˘Ï Ù˘8˝˘Ï Ùx˘8˝˘Ï""&Û".˘"8˝Ä˘Ì Ù˘8˝ĢÏ`Ù˘8˝@˘Ìààå®Ùàã˘à∏˝`˘Ï ÙÄ˙8˝ ˘Ïˇˇ˝?Ρ¯¸†˘Îˇˇ˛?Ρ¯¸¿˘Î  Û0ı˘Í `Ûı˘Î †Ûı˘Í  Û ı˘Í  Ûı˘Í  Ûı˘Î?¸?Òˇ¸ı˘È`Ú¿Ù˘Í†Ú@Ù˘È Ú`Ù˘È Ú0Ù˘È ÚÙ˘Í Ú Ù˘È`ÚÙ˘Í†ÚÙ˘Íƒ ÚÙ˘Í ÚÄı˘˝ê˙Ä
  1895. `˙Ü Ò¿ı˘˛ê˚@@˙D Ò`ı˘˝ì6¸\ÍnÊp˚D`Ò0ı˘ ˛ó¸¸“öìiH˚цÒı˘˝ñƒ¸2öçiH˙ Ò ı˘˝c<¸<ÍwfH˙ Òı˘ıĘ Òı˘ˆĘ Òı˘ıŘ`ÒĈ˘ıį†ˆ˘Ù¿¯ pˆ˘Ù `¯ ¯ˆ˘Ù0¯‡¯ˆ˘ı0Â<ˆ˘Ù` Ú ıˆ˘ı¿Úıˆ˘ıÄ˚˚ˇ¸?˚ˇ¯Ú˘+˛ˇ˛˚ĸ˚ ˚ ˛˚ˇÄ˝˘,˛#ĸ¿¸˚ ˚ ˛˚¿˝˘-?¿¸ `¸˚  ˚ ˚¿˝˘1‡`00˚  ˚ ˚¿˝˘1Ä000H˚0 ˚ ˚¿˝˘7˛` ˚ˇ¯ `  ˛¿˝˘9-¸8 ¿0 ê  Ô˝¿˝˘:2˝Ô¿Ä@$"& ,¿ ªf=¿¿˝˘:'Á¿¿ÒÄx@”` ≤Ä ˛d≈BF ¿˝˘:‡Ä`Ä0@¿˛0A4¿DL î≤Ä ˛¡$˝BC‡¿˝˘:'ˇÄ‡ˇ¯ ¿ `?ˇˇ¯%4¿ˇ¯ c,Ä ˛ˇ·œèºÄ¿˝˘4ª∞˛,Ä0 ,”@0 ˚ ı˚¿˝˘1¡ê˛01˚  ˚ ë˚¿˝˘0¸˛""`< ˝"˚˛ ˚ ¢"")˚¿˝˘5á¸8˛0g˘å ˚Ä D˝ Ä˝¿˝˘8¿70˛DLˇˇ¯ÿ$DDL`!ˇ¯ l˝ ƒDDq˝¿˝˘:p9‡˛ˇ¯ ¸|?ˇˇ¯ê    àà lÓsõ ˛ˇ·c6p¿˝˘7?¯˚0 >˛0 ≠inî  l9æ ˛¡ÙÃê¿˝˘5¯˙>˝ ≥âC¥     TŸl¢ ˛ÑLê¿˝˘4˛˙Ä¿>˝¥±IMT"( Ty;û ˛s¥p¿˝˘0˘¿`<˝ kØ.GH ˝Ä ˛˚¿˝˘1˛ˇ˝`8|˝˚ˇ¯ ˛ ˛˚¿˝˘/˛¯˝0Ä|˝˚Ä ˚ ˛˚¿˝˘&ı|˝˚˛ ˚ ˛˚¿˝˘&ı >¸˝˚ ˚ ˛˚¿˝˘&ıc¯˝˚ ˚ ˛˚¿˝˘(ˆ¡¯˝˚ ˚ ˛˚¿˝˘&ıÄį˝˚ ˚ ˛˚¿˝˘'ı¿x˝˚ ˚ ˛˚¿˝˘%Ù`˝˚ˇ˛ ?˚ˇ¸˛˚¿˝˘#Ù0 ˚˚ˇ˛˛˚ˇ¸˛˚¿˝˘ÙÂ˚¿˝˘ı 0ÂÅB¿˝˘Ù`ÂAB¿˝˘ı¿Â3?r¿¿˝˘ÙÄÂJÀ‡¿˝˘÷SJÀ¿˝˘÷ç2Ú‡¿˝˘◊˚¿˝˘÷˚¿˝˘◊˛ˇ¿˝˘÷B¿˝˘÷B¿˝˘÷B¿˝˘◊B¿˝˘÷B¿˝˘◊^ˇÒ¿˝˘÷B¿˝˘÷B¿˝˘÷B¿˝˘◊^ˇÒ¿˝˘÷B¿˝˘◊B¿˝˘÷B¿˝˘÷B¿˝˘÷^ˇÒ¿˝˘◊B¿˝˘÷B¿˝˘◊B¿˝˘÷B¿˝˘÷B¿˝˘÷B¿˝˘◊B¿˝˘÷B¿˝˘◊B¿˝˘÷B¿˝˘÷B¿˝˘÷B¿˝˘◊B¿˝˘÷B¿˝˘◊B¿˝˘÷B¿˝˘÷˛ˇ¿˝˘÷˚¿˝˘◊˚¿˝˘÷˚¿˝˘◊˚ˇ¿˝˘ ’˚ˇ¿˝˘ ˘ ˘À˘ ˘À˘ ˘ ˘ ˘À˘ ˘À˘ ˘ ˘ ˘À˘ ˘À˘ ˘ ˘ ˘À˘ ˘À˘ ˘ ˘ ˘À˘ ˘ Àû˘À30˘¡¡¡¡¡¡¡¡¡¡¡¡    ;˜„Äp|À    "î(Ä@"ÄÀ    #Ñ0@@ÄÀ    E!`ÄÄ    ‡À    D°†úáÀ    à¬A@ À    àB"ä À    ∏és8·„ÄÀ¡¡¡¡? ˛Ä!¡˛¿ƒ0¯`Ÿ"˛ƒBLÄ@ à@Ÿ$Δ∂∂D@G    cå€[f à«pŸxí$íáâH)$©$ííADêŸHí$û8àÄâx)<O$A·ƒêŸÅI Ä"R@êH" Çâ ŸÅ I$ê"RIRH%$Çâ Ÿá8o0n¿Ófifÿxp˚3é釟˛D≈˛p≈¡¡,8#8‡@IJ 0~1¿@IJéÄÄÍ& 1Ä@˛ D @    ¸Ä@Ê-)%éŒ0*å9¨Ó9¿céX‡HÊÏÂâ-å5¨iY÷‡Á®√Ç[kX–Î-)D§§êU$ë$¢í@)"J@ÚDä$í$§ë% I ëRIII"J@Î-)Dò§IÅ$¢b@Ë"J@íDä$¢$úë% I ëë»I9"J@Î,(â    IíIID$ÄFDîÅâIDIH¬IÄí$A"    $êíëÑìÍ,(âII ÇI"IE$ÄfRDîÅâIDIIJí$A"$íííîÍ,(ªÁyÉéièŸsõê≥s∑áÁπw;ù∑iœ€à;≤Á88Êò;n”ü∑Íıˆ @˜@ÄÎı@ˆÄˆÍ¡¡0 ˛¿ü8˛¿” Ä¿˛Ä†àÄÄ”CŒ‡>ÛåĆày‹åc¿’KƒÇJ@(©$
  1896. yIH    %"@’    ä(ÇIÄ)<˛I0    =‚@’Ù_êÄ*R@ íBÄ’AîÄRH"à@íêJDÄ’' )fi`lx„√ƒc‘˝˘˝‘˝8˘˝8‘¡¡¡¡¡¡¡¡¡¡¡¡¡¡¸¿œF˛ŒÛƒ`ÇrŸÊ›ñ,p–(íI!I$îê% –DíI·I$óê%œ˘$í
  1897. $íI( Jœ$íA$íI) J@–és√õw,·€–˝Õ8˝Õ¡¡>˛8v¿Ã"˛ DÄœ"∂Œ` √Dõ?[ÂÄ—xÑ• BIâîI$–DÑ°‡CœâdG$–â    BÑ$(í$H–â    J@åí%(í$H–ÁcˆG~7ãö'8–˘@ ˙…¡¡ ;`˝¿À    "@@À    "Mü≠ér¿@À DâJ$â     Dâ2#âÄÀ âI$  âîI$  ø≈Õú ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ã˙Ã˙)&ı!¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Ã˙Ã˙)&ı!¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ˇ t@ˇ ˇˇˇˇ@
  1898. ˇ·ˇ‚7^
  1899. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡ä#From Memory Bits to Onscreen Pixels
  1900. , (‡1-25
  1901. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  1902. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  1903. 4Å4w?òÄ
  1904. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  1905. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  1906. ˇ˛ˇ˛
  1907. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  1908. ˇ˛ˇ˛
  1909. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  1910. ˇ˛ˇ˛
  1911. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  1912. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  1913. ˇ˛ˇ˛
  1914. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  1915. ˇ˛ˇ˛˛˛ˇ˝
  1916. ˇ˛ˇ˛
  1917. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  1918. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  1919. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  1920. ˇ˛ˇ˛
  1921. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  1922. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  1923. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  1924. ˇˇˇ˛
  1925. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähù(eäThe ª¿°dONLNd\ùh’) video device” °dONLNd\’hÍ)8= continuously displays video RAM by taking the index values, °dONLNdMiäu(räconverting them to colors accor`°dONLNdliu¢)ã ding to CLUT entries at those inû†°dONLNdåi¢uª)çdexes≥@°dONLNdëiªu¿) (á °dONLNdìi¡uΔ)7á °dONLNdîiΔu)), and sending °dONLNd£väÇ.(ä&them to digital-to-analog converters (V¿°dONLNd…v/Ç4)•8V¿°dONLNd v4ÇW)    ) that pr«‡°dONLNd”vWǃ)#oduce a signal for the scrî°dONLNdÌv≈Ç⁄)neen (ÃÄ°dONLNdÚv⁄Çfl)9ÃÄ°dONLNdÛvfllj)).°dONLNdˆàäî (ëä"For video devices that support dir›¿°dONLNdà îE)ñ    ect colorR‡°dONLNd!àEîù)%, the Color Manager\†°dONLNd4àûî)Y’s selection algorithm isn’t ˇˇfl¢.°dONLNdQïä°/(ûä"needed. When an application specifi˛à°dONLNdtï/°q)•es a color in an ,
  1926. CourierˇˇûÊ\≤°dONLNdÖïr°¢)CRGBColorˇˇfl¢\≤°dONLNdçß)0 r¥°dONLNdèï®°∫)ecor·°dONLNdìïπ°)d, Color QuickDraw .°dONLNd¶¢äÆ„(´äuses the most signifil°dONLNdª¢‰ÆÉ)Z(cant 5 or 8 bits of each of the 16-bit ré °dONLNd„¢ÉÆú)üed, gr«†°dONLNdÈ¢úÆ)een, and blue components °dONLNdØ䪬(∏äof the specifidONLNdجªÂ)8ed colors °dONLNdتÁ)#.°dONLNd¡äÕ¢( äFigurR¿°dONLNd¡¢Õª)e 1-19@°dONLNd%¡ªÕΩ) p@°dONLNd&¡æÕÎ) illustrates kÄ°dONLNd2¡ÏÕ    ).a user k‡°dONLNd9¡    Õ0)choosing`°dONLNdA¡1Õ©)( a color for some object (1). ÿ†°dONLNd_¡©ÕË)xUsing a 48-bit ˇˇjx.°dONLNdnŒä⁄∫(◊äRGBColorˇˇŒ(°dONLNdvŒ∫⁄ø)0 r à°dONLNdxŒ¿⁄“)ecorÚË°dONLNd|Œ—⁄.)d to specify the colorn(°dONLNdíŒ.⁄Ì)]*, the application uses a Color QuickDraw r„†°dONLNdºŒÌ⁄)ø
  1927. outine to °dONLNdΔ€äÁ (‰ädraw the object in that color °dONLNd‰€ Á)Å(°dONLNd€Á)2°dONLNdÊ€Áï)). Color QuickDraw knows frR`°dONLNd€ïÁ∂)Åom the R`°dONLNd€∂Á‡)!GDeviceR`°dONLNd€‡ÁÊ)* r$¿°dONLNd€ÊÁ¯)ecor˜ °dONLNd€˜Á)d (˜ °dONLNd€Á) 3˜ °dONLNd€Á)) .°dONLNdËäÙ∫(Òä that the scr%¿°dONLNd'˪Ù÷)1een is Ø¿°dONLNd.Ë÷ÙÏ)contrn@°dONLNd3ËÌÙ)    olled by ∞†°dONLNd<ËÙ')&a dir˘¿°dONLNdAË'Ù£)ect device in which pixels arw °dONLNd^˧Ù)}e 32 bits deep, which °dONLNdtıäfl(˛ämeans that 8 bits ar6Ä°dONLNdàı‡D)Ve used for each of the r\†°dONLNd†ıD])ded, grñ °dONLNd¶ı]–)een, and blue componentsE¿°dONLNdæı—Ô)t of the °dONLNdΔäç( ärE°dONLNd«éŒ)equested color÷ °dONLNd’Õä)?+. Color QuickDraw passes the high 8 bits frá`°dONLNdã)æom each 16-bit component of .°dONLNdäö(äthe°dONLNdöπ) 48-bit °dONLNd'πÈ)RGBColor°dONLNd/ÈÎ)0 °dONLNd0ÎÔ)rR`°dONLNd1Ô)ecor$¿°dONLNd5    )d $¿°dONLNd7    &)to the $¿°dONLNd>&f)video device ($¿°dONLNdLfk)@4$¿°dONLNdMk•)), which stor˜ °dONLNdZ§≈)9es the r…Ä°dONLNdb≈)!esulting 24-bit .°dONLNdrä(7(%ä'value in video RAM for the object. The `°dONLNdô8( )Æ-video device continuously displays video RAM °dONLNdΔ)ä5⁄(2äby sending the thr    Ä°dONLNdÿ)€5)Q
  1928. ee 8-bit rh°dONLNd‚)5)&ed, gr°Ä°dONLNdË)5v)een, and blue values P`°dONLNd˝)w5Ø)]for the color †°dONLNd )Ø5)8to digital-to-analog °dONLNd 6äBæ(?ä converters (© °dONLNd,6æB√)45© °dONLNd-6√BÊ)    ) that pr@°dONLNd66ÁBT)$oduce a signal for the scrÊ`°dONLNdP6TBi)meen (‡°dONLNdU6jBo)6‡°dONLNdV6oBt)).
  1929. dHu4eHu"eH]
  1930. ˇ·ˇ‚7^    °dONLNdYZäe∫(bä Figure 1-19°dONLNdeZÃeÒ)B    The direc¿°dONLNdnZÚe¸)&t-pÄ`°dONLNdqZ¸e)
  1931.     ixel path
  1932. uFx4tCuDò@@¯@¯uDµ<¡¡Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘ò@@į@įµDı<Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘ò@Äú¯Äú¯ıD<Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘òů@¯HHê, $IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1933. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯uDµ<'ÅÅÅâÅÅÅâæ˛˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î«˛ÏÅÅŻϫ˛ÎÅÅŻΫ˛ÎÅÅŻΫ˛ÏÅÅŻϫ˛ÎÅÅŻΫ˛ÎÅÅŻΫ˛ÏÅÅŻϫ˛ÎÅÅŻΫ˛ÎÅÅŻΫ˛ÏÅ◊ˇ˛ˇˇ˝ˇÁˇÅòÏ«˛ÎÅ◊ˇ˛ˇ¸ˇÁˇÅòΫ3˛ÎÅ÷ˇˇˇ˛ˇˇˇˇˇ¸ˇˇ˛ˇˇˇ˛ˇÅòΫ4˛ÏÅ÷
  1934. ˇˇˇˇˇ¸ˇˇ˛ˇˇ˛ˇˇˇÅòÏ«6˛ÎÅ÷ ˇˇˇˇˇˇ˛ˇˇ˛ˇ˛
  1935. ˇˇˇˇˇˇÅòΫ.˛ÎÅ’ˇˇ˛ˇ˛ˇˇˇ¸˛ˇ˝ˇ˛˛ˇÅòΫ˛ÏÅÅŻϫ˛ÎÅÅŻΫ˛ÎÅÿÅˇ≠ˇ≈Ϋ˛ÏÅÿˇÅ‹Ø‹˛ˇ«Ï«˛ÎÅÿˇÅ‹Ø‹˛ˇ«Î«˛ÎÅÿˇÅ‹Ø‹˛ˇ«Î«˛ÏÅÿˇÅ‹Ø‹˛ˇ«Ï«˛ÎÅÿˇÅ‹Ø‹˛ˇ«Î«˛ÎÅÿˇÅ‹Ø‹˛ˇ«Î«˛ÏÅÿˇÅ‹Ø‹˛ˇ«Ï«˛ÎÅÿˇÅ‹Ø‹˛ˇ«Î«˛ÎÅÿˇÅ‹Ø‹˛ˇ«Î«˛ÏÅÿˇÅ‹Ø‹˛ˇ«Ï«$˛ÎÅÿˇÛ‹ˇ˛‹ˇ‹ˇ˛‹ˇÅ‹»‹˛ˇ«Î«"˛ÎÅÿˇÛ‹ˇ˛‹ˇ¸‹ˇÅ‹»‹˛ˇ«Î«+˛ÏÅÿˇÚ‹ˇ‹ˇ‹‹ˇ‹˛ˇ‹‹ˇˇ‹‹ˇˇÅ‹–‹˛ˇ«Ï«*˛ÎÅÿˇÚ‹
  1936. ˇ‹ˇ‹‹ˇˇ‹‹ˇ‹¸ˇ‹‹ˇÅ‹—‹˛ˇ«Î«,˛ÎÅÿˇÚ‹ ˇ‹ˇ‹‹ˇˇ‹‹ˇ‹ˇ˛‹ˇ‹‹ˇÅ‹—‹˛ˇ«Î«*˛ÏÅÿˇÒ‹ˇ˛‹ˇ‹˛ˇ‹‹˛ˇ‹ˇˇÅ‹–‹˛ˇ«Ï«˛ÎÅÿˇÅ‹Ø‹˛ˇ«Î«˛ÎÅÿˇÅ‹Ø‹˛ˇ«Î«˛ÏÅÿˇÅ‹Ø‹˛ˇ«Ï«&˛ÎÅÿˇ‹˛ˇ˛‹ˇ˛‹ˇ˛‹ˇÅ‹œ‹˛ˇ«Î«(˛ÎÅÿˇ‹ˇ‹‹ˇ‹ˇ‹ˇ‹‹ˇˇ‹ˇˇÅ‹œ‹˛ˇ«Î«*˛ÏÅÿˇ‹ˇ‹‹ˇ‹ˇ‹ˇ‹‹ˇˇ‹ˇˇ≥‹˛ˇ†‹˛ˇ«Ï«)˛ÎÅÿˇ‹˛ˇ‹‹˛ˇ‹‹ˇˇ‹ˇˇ¥‹ˇù‹˛ˇ«Î«*˛ÎÅÿˇ‹ˇ‹‹ˇˇ˛‹ˇ‹ˇ‹ˇ‹ˇ¥‹˛ˇü‹˛ˇ«Î«*˛ÏÅÿˇ‹ˇ‹‹ˇˇ˛‹ˇ‹ˇ‹ˇ‹ˇ±‹ˇ†‹˛ˇ«Ï«˛ÎÅÿˇî‹ˇ‹‹ˇ†‹˛ˇ«Î«˛ÎÅÿˇì‹ˇˇü‹˛ˇ«Î«˛ÏÅÿˇÅ‹Ø‹˛ˇ«Ï«˛ÎÅÿˇ˜‹ÂˇÅ‹˚‹Âˇ˜‹˛ˇ«Î«(˛ÎÅÿˇ˜‹ˇÁ‹ˇÑ‹ˇˇ˙‹ˇÁˇ‹ıˇ«Î«,˛ÏÅÿˇ˜‹ˇ‹Èˇ‹ˇÑ‹˛ˇ˚‹ˇÁˇ‹ˇ˘‡˝ˇ»Ï«?˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹áˇ‡ˇˇ¸‹ˇˆ˛ˇıˇ‹ˇ‡fl˛‡fl˛‡fl‡˛ˇ Î«¿˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇ˝‹ˇˆˇˇˆˇ‹ˇ˛‡fl˛‡fl˛‡fl‡ˇ˘˛ˇ’Ϋ?˛ÏÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹ˇÖ‡ˇˇ˛‹ˇˆˇˇˆˇ‹ˇÙ‡ˇˇ˚ˇ“Ï«∑˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇ˝‹ˇˆ˛ˇıˇ‹˜ˇ‡‡fl‡‡ˇ˚˛ˇ‘Ϋº˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇˇ¸‹ˇˆˇˇˆˇ˜‹ˇˇ˛‡flˇ˚ˇˇ’Ϋ=˛ÏÅÿˇ˜‹ˇ‹Èˇ‹ˇ˝‹Öˇ˚‹ˇˆˇˇˆˇ˜‹˛ˇ˛‡ˇˇ¸ˇˇ’Ï«4˛ÎÅÿˇ˜‹ˇÁ‹ˇÑ‹ˇˇ˙‹ˇÁˇ˜‹˛ˇ‡‡fl‡ˇ˚ˇˇ‘Ϋ.˛ÎÅÿˇ˜‹ˇ‹Èˇ‹ˇÅ‹˚‹ˇÁˇ˜‹˛ˇfl˛‡ˇÃΫ0˛ÏÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇÅ‹˚‹Âˇ˜‹˝ˇ˛‡ˇˇ˙ˇˇ÷Ï«7˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇÑ‹ˇˇ˙‹ˇÁˇ˜‹˝ˇ˛‡fl˛ˇ¸˛ˇ◊Ϋ4˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇÑ‹˛ˇ˚‹ˇÁˇ˜‹¸ˇfl˛‡fl˜ˇÿΫ3˛ÏÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹áˇ‡ˇˇ¸‹ˇı˛ˇˆˇ‹„ˇŸÏ«òů@įHHê( %IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1937. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įµDı<'√˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇ˝‹ˇˆˇ˛ˇ˜ˇ‹ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡flˆˇŸÎ«Δ˛ÎÅÿˇ˜‹ˇ‹Èˇ‹ˇ˝‹ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇˇ˛‹ˇ˜ˇÚˇ‹ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛ˇfl˛‡fl˛‡˙ˇfiΫ@˛ÏÅÿˇ˜‹ˇÁ‹ˇ˝‹ˇÜ‡ˇˇ˝‹ˇ˜ˇ˛ˇ˜ˇ‹ˇÙ‡˝ˇˆ‡ˇˇ˛˛ˇ‡Ï«œ˛ÎÅÿˇ˜‹ˇ‹Èˇ‹ˇ˝‹ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇˇ¸‹ˇˆˇˇˇ˜ˇ‹ˇ˛‡fl˛‡fl˛‡fl‡ˇ‡fl˛‡fl˛‡fl˛‡fl‡˛ˇ˝˛ˇ„ΫK˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹Öˇ˚‹ˇıˇˇˇ˜ˇ‹Úˇ˛‡fl˛‡fl˛‡fl‡‡ˇˇ˛ˇ˝ˇˇÂΫA˛ÏÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇÑ‹ˇˇ˙‹ˇÁˇ˜‹˛ˇˇˇ˝‡˘ˇ‡ˇˇ˚˛ˇ˛ˇÊÏ«?˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇÅ‹˚‹ˇÁˇ˜‹˛ˇˇfl˛‡ˇˇ˚˛ˇ˜ˇˇˇˇÁΫ9˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇÅ‹˚‹Âˇ˜‹¸ˇ‡‡flˇˇ˙ˇˇıˇˇˇËΫ8˛ÏÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇÑ‹ˇˇ˙‹ˇÁˇ˜‹˝ˇ˝‡ˇÍˇˇËÏ«6˛ÎÅÿˇ˜‹ˇ‹Èˇ‹ˇÑ‹˛ˇ˚‹ˇÁˇ˜‹˝ˇ˛‡flˇÈˇˇÈΫ=˛ÎÅÿˇ˜‹ˇÁ‹ˇ˝‹áˇ‡ˇˇ¸‹ˇı˛ˇˆˇ˜‹˝ˇ‡fl‡ˇˇËˇˇÍΫA˛ÏÅÿˇ˜‹ˇ‹Èˇ‹ˇ˝‹ˇÜ‡ˇˇ˝‹ˇıˇˇ˜ˇ‹ıˇ˝‡ˇÁˇˇˇÎÏ«Δ˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇˇ˛‹ˇıˇˇ˜ˇ‹ˇ‡fl˛‡fl˛‡fl˛‡flˇˇÊˇˇˇÎΫ¿˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇ˝‹ˇı˛ˇˆˇ‹ˇ˛‡fl˛‡fl˛‡fl‡‡ˇ‰ˇˇÎΫA˛ÏÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹ˇá‡ˇˇ¸‹ˇıˇˇ˜ˇ‹ˇÙ‡ˇˇ‰ˇˇÎÏ«@˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇ˝‹Öˇ˚‹ˇı˛ˇˆˇ‹ˇ˛‡fl˛‡fl‡‡˝ˇ„ˇˇÎΫ3˛ÎÅÿˇ˜‹ˇ‹ˇÎˇ‹ˇÑ‹ˇˇ˙‹ˇÁˇ‹ıˇ‡ˇˇÏΫ0˛ÏÅÿˇ˜‹ˇ‹Èˇ‹ˇÅ‹˚‹ˇÁˇ˜‹˛ˇ·ˇˇˇÏÏ«*˛ÎÅÿˇ˜‹ˇÁ‹ˇÅ‹˚‹Âˇ˜‹˛ˇ‚ˇ˛ˇÎΫ#˛ÎÅÿˇ˜‹ÂˇÅ‹’‹˛ˇÂ˛ˇˇˇÍΫ˛ÏÅÿˇÅ‹Ø‹˛ˇË˛ˇ˝ˇˇÈÏ«˛ÎÅÿˇÅ‹Ø‹˛ˇÎ˛ˇ˝˛ˇÁΫ$˛ÎÅÿˇÍ‹ˇˇÅ‹»‹˛ˇÌˇˇ˝˛ˇ‰Î«#˛ÏÅÿˇÎ‹˝ˇÅ‹…‹˛ˇÔˇˇ˛˛ˇ·Ï«(˛ÎÅÿˇÏ‹ˇˇfl‡ˇˇÅ‹ ‹˛ˇˇ˛ˇˇfiΫ(˛ÎÅÿˇÌ‹ˇˇ˛‡flˇˇÅ‹À‹˛ˇˇˇˇ‹Î«'˛ÏÅÿˇÓ‹ˇˇ˚‡ˇˇÅ‹Ã‹˛ˇÒˇˇ€Ï«&˛ÎÅÿˇÓ‹˛ˇ˛‡fl˛ˇÅ‹Ã‹˛ˇÒˇˇ⁄Ϋ%˛ÎÅÿˇÏ‹ˇ‡fl‡‡ˇÅ‹ ‹˛ˇÒˇˇ⁄Ϋ$˛ÏÅÿˇÏ‹ˇ˝‡ˇÅ‹ ‹˛ˇÒˇˇ⁄Ï«&˛ÎÅÿˇÏ‹ˇ‡fl‡‡ˇÅ‹ ‹˛ˇÒˇˇ€Î«&˛ÎÅÿˇÏ‹ˇ˛‡flˇÅ‹ ‹˛ˇˇˇˇ‹Î«'˛ÏÅÿˇÏ‹ˇ˝‡ˇÅ‹ ‹˛ˇˇ˛ˇˇfiÏ«(˛ÎÅÿˇÏ‹ˇ˛‡flˇÅ‹ ‹˛ˇÔˇˇ˛˛ˇ·Î«'˛ÎÅÿˇÏ‹ˇ‡fl‡‡ˇÅ‹ ‹˛ˇÓ˛ˇ˝˛ˇ‰Î«&˛ÏÅÿˇÏ‹ˇ˝‡ˇÅ‹ ‹˛ˇÏ˝ˇ˝¸ˇÈÏ«'˛ÎÅÿˇÏ‹ˇ‡fl‡‡ˇÅ‹ ‹˛ˇË˛ˇ¸˝ˇÏΫ(˛ÎÅÿˇÏ‹ˇ˛‡flˇÅ‹ ‹˛ˇÂ˝ˇ˝ˇˇÌΫ&˛ÏÅÿˇÏ‹ˇ˝‡ˇÅ‹ ‹˛ˇ·˛ˇ˛ˇÓÏ«(˛ÎÅÿˇÏ‹ˇ˛‡flˇÅ‹ ‹˛ˇfiˇˇˇˇΫ(˛ÎÅÿˇÏ‹ˇ‡fl‡‡ˇÅ‹ ‹˛ˇ›ˇˇˇˇÒΫ&˛ÏÅÿˇÏ‹ˇ˝‡ˇÅ‹ ‹˛ˇ€ˇ˛ˇÚÏ«&˛ÎÅÿˇÏ‹ˇ‡fl‡‡ˇÅ‹ ‹˛ˇ⁄ˇˇˇÚΫ&˛ÎÅÿˇÏ‹ˇ˛‡flˇÅ‹ ‹˛ˇŸˇˇÛΫ$˛ÏÅÿˇÏ‹ˇ˝‡ˇÅ‹ ‹˛ˇÿˇˇÛÏ«&˛ÎÅÿˇÏ‹ˇ˛‡flˇÅ‹ ‹˛ˇÿˇˇÙΫ&˛ÎÅÿˇÏ‹ˇ‡fl‡‡ˇÅ‹ ‹˛ˇ◊ˇˇˇıΫ%˛ÏÅÿˇÏ‹ˇ˝‡ˇÅ‹ ‹˛ˇ◊ˇˇıÏ«˛ÎÅÿ͡‡fl‡‡ÅˇΔˇ÷ˇˇıΫ˛ÎÅ◊Ρ˛‡flÅˇΔˇ÷ˇˇÙΫ˛ÏÅÕˇ˜ˇ˝‡ˇÅ˜ˇòÏ«˛ÎÅÕˇ˜ˇ˛‡flˇÅ˜ˇòΫ˛ÎÅÕˇ˜ˇ‡fl‡‡ˇÅ˜ˇòΫ˛ÏÅÕˇ˜ˇ˝‡ˇÅ˜ˇòÏ«˛ÎÅÕˇ˜ˇ‡fl‡‡ˇÅ˜ˇòΫ˛ÎÅÕˇ˜ˇ˛‡flˇÅ˜ˇòΫ˛ÏÅÕıˇ˝‡ÅˇıˇòÏ«˛ÎŬˇ˛‡flˇÅçΫ˛ÎŬˇ‡fl‡‡ˇÅçΫ˛ÏŬˇ˝‡ˇÅçÏ«˛ÎŬˇ‡fl‡‡ˇÅçΫ˛ÎŬˇ˛‡flˇÅçΫ˛ÏŬˇ˝‡ˇÅçÏ«˛ÎŬˇ˛‡flˇÅçΫòůÄú¯HHê, &IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1938. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯ıD<'˛ÎŬˇ‡fl‡‡ˇÅçΫ˛ÏÅΔˇ˛ˇ˝‡ˇÅçÏ«˛ÎÅ«ˇˇ˛ˇ‡fl‡‡ˇÅçΫ1˛Îflˇˇ≈ˇˆˇˇ˜ˇˇ≈ˇˇ˛ˇ˛‡flˇÅçΫ-˛ÏflˇˇΔˇˇ˜ˇıˇƒ˝ˇˇ˝‡ˇÅçÏ«R˛Îflˇˇˇˇˇˇˇˇ—ˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇÃˇ˛ˇ˛‡flˇÅçΫK˛Îflˇˇ¯ˇ–˛ˇ"ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÕˇ˛ˇ‡fl‡‡ˇÅçΫO˛Ïfl    ˇˇˇˇˇˇ˛ˇ—ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ…ˇ˝‡ˇÅçÏ«K˛Îfiˇˇ˛ˇˇ˝ˇ—ˇ˛˝ˇ˛ˇˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇ…ˇ‡fl‡‡ˇÅçΫ˛Îúˇ˝ˇ≠ˇ˛‡flˇÅçΫ˛Ïúˇ˝ˇ≠ˇ˝‡ˇÅçÏ«!˛Îúˇ˝ˇ˚ˇ¥ˇ˛‡flˇÅçΫ˛Î벡µˇ‡fl‡‡ˇÅçΫ˛Ïíˇˇˇˇ∂ˇ˝‡ˇÅçÏ«˛Îìˇˇ˛ˇˇ∑ˇ‡fl‡‡ˇÅçΫ˛Î¸ˇˇ∏˚ˇÅçΫ˛Ïïˇˇ˙ˇˇÅÅøÏ«˛Îñˇˇ¯ˇˇÅſΫ˛ÎóˇˇˆˇˇÅšΫ˛ÏòˇˇÙˇˇŒΔˇÿ ˇêÏ«*˛Î‡Òˇ ˇˇÚˇˇœˇ»ˇˇŸˇÃˇˇëΫ3˛Î·ˇˇ˜ˇ˛˛ˇÕˇˇˇˇ–ˇ»ˇˇŸˇÃˇˇëΫ/˛Ï˜ˇıˇˇœˇˇÓˇˇ—ˇ»ˇˇŸˇÃˇˇëÏ«=˛ÎÎ˙ˇÎˇˇÈ◊͡ˇÏˇˇË◊◊Ìˇ»ˇˇ◊◊ÏˇÃˇˇëΫB˛ÎÏ˚ˇËˇˇÎ◊◊ΡˇÍˇˇÍ◊◊Óˇ»ˇˇÒ◊◊ÌˇÃˇˇëΫD˛ÏÚˇˇ˝˝ˇÂˇˇÎ◊ÏˇˇËˇˇË◊Óˇ»ˇˇÓ◊Ìˇ‚◊ÏˇˇëÏ«R˛ÎÚ¯ˇ˝˛ˇÍˇˇÏ◊ÌˇˇÊˇˇÎ◊◊ÌˇÍ◊◊˚◊ˡˇÔ◊◊Ìˇ˘˝◊˝◊›ˇˇëΫs˛ÎÚ¯ˇ˝ˇ˚ˇÓˇˇÌ◊Óˇˇ‰ˇˇÌ◊ΡÎ◊◊¸◊ˡˇÒ◊◊Ìˇ˙◊˚◊◊˛◊    ◊◊◊◊◊◊˛˝◊˛◊¯ˇˇëΫò@@¯@¯DQ<Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘ò@@į@įQDë<Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘Àˇ¸˘¡¡¡¡¡¡¡¡¡¡¡¡    Òø<Ä¿ÄÀ ê©""!  )&B"  )8Ç'     %PÇHÄÀ    &HÑdàÄÀ BLà!)  b8Δp√Δ ¡¡¡¡Û˛ ‡x`˛¿◊˛ †$¸◊˝"@Bê◊ò@Äú¯Äú¯ëD≠<√≠"X@Bz!∏x€$÷◊Fh¶hi†BÓP%Ñ‘§ö◊IDp¬I¿Ñà‰E˃í◊    2XÄíâ1‡JM     O$◊sËp8`ë¡Ò–„ ≥≤Ë5$◊˛àıÄ’˛àıÄ’˛pˆ¿8’¡*¿ ˛ √‡ÿ0N˝0` È$Äå˝˛B @D¸˝¿Ê&î˛ÇÑà¸@Ê-)<s(ÇîiáÓq÷Ås¬ÉÇû7<ãLhÁ·Ã‹vé8)Fòò—œ√ÄÎ,(ñ”B§íL§äZF§âMç4hîâ¥ìL¶ÄHãD*I$i&ôMÍ,((EÇ…    E    'A
  1939. ë$P®ë%IDÄ"â
  1940. Ñ,ë@"J$íâÍ,(-)|â<”i§(M◊Ñ7»ë-M9ìc"—àHìÃ$ös&ΔÍ,(IŒ≥Ü∏”HÁ$E«0‰ãÀxÓI:H”ûGtê‰pkç0tëß<éÍı@ˆ@ê˜ÄÍÈ@†˜ÄÍÈĈ͡!˝√0˝0‘B˝    H˝‘ƒ @8àÄ ‘NÁ$  léò=Œ¢¿÷Q$    I%¥–shíMi ÷Ò~DiD‡"H"àNr ÷íí≤_0    Dò%$Ç@÷òů@¯HHê( 'IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1941. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯DQ<'Ö˛Ï˝ˇ¸ˇ˚ˇˇÌˇˇÓ◊Ôˇˇˆˇ˛ˇˇÓ˝◊ÓˇÏ◊˚
  1942. ◊◊◊◊◊◊◊Ôˇˇ◊◊Ïˇ˙ ◊◊◊◊◊◊˛◊◊◊˛◊◊˛◊◊˛◊˘ˇˇëÏ«Ç˛ÎÔ˛ˇ¸ˇ˘ˇˇÌˇˇËˇˇ¯ˇˇÔˇ¯ˇˇ˛ˇˇ·ˇˇ˙ˇÏ◊¸
  1943. ◊◊◊◊◊◊Óˇˇ‰ˇˇ¯ˇ˙◊˛◊◊˚◊◊◊˛◊◊¸¸◊˘ˇˇëΫx˛ÎÔ¯ˇ˙˛ˇÏ˝ˇ˙Ôˇ˙ˇˇÔˇˇ˜ˇˇ˛ˇˇ˙Êˇ˚ˇÎ◊◊◊◊◊◊◊◊Óˇˇ¸Êˇ˘ˇ˘˛◊˝◊˛◊¸◊¸◊˝◊˛◊˜ˇˇëΫv˛Ïˇˇ˛ˇˇˇ˘ˇˇˇ‚ˇÛ‡ˇ‡ˇˇ¸ˇˇÔˇˇıˇˇ˛ˇˇ˚ˇÍ‡ˇ‡ˇˇ¸ˇÍ◊◊˛    ◊◊◊◊◊◊Óˇˇ¸ˇÍ‡ˇ‡ˇˇ˙ˇÃˇˇëÏ«ñ˛Îˇ˝˚ˇ¸ˇˇˇ‚ˇ˛‡fl˛‡fl˛‡fl˛‡fl‡ˇˇ˛ˇˇÓˇÛˇˇ˛ˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇˇ˝ˇ»ˇˇ¸ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇˇ˚ˇÃˇˇëΫñ˛Î˙ˇ˛˙ˇ˛ˇˇ„ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇˇÓˇˇ˝ˇ¯ˇ˝ˇˇ˝ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ˝ˇ»ˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ˚ˇÃˇˇëΫc˛ÏÔˇ˝¯ˇ˝˛ˇ„ˇ‡ˇˇ˛ˇˇˇˇˇˇ˘ˇˇˇ˛ˇˇ˝ˇÁ‡ˇˇ˝ˇ»ˇˇ¸ˇÁ‡ˇˇ˚ˇ›ˇÒˇˇëÏ«®˛ÎÔˇˇ˘ˇˇ˛ˇˇˇ‚ˇ‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇ¸ˇˇˆÏˇ˛ˇˇˇˇ¸ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇ¸ˇÙˇˇ˙ˇ˝ˇ˝˛ˇÎˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇ˙ˇ›ˇÒˇˇëΫp˛ÎÓ˛ˇ˚˛ˇ˝ˇ·Ôˇ˙ˇˇÙ˛ˇ˙ˇˆ¸ˇ˝Êˇ˚ˇıˇˇˆˇ˝ˇˇÏˇˇ¸Êˇ˘ˇÚˇˇˇˇˇˇˇˇˇˇ˛ˇÒˇˇëΫDzÏ̈ˇÃˇˇ¯ˇˇÙˇˇ¸ˇˇÙ¸ˇÊˇˇ˙ˇˆˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˙ˇˇ‰ˇˇ¯ˇÚˇ¸ˇˇˇˇˇˇˇÒˇˇëÏ«l˛Î͢ˇ¿ˇˇÙ˛ˇÔ¸ˇ›ˇˆˇ˝    ˇˇˇˇˇ˛ˇ˛ˇˇˇ˝˛ˇˇˇˇ˙ˇˇŸˇÚˇˇ˛ˇ˛
  1944. ˇˇˇˇˇÒˇˇëΫm˛Î„ˇøˇˇÛ˛ˇÒ¸ˇ›ˇı ˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˙ˇˇŸˇÚˇ˛˛ˇ˛ˇˇˇˇ˛ˇÒˇˇëΫS˛Ï„˝ˇ¡ˇˇÚˇˇÚ˝ˇ‹ˇÙˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇ˛˛ˇˇˇ˘ˇˇŸˇÃˇˇëÏ«1˛Î‡¸ˇ˘Òˇ‹ˇˇÚ˛ˇı¸ˇ‹ˇ»ˇˇŸˇÃˇˇëΫ2˛Î‹˜ˇÛˇˇ‹ˇˇÒ¸ˇ˘¸ˇ‹ˇ»ˇˇŸˇÃˇˇëΫ)˛ÏúˇˇÓ˝ˇ¸¸ˇ‹ˇ»ˇˇŸˇÃˇˇëÏ«)˛ÎõˇˇÌ¸ˇ˚ˇ‹ˇ»ˇˇŸˇÃˇˇëΫ*˛ÎöˇˇÔˇˇ˛˙ˇ€ˇ»ˇˇŸˇÃˇˇëΫ*˛ÏôˇˇÒˇˇ¸˚ˇ€ˇ»ˇˇŸˇÃˇˇëÏ«*˛ÎòˇˇÛˇˇ˙¸ˇ€ˇ»ˇˇŸˇÃˇˇëΫ*˛Îóˇˇıˇˇ¯˝ˇ€ˇ»ˇˇŸˇÃˇˇëΫ%˛Ïñˇˇ˜ˇˇıˇ⁄≈ˇŸˇÃˇˇëÏ«!˛Îïˇˇ˘ˇˇÀΔˇŸˇÃˇˇëΫ˛Î˚ˇˇÅÁˇÃˇˇëΫ#˛Ïìˇˇ˝ˇˇÅÊˇ˙ÿˇ¸ˇˇëÏ«'˛ÎíˇˇˇˇÅ¡˙ˇ⁄ˇˇ˝ˇˇëΫ"˛Îë˝ˇÅ‰ˇ˙ˇ⁄ˇˇ˝ˇˇëΫ#˛ÏêˇˇÅ„ˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ«4˛ÎÅÅˇ˙ˇ˜ˇˇ˛ˇˇ˝ˇ˝ˇˇ˜ˇˇ˝ˇˇëΫ4˛ÎÅÅˇ˙ˇ¯ˇˇˇˇ˛ˇ˚ˇ˜ˇˇ˝ˇˇëΫ1˛ÏÅÅˇ˙ˇıˇ˝ˇ˛˛ˇ˝ˇ¯ˇˇ˝ˇˇëÏ«5˛ÎÅÅˇ˙ˇˆˇˇˇˇˇˇˇˇˇˇ˜ˇˇ˝ˇˇëΫ4˛ÎÅÅˇ˙ˇ¯ˇˇˇ˚ˇˇˇˇ˜ˇˇ˝ˇˇëΫ4˛ÏÅÅˇ˙ˇ˜ˇˇ˝ˇ˛˛ˇˇˇˇ¯ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ$˛ÎÅÅˇ˙ˇˆˇÊˇˇ˝ˇˇëΫ.˛ÏÅÅˇ˙ˇ˛˝ˇıˇˇ˛ˇˇÙˇˇ˝ˇˇëÏ«?˛ÎÅÅˇ˙ˇ˝ˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇ¸ˇˇ˝ˇˇëΫ?˛ÎÅÅˇ˙ˇ˝˛ˇ˝ˇ˛
  1945. ˇˇˇˇˇ˛ˇˇˇˇ˝ˇˇ˝ˇˇëΫ>˛ÏÅÅˇ˙ˇ˝ˇ˚ˇ˛˛ˇˇ˛
  1946. ˇˇˇˇˇ˝ˇˇ˝ˇˇëÏ«4˛ÎÅÅˇ˙ˇ˛˛ˇ˛˙ˇ¸ˇ˙ˇ˛ˇ¸ˇˇ˝ˇˇëΫ$˛ÎÅÅˇ˙ˇ‚ˇ˙ˇˇ˝ˇˇëΫ$˛ÏÅÅˇ˙ˇ„˛ˇ˚ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ$˛ÎÅÅˇ˙ˇ‰ˇ¯ˇˇ˝ˇˇëΫ$˛ÏÅÅˇ˙ˇ‰ˇ¯ˇˇ˝ˇˇëÏ«8˛ÎÅÅˇ˙ˇ˘ˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇˇ˝ˇˇëΫ7˛ÎÅÅˇ˙ˇ˘ˇ¸ˇˇˇˇˇˇˇ¯ˇˇ˝ˇˇëΫ9˛ÏÅÅˇ˙ˇ˘ˇˇ˛ˇ˛
  1947. ˇˇˇˇˇ¯ˇˇ˝ˇˇëÏ«7˛ÎÅÅˇ˙ˇ˘ˇ˛˛ˇ˛ˇˇˇˇ˛ˇ¯ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ«òů@įHHê, (IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1948. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įQDë<' ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ ˛ÏÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëÏ« ˛ÎÅÅˇ˙ˇ⁄ˇˇ˝ˇˇëΫ˛ÎÅÅˇ˙◊ˇ˝ˇˇëΫ˛ÏÅÅˇ˘ÿˇ˝ˇˇëÏ«˛ÎÅÅˇÃˇˇëΫ˛ÎÅÅˇÃˇˇëΫ˛ÏÅÅˇÃˇˇëÏ«˛ÎÅÅˇÃˇˇëΫ˛ÎÅÅ…ˇëΫ˛ÏÅÅÔ ˇëÏ«˛ÎÅÅŻΫ˛ÎÅÅŻΫ˛ÏÅÅŻϫ˛ÎÅÅŻΫ˛ÎÅÅŻΫ˛ÏÅÅŻϫ˛ÎÅÅŻΫ˛ÎÅÅŻΫ˛ÏÅÅŻϫ˛ÎÅÅŻΫ˛ÎÅÅŻΫ√˛ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎ:ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ«æ˛˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î«ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ*Ú¸ˇ˛ˇˇ˚ˇ˝ˇ¸˛ˇ˘˛ˇ˙ˇˇ˚ˇÅÅÅ“8Òˇˇ˝
  1949. ˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˘ˇ˙ˇˇ˝ˇÅÅÅ—3Úˇˇˇˇ˝ˇ¸ˇˇˇˇ˝ˇ˙ˇˆˇ˛ˇÅÅÅ–0Úˇˇˇˇ˝ˇ¸˛ˇ˛ˇ¸ˇ˙ˇˆˇ˛ˇÅÅÅ—5Úˇˇˇˇ˝ˇ˝ˇˇ˝ˇ¸ˇ˙ˇ˜ˇˇ˛ˇÅÅÅ“@Ûˇ˛ˇˇˇ˝ˇ¸ˇˇ˛ˇ˝ˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇÅÅÅ“:Ûˇˇ˝ˇ˝ˇ¸ˇˇˇˇ˛ˇ˘ˇ˝ˇ˝ˇˇˇˇÅÅÅ—3Ù˛ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛ˇ˘˚ˇ˝˝ˇ˛ˇˇÅÅÅ–ÅÅÅâÅÅÅâÅÅÅâÅÅÅâ7Ú¸ˇˇˇ‰ˇ¯ˇ˝ˇˇ¸˘ˇÛ˝ˇ˝ˇˇ‰ˇˇıˇÌˇˇÅÅ∂:Úˇ˛ˇ·ˇˇ˘ˇˇ˛ˇˇ˝ˇˇˇˇÚˇˇ“ˇˇÏˇÅÅ∂9Úˇ›ˇ¯ˇ˛ˇ˛ˇ˚ˇ˛ˇÚˇ˝ˇÌˇËˇÔˇˇÅŵòůÄú¯HHê( )IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1950. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯ëD≠<'ÉÚ˛ˇ˝ˇˇ˛˛ˇ    ˇˇˇˇˇˇ˛ˇ˘ˇ¯ˇ˛ˇ˛ˇ˚ˇ˛ˇˇˇ˝ˇ˙ˇ˝ˇ˝ˇˇ˛ˇ˝ˇˇ˛ˇ˝˝ˇ˛ˇˇˇˇˇˇˇˇ˚˝ˇ˛ˇˇ˝ˇˇˇˇÅÅ∏çÛˇˇ˛ˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ˙ˇ¯ˇ˝˛ˇ˙ˇ˛    ˇˇˇˇˇˇ˚ˇ˝ˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇ˝ˇˇˇˇˇ˙ˇˇˇˇˇˇˇˇÅÅ∏àÛˇ˚ˇ˛ˇˇˇˇ˛ˇ˛˛ˇ˘ˇ˛ˇˇ˝ˇ¸ˇ˙ˇ˝ˇˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˛˛ˇˇ¸ˇ¸ˇ˛ˇˇ¸ˇ˛ˇˇ˙ˇ˛ˇˇ˛    ˇˇˇˇÅÅ∏ÇÛˇ¸ˇˇˇˇˇˇˇˇ˛ˇ˜ˇ¯ˇ¸ˇ˘ˇ˛ˇˇˇ¯ˇ˛ˇˇˇˇ˛ˇ¸ˇ˛ˇ˚ˇˇˇˇˇˇˇ˝ˇˇ˚ˇˇˇ˝ˇˇˇÅÅ∑ÄÙ˛ˇ˝˛ˇ˛ˇ¸ˇˇ˝˛ˇ˚˛ˇ˙˛ˇˇˇ˘˛ˇˇˇ˛˛ˇ¸¸ˇ˛˛ˇˇ˝˛ˇ˛ˇˇˇ¸ˇˇˇ˛ˇˇˇˇ˛ˇˇ˚ˇˇˇ˛ ˇˇˇˇˇˇÅÅ∑Èˇ˛ˇûˇÁˇÅÅ•Èˇ˛ˇûˇÁˇÅÅ•˲ˇû˛ˇÈ˛ˇÅŶÅÅÅâdÚ˛ˇıˇˇ˝ˇˇ˘ˇˇ¸ˇˇÛˇˇÌˇˇˆ˝ˇÂˇˇ˝¸ˇ¸ˇˇˇˇ¸ˇˇÙˇ˛ˇÎˇˇÌ˛ˇ›ˇˇ¸ˇˇÒ˛ˇÎˇˇÅ«LÒˇÌˇ¯ˇˇ˛ˇˇ€ˇ˜ˇ˛ˇ‰ˇ˝ˇ˛ˇ˚ˇÍˇ˛ˇ”ˇ€ˇˇ˛ˇˇÔˇÅÆXÚˇÌˇ˜ˇˇˇˇÍˇÙˇˆˇ˛ˇÂˇ¸ˇ¯ˇ˝ˇÔˇ˛ˇ”ˇ˘ˇÒˇÙˇˇˇˇˇÅ≠Úˇ˝ˇ˛˛ˇˇˇˇˇ˛ˇ¸ˇˇˇˇ˛ˇˇˇˇˇ˝˚ˇ˛ˇ˛ˇ˛˛ˇˇˇˇ¯ˇ˚ˇ˛ˇˇ˝˛ˇ˝ˇ˝ˇˇ¸˛ˇ¸ˇˇ˝ˇ˛ˇˇ˛ˇ˝ˇˇ˛    ˇˇˇˇˇˇ˛ˇˇˇ˛˛ˇ˚ˇ˝˛ˇˇˇ¸ˇ˝ˇ˛ˇ˛˛ˇˇˇˇ˛˛ˇ˛˛ˇ¸ˇˇˇˇ˛ˇˇˇˇˇ˚    ˇˇˇˇˇˇ˛ˇˇˇ˛˛ˇ˚ˇ˝˛ˇÅ“*Úˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝"ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  1951. ˇˇˇˇˇˇ˜ˇ˛ ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ¸ˇˇ˛    ˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛$ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ¸ˇ˛ˇ˛ˇ˝ˇˇˇˇˇˇˇˇ¸$ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅ—Ûˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇ¸    ˇˇˇˇˇ˛ˇˇ˚ˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇ˙ˇ˛ˇ˛ˇˇ¸ˇ˝ˇˇˇˇ˛ˇ¸ˇ¸ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇ¯ˇ˛ˇˇ˛ˇˇ˝ˇˇ˚ˇˇ˝ˇ˝    ˇˇˇˇˇ˛ˇˇ˘ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇÅ—Ûˇ˛ˇˇˇˇˇˇˇ¸ˇ˙ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˛
  1952. ˇˇˇˇˇ˘ˇ˛ˇˇ˝ˇˇˇˇ˛    ˇˇˇˇˇ˝ˇ˝ˇ˝ˇˇ¸ˇˇ˛ˇˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ˜ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚ˇ˛ˇ˛ˇ˝ˇˇ˛ˇˇ˝ˇˇˇ˝ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇÅ–Ù˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛˝ˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˛˛ˇˇˇ˝˛ˇˇˇ˛ˇˇˇ˝˚ˇˇˇˇ˝ˇ˛˛ˇ˛ˇ
  1953. ˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇ˛˛ˇ˛ˇˇ˝˛ˇˇˇˇ˝˛ˇˇ˚ˇ˝˛ˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇˇ¸˛ˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇ˛˛ˇÅ–+†ˇûˇ˛ˇ˜ˇ˛ˇˇ©ˇ˛ˇ˜ˇ˛ˇÅ—(źˇ˛ˇ˜ˇ˛ˇˇ®ˇ˛ˇ˜ˇ˛ˇÅ—Ū˛ˇı˛ˇ§˛ˇı˛ˇÅ–ÅÅÅâ/Ô◊˝◊˚◊‡◊◊˝◊◊Ï◊◊¸˛◊˛◊◊€◊◊ÅÅù,◊˝◊˚◊ÿ◊Ì◊◊˛◊¸◊◊€◊ÅÅù4Ò◊◊˛◊˚◊◊ˆ◊Â◊È◊˛◊˛◊˛◊Ó◊◊ÅÅúyÚ◊◊˛◊˝◊◊¸˝◊˛◊˛◊˚◊◊◊◊◊◊◊◊˛◊˚◊◊◊◊¯◊˝◊˛◊˛˛◊◊◊◊¸˝◊˛◊˛◊¯◊◊˛◊˝◊˝◊ÅÅ´ÅÛ◊◊◊˛◊◊◊˚ ◊◊◊◊◊˙◊◊◊◊◊◊◊◊◊◊◊˙◊˜◊˚◊˛˛◊◊◊◊◊◊˚ ◊◊◊◊◊˙◊◊◊◊◊◊◊◊◊◊◊ÅŨvÙ˙◊˛◊˚◊˝◊˛◊◊˛◊¯
  1954. ◊◊◊◊◊◊˛◊˛◊˘◊¯◊˙◊˝◊˛◊◊◊¸◊˛◊◊˛◊˘◊˛◊˛◊˛◊◊˛◊ÅŨtÒ◊◊◊¸◊˚ ◊◊◊◊◊˘ ◊◊◊◊◊◊¸◊˜◊◊˘◊◊˝◊˝◊˛◊◊◊◊¸ ◊◊◊◊◊˙◊¸◊˝◊¸◊◊ÅÅ´ò@@¯@¯≠DÌ<å,úA#¨‡»qÑêY8ÇŒuÄ÷˝ ˜@˛’˝ ˜@˛’˝p˜‡˛’¡¡¡¡¡¡¡¡¡¡¡¡¡@ Ë¸Œ¿`¸Œ@@˛ÄŒGûA¥œ5≈†    „œBIFÑ[Dîö¿§Ä–‰QáRH®úÄHœ$í»h§…K!iÄ– ˚,áá$ñ}:F – ˝Õ  ˝  p˝8 ¡    ‡¿§Àê˛ÄlÀ0H ÄœÕ4aH—ˆõ«h–&ñÅ4HRc$à∞–4)8ê°"Dꆖ(K8@Ÿ,ƒO@–»|«Ó9ë˜D5@–˙…¡¡¡
  1955. “¸  
  1956. ∂¸  $@  $h˚M„¥  $)1íDX  HPë"HP  lñb'à†  H˚¢á x ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įÌD-<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯-DI<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê, *IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1957. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯≠DÌ<'ÇÒ◊˛◊◊˚◊¸◊◊◊◊˛◊˛◊¸◊◊˛˛◊◊◊◊˛◊¸◊◊◊˚˝◊˛◊˛◊◊˝◊◊◊¸◊◊◊◊˛◊˛◊¸◊◊◊˛◊˛◊◊◊◊ÅÅ™fl◊´◊fi◊ÅÅßfl◊´◊fi◊ÅÅ߇˛◊≠˛◊‡˛◊ÅÅ®ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇÒˇÙ˛ˇˇ“˛ˇÅÅÅÒˇˇÚˇˇıˇ˛ˇ–ˇÅÅÅÔ"ÚˇˇÚˇıˇ˝ˇÂˇÓˇÅÅÅÓUÚˇˇ˛˝ˇ˝ˇˇ¸ˇ¸ˇ˘˛ˇ
  1958. ˇˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇˇˇˇ¯ˇ˝ˇ˛ˇˇÅÅÅ˘aÛˇˇ˝ ˇˇˇˇˇ˛ˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅÅ˙WÛ¸ˇˇ˛ˇˇ˛ˇˇ˝˛ˇ¸ˇ˚ˇ˝ ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˜ˇ˛ˇˇˇÅÅň`Ùˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˆˇ˛    ˇˇˇˇˇˇÅÅÅ˙_ıˇˇ¸ˇ ˇˇˇˇˇˇ˝˛ˇ˚˛ˇ˝˛ˇˇˇˇˇˇˇ¸ˇˇ˛˛ˇˇ¸ˇ˝˛ˇˇˇ˛ˇˇ˛ˇÅÅŸÌˇ¸ˇŸˇËˇÅÅÅÁÌˇ¸ˇŸˇÅÅÅÕÓ˛ˇ˛˛ˇ€˛ˇÅÅÅŒÅÅÅâÚ˝ˇÂ˛ˇÌ˛ˇˇˇÅÅÅ◊ÒˇˇÂˇÎˇˇˇˇˇÅÅÅ◊&ÚˇˇˇÊˇÎˇˇˇÙˇÙˇÅÅÅÚZÚ˛ˇ ˇˇˇˇˇˇ˛ˇˇ˝ˇ˙ˇ˚ˇ¸ˇ¯ˇˇˇ˛ˇˇˇ˛¸ˇ    ˇˇˇˇˇ˝ˇ˛˛ˇˇˇˇÅÅÅ˛eÚˇˇˇˇ˝ˇˇˇˇˇˇˇ˚ˇ˝    ˇˇˇˇˇˇ˘ˇˇˇ˝    ˇˇˇˇˇ˛
  1959. ˇˇˇˇˇ˛ˇ˛ˇˇˇÅÅÅ˝ZÛˇ˛ˇˇˇ˝ˇˇˇ¸˛ˇ˚ˇ¸˛ˇ˛˛ˇ˘ˇˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˛ˇˇˇ˝ˇˇÅÅŸZÛˇ˛ˇˇ˝ˇˇˇˇ˛ˇ¯ˇ˝ˇ¸ˇˆˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇÅÅÅ˚WÙ¸ˇˇ˝¸ˇˇˇ˛˛ˇ¸˚ˇ˛ˇ˛˛ˇˇ˝˛ˇˇˇ˛¸ˇ˛ˇˇ˛ˇ˝ˇˇˇˇ˝˛ˇˇÅÅÅ˚ ¬ˇÅÅÅ…ÅÅÅâÅÅÅâÅÅÅâÚ˛ˇˇˇ‘ˇˇÅÅÅœÒˇˇˇˇˇ’ˇˇÅÅÅ–ÚˇˇˇÙˇÙˇÓˇÅÅÅœ9Úˇˇˇ˛ˇˇˇ˛¸ˇ    ˇˇˇˇˇ˝ˇ˛˛ˇˇˇˇ¸ˇˇÅÅÅŒ<Úˇˇˇ˝    ˇˇˇˇˇ˛
  1960. ˇˇˇˇˇ˛ˇ˛ˇˇˇ˘ˇÅÅÅœ:Ûˇˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˛ˇˇˇ˝ˇˇ¯ˇÅÅÅœ:Ûˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˜ˇÅÅÅœ6Ù˛ˇˇˇ˛¸ˇ˛ˇˇ˛ˇ˝ˇˇˇˇ˝˛ˇˇ˚˝ˇÅÅÅŒÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê( +IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1961. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įÌD-<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê, ,IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1962. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯-DI<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯IDâ<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įâD…<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯…DÂ<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê( -IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1963. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯IDâ<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê, .IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1964. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įâD…<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê( /IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1965. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯…DÂ<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯ÂD%<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į%De<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯eDÅ<¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHê, 0IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1966. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯ÂD%<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHê( 1IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1967. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į%De<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHê, 2IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  1968. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯eDÅ<'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇXº@ˇ ˇˇˇˇ@
  1969. ˇ·ˇ‚7^
  1970. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  1971. (‡*1-26    )BFrom Memory Bits to Printers4^*¿¯
  1972. ^*x¯4^*x¯
  1973. à*ê¯4â*ꯠä*ä˛
  1974. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNdu*à9(É*FrØÙ°dONLNdu9à)om Memory Bits to PrintersˇˇˇˇˇˇV˛(É1
  1975. °dONLNdôl•s(¢lA\@°dONLNdôs•‰)Tvailable on all Macintosh computers, the Printing Manager is a collection of system °dONLNds¶l≤ç(Ølsoftwar‰¿°dONLNdz¶ç≤ò)!e rÛ`°dONLNd}¶ò≤Ò) Poutines that your application can use to print to any type of connected printer °dONLNdÕ≥lø¯(ºlby using the same QuickDraw rÚ`°dONLNdÍ≥¯ø‚)å7outines for printing that your application uses for scr·°dONLNd!≥‚øÛ)Íeen °dONLNd%¿lÃå(…ldisplay°dONLNd,¿åÃë) . Ò`°dONLNd.¿êÃñ)Y±‡°dONLNd/¿ñÃ⁄)Iou can use the Printing Manager to print documents, to display and alter °dONLNdxÕlŸó(÷l
  1976. printing-r“†°dONLNdÇÕóŸc)+/elated dialog boxes, and to handle printing errö`°dONLNd±ÕdŸÙ)Õ ors. The Printing Manager takes °dONLNd—⁄lÊ›(„lSmuch of the work out of coming up with a single way to handle all possible printer °dONLNd$ÁlÛÉ*envirn†°dONLNd)ÁÉÛ´)onments..°dONLNd2˘ls(lYï°dONLNd3˘r;),our application uses the Printing Manager prg`°dONLNd_˘;X)…ocedur9¿°dONLNde˘X_)e ,
  1977. Courier9¿°dONLNdg˘_É)PrOpen9¿°dONLNdm˘É )$ to open the curr  °dONLNd~˘ ⁄)Gent .°dONLNdÇlä(lprintero¿°dONLNdâä•). (The ˇ`°dONLNdê•Á)current printerË¿°dONLNdüËû)C. is the printer that the user last selected fr¿°dONLNdÕü‰)∑om the ChooserS‡°dONLNd€‰Ï)E.) °dONLNdfilÉ(lBeforÛ¿°dONLNd„ÉQ)/e printing, your application should display theS†°dONLNdRò)œ job dialog box,fl°dONLNd"òŸ)F which solicits °dONLNd2 l,—()lprinting information fré°dONLNdI —,)e om the user˜‡°dONLNdT ,⁄)33, such as the number of copies to print, the print .°dONLNdá-l9é(6lqualityd@°dONLNdé-ç9 )!#, and the range of pages to print. 6†°dONLNd±- 9')ìYK†°dONLNd≤-&9°)our application can use the K†°dONLNdŒ-°9„){ PrJobDialogK†°dONLNdŸ-„9Â)B °dONLNd⁄:lFv(ClprR`°dONLNd‹:vFì)
  1978. ocedur$¿°dONLNd‚:ìF))#e to display a job dialog box. The $¿°dONLNd:)Fk)ñ PrJobDialog$¿°dONLNd:kFw)B pr˜ °dONLNd:vFì) ocedur…Ä°dONLNd:ìFÂ)e handles all user .°dONLNd,GlS€(Plinteraction in the standarb‡°dONLNdFG€SÏ)oAd dialog items until the user clicks the Print or Cancel button. °dONLNdáTl`Ñ(]lFigurR¿°dONLNdåTÑ`ù)e 1-20@°dONLNdíTù`I)' shows an example of a job dialog box. Z`°dONLNdπTJ`P)≠Y‡°dONLNd∫TP`Ú)$our application prints the document °dONLNdfialm](jl9in the active window if the user clicks the Print button.
  1979. è*†¯4ê*†¯"ê*]
  1980. ˇ·ˇ‚7^    °dONLNdÖlêú*# Figure 1-20°dONLNd$ÖÆê+)BThe job dialog box for a StyleW]0°dONLNdCÖ+êV)}riter printer
  1981. üj¸·òÇ@@HHê( 3ˇˇˇˇˇˇˇ˛˛˛˛˛˛˝˝˝˝˝˝¸¸¸¸¸¸˚˚˚˚˚˚˙˙˙˙˙˙˘˘˘˘˘˘¯¯¯¯¯¯˜˜˜˜˜˜    ˆˆˆˆˆˆ
  1982. ıııııı ÙÙÙÙÙÙ ÛÛÛÛÛÛÚÚÚÚÚÚÒÒÒÒÒÒÔÔÔÔÔÔÓÓÓÓÓÓÌÌÌÌÌÌÏÏÏÏÏÏÎÎÎÎÎÎÍÍÍÍÍÍÈÈÈÈÈÈËËËËËËÁÁÁÁÁÁÊÊÊÊÊʉ‰‰‰‰‰„„„„„„‚‚‚‚‚‚······‡‡‡‡‡‡ flflflflflfl!fifififififi"››››››#‹‹‹‹‹‹$€€€€€€%⁄⁄⁄⁄⁄⁄&ŸŸŸŸŸŸ'ÿÿÿÿÿÿ(◊◊◊◊◊◊)÷÷÷÷÷÷*’’’’’’+‘‘‘‘‘‘,””””””-““““““.——————/––––––0œœœœœœ1ŒŒŒŒŒŒ2ÕÕÕÕÕÕ3ÃÃÃÃÃÃ4ÀÀÀÀÀÀ5      6………………7»»»»»»8««««««9ΔΔΔΔΔΔ:≈≈≈≈≈≈;ƒƒƒƒƒƒ<√√√√√√=¬¬¬¬¬¬>¡¡¡¡¡¡?¿¿¿¿¿¿@øøøøøøAææææææBΩΩΩΩΩΩCººººººDªªªªªªE∫∫∫∫∫∫FππππππG∏∏∏∏∏∏H∑∑∑∑∑∑I∂∂∂∂∂∂JµµµµµµK¥¥¥¥¥¥L≥≥≥≥≥≥M≤≤≤≤≤≤N±±±±±±O∞∞∞∞∞∞PØØØØØØQÆÆÆÆÆÆR≠≠≠≠≠≠S¨¨¨¨¨¨T´´´´´´U™™™™™™V©©©©©©W®®®®®®XßßßßßßY¶¶¶¶¶¶Z••••••[§§§§§§\££££££]¢¢¢¢¢¢^°°°°°°_††††††`üüüüüüaûûûûûûbùùùùùùcúúúúúúdõõõõõõeööööööfôôôôôôgòòòòòòhóóóóóóiññññññjïïïïïïkîîîîîîlììììììmíííííínëëëëëëoêêêêêêpèèèèèèqéééééérççççççsååååååtããããããuäääääävââââââwààààààxááááááyÜÜÜÜÜÜzÖÖÖÖÖÖ{ÑÑÑÑÑÑ|ÉÉÉÉÉÉ}ÇÇÇÇÇÇ~ÅÅÅÅÅÅÄÄÄÄÄÄÄÅ~~~~~~Ç}}}}}}É||||||Ñ{{{{{{ÖzzzzzzÜyyyyyyáxxxxxxàwwwwwwâvvvvvväuuuuuuãttttttåssssssçrrrrrréqqqqqqèppppppêooooooënnnnnnímmmmmmìllllllîkkkkkkïjjjjjjñiiiiiióhhhhhhòggggggôfffffföeeeeeeõddddddúccccccùbbbbbbûaaaaaaü``````†______°^^^^^^¢]]]]]]£\\\\\\§[[[[[[•ZZZZZZ¶YYYYYYßXXXXXX®WWWWWW©VVVVVV™UUUUUU´TTTTTT¨SSSSSS≠RRRRRRÆQQQQQQØPPPPPP∞OOOOOO±NNNNNN≤MMMMMM≥LLLLLL¥KKKKKKµJJJJJJ∂IIIIII∑HHHHHH∏GGGGGGπFFFFFF∫EEEEEEªDDDDDDºCCCCCCΩBBBBBBæAAAAAAø@@@@@@¿??????¡>>>>>>¬======√<<<<<<ƒ;;;;;;≈::::::Δ999999«888888»777777…666666 555555À444444Ã333333Õ222222Œ111111œ000000–//////—......“------”,,,,,,‘++++++’******÷))))))◊((((((ÿ''''''Ÿ&&&&&&⁄%%%%%%€$$$$$$‹######›""""""fi!!!!!!fl      ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔÒÚÛ Ù ı
  1983.  
  1984.  
  1985.  
  1986.  
  1987.  
  1988. ˆ                        ˜¯˘˙˚¸˝˛ˇ@üjò·
  1989. ÅÅÅÅ¡
  1990. ÅÅÅÅ¡ ˝ÅˇÅˇÅˇõˇ´˝ˇÅ-Å-Å-û-ìˇ´˝ˇ-ÅDÅDÅDüDìˇ´˝ˇ-DÅìÅìÅì°ìDìˇ´˝ˇ-DìÅˇÅˇÅˇ£ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅÌ«ˇÛˇ-Dìˇ´˝ˇ-DìˇÅÅÅÔ√ˇıˇ-Dìˇ´˝ˇ-DìˇÅÅÅ¡ˇˆˇ-Dìˇ´ ˝ˇ-DìˇÅÅÅÒ¸ˇ…¸ˇ˜ˇ-Dìˇ´$˝ˇ-DìˇÅÅÅÒ˛ˇ˛Àˇ˛˛ˇ˜ˇ-Dìˇ´(˝ˇ-DìˇÅÅÅÚ˝ˇˇˇÀˇˇ˝ˇ¯ˇ-Dìˇ´(˝ˇ-DìˇÅÅÅÚ˛ˇˇ…ˇ˛ˇ¯ˇ-Dìˇ´I˝ˇ-Dìˇ˜˛ˇ˝ˇˇˆˇˇ˜    ˇˇˇˇˇˇ˘ˇˇ˛ˇˇÅŵ˛ˇˇ«ˇ˛ˇ¯ˇ-Dìˇ´H˝ˇ-Dìˇ¯ˇˇˇ˛ˇˇˆˇˇ˜    ˇˇˇˇˇˇÙˇˇÅŵ˛ˇˇ«ˇ˛ˇ¯ˇ-Dìˇ´s˝ˇ-Dìˇ¯ˇˇ¸˝ˇ ˇˇˇˇˇˇ˛˝ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˛˝ˇ˛ˇˇˇˇÅÅ≈˛ˇˇÛ¸ˇ¯ˇˇˆˇˇÚˇ˛ˇ¯ˇ-Dìˇ´w˝ˇ-Dìˇ¯˛ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇÅÅ√˛ˇˇÛˇˇˇˇÏˇˇÚˇ˛ˇ¯ˇ-Dìˇ´ê˝ˇ-Dìˇ˜˛ˇ˝ˇˇ˛!ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˛    ˇˇˇˇˇˇÅÅʸˇ¸˛ˇ˚˛ˇÛ˛ˇˇÛˇˇˇˇˇˇˇˇˇˇ¸ˇ˛˝ˇÛˇ˛ˇ¯ˇ-Dìˇ´ï˝ˇ-Dìˇˆ˛ˇ˛ˇˇ˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˛˚ˇˇˇÅÅ‚ˇ˝ˇ˛ˇ˝ˇ˛ˇÙ˛ˇˇÛˇˇˇˇ˛ˇ˛    ˇˇˇˇˇˇ˛ˇˇÚˇ˛ˇ¯ˇ-Dìˇ´ã˝ˇ-Dìˇıˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˚ˇˇÅÅ„ˇ¯ˇ˘ˇÙ˛ˇˇÛ¸ˇ˛ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇÚˇ˛ˇ¯ˇ-Dìˇ´ï˝ˇ-Dìˇ¯ˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇÅÅ„ˇ˘ˇ˘ˇÛ˛ˇˇÛˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇÚˇ˛ˇ¯ˇ-Dìˇ´~˝ˇ-Dìˇ˜˛ˇ¸ˇˇ˛¸ˇˇˇ˛˝ˇ˛˘ˇ˝ˇˇ˝ˇˇ˝ˇˇ˛˝ˇ˛ˇˇÅʼnˇ˘ˇ˘ˇÚ˛ˇˇÛˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇÚˇ˛ˇ¯ˇ-Dìˇ´Q˝ˇ-DìˇÁˇˇÅÅ∞ˇ˙ˇ˘ˇÒ˛ˇˇÛˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇÚˇ˛ˇ¯ˇ-Dìˇ´[˝ˇ-DìˇÎˇ˛ˇˇÅÅ∞ˇ˝ˇ¸ˇˇ¸ˇÙ˛ˇˇÛˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˝ˇˇÛˇ˛ˇ¯ˇ-Dìˇ´(˝ˇ-DìˇÍ˝ˇÅÅ粡ˇ«ˇ˛ˇ¯ˇ-Dìˇ´&˝ˇ-DìˇÅÅÅÚ˛ˇˇ«ˇ˛ˇ¯ˇ-Dìˇ´(˝ˇ-Dìˇ˙ÅˇÅˇÑˇˆ˛ˇˇ«ˇ˛ˇ¯ˇ-Dìˇ´(˝ˇ-DìˇÅÅÅÚ˛ˇˇ…ˇ˛ˇ¯ˇ-Dìˇ´*˝ˇ-Dìˇ˙ÅˇÅˇÑˇˆ˝ˇˇˇÀˇˇ˝ˇ¯ˇ-Dìˇ´$˝ˇ-DìˇÅÅÅÒ˛ˇ˛Àˇ˛˛ˇ˜ˇ-Dìˇ´ ˝ˇ-DìˇÅÅÅÒ¸ˇ…¸ˇ˜ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ¡ˇˆˇ-Dìˇ´˝ˇ-DìˇÅÅÅÔ√ˇıˇ-Dìˇ´˝ˇ-Dìˇ±€ˇÅÅ„«ˇÛˇ-Dìˇ´˝ˇ-Dìˇ±ˇ›ˇÅÅõˇ-Dìˇ´˝ˇ-Dìˇ±ˇ›ˇÅÅõˇ-Dìˇ´"˝ˇ-Dìˇ±ˇ·ˇˇÅÅõˇ-Dìˇ´"˝ˇ-Dìˇ±ˇ·ˇˇÅÅõˇ-Dìˇ´(˝ˇ-Dìˇ±ˇ·ˇˇå˝ˇ¡˝ˇÅÿˇ-Dìˇ´f˝ˇ-Dìˇ˜˝ˇÓˇˇ‘ˇ˝ˇÁˇˇŸ˝ˇÓˇˇˇˇ˛ˇˇÿˇˇ˝ˇˇ˙¸ˇÓˇˇÊˇˇ˝ˇˇ˙¸ˇÔˇˇÅ˙ˇ-Dìˇ´j˝ˇ-Dìˇ¯ˇˇ˛ˇ¿ˇ˛ˇ˛Áˇˇ⁄ˇˇˇˇÔˇˇ˙ˇˇŸˇ˘ˇ˚ˇˇˇˇÔˇˇÁˇ˘ˇ˚ˇˇÏˇˇ¿ÀˇÒˇ-Dìˇ´¡˝ˇ-Dìˇ¯ˇˇ˙˝ˇ˛¸ˇ˛ˇˇ˛˝ˇ˝˛ˇ˛ˇˇÁˇ˝ˇÁˇˇ⁄ˇˇˇˇˇˇˇˇ˛˝ˇ˛ˇˇˇˇ˝ˇ ˇˇˇˇˇˇÊˇ˝ˇˇ˚ˇˇˇˇ˛˝ˇ˝˛ˇ˛˝ˇËˇ˘ˇ˚ˇˇ˚˝ˇ˝˛ˇ˛˝ˇ˛˝ˇ˛ˇˇˇˇ“ˇˇÀˇˇÛˇ-Dìˇ´„˝ˇ-Dìˇ¯ˇˇ˚$ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÁˇ˝ˇÁˇˇ⁄ˇˇˇˇˇˇˇˇˇ˛    ˇˇˇˇˇˇ˛ˇˇ˛    ˇˇˇˇˇˇÁˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇËˇ˜ˇ¸ˇˇ¸ˇ˛ˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ–ˇ…ˇÛˇ-Dìˇ´Δ˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ·ˇ˝ˇÁˇˇ⁄ˇˇˇˇˇˇˇˇ˛¸ˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ„ˇ˚ˇˇ¸¸ˇ˛ˇˇˇˇ˛ˇ¸ˇˇËˇ˜ˇ¸˝ˇ˝¸ˇ˛ˇ¸ˇˇ˛    ˇˇˇˇˇˇ–ˇ«ˇÙˇ-Dìˇ´Δ˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˚ˇ˛˛ˇ‚ˇ˝ˇÁˇˇ⁄ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ„ˇ˚ˇˇ¸ˇˇˇˇ˚ˇ˛˛ˇ˝ˇˇËˇ˜ˇ¸ˇˇ¸ˇˇˇˇ˛˛ˇ˝ˇˇ˛˚ˇˇˇ–ˇ«ˇÙˇ-Dìˇ´–˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ˘˛ˇ„ˇ˝ˇÁˇˇ⁄ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ„ˇ˚ˇˇ¸    ˇˇˇˇˇˇ˘˛ˇ˛ˇˇËˇ˜ˇ¸ˇˇ¸ˇˇˇˇ˝˛ˇ˛ˇˇ˛ˇˇ˚ˇˇ–ˇ¯˝ˇflˇˇ¯ˇÙˇ-Dìˇ´Ù˝ˇ-Dìˇ¯ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇÁˇ˝ˇÁˇˇ⁄ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛    ˇˇˇˇˇˇÊˇ˝ˇˇ˚    ˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇÁˇ˘ˇ˚ˇˇ¸ ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ–ˇ˘ˇˇ˛ˇ‡ˇˇ¯ˇÙˇ-Dìˇ´¬˝ˇ-Dìˇ˜˝ˇ˝˝ˇ˛¸ˇ˛ˇˇ˛˝ˇ˝˛ˇ˛ˇˇÁˇ˝ˇÁˇˇŸ˝ˇ˝¸ˇ˛¸ˇˇˇˇˇ˝ˇˇ˛¸ˇˇˇÊˇ˘ˇ˚¸ˇ˝˝ˇ˝˛ˇ¸ˇˇËˇ˘ˇ˚ˇˇ˚¸ˇ˛˛ˇ¸ˇˇ˛˝ˇ˛ˇˇ–ˇ˘ˇˇ˙˝ˇ˛¸ˇ˝˛ˇ˝˝ˇ˛ˇˇ¯ˇÙˇ-Dìˇ´r˝ˇ-DìˇËˇˇÃˇ·ˇˇ÷ˇˇ›ˇˇ·ˇˇ˝ˇˇ≈ˇˇ˝ˇˇ£ˇ˘ˇˇ˚ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¯ˇÙˇ-Dìˇ´_˝ˇ-DìˇËˇˇÃˇ·ˇˇ¥ˇ˛ˇˇfl˝ˇ¡˝ˇ°ˇ˘ˇˇ˙¸ˇ ˇˇˇˇˇˇ¸    ˇˇˇˇˇˇ¯ˇÙˇ-Dìˇ´O˝ˇ-Dìˇ±ˇ·ˇˇ≥˝ˇÅ∂ˇ˘ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ¸˚ˇˇˇ¯ˇÙˇ-Dìˇ´N˝ˇ-Dìˇ±ˇ·ˇˇÅʼnˇ˘ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ¸ˇˇ˚ˇˇ¯ˇÙˇ-Dìˇ´R˝ˇ-Dìˇ±ˇ›ˇÅʼnˇ˘ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ¯ˇÙˇ-Dìˇ´D˝ˇ-Dìˇ±ˇ›ˇÅʼnˇ¯˝ˇ˝¸ˇˇˇˇˇ˛˛ˇ˝˝ˇ˛ˇˇ¯ˇÙˇ-Dìˇ´"˝ˇ-Dìˇ±€ˇÅʼnˇ«ˇÙˇ-Dìˇ´ ˝ˇ-DìˇÅÅÅÓˇ«ˇÙˇ-Dìˇ´ ˝ˇ-DìˇÅÅÅÓˇ«ˇÙˇ-Dìˇ´ ˝ˇ-DìˇÅÅÅÌˇ…ˇÛˇ-Dìˇ´"˝ˇ-DìˇÅÅÅÌˇˇÀˇˇÛˇ-Dìˇ´˝ˇ-DìˇÅÅÅÎÀˇÒˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅµ€ˇ◊€ˇÅÁˇ-Dìˇ´&˝ˇ-DìˇÅµˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´&˝ˇ-DìˇÅµˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´&˝ˇ-DìˇÅµˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´&˝ˇ-DìˇÅµˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´,˝ˇ-Dìˇ¨˝ˇ≈˝ˇŒˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´Q˝ˇ-Dìˇ¯¸ˇºˇˇ˝ˇˇ˘˝ˇ˛ˇˇˇˇfiˇˇ˝ˇˇ˙¸ˇ‹ˇ›ˇ˘˚ˇÂˇ›ˇÅÁˇ-Dìˇ´X˝ˇ-Dìˇ¯ˇˇˇˇæˇ˘ˇ˚ˇˇˇˇˇˇˇˇflˇ˘ˇ˚ˇˇŸˇ›ˇ˜ˇˇ„ˇ›ˇÅÁˇ-Dìˇ´è˝ˇ-Dìˇ¯ˇˇˇˇ˛˝ˇ˝¸ˇ˛˝ˇ˝˛ˇ˛ˇˇ·ˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇflˇ˘ˇ˚ˇˇ¸ˇˇˇˇ˝ˇ˛¯ˇ˛ˇˇ˙ˇ›ˇ˜ˇˇ˝˝ˇ˛ˇˇˇ›ˇÅÁˇ-Dìˇ´©˝ˇ-Dìˇ¯ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ‚ˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇ‡ˇ˜ˇ¸ˇˇ¸˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇ›ˇ˜ˇˇ˛    ˇˇˇˇˇˇˇ›ˇÅÁˇ-Dìˇ´é˝ˇ-Dìˇ¯¸ˇ˝¸ˇˇˇˇˇˇˇˇˇ˛ˇ‹ˇ˚ˇˇ¸˚ˇˇˇˇˇ‡ˇ˜ˇ¸˝ˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇˆˇ›ˇ˜ˇˇ˛ˇˇˇˇÏˇ›ˇÅÁˇ-Dìˇ´î˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇ˚ˇ˛˛ˇ›ˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇ‡ˇ˜ˇ¸ˇˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇˇˆˇ›ˇ˜ˇˇ˛ˇˇˇˇÏˇ›ˇÅÁˇ-Dìˇ´î˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˘˛ˇfiˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇ‡ˇ˜ˇ¸ˇˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇˇˆˇ›ˇ˜ˇˇ˛ˇˇˇˇÏˇ›ˇÅÁˇ-Dìˇ´ß˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ·ˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇflˇ˘ˇ˚ˇˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇ›ˇ˜ˇˇ˛    ˇˇˇˇˇˇˇ›ˇÅÁˇ-Dìˇ´å˝ˇ-Dìˇ¯ˇˇ˙¸ˇ˛¸ˇ˛˝ˇ˝˛ˇ˛ˇˇ·ˇ˘ˇ˚ˇˇˇˇˇˇˇˇflˇ˘ˇ˚ˇˇ¸ˇˇ¸˝ˇ˛ˇˇˇˇˇˇˇˇ˙ˇ›ˇ˜ˇˇ˝˝ˇ˛ˇˇˇ›ˇÅÁˇ-Dìˇ´=˝ˇ-Dìˇ‰ˇˇÕˇˇ˝ˇˇ…ˇˇ˝ˇˇ–ˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´5˝ˇ-DìˇËˇ˛ˇˇÀ˝ˇ≈˝ˇŒˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´*˝ˇ-DìˇÁ˝ˇÅ”ˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´&˝ˇ-DìˇÅµˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´&˝ˇ-DìˇÅµˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´&˝ˇ-DìˇÅµˇ›ˇ◊ˇ›ˇÅÁˇ-Dìˇ´˝ˇ-DìˇÅµ€ˇ◊€ˇÅÁˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-Dìˇ¨˝ˇã˝ˇÅůˇ-Dìˇ´P˝ˇ-Dìˇ¯¸ˇºˇˇ˝ˇˇ˘˛ˇ˛ˇˇÍˇˇ˙¸ˇÎˇˇ‹ˇˇ˝ˇˇ˙ˇ˘ˇflˇˇÅØˇ-Dìˇ´W˝ˇ-Dìˇ¯ˇˇˇˇæˇ˘ˇ˚ˇˇˇˇˇÍˇˇ˙ˇˇËˇˇ›ˇ˘ˇ˚ˇˇ˚ˇˇflˇˇÅØˇ-Dìˇ´ú˝ˇ-Dìˇ¯ˇˇˇˇ˛˝ˇ˛¸ˇ˝˝ˇ˛ˇˇˇˇˇˇ‡ˇ˝ˇˇ˚ˇˇ¸¸ˇ˝˝ˇ˝˝ˇ˛˝ˇ˚ˇˇ˚˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˛ˇˇˇˇÏˇ˘ˇ˚˛ˇ˝˛ˇ˛˝ˇ˛¸ˇ˛ˇˇˇˇ˛˝ˇ˛ˇˇÅØˇ-Dìˇ´Ã˝ˇ-Dìˇ¯ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ·ˇ˚ˇˇ¸˛ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˙ˇˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇÎˇ˜ˇ¸˝ˇ˝ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇÅØˇ-Dìˇ´π˝ˇ-Dìˇ¯¸ˇ˝¸ˇˇˇˇˇˇˇˇˇˇˇ€ˇ˚ˇˇ˚˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˙˝ˇ˛!ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÍˇ˜ˇ¸ˇ¸ˇˇˇ˛¸ˇˇˇˇˇˇˇˇˇ˛¸ˇˇˇÅØˇ-Dìˇ´≥˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇ˚ˇˇˇ€ˇ˚ˇˇ˙˛ˇ    ˇˇˇˇ˚ˇ˚ˇ˛ˇˇ˙ˇˇ¸˚ˇ˚ˇ    ˇˇˇˇ˚ˇˇˇÍˇ˜ˇ¸ˇ˛ˇ'ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅØˇ-Dìˇ´¥˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˚ˇˇ€ˇ˚ˇˇ˘ˇˇˇˇˇˇˇˇ˚ˇˇ˙ˇˇ˙ˇˇ¸ˇˇ˚ˇˇ˚    ˇˇˇˇˇˇ˚ˇˇÍˇ˜ˇ¸ˇ˛ˇ˛%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅØˇ-Dìˇ´À˝ˇ-Dìˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇ‡ˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˙ˇˇ¸ˇˇ˛ˇˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇˇÈˇ˘ˇ˚ˇ˙%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅØˇ-Dìˇ´ó˝ˇ-Dìˇ¯ˇˇ˙¸ˇ¸ˇ˝˝ˇ˛ˇˇ˝ˇˇ‡ˇ˘ˇ˙˛ˇ˛ˇˇˇˇ˛˝ˇ˝˝ˇ¸ˇˇ˚ˇˇ˚˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˛ˇˇÈˇ˘ˇ˚ˇ˙ˇˇ˛¸ˇˇˇˇˇ˛¸ˇ˛¸ˇˇˇÅØˇ-Dìˇ´/˝ˇ-DìˇËˇˇ…ˇˇ˝ˇˇèˇˇ˝ˇˇÅÅ˙ˇ-Dìˇ´#˝ˇ-DìˇËˇˇ«˝ˇã˝ˇÅůˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìˇÅÅÅ•ˇ-Dìˇ´˝ˇ-DìÅˇÅˇÅˇ£ˇ-Dìˇ´˝ˇ-DìÅ-Å-Å-¢-Dìˇ´˝ˇ-ÅDÅDÅDüDìˇ´˝ˇÅìÅìÅìùìˇ´ ˝ÅˇÅˇÅˇõˇ´
  1991. ÅÅÅÅ¡
  1992. ÅÅÅÅ¡
  1993. ÅÅÅÅ¡
  1994. ÅÅÅÅ¡
  1995. ÅÅÅÅ¡
  1996. ÅÅÅÅ¡
  1997. ÅÅÅÅ¡
  1998. ÅÅÅÅ¡
  1999. ÅÅÅÅ¡
  2000. ÅÅÅÅ¡
  2001. ÅÅÅÅ¡
  2002. ÅÅÅÅ¡
  2003. ÅÅÅÅ¡
  2004. ÅÅÅÅ¡
  2005. ÅÅÅÅ¡
  2006. ÅÅÅÅ¡
  2007. ÅÅÅÅ¡
  2008. ÅÅÅÅ¡
  2009. ÅÅÅÅ¡
  2010. ÅÅÅÅ¡
  2011. ÅÅÅÅ¡
  2012. ÅÅÅÅ¡
  2013. ÅÅÅÅ¡
  2014. ÅÅÅÅ¡
  2015. ÅÅÅÅ¡
  2016. ÅÅÅÅ¡
  2017. ÅÅÅÅ¡
  2018. ÅÅÅÅ¡
  2019. ÅÅÅÅ¡
  2020. ÅÅÅÅ¡
  2021. ÅÅÅÅ¡
  2022. ÅÅÅÅ¡
  2023. ÅÅÅÅ¡
  2024. ÅÅÅÅ¡
  2025. ÅÅÅÅ¡
  2026. ÅÅÅÅ¡
  2027. ÅÅÅÅ¡
  2028. ÅÅÅÅ¡
  2029. ÅÅÅÅ¡
  2030. ÅÅÅÅ¡
  2031. ÅÅÅÅ¡
  2032. ÅÅÅÅ¡
  2033. ÅÅÅÅ¡
  2034. ÅÅÅÅ¡
  2035. ÅÅÅÅ¡
  2036. ÅÅÅÅ¡
  2037. ÅÅÅÅ¡
  2038. ÅÅÅÅ¡
  2039. ÅÅÅÅ¡
  2040. ÅÅÅÅ¡
  2041. ÅÅÅÅ¡
  2042. ÅÅÅÅ¡
  2043. ÅÅÅÅ¡
  2044. ÅÅÅÅ¡
  2045. ÅÅÅÅ¡
  2046. ÅÅÅÅ¡
  2047. ÅÅÅÅ¡
  2048. ÅÅÅÅ¡
  2049. ÅÅÅÅ¡
  2050. ÅÅÅÅ¡
  2051. ÅÅÅÅ¡
  2052. ÅÅÅÅ¡
  2053. ÅÅÅÅ¡
  2054. ÅÅÅÅ¡
  2055. ÅÅÅÅ¡
  2056. ÅÅÅÅ¡
  2057. ÅÅÅÅ¡
  2058. ÅÅÅÅ¡
  2059. ÅÅÅÅ¡
  2060. ÅÅÅÅ¡
  2061. ÅÅÅÅ¡
  2062. ÅÅÅÅ¡
  2063. ÅÅÅÅ¡
  2064. ÅÅÅÅ¡
  2065. ÅÅÅÅ¡
  2066. ÅÅÅÅ¡
  2067. ÅÅÅÅ¡
  2068. ÅÅÅÅ¡
  2069. ÅÅÅÅ¡
  2070. ÅÅÅÅ¡
  2071. ÅÅÅÅ¡
  2072. ÅÅÅÅ¡
  2073. ÅÅÅÅ¡
  2074. ÅÅÅÅ¡
  2075. ÅÅÅÅ¡
  2076. ÅÅÅÅ¡
  2077. ÅÅÅÅ¡
  2078. ÅÅÅÅ¡
  2079. ÅÅÅÅ¡
  2080. ÅÅÅÅ¡
  2081. ÅÅÅÅ¡
  2082. ÅÅÅÅ¡
  2083. ÅÅÅÅ¡
  2084. ÅÅÅÅ¡
  2085. ÅÅÅÅ¡
  2086. ÅÅÅÅ¡
  2087. ÅÅÅÅ¡
  2088. ÅÅÅÅ¡
  2089. ÅÅÅÅ¡
  2090. ÅÅÅÅ¡
  2091. ÅÅÅÅ¡
  2092. ÅÅÅÅ¡
  2093. ÅÅÅÅ¡
  2094. ÅÅÅÅ¡
  2095. ÅÅÅÅ¡
  2096. ÅÅÅÅ¡
  2097. ÅÅÅÅ¡
  2098. ÅÅÅÅ¡
  2099. ÅÅÅÅ¡
  2100. ÅÅÅÅ¡
  2101. ÅÅÅÅ¡
  2102. ÅÅÅÅ¡
  2103. ÅÅÅÅ¡
  2104. ÅÅÅÅ¡
  2105. ÅÅÅÅ¡
  2106. ÅÅÅÅ¡
  2107. ÅÅÅÅ¡
  2108. ÅÅÅÅ¡
  2109. ÅÅÅÅ¡
  2110. ÅÅÅÅ¡
  2111. ÅÅÅÅ¡
  2112. ÅÅÅÅ¡
  2113. ÅÅÅÅ¡
  2114. ÅÅÅÅ¡
  2115. ÅÅÅÅ¡
  2116. ÅÅÅÅ¡
  2117. ÅÅÅÅ¡
  2118. ÅÅÅÅ¡
  2119. ÅÅÅÅ¡
  2120. ÅÅÅÅ¡
  2121. ÅÅÅÅ¡
  2122. ÅÅÅÅ¡
  2123. ÅÅÅÅ¡
  2124. ÅÅÅÅ¡
  2125. ÅÅÅÅ¡
  2126. ÅÅÅÅ¡
  2127. ÅÅÅÅ¡
  2128. ÅÅÅÅ¡
  2129. ÅÅÅÅ¡
  2130. ÅÅÅÅ¡
  2131. ÅÅÅÅ¡
  2132. ÅÅÅÅ¡
  2133. ÅÅÅÅ¡
  2134. ÅÅÅÅ¡
  2135. ÅÅÅÅ¡
  2136. ÅÅÅÅ¡
  2137. ÅÅÅÅ¡
  2138. ÅÅÅÅ¡
  2139. ÅÅÅÅ¡
  2140. ÅÅÅÅ¡
  2141. ÅÅÅÅ¡
  2142. ÅÅÅÅ¡
  2143. ÅÅÅÅ¡
  2144. ÅÅÅÅ¡
  2145. ÅÅÅÅ¡
  2146. ÅÅÅÅ¡
  2147. ÅÅÅÅ¡
  2148. ÅÅÅÅ¡
  2149. ÅÅÅÅ¡
  2150. ÅÅÅÅ¡
  2151. ÅÅÅÅ¡
  2152. ÅÅÅÅ¡
  2153. ÅÅÅÅ¡
  2154. ÅÅÅÅ¡
  2155. ÅÅÅÅ¡
  2156. ÅÅÅÅ¡
  2157. ÅÅÅÅ¡
  2158. ÅÅÅÅ¡
  2159. ÅÅÅÅ¡
  2160. ÅÅÅÅ¡
  2161. ÅÅÅÅ¡
  2162. ÅÅÅÅ¡
  2163. ÅÅÅÅ¡
  2164. ÅÅÅÅ¡
  2165. ÅÅÅÅ¡
  2166. ÅÅÅÅ¡
  2167. ÅÅÅÅ¡
  2168. ÅÅÅÅ¡
  2169. ÅÅÅÅ¡
  2170. ÅÅÅÅ¡
  2171. ÅÅÅÅ¡
  2172. ÅÅÅÅ¡
  2173. ÅÅÅÅ¡
  2174. ÅÅÅÅ¡
  2175. ÅÅÅÅ¡
  2176. ÅÅÅÅ¡
  2177. ÅÅÅÅ¡
  2178. ÅÅÅÅ¡
  2179. ÅÅÅÅ¡
  2180. ÅÅÅÅ¡
  2181. ÅÅÅÅ¡
  2182. ÅÅÅÅ¡
  2183. ÅÅÅÅ¡
  2184. ÅÅÅÅ¡
  2185. ÅÅÅÅ¡
  2186. ÅÅÅÅ¡
  2187. ÅÅÅÅ¡
  2188. ÅÅÅÅ¡
  2189. ÅÅÅÅ¡
  2190. ÅÅÅÅ¡
  2191. ÅÅÅÅ¡
  2192. ÅÅÅÅ¡
  2193. ÅÅÅÅ¡
  2194. ÅÅÅÅ¡
  2195. ÅÅÅÅ¡
  2196. ÅÅÅÅ¡
  2197. ÅÅÅÅ¡
  2198. ÅÅÅÅ¡
  2199. ÅÅÅÅ¡
  2200. ÅÅÅÅ¡
  2201. ÅÅÅÅ¡
  2202. ÅÅÅÅ¡
  2203. ÅÅÅÅ¡
  2204. ÅÅÅÅ¡
  2205. ÅÅÅÅ¡
  2206. ÅÅÅÅ¡
  2207. ÅÅÅÅ¡
  2208. ÅÅÅÅ¡
  2209. ÅÅÅÅ¡
  2210. ÅÅÅÅ¡
  2211. ÅÅÅÅ¡
  2212. ÅÅÅÅ¡
  2213. ÅÅÅÅ¡
  2214. ÅÅÅÅ¡
  2215. ÅÅÅÅ¡
  2216. ÅÅÅÅ¡
  2217. ÅÅÅÅ¡
  2218. ÅÅÅÅ¡
  2219. ÅÅÅÅ¡
  2220. ÅÅÅÅ¡
  2221. ÅÅÅÅ¡
  2222. ÅÅÅÅ¡
  2223. ÅÅÅÅ¡
  2224. ÅÅÅÅ¡
  2225. ÅÅÅÅ¡
  2226. ÅÅÅÅ¡
  2227. ÅÅÅÅ¡
  2228. ÅÅÅÅ¡
  2229. ÅÅÅÅ¡
  2230. ÅÅÅÅ¡
  2231. ÅÅÅÅ¡
  2232. ÅÅÅÅ¡
  2233. ÅÅÅÅ¡
  2234. ÅÅÅÅ¡
  2235. ÅÅÅÅ¡
  2236. ÅÅÅÅ¡
  2237. ÅÅÅÅ¡
  2238. ÅÅÅÅ¡
  2239. ÅÅÅÅ¡
  2240. ÅÅÅÅ¡
  2241. ÅÅÅÅ¡
  2242. ÅÅÅÅ¡
  2243. ÅÅÅÅ¡
  2244. ÅÅÅÅ¡
  2245. ÅÅÅÅ¡
  2246. ÅÅÅÅ¡
  2247. ÅÅÅÅ¡
  2248. ÅÅÅÅ¡
  2249. ÅÅÅÅ¡
  2250. ÅÅÅÅ¡
  2251. ÅÅÅÅ¡
  2252. ÅÅÅÅ¡
  2253. ÅÅÅÅ¡
  2254. ÅÅÅÅ¡
  2255. ÅÅÅÅ¡
  2256. ÅÅÅÅ¡
  2257. ÅÅÅÅ¡
  2258. ÅÅÅÅ¡
  2259. ÅÅÅÅ¡
  2260. ÅÅÅÅ¡
  2261. ÅÅÅÅ¡
  2262. ÅÅÅÅ¡
  2263. ÅÅÅÅ¡
  2264. ÅÅÅÅ¡
  2265. ÅÅÅÅ¡
  2266. ÅÅÅÅ¡
  2267. ÅÅÅÅ¡
  2268. ÅÅÅÅ¡
  2269. ÅÅÅÅ¡
  2270. ÅÅÅÅ¡
  2271. ÅÅÅÅ¡
  2272. ÅÅÅÅ¡
  2273. ÅÅÅÅ¡
  2274. ÅÅÅÅ¡
  2275. ÅÅÅÅ¡
  2276. ÅÅÅÅ¡
  2277. ÅÅÅÅ¡
  2278. ÅÅÅÅ¡
  2279. ÅÅÅÅ¡
  2280. ÅÅÅÅ¡
  2281. ÅÅÅÅ¡
  2282. ÅÅÅÅ¡
  2283. ÅÅÅÅ¡
  2284. ÅÅÅÅ¡
  2285. ÅÅÅÅ¡
  2286. ÅÅÅÅ¡
  2287. ÅÅÅÅ¡
  2288. ÅÅÅÅ¡
  2289. ÅÅÅÅ¡
  2290. ÅÅÅÅ¡
  2291. ÅÅÅÅ¡
  2292. ÅÅÅÅ¡
  2293. ÅÅÅÅ¡
  2294. ÅÅÅÅ¡
  2295. ÅÅÅÅ¡
  2296. ÅÅÅÅ¡
  2297. ÅÅÅÅ¡
  2298. ÅÅÅÅ¡
  2299. ÅÅÅÅ¡
  2300. ÅÅÅÅ¡
  2301. ÅÅÅÅ¡
  2302. ÅÅÅÅ¡
  2303. ÅÅÅÅ¡
  2304. ÅÅÅÅ¡
  2305. ÅÅÅÅ¡
  2306. ÅÅÅÅ¡
  2307. ÅÅÅÅ¡
  2308. ÅÅÅÅ¡
  2309. ÅÅÅÅ¡
  2310. ÅÅÅÅ¡
  2311. ÅÅÅÅ¡
  2312. ÅÅÅÅ¡
  2313. ÅÅÅÅ¡
  2314. ÅÅÅÅ¡
  2315. ÅÅÅÅ¡
  2316. ÅÅÅÅ¡
  2317. ÅÅÅÅ¡
  2318. ÅÅÅÅ¡
  2319. ÅÅÅÅ¡
  2320. ÅÅÅÅ¡
  2321. ÅÅÅÅ¡
  2322. ÅÅÅÅ¡
  2323. ÅÅÅÅ¡
  2324. ÅÅÅÅ¡
  2325. ÅÅÅÅ¡
  2326. ÅÅÅÅ¡
  2327. ÅÅÅÅ¡
  2328. ÅÅÅÅ¡
  2329. ÅÅÅÅ¡
  2330. ÅÅÅÅ¡
  2331. ÅÅÅÅ¡
  2332. ÅÅÅÅ¡
  2333. ÅÅÅÅ¡
  2334. ÅÅÅÅ¡
  2335. ÅÅÅÅ¡
  2336. ÅÅÅÅ¡
  2337. ÅÅÅÅ¡
  2338. ÅÅÅÅ¡
  2339. ÅÅÅÅ¡
  2340. ÅÅÅÅ¡
  2341. ÅÅÅÅ¡
  2342. ÅÅÅÅ¡
  2343. ÅÅÅÅ¡
  2344. ÅÅÅÅ¡
  2345. ÅÅÅÅ¡
  2346. ÅÅÅÅ¡
  2347. ÅÅÅÅ¡
  2348. ÅÅÅÅ¡
  2349. ÅÅÅÅ¡
  2350. ÅÅÅÅ¡
  2351. ÅÅÅÅ¡
  2352. ÅÅÅÅ¡
  2353. ÅÅÅÅ¡
  2354. ÅÅÅÅ¡
  2355. ÅÅÅÅ¡
  2356. ÅÅÅÅ¡
  2357. ÅÅÅÅ¡
  2358. ÅÅÅÅ¡
  2359. ÅÅÅÅ¡
  2360. ÅÅÅÅ¡
  2361. ÅÅÅÅ¡
  2362. ÅÅÅÅ¡
  2363. ÅÅÅÅ¡
  2364. ÅÅÅÅ¡
  2365. ÅÅÅÅ¡
  2366. ÅÅÅÅ¡
  2367. ÅÅÅÅ¡
  2368. ÅÅÅÅ¡
  2369. ÅÅÅÅ¡
  2370. ÅÅÅÅ¡
  2371. ÅÅÅÅ¡
  2372. ÅÅÅÅ¡
  2373. ÅÅÅÅ¡
  2374. ÅÅÅÅ¡
  2375. ÅÅÅÅ¡
  2376. ÅÅÅÅ¡
  2377. ÅÅÅÅ¡
  2378. ÅÅÅÅ¡
  2379. ÅÅÅÅ¡
  2380. ÅÅÅÅ¡
  2381. ÅÅÅÅ¡
  2382. ÅÅÅÅ¡
  2383. ÅÅÅÅ¡
  2384. ÅÅÅÅ¡
  2385. ÅÅÅÅ¡
  2386. ÅÅÅÅ¡
  2387. ÅÅÅÅ¡
  2388. ÅÅÅÅ¡
  2389. ÅÅÅÅ¡
  2390. ÅÅÅÅ¡
  2391. ÅÅÅÅ¡
  2392. ÅÅÅÅ¡
  2393. ÅÅÅÅ¡
  2394. ÅÅÅÅ¡
  2395. ÅÅÅÅ¡
  2396. ÅÅÅÅ¡
  2397. ÅÅÅÅ¡
  2398. ÅÅÅÅ¡
  2399. ÅÅÅÅ¡
  2400. ÅÅÅÅ¡
  2401. ÅÅÅÅ¡
  2402. ÅÅÅÅ¡
  2403. ÅÅÅÅ¡
  2404. ÅÅÅÅ¡
  2405. ÅÅÅÅ¡
  2406. ÅÅÅÅ¡
  2407. ÅÅÅÅ¡
  2408. ÅÅÅÅ¡
  2409. ÅÅÅÅ¡
  2410. ÅÅÅÅ¡
  2411. ÅÅÅÅ¡
  2412. ÅÅÅÅ¡
  2413. ÅÅÅÅ¡
  2414. ÅÅÅÅ¡
  2415. ÅÅÅÅ¡
  2416. ÅÅÅÅ¡
  2417. ÅÅÅÅ¡
  2418. ÅÅÅÅ¡
  2419. ÅÅÅÅ¡
  2420. ÅÅÅÅ¡
  2421. ÅÅÅÅ¡
  2422. ÅÅÅÅ¡
  2423. ÅÅÅÅ¡
  2424. ÅÅÅÅ¡
  2425. ÅÅÅÅ¡
  2426. ÅÅÅÅ¡
  2427. ÅÅÅÅ¡
  2428. ÅÅÅÅ¡
  2429. ÅÅÅÅ¡
  2430. ÅÅÅÅ¡
  2431. ÅÅÅÅ¡
  2432. ÅÅÅÅ¡
  2433. ÅÅÅÅ¡
  2434. ÅÅÅÅ¡
  2435. ÅÅÅÅ¡
  2436. ÅÅÅÅ¡
  2437. ÅÅÅÅ¡
  2438. ÅÅÅÅ¡
  2439. ÅÅÅÅ¡
  2440. ÅÅÅÅ¡
  2441. ÅÅÅÅ¡
  2442. ÅÅÅÅ¡
  2443. ÅÅÅÅ¡
  2444. ÅÅÅÅ¡
  2445. ÅÅÅÅ¡
  2446. ÅÅÅÅ¡
  2447. ÅÅÅÅ¡
  2448. ÅÅÅÅ¡
  2449. ÅÅÅÅ¡
  2450. ÅÅÅÅ¡
  2451. ÅÅÅÅ¡
  2452. ÅÅÅÅ¡
  2453. ÅÅÅÅ¡
  2454. ÅÅÅÅ¡
  2455. ÅÅÅÅ¡
  2456. ÅÅÅÅ¡
  2457. ÅÅÅÅ¡
  2458. ÅÅÅÅ¡
  2459. ÅÅÅÅ¡
  2460. ÅÅÅÅ¡
  2461. ÅÅÅÅ¡
  2462. ÅÅÅÅ¡
  2463. ÅÅÅÅ¡
  2464. ÅÅÅÅ¡
  2465. ÅÅÅÅ¡
  2466. ÅÅÅÅ¡
  2467. ÅÅÅÅ¡
  2468. ÅÅÅÅ¡
  2469. ÅÅÅÅ¡
  2470. ÅÅÅÅ¡
  2471. ÅÅÅÅ¡
  2472. ÅÅÅÅ¡
  2473. ÅÅÅÅ¡
  2474. ÅÅÅÅ¡
  2475. ÅÅÅÅ¡
  2476. ÅÅÅÅ¡
  2477. ÅÅÅÅ¡
  2478. ÅÅÅÅ¡
  2479. ÅÅÅÅ¡
  2480. ÅÅÅÅ¡
  2481. ÅÅÅÅ¡
  2482. ÅÅÅÅ¡
  2483. ÅÅÅÅ¡
  2484. ÅÅÅÅ¡
  2485. ÅÅÅÅ¡
  2486. ÅÅÅÅ¡
  2487. ÅÅÅÅ¡
  2488. ÅÅÅÅ¡
  2489. ÅÅÅÅ¡
  2490. ÅÅÅÅ¡
  2491. ÅÅÅÅ¡
  2492. ÅÅÅÅ¡
  2493. ÅÅÅÅ¡
  2494. ÅÅÅÅ¡
  2495. ÅÅÅÅ¡
  2496. ÅÅÅÅ¡
  2497. ÅÅÅÅ¡
  2498. ÅÅÅÅ¡
  2499. ÅÅÅÅ¡
  2500. ÅÅÅÅ¡
  2501. ÅÅÅÅ¡
  2502. ÅÅÅÅ¡
  2503. ÅÅÅÅ¡
  2504. ÅÅÅÅ¡
  2505. ÅÅÅÅ¡
  2506. ÅÅÅÅ¡
  2507. ÅÅÅÅ¡
  2508. ÅÅÅÅ¡
  2509. ÅÅÅÅ¡
  2510. ÅÅÅÅ¡
  2511. ÅÅÅÅ¡
  2512. ÅÅÅÅ¡
  2513. ÅÅÅÅ¡
  2514. ÅÅÅÅ¡
  2515. ÅÅÅÅ¡
  2516. ÅÅÅÅ¡
  2517. ÅÅÅÅ¡
  2518. ÅÅÅÅ¡
  2519. ÅÅÅÅ¡
  2520. ÅÅÅÅ¡
  2521. ÅÅÅÅ¡
  2522. ÅÅÅÅ¡
  2523. ÅÅÅÅ¡
  2524. ÅÅÅÅ¡
  2525. ÅÅÅÅ¡
  2526. ÅÅÅÅ¡
  2527. ÅÅÅÅ¡
  2528. ÅÅÅÅ¡
  2529. ÅÅÅÅ¡
  2530. ÅÅÅÅ¡
  2531. ÅÅÅÅ¡
  2532. ÅÅÅÅ¡
  2533. ÅÅÅÅ¡
  2534. ÅÅÅÅ¡
  2535. ÅÅÅÅ¡
  2536. ÅÅÅÅ¡
  2537. ÅÅÅÅ¡
  2538. ÅÅÅÅ¡
  2539. ÅÅÅÅ¡
  2540. ÅÅÅÅ¡
  2541. ÅÅÅÅ¡
  2542. ÅÅÅÅ¡
  2543. ÅÅÅÅ¡
  2544. ÅÅÅÅ¡
  2545. ÅÅÅÅ¡
  2546. ÅÅÅÅ¡
  2547. ÅÅÅÅ¡
  2548. ÅÅÅÅ¡
  2549. ÅÅÅÅ¡
  2550. ÅÅÅÅ¡
  2551. ÅÅÅÅ¡
  2552. ÅÅÅÅ¡
  2553. ÅÅÅÅ¡
  2554. ÅÅÅÅ¡
  2555. ÅÅÅÅ¡
  2556. ÅÅÅÅ¡
  2557. ÅÅÅÅ¡
  2558. ÅÅÅÅ¡
  2559. ÅÅÅÅ¡
  2560. ÅÅÅÅ¡
  2561. ÅÅÅÅ¡
  2562. ÅÅÅÅ¡
  2563. ÅÅÅÅ¡
  2564. ÅÅÅÅ¡
  2565. ÅÅÅÅ¡
  2566. ÅÅÅÅ¡
  2567. ÅÅÅÅ¡
  2568. ÅÅÅÅ¡
  2569. ÅÅÅÅ¡
  2570. ÅÅÅÅ¡
  2571. ÅÅÅÅ¡
  2572. ÅÅÅÅ¡
  2573. ÅÅÅÅ¡
  2574. ÅÅÅÅ¡
  2575. ÅÅÅÅ¡
  2576. ÅÅÅÅ¡
  2577. ÅÅÅÅ¡
  2578. ÅÅÅÅ¡
  2579. ÅÅÅÅ¡
  2580. ÅÅÅÅ¡
  2581. ÅÅÅÅ¡
  2582. ÅÅÅÅ¡
  2583. ÅÅÅÅ¡
  2584. ÅÅÅÅ¡
  2585. ÅÅÅÅ¡
  2586. ÅÅÅÅ¡
  2587. ÅÅÅÅ¡
  2588. ÅÅÅÅ¡
  2589. ÅÅÅÅ¡
  2590. ÅÅÅÅ¡
  2591. ÅÅÅÅ¡
  2592. ÅÅÅÅ¡
  2593. ÅÅÅÅ¡
  2594. ÅÅÅÅ¡
  2595. ÅÅÅÅ¡
  2596. ÅÅÅÅ¡
  2597. ÅÅÅÅ¡
  2598. ÅÅÅÅ¡
  2599. ÅÅÅÅ¡
  2600. ÅÅÅÅ¡
  2601. ÅÅÅÅ¡
  2602. ÅÅÅÅ¡
  2603. ÅÅÅÅ¡
  2604. ÅÅÅÅ¡
  2605. ÅÅÅÅ¡
  2606. ÅÅÅÅ¡
  2607. ÅÅÅÅ¡
  2608. ÅÅÅÅ¡
  2609. ÅÅÅÅ¡
  2610. ÅÅÅÅ¡
  2611. ÅÅÅÅ¡
  2612. ÅÅÅÅ¡
  2613. ÅÅÅÅ¡
  2614. ÅÅÅÅ¡
  2615. ÅÅÅÅ¡
  2616. ÅÅÅÅ¡
  2617. ÅÅÅÅ¡
  2618. ÅÅÅÅ¡
  2619. ÅÅÅÅ¡
  2620. ÅÅÅÅ¡
  2621. ÅÅÅÅ¡
  2622. ÅÅÅÅ¡
  2623. ÅÅÅÅ¡
  2624. ÅÅÅÅ¡
  2625. ÅÅÅÅ¡
  2626. ÅÅÅÅ¡
  2627. ÅÅÅÅ¡
  2628. ÅÅÅÅ¡ˇñX@ˇ ˇˇˇˇ@
  2629. ˇ·ˇ‚7^
  2630. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äFrom Memory Bits to Printers
  2631. , (‡1-27
  2632. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  2633. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  2634. 4Å4w?òÄ
  2635. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  2636. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  2637. ˇ˛ˇ˛
  2638. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  2639. ˇ˛ˇ˛
  2640. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  2641. ˇ˛ˇ˛
  2642. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  2643. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  2644. ˇ˛ˇ˛
  2645. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  2646. ˇ˛ˇ˛˛˛ˇ˝
  2647. ˇ˛ˇ˛
  2648. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  2649. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  2650. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  2651. ˇ˛ˇ˛
  2652. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  2653. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  2654. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  2655. ˇˇˇ˛
  2656. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh˛(eäVEach printer has its own job dialog box. Thus, a style dialog box for one printer may °dONLNdViäuñ*dif™`°dONLNdYiñuœ) fer slightly fr˚Ä°dONLNdhiœuB)9om that of another printerk °dONLNdÇiBuG)s. k °dONLNdÑiGu_)Figur=‡°dONLNdâi_ux)e 1-21€`°dONLNdèixu)# shows a sample job dialog box for °dONLNd≤väÇ≥(äa LaserWW†°dONLNd∫v≥ÇÁ))riter printer°°dONLNd«vÊÇË)3.
  2657. §Hµ4•Hµ"•H]
  2658. ˇ·ˇ‚7^    °dONLNd…öä•∫(¢ä Figure 1-21°dONLNd’öÕK)BThe job dialog box for a LaserW›P°dONLNdÙöK•v)riter printer
  2659. .°dONLNd:äFí(CäAÛ`°dONLNd:ëFì) ,
  2660. CourierÛ`°dONLNd:ìF∑)TPrintÛ`°dONLNd :∑FΩ)$ r≈¿°dONLNd:ΩFœ)ecorò °dONLNd:œFË)d storjÄ°dONLNd:ËF)Ces information about the choices made by the user in the print job .°dONLNdZGäSΩ(Pä dialog box. È@°dONLNdfGΩS√)3Y©¿°dONLNdgG√S )Lour application can also customize the job dialog box to ask for additional °dONLNd≥Tä`¡(]ä information.°dONLNd¿fär*XWhen the user clicks the Print button in the job dialog box, your application then uses .°dONLNdsä*the Printing Manager function °dONLNd6sI)â    PrOpenDoc°dONLNd?sI˛)6) to open a printing graphics port, which °dONLNdhÄäå+(âä&consists of a graphics port (either a °dONLNdéÄ+å[)°GrafPort°dONLNdñÄ[åh)0 or °dONLNdöÄhåû)    CGrafPort°dONLNd£Äûå§)6 rR`°dONLNd•Ä§å∂)ecor$¿°dONLNd©Ä∂å )d) plus additional .°dONLNdºçäô√(ñäinformation. °dONLNd üä´ê*Tµ¿°dONLNdÀüè´˝)Vo set up the printing graphics port to print a page, your application should call the .°dONLNd!¨ä∏Δ(µä
  2661. PrOpenPage°dONLNd+¨Δ∏“)< prR`°dONLNd.¨“∏Ô) ocedur$¿°dONLNd4¨Ô∏˘)e. ˜ °dONLNd7¨¯∏ˇ)    Y  °dONLNd8¨ˇ∏Ó)4our application then prints by using the QuickDraw rfiÄ°dONLNdl¨Ì∏)Óoutines .°dONLNdtπä≈(¬äUdescribed in this book to draw into the printing graphics port. The Printing Manager °dONLNd…Δä“V*1uses a printer driver to do the actual printing. u °dONLNd˙ΔV“])ÃAØ¿°dONLNd˚Δ]“_) /¿°dONLNd¸Δ`“ù)printer driver@°dONLNd
  2662. Δû“˜)> does any necessary °dONLNd”äfl)(‹ä"translating of QuickDraw drawing rE@°dONLNd@”*flœ)†&outines and sends the translated instr´ °dONLNdf”œfl)• uctions and °dONLNdr‡äÏ⁄(Èädata to the printer„ °dONLNdÖ‡ŸÏ©)O1. Each type of printer has its own printer driver±@°dONLNd∂‡©ÏÊ)–, which is stor‚‡°dONLNd≈‡ÊÏ˛)=ed in Ç°dONLNdÀ‡ˇÏ)a °dONLNdÕÌä˘ç(ˆärE°dONLNdŒÌ颶)esourç@°dONLNd”̶˘∑)ce fiS‡°dONLNdÿÌ∏˘&)le in the Extensions foldeˇ °dONLNdÚÌ&˘L)n
  2663. r inside t¯†°dONLNd¸ÌM˘ô)'he System Folderá °dONLNd Ìô˘)L. Because your application °dONLNd'˙ä÷(äJdoes not communicate with any of the multitude of available printer driver„‡°dONLNdq˙÷‚(÷s b(Ä°dONLNdt˙„) ut instead °dONLNdä(äSuses the Printing Manager to handle this communication, the Printing Manager gives °dONLNd“ä G*)your application device-independent contr™‡°dONLNd˚G ©)Ωol over the printing prø°dONLNd© ¬)bocess.°dONLNd&ä2
  2664. (/äWhen your application has fiº¿°dONLNd5&
  2665. 2Ú)Ä5nished drawing into the page set up for the printing .°dONLNdj3ä?ò(<ä=graphics port, your application closes the page by using the °dONLNdß3ò?⁄(<ò PrClosePage°dONLNd≤3⁄?Ê)B prR`°dONLNdµ3Ê?) ocedur$¿°dONLNdª3?)e. .°dONLNdæ@äL(IäXFor every page that the user selects to be printed in a document, your application uses .°dONLNdMäYΔ*
  2666. PrOpenPage°dONLNd MΔY€)< and °dONLNd%M€Y) PrClosePage°dONLNd0MY•)B. When your application has fPÄ°dONLNdMM•Y
  2667. )àinished printing, your °dONLNddZäfé(cä;application closes the printing graphics port by using the °dONLNdüZéf (cé
  2668. PrCloseDoc°dONLNd©Z f÷)< prR`°dONLNd¨Z÷fÛ) ocedur$¿°dONLNd≤ZÛf˝)e; °dONLNd∂gäs√(päEyour application should then close the Printing Manager by using the °dONLNd˚g√sÌ(p√PrClose°dONLNdgÌsÔ)* .°dONLNdtäÄì(}äprG °dONLNdtîÄ≤)
  2669. ocedurfi`°dONLNd t≤Äπ)e.†Ç°d
  2670. SPNTË°dSPNT –O°dSPNT–†é
  2671. ¥à#ˇòÇdHHê,ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""d∂äÍ‘
  2672. ÅˇÅˇÅˇÖˇ˘ˇÅ+Å+Å+à+˘ˇ˘ˇÅ+Å+Å+à+˘ˇ˘ˇ++Å˘Å˘Å˘ã˘+˘ˇ˘ˇ++˘ÅˇÅˇÅˇçˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅ·¿ˇˇ++˘ˇ˘ˇ++˘ˇÅÅÅ„ºˇÚˇ++˘ˇ˘ˇ++˘ˇÅÅʼn∫ˇÛˇ++˘ˇ˘Gˇ++˘ˇ¯¸ˇ¯ˇˇˆˇˇ‰ˇˇ˛˝ˇˆˇˇ˜ˇˇÔˇˇˇˇÅÅ„¸ˇ¬¸ˇÙˇ++˘ˇ˘Kˇ++˘ˇ¯ˇˇˇˇÏˇˇÂˇˇ˛ˇˇ˛ˇ˜ˇˇ„ˇˇˇˇÅÅ„˛ˇ˛ƒˇ˛˛ˇÙˇ++˘ˇ˘~ˇ++˘ˇ¯ˇˇˇˇˇˇˇˇˇˇ¸ˇ˛˝ˇ˛˝ˇ˛ˇˇˇˇˇˇ¯ˇˇˇˇˇˇ˙˝ˇ˛ˇˇˇˇˇˇˇˇ¸ˇ˝˝ˇ˝ˇˇÅʼn˝ˇˇˇƒˇˇ˝ˇıˇ++˘ˇ˘êˇ++˘ˇ¯ˇˇˇˇ˛ˇ˛    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇ¯ˇˇˇˇˇˇ˚ˇ˛'ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅÅ„˛ˇˇ¬ˇ˛ˇıˇ++˘ˇ˘~ˇ++˘ˇ¯¸ˇ˛ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛    ˇˇˇˇˇˇÎˇˇ˙¸ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅ鲡˙ˇ˘ˇ‰˛ˇˇ¿ˇ˛ˇıˇ++˘ˇ˘Öˇ++˘ˇ¯ˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛˚ˇˇˇÎˇˇ˚%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅèˇ˛ˇ¸ˇˇ˙ˇˇ‰˛ˇˇ¿ˇ˛ˇıˇ++˘ˇ˘íˇ++˘ˇ¯ˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˚ˇˇÎˇˇ˚%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅèˇ˛ˇ˚ˇ˘ˇ‰˛ˇˇ¸ˇ¯ˇˇˆˇˇÓˇ˛ˇıˇ++˘ˇ˘ôˇ++˘ˇ¯ˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˝ˇˇÒˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅ鲡˙ˇ˘ˇ‰˛ˇˇˇˇˇˇÏˇˇÓˇ˛ˇıˇ++˘ˇ˘óˇ++˘ˇ¯ˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˝ˇˇ˛˝ˇ˛ˇˇ˝ˇˇ˝ˇ˝¸ˇˇˇ˝ˇ˝    ˇˇˇˇˇˇ˛˝ˇÅ顲ˇ˚ˇ˘ˇ‰˛ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇ˛˝ˇÔˇ˛ˇıˇ++˘ˇ˘Qˇ++˘ˇÅÅòˇ˛ˇ˚ˇ˘ˇ‰˛ˇˇˇˇˇˇ˛ˇ˛    ˇˇˇˇˇˇ˛ˇˇÓˇ˛ˇıˇ++˘ˇ˘Qˇ++˘ˇÅÅ󲡲ˇ˛ˇ˝ˇ˛ˇ‰˛ˇˇ¸ˇ˛ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇÓˇ˛ˇıˇ++˘ˇ˘@ˇ++˘ˇÅÅÅÊ˛ˇˇˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇÓˇ˛ˇıˇ++˘ˇ˘@ˇ++˘ˇÅÅÅÊ˛ˇˇˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇÓˇ˛ˇıˇ++˘ˇ˘@ˇ++˘ˇÅÅÅÊ˛ˇˇˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇÓˇ˛ˇıˇ++˘ˇ˘Bˇ++˘ˇ˙ÅˇÅˇÜˇË˛ˇˇˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˝ˇˇÔˇ˛ˇıˇ++˘ˇ˘$ˇ++˘ˇÅÅÅÊ˛ˇˇ¿ˇ˛ˇıˇ++˘ˇ˘&ˇ++˘ˇ˙ÅˇÅˇÜˇË˛ˇˇ¿ˇ˛ˇıˇ++˘ˇ˘$ˇ++˘ˇÅÅÅÊ˛ˇˇ¿ˇ˛ˇıˇ++˘ˇ˘&ˇ++˘ˇÅÅÅÊ˛ˇˇ¬ˇ˛ˇıˇ++˘ˇ˘&ˇ++˘ˇÅÅÅÊ˝ˇˇˇƒˇˇ˝ˇıˇ++˘ˇ˘*ˇ++˘ˇ«‡ˇÅߡ‡ŸˇÊ˛ˇ˛ƒˇ˛˛ˇÙˇ++˘ˇ˘2ˇ++˘ˇ«ˇ‚ˇÅÃˇ€ˇ‡ˇ€ˇÊ¸ˇ¬¸ˇÙˇ++˘ˇ˘.ˇ++˘ˇ«ˇ‚ˇÅÃˇ€ˇ‡ˇ€ˇÂ∫ˇÛˇ++˘ˇ˘2ˇ++˘ˇ«ˇÊˇˇÅÃˇ€ˇ‡ˇ€ˇ‰ºˇÚˇ++˘ˇ˘2ˇ++˘ˇ«ˇÊˇˇÅÃˇ€ˇ‡ˇ€ˇ‚¿ˇˇ++˘ˇ˘4ˇ++˘ˇ«ˇÊˇˇ¥˝ˇ–˝ˇ“ˇ€ˇ‡ˇ€ˇêˇ++˘ˇ˘gˇ++˘ˇ˜˝ˇÓˇˇÍˇ˝ˇÏˇˇÁ¸ˇ’ˇˇ˝ˇˇ˘˝ˇ˛ˇˇˇˇÈˇˇ˝ˇˇ˙¸ˇ‡ˇ€ˇˆ˚ˇÒˇ€ˇêˇ++˘ˇ˘mˇ++˘ˇ¯ˇˇ˛ˇ÷ˇ˛ˇ˛ÏˇˇÁˇˇˇˇ◊ˇ˘ˇ˚ˇˇˇˇˇˇˇˇÍˇ˘ˇ˚ˇˇ›ˇ€ˇÙˇˇÔˇ€ˇêˇ++˘ˇ˘øˇ++˘ˇ¯ˇˇ˙˝ˇ˛¸ˇ˛ˇˇ˛˝ˇ˝˛ˇ˛ˇˇ˝ˇ˝ˇÏˇˇÁˇˇˇˇ˛˝ˇ˝¸ˇ˛˝ˇ˝˛ˇ˛ˇˇ˙ˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇÍˇ˘ˇ˚ˇˇ¸ˇˇˇˇ˝ˇ˛¯ˇ˛ˇˇ˛ˇ€ˇÙˇˇ˝˝ˇ˛ˇˇ¸ˇ€ˇ‡ƒˇÓˇ++˘ˇ˘Ìˇ++˘ˇ¯ˇˇ˚$ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˝ˇÏˇˇÁˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇÎˇ˜ˇ¸ˇˇ¸˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ€ˇÙˇˇ˛    ˇˇˇˇˇˇ¸ˇ€ˇ‚ˇˇƒˇˇˇ++˘ˇ˘…ˇ++˘ˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˜ˇ˝ˇÏˇˇÁ¸ˇ˝¸ˇˇˇˇˇˇˇˇˇ˛ˇıˇ˚ˇˇ¸˚ˇˇˇˇˇÎˇ˜ˇ¸˝ˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˙ˇ€ˇÙˇˇ˛ˇˇˇˇ¯ˇ€ˇ‚ˇ¬ˇˇ++˘ˇ˘Àˇ++˘ˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˚ˇ˛˛ˇ¯ˇ˝ˇÏˇˇÁˇˇ˚ˇˇˇˇˇˇˇˇ˚ˇ˛˛ˇˆˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇÎˇ˜ˇ¸ˇˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˙ˇ€ˇÙˇˇ˛ˇˇˇˇ¯ˇ€ˇ„ˇ¿ˇÒˇ++˘ˇ˘Àˇ++˘ˇ¯ˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ˘˛ˇ˘ˇ˝ˇÏˇˇÁˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˘˛ˇ˜ˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇÎˇ˜ˇ¸ˇˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˙ˇ€ˇÙˇˇ˛ˇˇˇˇ¯ˇ€ˇ„ˇ¿ˇÒˇ++˘ˇ˘ıˇ++˘ˇ¯ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ˝ˇ˝ˇÏˇˇÁˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ˙ˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇÍˇ˘ˇ˚ˇˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ€ˇÙˇˇ˛    ˇˇˇˇˇˇ¸ˇ€ˇ„ˇÙ˝ˇflˇˇıˇÒˇ++˘ˇ˘Õˇ++˘ˇ˜˝ˇ˝˝ˇ˛¸ˇ˛ˇˇ˛˝ˇ˝˛ˇ˛ˇˇ˝ˇ˝ˇÏˇˇÁˇˇ˙¸ˇ˛¸ˇ˛˝ˇ˝˛ˇ˛ˇˇ˙ˇ˘ˇ˚ˇˇˇˇˇˇˇˇÍˇ˘ˇ˚ˇˇ¸ˇˇ¸˝ˇ˛ˇˇˇˇˇˇˇˇ˛ˇ€ˇÙˇˇ˝˝ˇ˛ˇˇ¸ˇ€ˇ„ˇıˇˇ˛ˇ‡ˇˇıˇÒˇ++˘ˇ˘lˇ++˘ˇËˇˇ‚ˇÊˇˇ”ˇˇÊˇˇ˝ˇˇ‘ˇˇ˝ˇˇ‘ˇ€ˇ‡ˇ€ˇ„ˇıˇˇ˙˝ˇ˛¸ˇ˝˛ˇ˝˝ˇ˛ˇˇıˇÒˇ++˘ˇ˘sˇ++˘ˇËˇˇ‚ˇÊˇˇ◊ˇ˛ˇˇ‰˝ˇ–˝ˇ“ˇ€ˇ‡ˇ€ˇ„ˇıˇˇ˚ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇıˇÒˇ++˘ˇ˘]ˇ++˘ˇ«ˇÊˇˇ÷˝ˇÅ˚ˇ€ˇ‡ˇ€ˇ„ˇıˇˇ˙¸ˇ ˇˇˇˇˇˇ¸    ˇˇˇˇˇˇıˇÒˇ++˘ˇ˘Yˇ++˘ˇ«ˇÊˇˇÅÃˇ€ˇ‡ˇ€ˇ„ˇıˇˇ˚ˇˇˇˇˇˇˇˇˇˇ¸˚ˇˇˇıˇÒˇ++˘ˇ˘Vˇ++˘ˇ«ˇ‚ˇÅÃˇ€ˇ‡ˇ€ˇ„ˇıˇˇ˚ˇˇˇˇˇˇˇˇˇˇ¸ˇˇ˚ˇˇıˇÒˇ++˘ˇ˘^ˇ++˘ˇ«ˇ‚ˇÅÃˇ€ˇ‡ˇ€ˇ„ˇıˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇıˇÒˇ++˘ˇ˘Dˇ++˘ˇ«‡ˇÅߡ‡Ÿˇ„ˇÙ˝ˇ˝¸ˇˇˇˇˇ˛˛ˇ˝˝ˇ˛ˇˇıˇÒˇ++˘ˇ˘ˇ++˘ˇÅÅÅ‚ˇ¿ˇÒˇ++˘ˇ˘ˇ++˘ˇÅÅÅ‚ˇ¿ˇÒˇ++˘ˇ˘ˇ++˘ˇÅÅÅ‚ˇ¿ˇÒˇ++˘ˇ˘ˇ++˘ˇÅÅÅ·ˇ¬ˇˇ++˘ˇ˘ ˇ++˘ˇÅÅÅ·ˇˇƒˇˇˇ++˘ˇ˘ˇ++˘ˇÅÅÅflƒˇÓˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘4ˇ++˘ˇÛ¸ˇ€˛ˇÅö¸ˇÓˇˇ˛ˇˇÓˇˇ˛ˇˇÅΡ++˘ˇ˘8ˇ++˘ˇÛˇˇˇˇ›ˇˇˇÅõˇˇˇˇÔˇˇÈˇˇÅÊˇ++˘ˇ˘Öˇ++˘ˇÛˇˇˇˇ˛˝ˇ˛¸ˇ˝˝ˇ˛ˇˇˇˇ¸ˇˇ˚˝ˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˝˝ˇÅøˇˇˇˇ˛˝ˇ˝˛ˇ˛˝ˇˇˇ¸ˇ˝˝ˇ˛˝ˇˇˇ˛˝ˇ˛¸ˇÅ˙ˇ++˘ˇ˘Úˇ++˘ˇÛˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇ˙˛ˇ˝ˇˇˇˇˇˇˇˇ˛ˇ˛ ˇˇˇˇˇˇˇÅ¿ˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇÕBˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÚˇ++˘ˇ˘ùˇ++˘ˇÛ¸ˇ˝¸ˇˇˇˇˇˇˇˇˇˇˇ¯˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ˇˇ¸ˇˇˇˇÅ¿ˇˇˇˇˇˇˇˇ˛ˇ¸ˇˇ˛    ˇˇˇˇˇˇ˛¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅ˚ˇ++˘ˇ˘öˇ++˘ˇÛˇˇ˚ˇˇˇˇˇˇˇˇ˚ˇˇˇ˜˛ˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ¸˚ˇÅ¿ˇˇˇˇ˚ˇ˛˛ˇ˝ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅ˚ˇ++˘ˇ˘õˇ++˘ˇÛˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˚ˇˇˆˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ¸ˇˇÅº    ˇˇˇˇˇˇ˘˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅ˚ˇ++˘ˇ˘Æˇ++˘ˇÛˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇÅ¿    ˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅ˚ˇ++˘ˇ˘Gˇ++˘ˇ˙ˇˇˇˇˇ˙¸ˇ¸ˇ˝˝ˇ˛ˇˇ¯˛ˇ˝˝ˇ˝¸ˇˇˇ¸˛ˇ˝˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ.ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÙˇˇ˛¸ˇ˝˝ˇ˝˛ˇ¸ˇˇˇˇˇˇˇˇ˛¸ˇ˝ˇˇˇˇ˛˝ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇçˇ++˘ˇ˘ˇ++˘ˇ„ˇˇÅÖˇ†ˇéˇ++˘ˇ˘!ˇ++˘ˇ˙ˇÎˇˇÅíˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘"ˇ++˘ˇ˙ˇÅÅ˙ˇÅÔƒˇÓˇ++˘ˇ˘&ˇ++˘ˇÅÅ¡†ˇ‡ˇˇƒˇˇˇ++˘ˇ˘&ˇ++˘ˇ˙ˇÅÅ˙ˇÅÒˇ¬ˇˇ++˘ˇ˘òÇd¥HHê(ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""d¥Íä‘$ˇ++˘ˇÅÅ¡†ˇ·ˇ¿ˇÒˇ++˘ˇ˘&ˇ++˘ˇ˙ˇÅÅ˙ˇÅÚˇ¿ˇÒˇ++˘ˇ˘2ˇ++˘ˇÅÅ¡†ˇ·ˇ˜˝ˇıˇˇ˛ˇˇ·ˇÒˇ++˘ˇ˘6ˇ++˘ˇ˙ˇÅ˘Üˇ˝ˇÅÚˇ¯ˇˇˇˇˆˇˇ‹ˇÒˇ++˘ˇ˘Mˇ++˘ˇÅÒˇàˇˇÒˇ†ˇ·ˇ¯ˇˇˇˇ¸ˇ˛˝ˇˇˇ˛˝ˇ˛¸ˇ˝˛ˇ˜ˇÒˇ++˘ˇ˘aˇ++˘ˇ˙ˇÅ˘ˇàˇˇ˛ˇÍ˝ˇçˇ¯ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ¯ˇÒˇ++˘ˇ˘rˇ++˘ˇÅÒˇàˇˇÒˇ˘ˇˇ˝ˇˇ˙¸ˇ¯ˇˇˆˇˇ‘ˇ·ˇ¯ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˆˇÒˇ++˘ˇ˘Ñˇ++˘ˇ˙ˇ˜˝ˇ›˝ˇØˇÒ˝ˇflˇˇ˝ˇˇΔˇˇ˛ˇÌˇ˘ˇ˚ˇˇˇˇÏˇˇ≥ˇ¯ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛˛ˇ˜ˇÒˇ++˘ˇ˘—ˇ++˘ˇÒˇˇ˝ˇˇ˘˝ˇ˛ˇˇˇˇˆˇˇ˝ˇˇ˙¸ˇˇˇÒˇˇ¯˛ˇflˇÚˇˇ˛ˇ‡ˇˇ˝ˇˇΔˇˇÒˇ˙ˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇˇˇ¸ˇ˛˝ˇ˛˝ˇ˛ˇˇˇˇ‰ˇ·ˇ¯ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˝˛ˇ¯ˇÒˇ++˘ˇ˘Èˇ++˘ˇ˙ˇ˙ˇ˘ˇ˚ˇˇˇˇˇˇˇˇ˜ˇ˘ˇ˚ˇˇÍˇˇ˘ˇˇ›ˇÚˇˇ˙˝ˇ˝˛ˇ˝˛ˇ˝˝ˇ˛˝ˇ˝ˇ˛˝ˇ›ˆˇ˝ˇˇ˛ˇÓˇ˚ˇˇ¸ˇˇˇˇ˛ˇ˛    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ¡ˇ¯ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ¯ˇÒˇ++˘ˇ˘ˇ++˘ˇÚˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇ˜ˇ˘ˇ˚ˇˇ¸
  2673. ˇˇˇˇˇˇ˛ˇ˛˝ˇ˚˝ˇˇˇˇˇ˝ˇ˛¯ˇ˛ˇˇ¸ˇÚˇˇ˚ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇˇ›¯ˇ¸ˇˇÒˇ˚ˇ˚ˇˇ¸¸ˇ˛ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛    ˇˇˇˇˇˇ·ˇ·ˇ˜˝ˇ˛¸ˇ¸ˇˇˇˇ˛˝ˇ˛ˇˇˇˇ˛˛ˇ˜ˇÒˇ++˘ˇ˘Ûˇ++˘ˇ˙ˇ˚ˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇ¯ˇ˜ˇ¸ˇˇ¸ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˘ˇˇ˛˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇÚˇˇ˙¸ˇ˛ˇ˝˛ˇ˝ˇˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇˇ‹˙ˇ˚ˇˇ˛ˇÓˇ˚ˇˇ¸ˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛˚ˇˇˇ¿ˇˇˇ”ˇÒˇ++˘ˇ˘‚ˇ++˘ˇÛˇ˚ˇˇ¸˚ˇˇˇˇˇ¯ˇ˜ˇ¸˝ˇ˛ˇˇˇˇ˝˛ˇ¸ˇˇ˘ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ¯ˇÚˇˇ˚ˇˇˇˇ˛˛ˇ˝˛ˇ˛˚ˇ˛ˇˇ˝ˇˇ˛˚ˇ€¸ˇ˙ˇˇÒˇ˚ˇ˚ˇˇ¸ˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˚ˇˇ·ˇ·ˇˇˇ”ˇÒˇ++˘ˇ˘Áˇ++˘ˇ˙ˇ˚ˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇ¯ˇ˜ˇ¸ˇˇ¸ˇˇˇˇ¸˛ˇ˝ˇˇ˘ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ¯ˇÚˇˇ˚ˇˇˇˇ˝˛ˇ˝˛ˇˇˇ˙ˇˇ˝ˇˇ˛ˇˇ÷˛ˇ˘ˇˇ˛ˇÌˇ˝ˇˇ˚ˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ¿ˇ¿ˇÒˇ++˘ˇ˘Ôˇ++˘ˇÛˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇ¯ˇ˜ˇ¸ˇˇ¸ˇˇˇˇ˚˛ˇ˛ˇˇ˘ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ¯ˇÚˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇŸˇ¯ˇˇÒˇ˙ˇ˘ˇ˚ˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˝ˇˇ˛˝ˇ˛ˇˇ·ˇ‡ˇ¬ˇˇ++˘ˇ˘∫ˇ++˘ˇ˙ˇ˙ˇ˝ˇˇ˚ˇˇˇˇˇˇˇˇ˜ˇ˘ˇ˚ˇˇ¸ˇˇˇˇ˝ˇˇˇ˛ˇˇ˘ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇÒ˝ˇ˝¸ˇ˛˛ˇ˝˛ˇ˝˝ˇ¸ˇˇ˝ˇˇ˛˝ˇŒˇˇ˛ˇÏˇˇ˝ˇˇéˇˇƒˇˇˇ++˘ˇ˘Äˇ++˘ˇÚˇ˘ˇ˚ˇˇˇˇˇˇˇˇ˜ˇ˘ˇ˚ˇˇ¸ˇˇˇˇ¸˛ˇ¸ˇˇ˙ˇˇ˛ˇˇ¸˝ˇ˛ˇˇˇˇˇˇˇˇ¸ˇàˇˇÒˇ˜˝ˇÆˇfiƒˇÓˇ++˘ˇ˘7ˇ++˘ˇ˙ˇ˘ˇˇ˝ˇˇ·ˇˇ˝ˇˇ±ˇàˇˇ˛ˇÅüˇ++˘ˇ˘)ˇ++˘ˇÔ˝ˇ›˝ˇØˇàˇˇÒˇ†ˇéˇ++˘ˇ˘ ˇ++˘ˇ˙ˇÅ˘Öˇ˛ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÜˇÒˇ†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ ˇ++˘ˇÅÅ¡†ˇfiƒˇÓˇ++˘ˇ˘(ˇ++˘ˇ˙ˇÅÅ˙ˇÅÒˇˇƒˇˇˇ++˘ˇ˘&ˇ++˘ˇÅÒܢˇ†ˇ‡ˇ¬ˇˇ++˘ˇ˘-ˇ++˘ˇ˙ˇÅ˘˘à˘˘˛ˇÅÚˇ¿ˇÒˇ++˘ˇ˘+ˇ++˘ˇÅÒ˘à˘˘Òˇ†ˇ·ˇ¿ˇÒˇ++˘ˇ˘=ˇ++˘ˇ˙ˇÅ˘˘à˘˘˛ˇÍ˝ˇçˇÓˇˇˇˇ˜ˇˇÂˇÒˇ++˘ˇ˘nˇ++˘ˇfi¸+‚++˜++È˛+·˘Ò˝+fl++˝++Δ˘˘Òˇ˘ˇˇ˝ˇˇ˙¸ˇˇˇˇˇƒˇ·ˇÓˇˇˇˇ˜ˇˇÂˇÒˇ++˘ˇ˘rˇ++˘ˇ˙ˇÊ++++æ++fl˘Ú++˛+‡++˝++Δ˘˘˛ˇÌˇ˘ˇ˚ˇˇ¯ˇˇ£ˇÓˇˇˇˇ˛˝ˇ˛ˇˇ¸ˇÏˇÒˇ++˘ˇ˘ ˇ++˘ˇfi++++˛˝+˛¯+˝˝+˛++¸+˛++¸+˝¸+˚˝+++++˝+˛¯+˛++˛˘Ú++˙˝+˝˛+˝˛+˝˝+˛˝+˝+˛˝+›ˆ˘˝˘˘Òˇ˙ˇ˘ˇ˚ˇˇ¸ˇˇˇˇ˛˝ˇÀˇ·ˇÓˇˇˇˇˇˇˇˇˇˇˇˇˇˇÌˇÒˇ++˘ˇ˘ˇ++˘ˇ˙ˇÊ+++++++++++++++˛!++++++++++++++++++˙++˛˛+˛++++++++++++˛˘Ú++˚+˛++++++++++++˛++˝++˛++++›¯˘¸˘˘˛ˇÓˇ˜ˇ¸ˇˇ¸ˇˇˇˇˇˇˇˇ´ˇÓ˚ˇˇˇˇˇˇˇˇˇˇˇÌˇÒˇ++˘ˇ˘Ôˇ++˘ˇfi¸+˛++++++++++˛¸+++++++++++++++++˙++˛++˝++++++++++˙˘Ú++˙¸+˛+˝˛+˝++++˛++˝++˛++++‹˙˘˚˘˘Òˇ˚ˇ˜ˇ¸˝ˇ˛ˇˇˇˇˇˇˇˇÃˇ·ˇÓˇˇˇˇ˚ˇ ˇˇˇˇˇˇÌˇÒˇ++˘ˇ˘Íˇ++˘ˇ˙ˇÊ++++˚+3++++++++++++++++++++++++++˙++˛++˝++++++++++˙˘Ú++˚++++˛˛+˝˛+˛˚+˛++˝++˛˚+€¸˘˙˘˘˛ˇÓˇ˜ˇ¸ˇˇ¸ˇˇˇˇ˚ˇ´ˇÓ    ˇˇˇˇˇˇ˚    ˇˇˇˇˇˇÌˇÒˇ++˘ˇ˘Ôˇ++˘ˇfi    ++++++˚1++++++++++++++++++++++++++˙++˛++˝++++++++++˙˘Ú++˚++++˝˛+˝˛+++˙++˝++˛++÷˛˘˘˘˘Òˇ˚ˇ˜ˇ¸ˇˇ¸    ˇˇˇˇˇˇ»ˇ·ˇÓ    ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇÌˇÒˇ++˘ˇ˘ˇ++˘ˇ˙ˇÊ    ++++++˛4+++++++++++++++++++++++++++˙++˛++˝++++++++++++˛˘Ú++˛+++++++++++++˛+˛++˝++˛++˛+Ÿ˘¯˘˘˛ˇÌˇ˘ˇ˚ˇˇ¸    ˇˇˇˇˇˇ˛ˇ´ˇÓˇˇˇˇ˛˝ˇ˛ˇˇ¸ˇÏˇÒˇ++˘ˇ˘ƒˇ++˘ˇfi++++˛˝+˛    ++++++˛¸+++++++++++++˛¸+˙++˛++¸˝+˛++++++++˛˘Ò˝+˝¸+˛˛+˝˛+˝˝+¸++˝++˛˝+Œ˘˘Òˇ˙ˇ˘ˇ˚ˇˇ¸ˇˇˇˇ˛˝ˇÀˇ·ˇ⁄ˇˇÈˇÒˇ++˘ˇ˘=ˇ++˘ˇ˙ˇ¶++÷˘à˘˘˛ˇÏˇˇ˝ˇˇèˇ⁄ˇˇÈˇÒˇ++˘ˇ˘6ˇ++˘ˇ¢+˛++÷˘à˘˘Òˇ˜˝ˇÆˇ·ˇ¿ˇÒˇ++˘ˇ˘/ˇ++˘ˇ˙ˇ©˝+’˘à˘˘˛ˇÅÒˇ¬ˇˇ++˘ˇ˘(ˇ++˘ˇÅÒÖ˘Òˇ†ˇ‡ˇˇƒˇˇˇ++˘ˇ˘$ˇ++˘ˇ˙ˇÅ¯Ü˘˛ˇÅÔƒˇÓˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘ˇ++˘ˇÅÅ¡†ˇéˇ++˘ˇ˘ˇ++˘ˇ˙ˇÅÅ˙ˇÅüˇ++˘ˇ˘Çˇ++˘ˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÙbˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇéˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ˇÅÅÅèˇ++˘ˇ˘ˇ++˘ÅˇÅˇÅˇçˇ++˘ˇ˘òÇ¥HHê,ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""¥äO‘ˇ++˘Å+Å+Å+ã+˘ˇ˘ˇÅ+Å+Å+à+˘ˇ˘ˇÅ˘Å˘Å˘á˘ˇ˘
  2674. ÅˇÅˇÅˇÖˇ˘
  2675. ÅÅÅÅ˝
  2676. ÅÅÅÅ˝
  2677. ÅÅÅÅ˝
  2678. ÅÅÅÅ˝
  2679. ÅÅÅÅ˝
  2680. ÅÅÅÅ˝
  2681. ÅÅÅÅ˝
  2682. ÅÅÅÅ˝
  2683. ÅÅÅÅ˝
  2684. ÅÅÅÅ˝
  2685. ÅÅÅÅ˝
  2686. ÅÅÅÅ˝
  2687. ÅÅÅÅ˝
  2688. ÅÅÅÅ˝
  2689. ÅÅÅÅ˝
  2690. ÅÅÅÅ˝
  2691. ÅÅÅÅ˝
  2692. ÅÅÅÅ˝
  2693. ÅÅÅÅ˝
  2694. ÅÅÅÅ˝
  2695. ÅÅÅÅ˝
  2696. ÅÅÅÅ˝
  2697. ÅÅÅÅ˝
  2698. ÅÅÅÅ˝
  2699. ÅÅÅÅ˝
  2700. ÅÅÅÅ˝
  2701. ÅÅÅÅ˝
  2702. ÅÅÅÅ˝
  2703. ÅÅÅÅ˝
  2704. ÅÅÅÅ˝
  2705. ÅÅÅÅ˝
  2706. ÅÅÅÅ˝
  2707. ÅÅÅÅ˝
  2708. ÅÅÅÅ˝
  2709. ÅÅÅÅ˝
  2710. ÅÅÅÅ˝
  2711. ÅÅÅÅ˝
  2712. ÅÅÅÅ˝
  2713. ÅÅÅÅ˝
  2714. ÅÅÅÅ˝
  2715. ÅÅÅÅ˝
  2716. ÅÅÅÅ˝
  2717. ÅÅÅÅ˝
  2718. ÅÅÅÅ˝o˜˝ˇ˛¸ˇ˛ˇ˘ˇ˜˛ˇˆ˝ˇ¸˛ˇ˜˚ˇˇˇÌˇˇ˜ˇˇÛˇˇˇˇ˜ˇˇÎˇˇÂ˛ˇ‚ˇˇfl    ˇˇˇˇˇˇ˘ˇˇ˛ˇˇfiˇˇˆˇˇÅfis¯ˇˇˇˇˇˇˇˇˇˇ˚ˇˇ¯ˇˇˇ¯ˇˇˇˇ˛ˇˇÛˇˇ˛ˇˇ·ˇˇÛˇˇÛˇˇÎˇˇÊˇˇ‡ˇˇfl    ˇˇˇˇˇˇÙˇˇ—ˇˇÅfiȯˇˇˇˇˇˇˇˇ˛ˇ˝˛ˇ¯ˇˇı    ˇˇˇˇˇˇÚˇˇ˛¸ˇ˝˝ˇ¯ˇˇ˛˝ˇ˛¸ˇ˘¸ˇˇˇ˛˝ˇ˛ˇˇ˛˝ˇ˝¸ˇ˚¸ˇ˝˝ˇ˛ˇˇˇˇ˚˝ˇ˛˝ˇ˛ˇˇˇˇ˚˝ˇ˙ˇˇ˚˝ˇ˝˛ˇ˝˝ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˛˝ˇ˛ˇˇˇˇ¸¸ˇ˛    ˇˇˇˇˇˇ¸ˇ˛˝ˇ˛˝ˇ˛ˇˇˇˇÅÓ,¯ˇˇˇˇˇˇˇˇ˝ˇ˝ˇ¯˛ˇˆˇˇˇˇ¸ˇıˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇ˚ ˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇˇ˛ˇˇˇˇ˛ˇ˙ˇ˛ˇˇ˚ˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˙ˇˇˇˇ˛ˇ˛    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇÅÏ(¯ˇˇˇˇ¸ˇ˛ˇ¸ˇˇˇ¸ˇ˛˛ˇ˛¸ˇˇˇˇˇˇˇˇˇˆˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇ˚    ˇˇˇˇˇˇ˛¸ˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇˇ˛    ˇˇˇˇˇˇ¯¸ˇ˚ˇˇ˚¸ˇ˛ˇ˝    ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˛    ˇˇˇˇˇˇ˘    ˇˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛    ˇˇˇˇˇˇÅί    ˇˇˇˇˇˇ˚ˇ˛ˇˇˇˆ˛ˇ¯ˇˇˇˇˇˇˇˇˆˇˇ˛ˇˇˇˇ˚ˇ˘ˇˇˇˇˇˇˇˇˇˇ˚%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇ˛˝ˇ˘ˇˇ˛    ˇˇˇˇˇˇ˘ˇˇˇˇ˚ˇˇ¸ˇˇˇˇ˛˛ˇ˛˚ˇˇˇ˝ˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˛˚ˇˇˇ˘    ˇˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛˚ˇˇˇÅÎ"¯    ˇˇˇˇˇˇ˚ˇ˛ˇ˛ˇˇıˇˇ¯ˇˇˇˇˇˇˇˇˆˇˇ˛    ˇˇˇˇˇˇıˇˇˇˇˇˇˇˇˇˇ˚%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇˇ˛    ˇˇˇˇˇˇ˘ˇˇˇˇ˚ˇˇ¸ˇˇˇˇ˝˛ˇˇˇ˚ˇˇ˝ˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˚ˇˇ˘    ˇˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˚ˇˇÅÎ9¯    ˇˇˇˇˇˇ˚ˇ˙ˇˇ¯ˇˇˇ¯ˇˇˇˇˇˇˇˇˇˇ˙ˇˇ˛    ˇˇˇˇˇˇ˛ˇ˘ˇˇˇˇˇˇˇˇˇˇ˚%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇˇ˛    ˇˇˇˇˇˇ˘ˇˇˇˇ˚ˇˇ¸ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˘    ˇˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˝ˇˇÅÒ›˜˝ˇ˛ˇˇ˚ˇ˙ˇˇ˜˛ˇˆ˝ˇ˝˝ˇ˛ˇˇ˙ˇˇ˛ˇˇˇˇ˛˝ˇ¯ˇˇ˛˝ˇ˛¸ˇ˘¸ˇˇˇ˛¸ˇˇˇ˛˝ˇ˝¸ˇ˚¸ˇ˝˝ˇ˛ˇˇˇˇ˙ˇˇ˝˝ˇ˛ˇˇ¯¸ˇ˚¸ˇ˛¸ˇ˛˛ˇ˝˝ˇ˛ˇˇ˝˘ˇ˝ˇˇ˝ˇˇ˝ˇˇ˛˝ˇ˛ˇˇ˘¸ˇ˛ˇˇ˝    ˇˇˇˇˇˇ˝ˇˇ˛˝ˇ˛ˇˇ˝ˇˇÅÒÙˇˇ¢ˇˇ«ˇˇÅÈˇˇÅ√ñˇˇˇÀˇ˛ˇˇÅÈˇˇÅ√ï˛ˇ…˝ˇÅÅ®
  2719. ÅÅÅÅ˝
  2720. ÅÅÅÅ˝
  2721. ÅÅÅÅ˝
  2722. ÅÅÅÅ˝Ç˜ˇˇ¸ˇ¯ˇˇˆˇˇ˛ˇˇÎˇ˘ˇ—ˇˇˇˇÙˇˇÍˇˇ‚˛ˇ˚ˇˇ˛ˇˇ‚ˇˇÎˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˆ˝ˇˆˇˇ¯ˇˇ˚¸ˇ‰ˇˇˇˇÅ|¯ˇˇ˛ˇˇˇˇÏˇˇÊˇˇ˚ˇˇ—ˇˇˇˇÙˇˇÍˇˇ„ˇˇ˙ˇˇ˝ˇˇ     ˇˇˇˇˇˇ˙ˇˇ˛ˇˇ˜ˇˇˇˇÏˇˇ˚ˇˇˇˇÂˇˇˇˇÅ¯ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇ˛˝ˇˇˇ¸ˇ˝¸ˇ˚˛ˇ˝˛ˇ˛˝ˇ˛¸ˇ˝˝ˇ˝¸ˇ˛˝ˇ˛
  2723. ˇˇˇˇˇˇ˙˛ˇ˛¸ˇ˝˝ˇ˛¸ˇ˛˝ˇ˛˝ˇ˛ˇˇˇˇ˚˝ˇ˛˝ˇ˚ˇˇˇˇ˛ˇˇ˛¯ˇ˝˝ˇ˝¸ˇˇˇ¸ˇ˝¸ˇ˚ˇˇˇˇˇˇˇˇ˝ˇ¸ˇ˙ˇˇˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˛    ˇˇˇˇˇˇ˛ˇˇÅd¯ˇˇˇˇˇˇˇˇ˛ˇ˛    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚˝ˇ˝ˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ˙ˇˇˇˇˇˇˇˇ˛    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˙ˇˇˇˇ˛ˇˇ˙ˇˇˇˇ˛ˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇÅˇ-Ò¸ˇ˛ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ¸ˇˇˇ˛¸ˇˇˇˇˇ˛¸ˇˇˇˇˇˇˇˇˇˇˇÚˇˇ¸ˇˇˇˇ˛¸ˇˇˇˇˇ˛ˇˇ˛    ˇˇˇˇˇˇ˘ˇˇˇˇ˛ˇˇÚˇˇ˛    ˇˇˇˇˇˇ˛¸ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ¸˝ˇ˝    ˇˇˇˇˇˇ¸¸ˇ ˇˇˇˇˇˇÅ˘9Òˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ˛ˇ%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇÚˇˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛˚ˇˇˇ˘ˇˇˇˇ˛ˇˇÚˇˇ˛-ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ¸˛ˇ¸    ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇÅ˘:Òˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ˛ˇ˛%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇÚˇˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˚ˇˇ˘ˇˇˇˇ˛ˇˇÚˇˇ˛-ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇ¸˝ˇ˝    ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇÅ˘CÒˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ˙%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇÚˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˘ˇˇˇˇ˛ˇˇÚˇˇ˛-ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛    ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇÅ¯ÒÒˇˇ˚ˇˇ˝    ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˛¸ˇ˚ˇ˙ˇˇ˛¸ˇˇˇˇˇ˛¸ˇ˛¸ˇ˛˝ˇ˛ˇˇÒ˛ˇ˛ˇˇˇˇ˛¸ˇ¸ˇ¸ˇˇ˛˝ˇ˛ˇˇ¯˝ˇ˝ˇˇÚˇˇ˛    ˇˇˇˇˇˇ˛¸ˇ˛¸ˇ ˇˇˇˇˇˇ˛¸ˇ˚˘ˇ˝ˇˇ˝    ˇˇˇˇˇˇ˙˝ˇ˝¸ˇˇˇ˛˛ˇ˛ˇˇˇˇ¸ˇ˛ˇˇ¸¸ˇ˘ˇÅ˜"¡ˇˇ”ˇˇœˇˇ¨ˇˇÔˇˇ’ˇˇÅº-≈ˇ˛ˇˇ◊ˇ˛ˇˇœˇˇ∞ˇ˛ˇˇÛˇ˛ˇˇÅéƒ˝ˇ’˝ˇÅ˙˝ˇÒ˝ˇÅç†è°dSPNTÈ†Éˇ~@ˇ ˇˇˇˇ@
  2724. ˇ·ˇ‚7^
  2725. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  2726. (‡*1-28    )BOther Graphics Managers4^*¿¯
  2727. °dONLNd\lhÄ(elTher¿°dONLNd\Åhë)e ar`°dONLNd\ëhÿ)Ge two main types of printer drivers for Macintosh computers: QuickDraw °dONLNdOiluÔ(rlprinter drivers and PostScript˛Ä°dONLNdmgÔpˆ(nÔ™
  2728. ”Ä°dONLNdni˜uÓ+6 printer drivers. Using QuickDraw drawing operations, °dONLNd§vlÇÊ(lQuickDraw printer drivers7†°dONLNdΩvÁÇÌ){ r|†°dONLNdøvÌÇË)5ender images on the Macintosh computer and then send °dONLNdÙÉlèÄ(ålthe r¢`°dONLNd˘ÉÄèô)enderÁ¿°dONLNd˛Éôè´)?ed images to the printer in the form of bitmaps or pixel maps. X°dONLNd=ɨè›(å¨ PostScript °dONLNdHêlú∞(ôlprinter drivers,\¿°dONLNdXê±úŒ)E> on the other hand, convert QuickDraw drawing operations into °dONLNdñùl©_(¶l6equivalent PostScript drawing operations, as necessary釰dONLNdÃù^©Ê)Ú!. PostScript printers have their °dONLNdÌ™l∂Ü(≥lown rb‡°dONLNdÚ™Ü∂Û)Tendering capabilities. PostScript printer drivers typically send drawing operations °dONLNdF∑l√¶(¿lto the printer°dONLNdT∑¶√‰):, which itself rä°dONLNdd∑‰√\)>enders images on the page.°dONLNd…l’N(“l1For most applications, sending QuickDraw’s picturØ¿°dONLNd∞…N’Ç)‚ e-drawing r¿Ä°dONLNdª…Ç’·)4outines to the printer °dONLNd“÷l‚°(flldriver is sufi°dONLNdfl÷°‚ß)5fiu¿°dONLNd·÷ß‚»)Acient: the driver either uses QuickDraw or converts the drawing rRÄ°dONLNd"÷»‚ˆ(fl» outines to °dONLNd-„lÔh(Ïl9PostScript. For some applications, such as page-layout prx`°dONLNdf„hÔ‘)¸ograms, this may not be °dONLNd~l¸y(˘lsufÍ`°dONLNdÅy¸)fi˜ °dONLNdÉ¸)cient; such applications may rN‡°dONLNd°¸)Ñely oÖÄ°dONLNd¶¸&)n pŸ°dONLNd©&¸\)rinter driver]@°dONLNd∂]¸f)7s t\†°dONLNdπg¸x)
  2729. o pr@°dONLNdΩy¸–)ovide several featurÄ@°dONLNd—–¸Ô)Wes that °dONLNdŸ˝l    t(larE°dONLNd€˝u    Œ)    e not available, or arı†°dONLNdÒ˝Œ    ·)Ye difi†°dONLNdˆ˝‚    Ë)fiv`°dONLNd¯˝Ë    {) cult to achieve, using QuickDraw'Ä°dONLNd˝{    Ä)ì. °dONLNdls(lUG@°dONLNdt£) sing pictur∂`°dONLNd'£2)/e comments, your application caÕ†°dONLNdF2N)èn instr6¿°dONLNdMOe)uct pr†°dONLNdReõ)rinter driverˆ‡°dONLNd_õ∑)6s to pe∑Ä°dONLNdf∏ª)r™ °dONLNdgº‘)form °dONLNdll(q(%loıÄ°dONLNdmq(B)-perations that QuickDraw does not support. Cr˙@°dONLNdöB(√)—eated with the QuickDraw pr¥‡°dONLNdµƒ(‚)ÇocedurL °dONLNdª„(Í)e ,
  2730. Courier.°dONLNdΩ)l5®(2l
  2731. PicComment°dONLNd«)®5≠)<, .°dONLNd…)≠5˛)picture comments.Ÿ†°dONLNdŸ)˛5
  2732. )Q ar¨°dONLNd‹)
  2733. 5h) e data or commands f¨°dONLNd)h5†)^or special pr~`°dONLNd˝)†5ø)8ocessin~`°dONLNd)ø5◊)g tha~`°dONLNd    )◊5Ó)t can .°dONLNd6lBÅ(?l@be included in the code an application sends to a printer driverà°dONLNdO6ÅBÉ(?Å.°dONLNdP6ÑBÜ) °dONLNdRHlTs(QlA∫†°dONLNdSHsT¿) number of pictur]†°dONLNddH¡Tt)N&e comments have been given special defiÒÄ°dONLNdãHtTÂ)≥nitions in printer drivers. °dONLNdßUlaÂ(^lSThe drivers for PostScript printers and even some QuickDraw printers support featurˇ°dONLNd˙UÂa(^Âes °dONLNd˝blnÏ(klunavailable with QuickDrawB‡°dONLNdbÏnÒ)Ä:. When a printer driver encounters one of these comments, °dONLNdQol{J(xl5it converts it to its own printing code. Other picturF°dONLNdÜoK{·)fl"e comments signal the driver that °dONLNd®|là‡(ÖlUPostScript code is enclosed, so your application can even include PostScript code dir_`°dONLNd˝|‡à˜(Ö‡ectly °dONLNdâlïn(ílih`°dONLNdâoïz)n t¸ °dONLNdâzïò) he defi    @°dONLNdâôï„)nition of a picturÁ@°dONLNd â‚ïÈ)Ie.
  2734. ú*∑¯4ù*∑¯
  2735. «*œ¯4»*œ¯ …*…˛
  2736. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd$¥*«‰(¬*Other Graphics ManagersˇˇˇˇˇˇV˛(¬1
  2737. °dONLNd=ÿl‰ı(·lIn addition to the QuickDraw rÌ@°dONLNd[ÿı‰ˆ)â=outines described in this book, several other collections of °dONLNdòÂlÒÆ(Ólsystem softwarM‡°dONLNd¶ÂØÒ∫)Ce r\Ä°dONLNd©Â∫ÒÂ)
  2738. outines ar ‡°dONLNd≥ÂÊÒ‚),:e available to assist you in drawing and printing images. °dONLNdÓ˜lr(lY@Ä°dONLNdÔ˜r)!our application can use QuickDrawᆰdONLNd˜)ù’sㇰdONLNd˜() textLJ°dONLNd˜)T)    -handlingΔÄ°dONLNd ˜TZ)+ r Ä°dONLNd"˜[™)outines to measurÈÄ°dONLNd3˜©)Ne and draw text °dONLNdCl◊(lranging in complexity frø°dONLNd[◊r)k%om a single glyph to a line of justifiŸ‡°dONLNdÅrÎ)õed text containing multiple °dONLNdùlâ(l?languages and styles. In addition to measuring and drawing text˘@°dONLNd‹âÀ(â, QuickDraw’s °dONLNdÍl*Æ('ltext-handling r†°dONLNd˘Æ*‡)BEoutines also help you to determine which characters to highlight and °dONLNd    >+l7Ç(4lwher7°dONLNd    B+É7&)&e to mark the insertion point. These r `°dONLNd    h+&7Q)£
  2739. outines arœ¿°dONLNd    r+Q7ƒ)+e described in the chapter °dONLNd    ç8lD≠(Al “QuickDraw T`°dONLNd    ô8≠DÃ)Aext” in ı¿°dONLNd    °8ÃD)Inside Macintosh: T◊¿°dONLNd    ¥8D()Pext@°dONLNd    ∑8)D.). °dONLNd    ∫JlVr(SlTµ¿°dONLNd    ªJqVÇ)o prr`°dONLNd    øJÉV∞)    ovide morÍ`°dONLNd    »J∞VÃ)-@e sophisticated color support on indexed graphics devices, your °dONLNd
  2740. Wlc(`l'application can use the Palette Manager¬@°dONLNd
  2741. /Wc3)Ø. The ˛°dONLNd
  2742. 5W3c})Palette Manager#‡°dONLNd
  2743. DW~cˆ)K allows your application to °dONLNd
  2744. `dlpê(mlBspecify sets of colors that it needs on a window-by-window basis. H@°dONLNd
  2745. ¢dêpÂ(mêAn indexed device °dONLNd
  2746. ¥ql}˜(zl[supporting a byte for each pixel allows 256 colors to be displayed. On a video device that °dONLNd ~lä *uses a variable CLUTc°dONLNd #~ äÁ)^B, your application can use the Palette Manager to display tens of °dONLNd eãló(îlZthousands of palettes—that is, sets of colors—consisting of 256 colors each, so that your °dONLNd øòl§∏*Napplication has up to 16 million colors at its disposal (although only 256 difT °dONLNd ò∏§ƒ(°∏fer6†°dONLNd òƒ§Ò) ent colors ˇCê@ˇ ˇˇˇˇ@
  2747. ˇ·ˇ‚7^
  2748. 4H\, Palatino&e.3+ä"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@äIntroduction to QuickDraw4⁄ä˙(‡äOther Graphics Managers
  2749. , (‡1-29
  2750. ˇˇˇˇˇˇˇˇ4^4|lòÄ2^A|rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^A|r^A|r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  2751. ^6|@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""^6|@^6|@˜˜˜˜˜˜˜˜˜˜˜˜˜˙ˇˇ˙ˇ˙ˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜
  2752. 4Å4w?òÄ
  2753. Å6w@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Å6w@Å6w@$˜˙ˇ˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˛¸ˇˇ
  2754. ˇ˛ˇ˛¸ˇ˛¸ˇ˝˚ˇ˛˛˛ˇ˝
  2755. ˇ˛ˇ˛
  2756. ˇ˛ˇ˛˛˛ˇ˝˜˛˛ˇ˝
  2757. ˇ˛ˇ˛
  2758. ˇ˛ˇ˛˙ˇ˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜˛˛ˇ˝
  2759. ˇ˛ˇ˛
  2760. ˇ˛ˇ˛˛ˇˇ˝˜˛¸ˇˇ
  2761. ˇ˛ˇ˛    ¸ˇˇ˜˛˛ˇ˝
  2762. ˇ˛ˇ˛
  2763. ˇ˛ˇ˛˛˛ˇ˝˜¸ˇ˛¸ˇ˝˚ˇ˛˝ˇ˝˜˜˜˜˛¸ˇˇ
  2764. ˇ˛ˇ˛˛˛ˇ˝
  2765. ˇ˛ˇ˛
  2766. ˇ˛ˇ˛˛˛ˇ˝˜˜˜˜˝˛ˇ˛
  2767. ˛ˇ˛ˇˇ    ˇ¸ˇ ˇˇ˛ˇ
  2768. ˛ˇ˛ˇˇ    ˇ˛ˇ˛˜˛˝ˇ˛ˇ˙˛ˇ˚¸ˇ˛˜    ¸ˇˇ˜˛˛ˇ˝
  2769. ˇ˛ˇ˛
  2770. ˇ˛ˇ˛˛ˇˇ˝˙ˇ˝ˇ¸˛ˇˇ˝
  2771. ˇ˛ˇ˛˜˙ˇ    ˇ¸ˇ    ˇ¸ˇ
  2772. ˛ˇ˛ˇˇ˝˛ˇ˛˜¸ˇ˛¸ˇ˝˚ˇ˛˛ˇˇ˝
  2773. ˇˇˇ˛
  2774. ˇˇˇ˛˛˛ˇ˝ˇ˙˝˛ˇ˛ˇˇ˚˝˛ˇ˛ˇˇ˚˝˛ˇ˛˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh (eäWcan appear at once). For example, your application can use the Palette Manager to load °dONLNdWiäu˙*the CLUT with a set of pr§¿°dONLNdpi˙u1)pevailingly brr`°dONLNd}i2u)81own colors to display a Rembrandt painting, then °dONLNdÆväÇç(ärE°dONLNdØvéÇ)eload the CLUT with a set of pr-°dONLNdŒvÇÎ)ã1evailingly blue colors for a Monet painting. For °dONLNdˇÉäè5(åä%information about the Palette Manager>°dONLNd$É5èJ)´, see é@°dONLNd*ÉJè˙)(Inside Macintosh: Advanced Color Imagingµ‡°dONLNdRÉ˙è¸)∞.°dONLNdTïä°ê(ûäTµ¿°dONLNdUïè°ˆ)o solicit color choices frØ°dONLNdo)g?om users, your application can use the Color Picker Utilities. °dONLNdÆ¢äÆù(´äThe ª¿°dONLNd≤¢ùÆ˝)Color Picker UtilitiesW†°dONLNd»¢˛Æ
  2775. )a prû¿°dONLNdÀ¢
  2776. Æ∞) %ovide your application with a standarB °dONLNd¢±Æ˘)ßd dialog box for °dONLNdØäª˙(∏äsoliciting a color choice fr†°dONLNdØ˚ª∏)q,om users. The Color Picker Utilities also pr3°dONLNdIØ∏ª◊)Ωovide raÄ°dONLNdPØ◊ª)outines that .°dONLNd]ºä»Ñ(≈ä7allow your application to convert between colors specifi°dONLNdïºÑ»ú)˙ed in ,
  2777. Courier°dONLNdõºú»Ã)RGBColor°dONLNd£ºû“)0 rR`°dONLNd•º“»‰)ecor$¿°dONLNd©º‰»)ds and .°dONLNd∞…ä’√(“äcolors specifi·`°dONLNdæ…√’)9Eed for other color models, such as the CMYK model used by many color °dONLNd÷ä‚(flä^printers. Most applications use the Color Picker Utilities only for soliciting color choices. °dONLNda„äÔê*Tµ¿°dONLNdb„èÔd)3o learn how to use the Color Picker Utilities, see ± °dONLNdï„eÔÛ)÷!Inside Macintosh: Advanced Color °dONLNd∂临(˘äImaginga¿°dONLNdΩ¨¸Æ)".°dONLNdøä<( ä(As color devices for input and output pr•†°dONLNdÁ<ô)≤oliferate, so do the prp@°dONLNd˛ö)^oblems of moving images °dONLNdä˛(äbetween them with good r.†°dONLNd.ˇ+)u esults. Difp°dONLNd9+7),ferRÄ°dONLNd<7û) ent device types use dif °dONLNdTû™)gfer“†°dONLNdW™¯) ent color models, °dONLNdiä(±(%äwhich prÄ°dONLNdq≤(€)(    oduce difñ °dONLNdz€(Á))ferx†°dONLNd}Á(Å) $ent gamuts, or ranges of colors. Scr≥ °dONLNd°Å(¸)öeens, for example, typically °dONLNdæ)ä5#(2ä#display colors as combinations of r£ °dONLNd·)#5<)ôed, gr‹†°dONLNdÁ)<5∏)een, and blue—combination[‡°dONLNd)π5Ÿ)}s that y~ °dONLNd)Ÿ5Í) our .°dONLNd 6äB‡(?äapplication specifi°dONLNd6‡B)Ves with °dONLNd'6B4)$RGBColor°dONLNd/64B:)0 rR`°dONLNd16:BL)ecor$¿°dONLNd56LB‹)ds when using Color QuickDraw9¿°dONLNdR6€BÓ)è. Scr  °dONLNdW6ÓB)eens by .°dONLNd_CäOñ(Lädif™`°dONLNdbCñO¢) fer凰dONLNdeC¢OÊ) ent manufacturi`°dONLNdsCÊOÖ)D$ers may be capable of displaying dif∫`°dONLNdóCÖOë)üferú‡°dONLNdöCëO‡) ent intensities of rvÄ°dONLNdÆC‡O˘)Oed, gr∞°dONLNd¥C˘O
  2778. )een °dONLNd∏Pä\,(Yä%and blue, so that even though the scr‡°dONLNd›P-\)£/eens work with RGB colors, their gamuts may be °dONLNd ]äiñ(fädif™`°dONLNd]ñi¢) fer凰dONLNd]¢i) Jent. Color printers typically use a CMYK color model to work with varying °dONLNd\jäv'(sä$intensities of cyan, magenta, yellowSÄ°dONLNdÄj'vÛ)ù0, and black. Print technologies vary drasticallyk`°dONLNd∞jÚv
  2779. )À, and °dONLNd∂wäÉØ(ÄäDthe gamut that an ink jet color printer can display may be quite dif∞@°dONLNd˙wØɪ(ÄØferí¿°dONLNd˝wªÉ“) ent fr    °dONLNdw”É)om one based °dONLNdÑäêÌ(çäon another technology“†°dONLNd%ÑÏêÒ)b. t@°dONLNd'ÑÒê¯)AƇ°dONLNd(ѯêÑ)! single printer may be able to prć°dONLNdIÑÖêÆ)ç    oduce dif˝Ä°dONLNdRÑÆê∫))fer‡°dONLNdUÑ∫êÌ) ent gamuts °dONLNd`ëäù (öädepending on the paper or inÌ¿°dONLNd|ë ù$)Åk in u=¿°dONLNdÇë%ù))sz¿°dONLNdÉë)ù5)e aƒ`°dONLNdÜë5ùï) t the time of printing. °dONLNdü£äØê(¨äT∫¿°dONLNd†£èØÂ)wo devices with difo†°dONLNd≥£ÊØc)Wfering color gamuts cannot rx`°dONLNdœ£cØq)}epr     °dONLNd“£rØΩ)oduce each otherÈÄ°dONLNd‚£ΩØ)K’s colors exactlya†°dONLNdÛ£Ø)E, °dONLNdı∞äºU(πä.but shifting the colors of one device may imprÊ°dONLNd#∞Uº™)Àove the visual matcjÄ°dONLNd6∞´º≥)Vh.ª‡°dONLNd8∞≥ºª) Tq†°dONLNd:∞ªº˝)o match colors °dONLNdIΩä…æ(Δä between scr¡Ä°dONLNdTΩæ…)4Keens and input and output devices such as scanners and printers, Macintosh °dONLNdü ä÷Ã(”äsystem softwarM‡°dONLNd≠ Õ÷fi)Ce pr^†°dONLNd± fi÷#)ovides a set of r\Ä°dONLNd¬ #÷∏)E"outines and algorithms called the 9Ä°dONLNd‰ π÷‰)ñColorSyné°dONLNdÏ ‰÷Ú)+c UEÄ°dONLNdÔ Û÷)    tilities.-°dONLNd¯ ÷)  °dONLNd˘◊ä„(‡äXDevelopers writing device drivers use the ColorSync Utilities to support color matching °dONLNd    Q‰ä◊*between devices.  Ä°dONLNd    b‰ÿfi)NYÕ°dONLNd    c‰›)Fou can use the ColorSync Utilities in your application to communicate °dONLNd    ©Ò佄(˙äwith a driver and pr‡†°dONLNd    ΩÒ„˝?)Yesent users with colo¿°dONLNd    “Ò@˝C)]r›¿°dONLNd    ”ÒC˝O)-m†°dONLNd    ’ÒP˝)'atching information—such as a device’s °dONLNd    ¸˛ä
  2780. (ä9color capabilities. For an image that your application prÀ°dONLNd
  2781. 5˛
  2782. í)ıepar[¿°dONLNd
  2783. 9˛ì
  2784. Ú)es, for example, your °dONLNd
  2785. O äŸ(äapplication can pr?†°dONLNd
  2786. a ⁄)Pesent a print pr[†°dONLNd
  2787. q ö)Ceview dialog box that signifiºÄ°dONLNd
  2788. é ö )}es those colors within the °dONLNd
  2789. ©ä$A(!ä*image that the printer cannot accurately rc`°dONLNd
  2790. ”A$O)∑eprÙ °dONLNd
  2791. ÷O$n)oduce. ò¿°dONLNd
  2792. ›o$u) YY@°dONLNd
  2793. fiu$)%our application can also allow users °dONLNd %ä1ˇ(.äSto choose whether and how to match colors in the image with those available on the °dONLNd V2ä>®*printero¿°dONLNd ]2®>). The ColorSync Utilities arR °dONLNd y2>^)we described in 0 °dONLNd à2_>)@(Inside Macintosh: Advanced Color ImagingW¿°dONLNd ∞2>)∞.°dONLNd ≤DäPï(MäThr °dONLNd ¥DñPù) e ª¿°dONLNd ∂DùP›) Color ManagetÄ°dONLNd ¬DfiP·)ArX °dONLNd √D‚Ph) assists Color QuickDraw in m3@°dONLNd ‡DiPt)áap5`°dONLNd ‚DtPà) pingÄ`°dONLNd ÊDàP›) your application’s π‡°dONLNd ˙D›Pı)Ucolor °dONLNd Qä]ç(ZärE°dONLNd Qé])Wequests to the actual colors available. Most applications never need to call the Color °dONLNd X^äj¡(gä Manager dir[ °dONLNd c^¡j’)7ectly3 °dONLNd h^’j)    . Howeverø¿°dONLNd q^jk)-, for completeness, the r≠°dONLNd ä^kj¬)ioutines and data strU†°dONLNd û^√j⁄)Xuctur€Ä°dONLNd £^⁄j)
  2794. es of the °dONLNd ≠käwÿ(täColor Manager ar¥°dONLNd Ωkÿw)Ne described in í°dONLNd Ãkw»)@(Inside Macintosh: Advanced Color Imagingπ†°dONLNd Ùk»w )∞.°dONLNd ˆ}äâ†(ÜäAppl3‡°dONLNd ˙}°âÆ)e hN‡°dONLNd ˝}Æâ)as also developed a new»`°dONLNd}âá)j, object-based graphics arF@°dONLNd.}àâÆ)p    chitectur˚°dONLNd7}Æâ—)&    e called ΰdONLNd@}“â
  2795. )$
  2796. QuickDraw °dONLNdJääñõ(ìäGX.ˇ`°dONLNdMäõñ—)  This new arM‡°dONLNdYä“ñ¯)7    chitectur†°dONLNdbä˘ñ
  2797. )'e pr`°dONLNdfä
  2798. ñ)8ovides applications with sophisticated color publishing °dONLNdûó䣿(†äcapabilities. 6‡°dONLNd¨ó¡£«)7Y˜`°dONLNd≠óΔ£Ó)?our application can use QuickDraw GX instead of QuickDraw to cr1¿°dONLNdÏóÔ£(†Ôeate ˇ    0@ˇ ˇˇˇˇ@
  2799. ˇ·ˇ‚7^
  2800. 4*\¯, Palatino&e.3+l"CHAPTER à)>1,     Helvetica    ˇˇ—ÚˇÆ(@lIntroduction to QuickDraw4⁄*˙¯
  2801. (‡*1-30    )BOther Graphics Managers4^*¿¯
  2802. °dONLNd\lh‰(eland draw objects on the scrˆ °dONLNd\‰h8)xeen. Rather than prÖ°dONLNd.\9hfl)U$ovide a set of drawing commands, as °dONLNdRilu,(rl(QuickDraw does, QuickDraw GX is built ar°dONLNdzi-u>)¡ounb°dONLNd}i>uL)d g凰dONLNdÄiLuh)raphic´†°dONLNdÜihuå)    s objectsu¿°dONLNdèiçuÔ)% that your application °dONLNd¶vlÇ¿(lcan use as needed. °dONLNd∫àlîr*Y@Ä°dONLNdªàrî‘)Kour application can also use QuickDraw GX for drawing text. QuickDraw GX prµ¿°dONLNdà‘îÛ(ë‘ovides °dONLNdïl°ï(ûlEmany sophisticated font and line layout capabilities, such as ligatur§¿°dONLNdRïï°Î(ûïes, style variations, °dONLNdh¢lÆ™(´lkerning, and r¿°dONLNdv¢´Æh)?)esolution-independent type manipulation. °dONLNd†¥l¿ˆ(ΩlFor printing, QuickDraw GX ofΰdONLNdΩ¥ˆ¿)äfers flƒ‡°dONLNdƒ¥¿ƒ)*exible new capabilities to users and an ar®`°dONLNdÓ¥ƒ¿Í)µ    chitectur] °dONLNd˜¥οÚ)'e °dONLNd˘¡lÕã( lthat ströÄ°dONLNd¡ãÕfi)Jeamlines development time for developers who write printing drivers. Even °dONLNdKŒl⁄t(◊lif <@°dONLNdNŒu⁄)    your application uses QuickDra6‡°dONLNdlŒ⁄)çw a‡°dONLNdoŒ⁄Ê),nd the Font Manager instead of QuickDraw GX °dONLNdõ€lÁw(‰lto ∑‡°dONLNdû€wÁ) crÌ °dONLNd†€Á√)Leate images and text, your application can use the printing capabilities of °dONLNdÏËlÙµ(ÒlQuickDraw GX. °dONLNd˚˙lç*See the 0`°dONLNd˙é)"Inside Macintosh: QuickDraw GXı†°dONLNd!˙Ω)ã& suite of books for information about °dONLNdGlu(lprG °dONLNdIvb)
  2803. .ogramming with QuickDraw GX imaging technology©‡°dONLNdwac)Î.ˇ @ˇ ˇˇˇˇ@
  2804. ˇ·ˇ‚7^
  2805. 4⁄∫˙,     Helvetica    .(‡∫Contents, Palatino
  2806. , (‡    2-1    3, Ã(#∫CHAPTER ÿ)h2
  2807. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  2808. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  2809. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜ˇˇˇˇˇˇ(JH
  2810. Figure 2-0*     Listing 2-0*    T)able 2-0
  2811. zH,
  2812. 4zH, H°dONLNd∫*˘+m Contentsˇˇˇˇˇˇ
  2813. ˇ·ˇ‚7^ˇˇ∫Ρ◊(qH2°dONLNd[∫xÖ)rBasic QuickDraw
  2814. °dONLNd;∫G%*”About Basic QuickDraw‡°dONLNd0;:GG)Ä2-3°dONLNd4HƒTè(Qƒ)The Mathematical Foundations of QuickDraw(@°dONLNd_H§T±)‡2-4°dONLNdcUŒa˜(^ŒThe CoorÇ¿°dONLNdkU˜a-)) dinate Planeq@°dONLNdyUBaO)K2-4°dONLNd}bŒnÈ(kŒPoints8@°dONLNdÖb˛n )02-4°dONLNdâoŒ{˝(xŒ
  2815. Rectangles˘¿°dONLNdïo{)C2-5°dONLNdô|ŒàÒ(ÖŒRegionsÛ°dONLNd¢|à)72-7°dONLNd¶âƒï◊(íƒThe ª¿°dONLNd™â◊ï#)Black-and-White ô‡°dONLNd∫â$ïf)MDrawing Envir™`°dONLNd«âfïå)Bonment: ¢†°dONLNdœâçï¶)'Basic ‘°dONLNd’â¶ïÁ)Graphics PortsB°dONLNdÂâ¸ï    )V2-7°dONLNdÈñŒ¢Ú(üŒBitmapsŸ†°dONLNdÚñ¢)82-9°dONLNdˆ£ŒØJ(¨ŒThe Graphics Port Drawing fi °dONLNd£JØU)|Arj`°dONLNd£VØ_) ea4°dONLNd£tØÅ)2-1˚@°dONLNd£ÄØÖ) 1°dONLNd∞Œº(πŒGraphics Port 1°dONLNd)∞º)@Bit ˜Ä°dONLNd-∞º@)PatternsPÄ°dONLNd7∞Uºg)92-13°dONLNd<ΩŒ…(ΔŒThe Graphics Pen›@°dONLNdNΩ0…B)b2-13°dONLNdS Œ÷‘(”ŒTµ¿°dONLNdT ”÷2)ext in a Graphics PortU °dONLNdl G÷Y)t2-13°dONLNdq◊Œ„è(‡Œ+The Limited Colors of a Basic Graphics PortÈ¿°dONLNdû◊£„µ)’2-14°dONLNd£‰ŒÔ(ÌŒOther F;°dONLNd™‰)"ields. °dONLNd±‰+))2-14°dONLNd∂Ò∫˝#(˙∫Using Basic QuickDrawP °dONLNdÕÒ8˝J)~2-14°dONLNd“˛ƒ
  2816. C(ƒInitializing Basic QuickDraw_†°dONLNd˛X
  2817. j)î2-16°dONLNdı ƒœ(ƒCr\°dONLNd˜ œG) eating Basic Graphics Ports–@°dONLNd [m)å2-16°dONLNdƒ$2(!ƒSetting the Graphics Porte`°dONLNd4G$Y)É2-18°dONLNd9%ƒ1~(.ƒ'Switching Between Global and Local Coor<`°dONLNd`%1¡)ªdinate SystemsΔ¿°dONLNdp%’1Á)V2-19°dONLNdu2ƒ>—(;ƒScrı°dONLNdx2—>u)'olling the Pixels in the Port RectangleÛ °dONLNd°2ä>ú)π2-20°dONLNd¶?∫K!(H∫Basic QuickDraw Refer] °dONLNdª?!K4)gence2°dONLNd¡?IK[)(2-26°dONLNdΔLƒXÁ(UƒData Str``°dONLNdŒLËXˇ)$ucturÊ@°dONLNd”LˇX)esχ°dONLNd◊LX.)2-26°dONLNd‹YƒeÎ(bƒRoutines≠`°dONLNdÊYˇe);2-36°dONLNdÎfŒr4(oŒInitializing QuickDraw.@°dONLNdfIr[){2-36°dONLNdsŒâ(|Œ(Opening and Closing Basic Graphics PortsI °dONLNd2sû∞)–2-37°dONLNd7ÄŒåp(âŒ#Saving and Restoring Graphics Ports2°dONLNd\ÄÖåó)∑2-41°dONLNdaçŒôı(ñŒManaginÄ°dONLNdhçˆô$)(
  2818. g Bitmaps,¯@°dONLNdrç$ôk). Port Rectangles& °dONLNdÇçlôn)H,¶ °dONLNdÉçnô—) and Clipping Regionsª °dONLNdöçÂô˜)w2-43°dONLNdüöŒ¶x(£Œ%Manipulating Points in Graphics PortsㇰdONLNdΔöå¶û)æ2-51ˇR@ˇ ˇˇˇˇ@
  2819. ˇ·ˇ‚7^
  2820. 4*\¯, Palatino&e.3+ú"CHAPTER à)>24⁄*˙¯
  2821. (‡*2-2,     Helvetica    )rContents4^*¿¯
  2822. °dONLNd\úh"(eúSummary of Basic QuickDrawΩ°dONLNd\6hH)ö2-56°dONLNd!i¶uÔ(r¶Pascal Summary‡°dONLNd1iu)^2-56°dONLNd6v∞Çø(∞Dat†°dONLNd9v¿ÇÕ)a T:`°dONLNd<vÕÇ·)ypes“@°dONLNdBvıÇ)(2-56°dONLNdGÉ∞è◊(å∞Routines≠`°dONLNdQÉÎè˝);2-57°dONLNdVê¶ú€(ô¶    C SummaryᆰdONLNdaêÔú)I2-58°dONLNdfù∞©ø(¶∞Dat†°dONLNdiù¿©Õ)a T:`°dONLNdlùÕ©·)ypes“@°dONLNdrùı©)(2-58°dONLNdw™∞∂€(≥∞    FunctionsÄ°dONLNdÇ™∂)@2-60°dONLNdá∑¶√.(¿¶Assembly-Language Summary~†°dONLNd¢∑C√U)ù2-61°dONLNd߃∞–”(Õ∞Data Str``°dONLNd؃‘–Î)$ucturÊ@°dONLNd¥ƒÎ–Ù)esχ°dONLNd∏ƒ–)2-61°dONLNdΩ—∞›∑(⁄∞G! °dONLNdæ—∏›◊)lobal Vº °dONLNd≈—÷›¯)ariables¿°dONLNdœ—›)72-62°dONLNd‘fi¶Í€(Á¶ Result CodeX`°dONLNdflfi‹Í‡)6sï`°dONLNd‚fiÙÍ)2-62ˇ?4@ˇ ˇˇˇˇ@
  2823. ˇ·ˇ‚7^, Palatino&e.3+ä"CHAPTER à)>2
  2824. 4⁄ä˙,     Helvetica    (‡äAbout Basic QuickDraw
  2825. , (‡    2-3
  2826. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  2827. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  2828. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  2829. 4€4—?òÄ
  2830. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  2831. ˛ˇˇˇ
  2832. ˛ˇˇˇ
  2833. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  2834. ˛ˇˇˇˇ
  2835. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  2836. ˛ˇˇˇˇ
  2837. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  2838. ˛ˇ˛ˇˇ
  2839. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  2840. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  2841. ˛ˇ˛ˇˇ
  2842. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  2843. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  2844. ˛ˇˇˇˇ
  2845. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜    ˇˇ—ÚˇÆ°dONLNd8äCÀ(@äBasic QuickDrawˇˇˇˇˇˇ≠>(@2
  2846. °dONLNd\ähù(eäThisóÄ°dONLNd\ùhü) Ä°dONLNd\†hõ)8chapter describes how to initialize basic QuickDraw and Ó¿°dONLNdM\õh¥)˚how tO°dONLNdR\µh≈)o cry¿°dONLNdV\≈h)eate and manage °dONLNdfiäuë(räa °dONLNdhiíuË)basic graphics port °dONLNd{iËuA)V—the drawing envirã`°dONLNdçiAuÙ)Y'onment in which your application can crª‡°dONLNd¥iÙu)≥eate °dONLNdπväÇ”(ägraphics and tex冰dONLNd…v”Ç€)It i7`°dONLNdÃv‹Ç‰)    n à¿°dONLNdŒv‰Ç)either ä¿°dONLNd’vÇN)black and white o˘Ä°dONLNdÊvNÇr)N    r eight b»†°dONLNdÔvsÇ•)%asic colors. QÄ°dONLNd¸v¶Ç·)3Many of the r°dONLNd    v‚Ç)<outines °dONLNdÉäèµ(åäFdescribed in this chapter also operate in color graphics ports, and ar·@°dONLNdWɵè(åµe noted as such. T}°dONLNdiÉè)Ohis °dONLNdmêäú˝(ôächapter also describes the 6Ä°dONLNdàê˛ú)tm
  2847. Ä°dONLNdâêúh)    athematical foundatio °dONLNdûêhúÅ)an of b?Ä°dONLNd§êÅú)oth basic QuickDraw and Color °dONLNd¬ùä©Ω(¶ä    QuickDrawf†°dONLNdÀùΩ©ø)3.°dONLNdÕØäªÉ(∏ä8Read this chapter to learn how to set up a drawing envirņ°dONLNdØɪ)˘onment for your application on °dONLNd$ºä»º(≈äAall models of Macintosh computers. The chapter “Color QuickDraw” @°dONLNdeºΩ»Û(≈Ωin this book °dONLNdr…ä’(“ädescribes additional data str1‡°dONLNdè…’)}uctur∑¿°dONLNdî…’@)es and rpÄ°dONLNdú…A’™)#outines necessary for pr√†°dONLNd¥…™’Ò)ieparing the mor∂¿°dONLNd√…Ò’¯)Ge °dONLNd≈÷ä‚(flä!sophisticated color drawing envirA@°dONLNdÊ÷‚d)ïonments that ar놰dONLNdı÷d‚Ã)Ee supported on the morf@°dONLNd ÷²)h e powerful °dONLNd„äÔÏ(ÏäMacintosh computers.°dONLNd+ıä:*)If your application ever draws to the scr=†°dONLNdTı;±)±een, it uses basic QuickDra/†°dONLNdoı≤…)ww—eP@°dONLNdrı…Ì)    ither dirQ¿°dONLNd{ıÌ)$ectly)¿°dONLNdÄı), as °dONLNdÖä_( ä.when it draws shapes or patterns into a window`‡°dONLNd≥_Ö)’
  2848. , or indirÀ‡°dONLNdΩÖô)&ectly£‡°dONLNd¬ô), as when it uses another °dONLNd‹ä¡(ä Macintosh Tõ@°dONLNdÁ¿)6oolbox manageÄ°dONLNdÙ)Dr (s°dONLNd¯J) uch as the WlÄ°dONLNdJfl)8indow Manager or Menu Manageø`°dONLNd flÏ)ïr) t»@°dONLNd$ÏÛ)o °dONLNd&ä(#(%ä!implement elements of the standar‰ °dONLNdG#(    )ô5d Macintosh user interface. If your application does °dONLNd|)ä5¬(2änot use color臰dONLNdâ)¬5)8, or uses only a fe†°dONLNdú)54)Mw colorsh‡°dONLNd§)45h)% , you may fi‰Ä°dONLNd∞)h5v)4nd Q†°dONLNd≥)w5ä)that '¿°dONLNd∏)ã5˚)all the tools you need for °dONLNd”6äBì(?äprG °dONLNd’6îBˇ)
  2849. eparing a graphics envir߇°dONLNdÌ6ˇB,)k    onment ar °dONLNdˆ6,B=)-e prı‡°dONLNd˙6=B∏)ovided by basic QuickDrawï¿°dONLNd6∏BÛ){. Once you prO¿°dONLNd 6ÙB)<epar‡Ä°dONLNd$6B)e °dONLNd&CäOÈ(Läa basic drawing envir∫ °dONLNd;CÈOÖ)_#onment as described in this chapter¡‡°dONLNd^CÖO)ú , you can begin drawing into it °dONLNd~Pä\(Yä as described in the next chapter9¿°dONLNdûP\Ñ)ã, “QuickDraw Drawing.”
  2850. cH~4dH~
  2851. éHñ4èHñ êHê
  2852. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd∂{Hé˜(âHAbout Basic QuickDrawˇˇˇˇˇˇV˛(â2
  2853. °dONLNdÕüä´⁄(®äBasic QuickDrawœ¿°dONLNd‹üŸ´fi)O, œ¿°dONLNdfiüfi´Ô)?designed for the earliest Macintosh models with their built-in °dONLNd¨ä∏·(µäblack-and-white scrì@°dONLNd0¨·∏Ö)W'eens, is a collection of system softwarSÄ°dONLNdW¨Ü∏ë)•e rb °dONLNdZ¨ë∏) outines that your application °dONLNdxπä≈∞(¬ä    can use t¿°dONLNdÅπ±≈¡)'o m€@°dONLNdÑπ¡≈‚)anipula܆°dONLNdãπ„≈)" te images oZ@°dONLNdñπ≈ç)2n all Macintosh computers.`Ä°dONLNd∞πç≈è)x 
  2854. ”H·4‘H·    °dONLNd≤“ä›ù(⁄äNote
  2855. ˇ·ˇ‚7^
  2856. °dONLNd∑fläÎî*Al/†°dONLNdπflïÎf) ,l Macintosh computers support basic QuickDra܇°dONLNdÂflfÎn)—wÚ‡°dONLNdÊflmÎ). On† °dONLNdÍflÄΕ)    ly those °dONLNdÛÎä˜Ó(Ùäcomputers based on th@°dONLNdÎÔ˜)ee Motor¥Ä°dONLNdΘ%)"ola 6í`°dONLNdÎ&˜F)8000 prŸÄ°dONLNdÎF˜b) ocessox`°dONLNd!Îc˜f)r≠†°dONLNd"Îf˜h),-†°dONLNd#Îi˜û) such as the °dONLNd0˜ä’(äMacintosh Classi«@°dONLNd@˜’‡)Kc a∑Ä°dONLNdC˜·t) nd PowerBook 100 computers, pr†°dONLNda˜u√)îovide no support °dONLNdräË( äfor Color QuickDrawˇ†°dONLNdÖÁÈ)].,Zapf Dingbats†°dONLNdáÔı)u
  2857. °dONLNdâä ¥(äBBasic QuickDraw performs its operations in a graphics port based oI`°dONLNdÀµ Ê(µ n a data strV‡°dONLNd◊Ê ˝)1uctur‹¿°dONLNd‹˝ )e of .°dONLNd·!ä-ü(*ätype°dONLNdÂ!ü-£)s°dONLNdÊ!£-•) ,
  2858. Courier°dONLNdÁ!•-´)G°dONLNdË!´-œ)rafPor°dONLNdÓ!œ-’)$t°dONLNdÔ!’-fi). (°dONLNdÚ!fi-.)    Color QuickDrawï°dONLNd!--˜)O+, described in the chapter “Color QuickDraw™°dONLNd,!ˆ-)…,” can ˇˇ~∂°dONLNd3.ä:≤(7äwork wit˛∂°dONLNd;.≤:›)(
  2859. h data strË"°dONLNdE.fi:Ù),uctur∫Ç°dONLNdJ.Ù:) es of type ˇ˛|"6§°dONLNdU. :&),G6§°dONLNdV.&:P)rafPortˇˇ~∂6§°dONLNd].P:V)* oµZ°dONLNd_.V:[)r ˇ˛|"4°dONLNda.\:b)C4°dONLNdb.b:å)GrafPor4°dONLNdi.å:í)*tˇˇ~∂4°dONLNdj.í:ï),4°dONLNdk.ï:Õ) the latter ofÇí°dONLNdy.Õ:)8fering extensive .°dONLNdä;äG (Dä color and grayscale facilities.)°dONLNd´MäY*!As described in the chapter “IntrÔ†°dONLNdÃMYG)ê
  2860. oduction t,@°dONLNd÷MHYÉ). o QuickDraw`°dONLNd·MÉYÖ);,à`°dONLNd‚MÖYˇ)” each graphics port has its °dONLNdˇZäfù(cäown‡°dONLNd    Zûf†) ù‡°dONLNd    Z†f )
  2861. local coorÙ†°dONLNd    Z f )*dinate system. ‡‡°dONLNd    Z f")BAll fi†°dONLNd    "Z#fê)elds in a graphics port ar¶†°dONLNd    <Zêf´)me expr©†°dONLNd    BZ´fÍ)essed in these °dONLNd    Qgäsù(päcoor†@°dONLNd    UgùsÂ)Jdinates, and all calculations and actions that QuickDraw performs use the °dONLNd    ütäÄû(}älocal6Ä°dONLNd    §tüÄ°) ∂Ä°dONLNd    •t°Ä¥)coor÷¿°dONLNd    ©t¥Ä!)dinate system of the currw °dONLNd    ¬t"Äfl)n*ent graphics port. The mathematical constr≈†°dONLNd    ÏtflIJ)Ωucts of °dONLNd    ÙÅäçö(ääthisπ °dONLNd    ¯Åöçú) 9 °dONLNd    ˘Åùç∞)coorY`°dONLNd    ˝Å∞ç¯)dinate system arÈ°dONLNd
  2862. ůçD)He described next. ˇ$B@ˇ ˇˇˇˇ@
  2863. ˇ·ˇ‚7^
  2864. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  2865. (‡*2-4    )BAbout Basic QuickDraw4^*¿¯
  2866. k*r¯4l*r¯ mlm¯
  2867. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\lk~(gl)The Mathematical Foundations of QuickDrawˇˇˇˇˇˇ€r(g2
  2868. °dONLNd+rl~≥({lQuickDraw defi√¿°dONLNd9r≥~7)Gnes some mathematical constrâ¿°dONLNdUr8~i)Ö ucts that arõ†°dONLNdari~À)1e widely used in its pr솰dONLNdxrÀ~È)bocedur*‡°dONLNd~rÍ~¯)es, °dONLNdÇlã(àl#functions, and data types: the coorn`°dONLNd•ãÅ)òdinate plane, the point, the rH‡°dONLNd√Åã“)}ectangle, and the rg °dONLNd÷“ãÔ)Qegion. °dONLNd›ålòì(ïl    Points ar}@°dONLNdÊåìò´)'e defiπ°dONLNdÏå´ò)ned in terms of the coorÄ °dONLNdåòó)idinate plane. Points in turn ar+†°dONLNd#åòò”)Ñe used to defiH¿°dONLNd1å”òÁ);ne a °dONLNd6ôl•o(¢lrE°dONLNd7ôp•˝) ectangle. Rectangles assign coor0†°dONLNdWô˝•Æ)ç'dinates to boundaries and images, and rK`°dONLNd~ôÆ•ı)±ectangles frame °dONLNdé¶l≤◊(Ølgraphic objects such as r¬¿°dONLNd߶◊≤\)kegions and ovals. Regions defiõ °dONLNd≈¶]≤ú)Üne arbitrary arÄ°dONLNd‘¶ù≤À)@ eas on the °dONLNdfl≥lø(ºlcoor†@°dONLNd„≥ø∏)dinate plane.°dONLNdÒ≈l—w(ŒlFoц°dONLNdÛ≈w—[) 4r example, each graphics port has its own local coor °dONLNd'≈[—Ã)‰dinate system on the cooré@°dONLNd@≈×Í)qdinate °dONLNdG“lfi‹(€lUplane; the location of the graphics pen used for drawing into a graphics port is exprÕ°dONLNdú“‹fiˆ(€‹essed °dONLNd¢fllÎ(Ëlas a point; a commonly used rÎ`°dONLNdøflΠ)Ñ ectangle is üÄ°dONLNdÀfl!Î1)1the ¸‡°dONLNdœfl1Îr)port rectangle,Ö¿°dONLNdfiflsÎÚ)B which in a graphics port for °dONLNd¸Ïl¯û(ıl
  2869. a window r>°dONLNdÏü¯≠)3eprŒ¿°dONLNd    Ï≠¯5)esents the window’s content arf@°dONLNd'Ï6¯?)âea/‡°dONLNd)Ï@¯≠)
  2870. ; and a commonly used rW†°dONLNd@Ï≠¯”)m    egion in °dONLNdI˘l´(lQuickDraw is w°dONLNdV˘¨π)@theT`°dONLNdY˘∫º) ‘`°dONLNdZ˘º˝)visible region,\†°dONLNdi˘˛∞)B( which in a graphics port for a window r˙@°dONLNdë˘∞æ)≤eprã°dONLNdî˘øÏ) esents the °dONLNdülå(lportion[‡°dONLNd¶çè)! €‡°dONLNdßè“)of the window ˚†°dONLNdµ“\)C"that’s actually visible on the scrs¿°dONLNd◊]Á)ã!een—that is, the part that’s not °dONLNd¯lÑ(lcoverö†°dONLNd˝Ñ‰)ed by other windows.
  2871. =*D¯4>*D¯ ?l?¯
  2872. ˇ·ˇ‚7^ °dONLNd0l>‡(:lThe Coordinate Planeˇˇˇˇˇˇ‘@(:Ò2
  2873. °dONLNd(DlP¸(Ml!As described in the chapter “IntrÔ†°dONLNdID¸P))ê
  2874. oduction t,@°dONLNdSD*Pe). o QuickDraw`°dONLNd^DePg);,à`°dONLNd_DgPÙ)!” all information about location °dONLNdÄQl]œ(Zlor movement is specifif`°dONLNdñQ–]d)d ed to QuickDraw in terms of coorà@°dONLNd∂Qd]Ò)î!dinates on a plane. The plane is °dONLNd◊^lj(gl!a two-dimensional grid whose coorı °dONLNd¯^jM)údinates range frI@°dONLNd^Nj^)Fom ¿°dONLNd ^_ji)–3¿°dONLNd^ij”)
  2875. 2768 to 32767. On a user5†°dONLNd%^‘j›)k’s °dONLNd(klwñ(tlcomputerÑ@°dONLNd0kñw¨)*, ther&†°dONLNd6k≠w–)    e is one ¶ °dONLNd?k–wA)#global coordinate systemÄ`°dONLNdWkBw\)r that rõÄ°dONLNd^k\wj)epr,@°dONLNdakkwˆ)esents all potential QuickDraw °dONLNdÄxlÑ.(Ål,drawing space. The origin of the global coor `°dONLNd¨x/Ñ∫)√dinate system—that is, the poinı@°dONLNdÀx∫Ñfi)ã    t with a °dONLNd‘ÖlëØ(élhorizontal coor≥¿°dONLNd„ÖØë1)Cdinate of 0 and a vertical coorQ‡°dONLNdÖ2ëj)É dinate of 0—¸¿°dONLNdÖjë©)8is at the upper[‡°dONLNdÖ™ëË)@-left corner of °dONLNd-ílûè(õlthe userõ °dONLNd5íêûø)$ ’s main scrü`°dONLNd@íøû])/$een. Each graphics port on that user”†°dONLNddí^ûΔ)ü’s computer has its own≠Ä°dONLNd{í«û·)i local °dONLNdÇül´¿(®lcoordinate system,xÄ°dONLNdîü¡´˚)U which is defib`°dONLNd¢ü¸´);ned r^ °dONLNdßü´g)elative to the port r±†°dONLNdºüg´È)Tectangle of the graphics port. °dONLNd€¨l∏r(µlT∫¿°dONLNd‹¨q∏î)ypicallyË¿°dONLNd‰¨ì∏√)" , the upper‡ °dONLNdÔ¨√∏!)0-left corner of a port rù@°dONLNd¨"∏{)_ectangle is assigned y†°dONLNd¨|∏ )Za local horizontal ˇˇ≈¥.°dONLNd/πl≈~(¬lcoorR`°dONLNd3π~≈)%dinate of 0 and a local vertical coor娰dONLNdXπ≈M)ù dinate of 0,°dONLNddπN≈¿)3 although you can use the ,
  2876. CourierˇˇQ∫L°dONLNd~π¿≈ˆ)r    SetOriginˇˇ≈¥∫L°dONLNdáπˆ≈˜)6 .°dONLNdàΔl“u(œlprG °dONLNdäΔv“î)
  2877. ocedurfi`°dONLNdêΔî“Ï)e to change the coor…@°dONLNd§ΔÏ“I)Xdinates of this corner‡°dONLNd∫ΔI“K)].
  2878. ‡*Ó¯4·*Ó¯°dONLNdº·lÈã(ÁlIMPORTÄ°dONLNd¬·ãÈõ)ANT
  2879. ˇ·ˇ‚7^
  2880. °dONLNdΔÏl¯≥(ılQuickDraw storãÄ°dONLNd‘Ï≥¯Ù)Ges points and ru°dONLNd„ÏÙ¯n)Aectangles in its own data str<@°dONLNdÏo¯Ü){uctur¬ °dONLNdÏܯú)es of .°dONLNd ¯lá(ltypes °dONLNd¯á•)Point°dONLNd¯•∫) and °dONLNd¯∫“)Rect°dONLNd¯“    ). In these strl°dONLNd-¯    )7uctur>`°dONLNd2¯x)es, the vertical coor¿°dONLNdG¯xú)Ydinate (¿°dONLNdO¯ú¢)$v¿°dONLNdP¯¢®)) °dONLNdRlö(l    appears fi°dONLNd\ö:).$rst, followed by the horizontal coorR`°dONLNdÄ:^)†dinate (R`°dONLNdà^d)$hR`°dONLNdâdk)).R`°dONLNdãkm) R`°dONLNdåmó)Howeverï°dONLNdìñ¶)), in .°dONLNdòl´(lparameters to ‡°dONLNd¶¨Û)@all QuickDraw rm@°dONLNdµÛé)G$outines, you specify the horizontal °dONLNdŸl((%lcoor†@°dONLNd›(£)dinate fiÄ°dONLNdʧ( )%rst and the vertical coorQ °dONLNdˇ (I)hdinate secondå °dONLNd     I(K)=.,Zapf Dingbats  °dONLNd    Q'X)s
  2881. °dONLNd    -l9˜(6l!So that the user can select onscrœ °dONLNd    1-˜96)ãeen objects acrv °dONLNd    @-79m)@oss this coorø°dONLNd    M-m9fl)6dinate plane, QuickDraw °dONLNd    e:lFu(ClprG °dONLNd    g:vFã)
  2882. edefi‡°dONLNd    l:åFp)4nes several cursors, described in the chapter “CursoÔ‡°dONLNd    †:pFû)‰ r Utilities”V†°dONLNd    ¨:üF°)/ ÷†°dONLNd    ≠:°FŸ)in this book, À@°dONLNd    ª:⁄FÌ)9that °dONLNd    ¿GlS(Pl$the user manipulates with the mouse.
  2883. q*x¯4r*x¯ sls¯
  2884. ˇ·ˇ‚7^ °dONLNd    Âdlrç*Pointsˇˇˇˇˇˇ‘@(nÒ2
  2885. °dONLNd    ÌxlÑs(ÅlA∫†°dONLNd    ÓxsÑ“) point is located by thÙ °dONLNd
  2886. x“ÑŸ)_e =¿°dONLNd
  2887. x⁄Ñ])combination of a vertical coorz°dONLNd
  2888. %x]ÑΔ)Édinate and a horizontal °dONLNd
  2889. =Ölë(élcoor†@°dONLNd
  2890. AÖëù)dinate.¿°dONLNd
  2891. HÖûë˚) Points themselves arL@°dONLNd
  2892. ]Ö˚ëÈ)];e dimensionless; if a visible pixel is located at a point, °dONLNd
  2893. òílû(õl'the pixel hangs down and to the right o¿¿°dONLNd
  2894. øíûJ)Æ f the point.¿°dONLNd
  2895. ÀíJûL)0 8 °dONLNd
  2896. ÃíMûS)Y¯†°dONLNd
  2897. ÕíRûÇ) ou can storp¿°dONLNd
  2898. ÿíÉû≠)1
  2899. e the coor8°dONLNd
  2900. ‚íÆû„)+dinates of a .°dONLNd
  2901. Ôül´Ó(®lpoint into a variable of type °dONLNd üÓ´ )ÇPoint°dONLNd ü ´z), which QuickDraw defi°dONLNd (üz´¢)n
  2902. nes as a rR`°dONLNd 2ü¢´¥)(ecor$¿°dONLNd 6ü¥´⁄)    d of two .°dONLNd ?¨l∏ë(µl    integers.ˇ.ñ@ˇ ˇˇˇˇ@
  2903. ˇ·ˇ‚7^
  2904. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äAbout Basic QuickDraw
  2905. , (‡    2-5
  2906. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  2907. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  2908. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  2909. 4€4—?òÄ
  2910. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  2911. ˛ˇˇˇ
  2912. ˛ˇˇˇ
  2913. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  2914. ˛ˇˇˇˇ
  2915. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  2916. ˛ˇˇˇˇ
  2917. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  2918. ˛ˇ˛ˇˇ
  2919. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  2920. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  2921. ˛ˇ˛ˇˇ
  2922. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  2923. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  2924. ˛ˇˇˇˇ
  2925. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿,
  2926. Courier.°dONLNd\äh‰(eäTYPE VHSelect =°dONLNd\ˆh )l(v,h); °dONLNdjäv∫(säPoint = °dONLNd&xäÑ¥*RECORD °dONLNd/Üúíˆ+CASE Integer OF°dONLNdB+$0: (v:  °dONLNdM&)6Integer:°dONLNdYî>†º)H{vertical coordinate}°dONLNds¢“Æ(´“ h:  °dONLNdz¢ˆÆ,)$    Integer);°dONLNdá¢>Æ»)H{horizontal coordinate}°dONLNd¢∞¿ºò(π¿$1: (vh:  ARRAY[VHSelect] OF Integer)°dONLNdΔ∞òºû)ÿ;°dONLNd»æä ¢(«äEND;.°dONLNdÕ÷ä‚≠*The thir|‡°dONLNd’÷≠‚ª)#d fi%`°dONLNdŸ÷º‚Ó)eld of this r:†°dONLNdÊ÷Ó‚)2ecorØ°dONLNdÍ÷‚÷)2d lets you access the vertical and horizontal coorê °dONLNd÷÷‚ )÷dinates of a °dONLNd)„äÔ5(Ïä(point either individually or as an array °dONLNdQ„5Ôu)´. For example, ¿°dONLNd`„vÔı)Athe following code fragment °dONLNd|ä¸E(˘ä,illustrates how to assign values to the coor¿°dONLNd®E¸ë)ªdinates of points:.°dONLNdªä¢(äVAR °dONLNd¡ú! +westPt, eastPt: Point;°dONLNdŸ1ä=D(:äwestPt.v := 40; westPt.h := 60;°dONLNd˘?äKz*(eastPt.vh[v] := 90; eastPt.vh[h] := 110;.°dONLNd"Wäcï*:“Manipulating Points in Graphics Ports” beginning on page ‚°dONLNd\Wïcß(`ï2-515‡°dONLNd`W®c˜) describes several °dONLNdsdäpƒ(mä QuickDraw rñ†°dONLNd~dƒp•):3outines you can use to change and calculate points.
  2927. éHï4èHï êäê
  2928. ˇ·ˇ‚7^ °dONLNd≤ÅäèΔ(ãä
  2929. Rectanglesˇˇˇˇˇˇ‘@(ã2
  2930. °dONLNdæïä°Ù(ûäAny two points can defiõ °dONLNd’ïÙ°,)j ne the upper≠Ä°dONLNd·ï,°l)8-left and lowerz@°dONLNdïm°¬)A-right corners of a r}`°dONLNdאּÊ)Uectangle  °dONLNdïÁ°)%    . Just as£Ä°dONLNdï°
  2931. )! °dONLNd¢äƱ(´ä    points aru¿°dONLNd ¢±Æ«)'e infiÖ‡°dONLNd&¢«Æ)nitely small, the borD`°dONLNd;¢ÆT)Xders of the rE °dONLNdH¢TÆÑ)5 ectangle ar‡°dONLNdS¢ÑÆö)0e infi)°dONLNdY¢öÆ ) nitely thin..°dONLNdf¥ä¿‡(ΩäThe data type for rR`°dONLNdy¥‡¿)V ectangles iR`°dONLNdÑ¥¿)0s R`°dONLNdÜ¥¿)RR`°dONLNd᥿.)ectR`°dONLNdä¥.¿F), and R`°dONLNdê¥F¿|) the data str>`°dONLNdú¥|¿í)6uctur¿°dONLNd°¥í¿ô)e ¿°dONLNd£¥ô¿˚)consists of either four .°dONLNdª¡äÕÌ( äintegers or two points:.°dONLNd”ÿ䉓* TYPE Rect = °dONLNd‡ÊäÚ¥*RECORD °dONLNdÈÙúˆ+CASE Integer OF°dONLNdÙP)¥!{cases: four sides or two points}°dONLNd&Æ∫( Æ0:°dONLNd)¿fi)(top:°dONLNd28)HInteger;°dONLNd>P˛)H{upper boundary of rectangle}°dONLNd_¿‰(¿ left:°dONLNdi8)HInteger;°dONLNduP¯)H{left boundary of rectangle}°dONLNdï¿*('¿ bottom:°dONLNd°*8)HInteger;°dONLNd≠P*˛)H{lower boundary of rectangle}°dONLNdŒ,¿8Í(5¿ right:°dONLNdŸ,8>)H    Integer);°dONLNdÊ,P8˛)H{right boundary of rectangle}°dONLNd:ÆF∫(CÆ1:°dONLNd    :¿Fˆ)    (topLeft:°dONLNd:F,)HPoint;°dONLNd :PF)H {upper-left corner of rectangle}°dONLNdDH¿T¸(Q¿
  2932.  botRight:°dONLNdRHT )HPoin°dONLNdVH T2)t);°dONLNd]HPT)0!{lower-right corner of rectangle}°dONLNdVäb¢(_äEND;ˇ¬@ˇ ˇˇˇˇ@
  2933. ˇ·ˇ‚7^
  2934. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  2935. (‡*2-6    )BAbout Basic QuickDraw4^*¿¯
  2936. .°dONLNd\lhs(elYï°dONLNd\rh)!ou can access a variable of type ,
  2937. Courierï°dONLNd"\h)éRectï°dONLNd&\hó) either as four boundary coorg`°dONLNdC\óhÂ)dinates or as two .°dONLNdUilu(rl#diagonally opposite corner points. °dONLNdxiur)öAll of the following coor!Ä°dONLNdëiru¥)ldinates to the r@°dONLNd°i¥u€)B    ectangle .°dONLNd™vlÇå(lnamed °dONLNd∞våǺ) shipRect°dONLNd∏vºÇ»)0 arR`°dONLNdªv»Ç) e permissible:°dONLNd çlô~(ñlVAR°dONLNdœõ~ßÿ+shipRect: Rect;°dONLNd‡∑l√z(¿l-{specify rectangle with boundary coordinates}°dONLNd≈l—Ï*@shipRect.top := 20; shipRect.left := 20; shipRect.bottom := 70; °dONLNdP”~fl¸+shipRect.right := 70;°dONLNdgÔl˚Œ(¯l;{specify rectangle with upper-left and bottom-right points}°dONLNd£˝l    r*s°dONLNd§˝r    Δ)hipRect.topLef°dONLNd≤˝Δ     )Tt := (20,20); s°dONLNd¡˝     z)ZhipRect.botRigh°dONLNd–˝z    »)Zt := (70,70);°dONLNdfll%‘("l<{specify individual coordinates for rectangle's upper-left }°dONLNd'l3*{ and bottom-right points}°dONLNd75lAr*s°dONLNd85rA“)hipRect.topLeft.°dONLNdH5“A)`
  2938. v := 20; s°dONLNdR5An)<hipRect.topLeft.°dONLNdb5nAû)`h :=20; °dONLNdlC~OÑ(L~s°dONLNdmCÑOÍ)hipRect.botRight.°dONLNd~CÍO&)f
  2939. v := 70; s°dONLNdàC&Oå)<hipRect.botRight.°dONLNdôCåO∞)fh :70;°dONLNd°_lk‘(hl<{specify individual coordinates for rectangle's upper-left }°dONLNdfimly∂*7{ and bottom-right points, where the points are arrays}°dONLNd{lár*s°dONLNd{ráÍ)hipRect.topLeft.vh[v°dONLNd+{Íá&)x
  2940. ] := 20; s°dONLNd5{&áû)<hipRect.topLeft.vh[h°dONLNdI{ûáŒ)x] := 20;°dONLNdSâ~ïÑ(í~s°dONLNdTâÑï)hipRect.botRight.vh[v°dONLNdiâï>)~
  2941. ] := 70; s°dONLNdsâ>ïº)<hipRect.botRight.vh[h°dONLNdàâºïÏ)~] := 70;.°dONLNdë°l≠D(™l-As described in the chapter “QuickDraw Drawin †°dONLNdæ°D≠N)ÿg”Y¿°dONLNd¿°O≠Q)  Ÿ¿°dONLNd¡°Q≠â)in this book, Œ`°dONLNdœ°ä≠)9many calculations and °dONLNdÂÆl∫'(∑l)graphics operations can be performed on r‡°dONLNdÆ(∫S)º
  2942. ectangles.
  2943. »*÷¯4…*÷¯    °dONLNd«l“(œlNote
  2944. ˇ·ˇ‚7^
  2945. °dONLNd‘l‡ª*If the bottom coor{`°dONLNd0‘ª‡)Odinate of a rk@°dONLNd=‘‡´)5.ectangle is equal to or less than the top, or °dONLNdk‡lÏß(Èlthe right coor˚Ä°dONLNdy‡ßÏa);/dinate is equal to or less than the left, the rÕ¿°dONLNd®‡bφ)ªectangle is an °dONLNd∑Ïl¯é(ılempty r6@°dONLNdæÏè¯*)#$ectangle, one that contains no data.,Zapf Dingbats@‡°dONLNd„Ô/˜5)†uˇC@@ˇ ˇˇˇˇ@
  2946. ˇ·ˇ‚7^
  2947. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äAbout Basic QuickDraw
  2948. , (‡    2-7
  2949. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  2950. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  2951. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  2952. 4€4—?òÄ
  2953. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  2954. ˛ˇˇˇ
  2955. ˛ˇˇˇ
  2956. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  2957. ˛ˇˇˇˇ
  2958. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  2959. ˛ˇˇˇˇ
  2960. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  2961. ˛ˇ˛ˇˇ
  2962. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  2963. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  2964. ˛ˇ˛ˇˇ
  2965. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  2966. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  2967. ˛ˇˇˇˇ
  2968. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  2969. jHp4jHp käk
  2970. ˇ·ˇ‚7^ °dONLNd\äj∂(fäRegionsˇˇˇˇˇˇ‘@(f2
  2971. °dONLNd    pä|æ(yä The data str˜‡°dONLNdpæ|’)4uctur}¿°dONLNdp÷|˜)    e for a rH`°dONLNd#p¯|])"egion consists of two fiN@°dONLNd;p]|ï)e xed-length fic °dONLNdHpï|Ë)8elds followed by a °dONLNd[}äâ’(Üävariable-length fiA¿°dONLNdm}÷âÊ)Leld:,
  2972. Courier.°dONLNdrîä†ÿ(ùäTYPE Region =°dONLNdÇ¢úÆ¿+RECORD°dONLNdã∞ƺ+rgnSize:  Integer;°dONLNdû∞ºt)l{size in bytes}°dONLNd∞æÆ («ÆrgnBBox:  Rect;°dONLNd≈æ ò)l{enclosing rectangle}°dONLNd›ÃÆÿû(’Æ({more data if region is not rectangular}°dONLNd⁄úÊÆ(„úEND°dONLNd
  2973. ⁄ÆÊ¥);°dONLNd Úä˛û(˚äThe °dONLNdÚû˛»)rgnSize°dONLNdÚ»˛—)* fi°dONLNdÚ—˛p)    &eld contains the size, in bytes, of th°dONLNd@Úp˛{)üe rR`°dONLNdCÚ{˛Ä) eR`°dONLNdDÚIJé)gioR`°dONLNdGÚé˛ñ)n.R`°dONLNdIÚñ˛) The maximum size is 32R`°dONLNd`Ú˛)l R`°dONLNdaÚ˛ )KR`°dONLNdbÚ ˛)B °dONLNddˇä ™(äwhen u°dONLNdjˇ™ /) sing basic QuickDraw (and 64°dONLNdܡ/ B)Ö KB °dONLNdäˇB ])when °dONLNdèˇ] b)u°dONLNdêˇb „)sing Color QuickDraw). The °dONLNd´ˇ„ )ÅrgnBBox°dONLNd≤ˇ )* .°dONLNd≥ äê(äfiå¿°dONLNdµ êµ)
  2974. eld is a rƒ‡°dONLNdø µ^)%'ectangle that completely encloses the rj@°dONLNdÊ _z)™egion..°dONLNdÌä*À('äThe simplest rR`°dONLNd˚À*˚)A egion is a r$¿°dONLNd˚*p)0ectangle. In this case, the $¿°dONLNd#p*ö)urgnBBox$¿°dONLNd*ö*£)* fi$¿°dONLNd-£*Δ)    eld defi$¿°dONLNd5Δ*˛)#nes the entir˜ °dONLNdB˝*)7e .°dONLNdD+ä7ç(4ärE°dONLNdE+é7–)egion, and ther‹Ä°dONLNdT+–7)Be’s no optional r‡°dONLNde+7`)Hegion data. For r™@°dONLNdv+`7ï)H ectangular rÆ °dONLNdÇ+ï7Ê)5egions (or empty rÂ`°dONLNdî+Ê7 )Q    egions), .°dONLNdù8äDú(Aäthe °dONLNd°8úDΔ)rgnSize°dONLNd®8ΔDœ)* fi°dONLNd´8œDb)    !eld contains 10. The data for morR`°dONLNdÃ8bDî)ì e complex r$¿°dONLNd◊8îDÕ)2egions is stor˜ °dONLNdÂ8ÃDÏ)8ed in a .°dONLNdÌEäQì(NäprG °dONLNdÔEîQfl)
  2975. oprietary format.°dONLNdWäcb(`ä-As described in the chapter “QuickDraw Drawin †°dONLNd.Wbcl)ÿg”Y¿°dONLNd0Wmco)  Ÿ¿°dONLNd1Wocß)in this book, Œ`°dONLNd?W®c˘)9you can gather an °dONLNdQdäp(mä arbitrary set of spatially coherª@°dONLNdqdp[)Ñent points into a r°dONLNdÑd\p¸)N"egion and rapidly perform complex °dONLNd¶qä}=(zä'manipulations and calculations on them.ˇˇ‹.ˇ◊°dONLNdŒì䢕*$The Úx°dONLNd“ì•¢)Black-and-White DX°dONLNd‚ì¢ò)iDrawing Environment: „˛°dONLNd˜ìò¢Ω)äBasic +°dONLNd˝ì梯)&    Graphics 
  2976. ≤Hπ4≥Hπ ¥ä¥
  2977. ˇ·ˇ‚7^°dONLNd£ä≤©(ÆäPortsˇˇˇˇˇˇ€r(Æ2
  2978. °dONLNdπä≈ë(¬äA∫†°dONLNdπë≈L)* graphics port is a complete drawing envir@°dONLNd8πM≈ñ)ºonment that defiN¿°dONLNdHπñ≈æ)Ines wher]¿°dONLNdPπæ≈Ó)(
  2979. e and how °dONLNdZΔä“´(œägraphic-‡°dONLNdaΔ¨“∞)"sj‡°dONLNdbΔ∞“) operations take place. _@°dONLNdzΔ“)eY¿°dONLNd{Δ“„)+ou can have many graphics ports open at onc4`°dONLNd¶Δ„“Ò)»e; e«†°dONLNd™ΔÒ“)ach one °dONLNd≤”äflÈ(‹ähas its own local coorj¿°dONLNd»”Èflñ)_&dinate system, drawing pattern, backgr”@°dONLNdÓ”ñfl)≠ound pattern, pen size and °dONLNd    ‡äÏ≠(Èälocationø¿°dONLNd‡≠ϵ)#, f†°dONLNd‡∂Ï⁄)    ont and ä°dONLNd‡⁄ÏÓ)$font Á °dONLNd!‡ÓÏ‚)8style, and bitmap or pixel map (for a color graphics por;‡°dONLNdY‡„ÏÈ)ıt)“ °dONLNd[‡ÈÏÓ). §Ä°dONLNd]‡ÓÏÙ)Ye°dONLNd^‡ÙÏ)ou can °dONLNdeÌ䢑(ˆäquickly switch frò¿°dONLNdvÌ‘˘b)Jom one graphics port to another†°dONLNdïÌb˘g)é. °dONLNdòˇä (äAs described in the chapter “W+¿°dONLNd∂ˇ m)äindow Manager” in ôÄ°dONLNd»ˇm Î)YInside Macintosh: Macintosh TÏ°dONLNdÂˇÍ )}oolbox °dONLNdÏ ä≤(ä
  2980. Essentials °dONLNdˆ ≥“)), the W‹¿°dONLNd˝ —Ê);indow Manager incorporates a graphics port in each window r†°dONLNd8 ʯ(Êecore°dONLNd< ˘
  2981. )d it °dONLNdAä%í("äcrµ@°dONLNdCí%’)eates. Similarly„ °dONLNdS‘%)BG, the Printing Manager (described in the chapter “Printing Manager” in °dONLNdö&ä2u(/ä7this book) incorporates a graphics port in each print rÊÄ°dONLNd—&u2á)ÎecorZ‡°dONLNd’&à2°)d it cr÷†°dONLNd‹&°2º)eates. ª†°dONLNd„&º2¬)Y| °dONLNd‰&¬2·)ou can :`°dONLNdÎ&‚2)     also use ˇˇ‰d.°dONLNdÙ3ä?õ(<äthe ˇˇ≠,dd°dONLNd¯3ú?“)    NewGWorldˇˇ‰ddd°dONLNd3“?)6 function to cê°dONLNd3    ?)7r„°dONLNd3 ?Ö)eate graphics ports that arG‡°dONLNd+3Ü?”)ze not in a windowÓp°dONLNd<3“?)L, and hence not .°dONLNdL@äLÀ(Iävisible on a scr¶¿°dONLNd\@ÀLfl)Aeen. ≠°dONLNda@flL_)As described in the chapter “Â`°dONLNd~@_Lj)ÄOfÁÄ°dONLNdÄ@jLy) fscr≠†°dONLNdÑ@zLã)een í@°dONLNdà@åL¿)
  2982. Graphics W$ °dONLNdí@¿L“)4orldê`°dONLNdñ@“L€)s”Õ`°dONLNdò@€L›)     M`°dONLNdô@fiL˚)in this °dONLNd°MäY•(Väbook, Å¿°dONLNdßM•Yƒ)such of#@°dONLNdÆM≈Y‘) fscrÈ`°dONLNd≤M‘Y) een graphic{‡°dONLNdΩMY5)4
  2983. s worlds aπ °dONLNd«M5Y8)-r~ °dONLNd»M9Yw)e useful for prú°dONLNd◊MwYÁ)>eparing images for displa]°dONLNdMËY˙)qy; wC °dONLNdÙM˚Y)hen °dONLNd¯Zäf≈(cäthe image is r‹‡°dONLNdZ≈f⁄);eady5†°dONLNd
  2984. Z⁄ffl), 5†°dONLNd Zflf,)you can quickly cr¿°dONLNdZ,f7)MopÍ`°dONLNdZ7fA) y i·‡°dONLNd"ZBfx) t to an onscrʆ°dONLNd/Zxf«)6een graphics port.°dONLNdBläxû(uäTher¿°dONLNdFlüxØ)e ar`°dONLNdJlØxç)2e two kinds of graphics ports: the black-and-white%¿°dONLNd|lçxè)fi,•¿°dONLNd}lèxë) %¿°dONLNd~líx”)basic graphics -‡°dONLNdçl”x)Aport based on .°dONLNdõyäÖú(Çäthe °dONLNdüyúÖ¿)data strl°dONLNdßy¿Ö÷)$uctur>`°dONLNd¨y÷Öˇ)
  2985. e of type >`°dONLNd∂yˇÖ)))GrafPor>`°dONLNdΩy)Ö/)*t>`°dONLNdæy/Ö2),>`°dONLNdøy2Öq) and the color >`°dONLNdŒyqÖõ)?    graphics >`°dONLNd◊yõÖ™)*por>`°dONLNd⁄y™Öµ)t b>`°dONLNd›yµÖÍ) ased on the >`°dONLNdÈyÍÖ)5data °dONLNdÓÜäíñ(èästrl°dONLNdÒÜñí¨) uctur>`°dONLNdˆܨí’)
  2986. e of type >`°dONLNd    Ü’í))CGrafPor>`°dONLNd    Üí )0t>`°dONLNd        Ü í) (u>`°dONLNd     Üí') sed >`°dONLNd    Ü'í=)only >`°dONLNd    Ü=í¶)with Color QuickDraw>`°dONLNd    )ܶí™)i)>`°dONLNd    *Ü™í√). The >`°dONLNd    0Ü√í)basic graphics .°dONLNd    ?ìäü¢(úäport iï°dONLNd    Eì¢ü‰)s discussed herI‡°dONLNd    TìÂüÚ)Ce; tU‡°dONLNd    XìÚü˜)h'@°dONLNd    Yì¯üU)e color graphics port 憰dONLNd    oìUüå)]is discussed ˚‡°dONLNd    |ìåüé)7i‰@°dONLNd    }ìèüÎ)n the chapter “Color °dONLNd    í†ä¨Ω(©ä    QuickDrawf†°dONLNd    õ†Ω¨«)3.” f†°dONLNd    û†«¨ )
  2987. H(Using the basic eight-color system described in the chapter “QuickDraw °dONLNd    Ê≠äπµ(∂äDDrawing,” you can also use a basic graphics port to display eight prâ °dONLNd
  2988. *≠µπ (∂µedefiD‡°dONLNd
  2989. /≠Àπ˛) ned colors.)ˇ"ê@ˇ ˇˇˇˇ@
  2990. ˇ·ˇ‚7^
  2991. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  2992. (‡*2-8    )BAbout Basic QuickDraw4^*¿¯
  2993. .°dONLNd\lhy(elTh°dONLNd\yhÄ)e ,
  2994. Courier°dONLNd\Äh∞)GrafPort°dONLNd \∞h∂)0 rR`°dONLNd\∂h»)ecor$¿°dONLNd\»h‘)d i$¿°dONLNd\‘h!) s diagrammed in $¿°dONLNd%\!h9)MFigur˜ °dONLNd*\8hM)e 2-1˜ °dONLNd/\Mhl). Some ˜ °dONLNd6\lhî)    aspects o˜ °dONLNd?\îh¢)(f it˜ °dONLNdC\¢h‘) s contents a˜ °dONLNdO\‘hÿ)2r…Ä°dONLNdP\ÿhfl)e .°dONLNdRilu≥(rldiscussed after t,¿°dONLNdci¥u«)Hhe fiTÄ°dONLNdhi«u÷)gurØ¿°dONLNdki÷u›)e;˘`°dONLNdmi›uÔ) see …†°dONLNdriu)page §Ä°dONLNdwiu)2-30¯`°dONLNd{iu¶)! for a complete description of thÏ¿°dONLNdúißu≤)çe r˚`°dONLNdüi≤uƒ) ecoro¿°dONLNd£i≈uÕ)d  Ä°dONLNd•iŒu‘)    fi@°dONLNdßi‘uÊ)elds#°dONLNd´iÊuÎ). .°dONLNd≠vlÇs(lYï°dONLNdÆvrǢ)our application should not dirg`°dONLNdÃv˘Ç;)áectly set any fig`°dONLNd‹v;Çc)B
  2995. elds of a g`°dONLNdÊvcÇì)(GrafPortg`°dONLNdÓvìÇô)0 r9¿°dONLNdvôÇ´)ecor  °dONLNdÙv´ÇÏ)d; instead you .°dONLNdÉlèÿ(ålshould use QuickDraw r3Ä°dONLNdÉŸèU)moutines to manipulate them.
  2996. ±*¬¯4≤*¬¯"≤*]
  2997. ˇ·ˇ‚7^    °dONLNd5ßl≤ñ(Øl
  2998. Figure 2-1.°dONLNd@ßÆ≤ø)BThe °dONLNdDßø≤Á)GrafPort°dONLNdLßÁ≤%)( record and the °dONLNd\ß%≤C)>BitMap°dONLNdbßC≤_) record
  2999. ¬*{¯4¡'¬(ò@@¯@¯¬( ¡…ˇ¯˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚ò@@į@į(B …ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚ò@Äú¯Äú¯B(^ …ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚òů@¯HH™†÷IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3000. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯¬( 'ÅÅÅâœ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ÷˛ÎÅÅÅπÎÎ◊˛ÏÅÅÅπÎÏ◊˛ÎÅÅÅπÎÎ◊˛ÎÅÅÅπÏÎ◊˛ÏÅÅÅπÎÏ◊˛ÎÅÅÅπÏÎ◊˛ÎÅÅÅπÎÎ◊˛ÏÅÅÅπÎÏ◊˛ÎÅÅÅπÎÎ◊˛ÎÅÅÅπÏÎ◊˛ÏÅÅÅπÎÏ◊(˛ÎÅˢˇÂ˛ˇ”ˇˇ‰˙ˇÒˇˇ–ˇˇíÏÎ◊J˛ÎÅÊˇˇˇˇ¯¸ˇÙˇˇ¸ˇıˇˇÂˇˇ‚ˇˇˇˇ¯¸ˇ˙ˇˇ˛ˇ˛ˇfiˇˇíÎÎ◊u˛ÏÅÊˇˇ˛ˇ˛ˇˇˇ˝¯ˇ˛˙ˇ˚ˇ˜ˇ˝˚ˇ˛ˇ˛ˇ˙ˇ‚ˇˇ˛ˇ˛ˇ˝ˇˇ¸ˇ¸ˇ¯ˇ¸ˇ˝˚ˇ˛ˇ˛ˇ˘ˇíÎÏ◊ɲÎÅÊˇˇ¯ˇˇˇ˛ˇˇˇ˛˝ˇ˛ˇˇ˚ˇˇˇˇˇ˛ˇˇ˚˘ˇ˝ˇˇˇ˝ˇˇˇ‚ˇˇ¯ˇ˛˝ˇˇˇ˛ˇˇ˛¸ˇ˝ˇˇˇˇˇ˛˘ˇ˝ˇ˙ˇˇˇíÎÎ◊û˛ÎÅÊˇˇ˚ˇ˝ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛˝ˇˇˇ˛ˇˇˇˇ˝ˇˇˇ‚ˇˇ˚ˇ˚ˇˇˇˇˇˇ˛ˇˇ˝ˇ˝ˇˇˇˇˇˇˇ˛˝ˇˇˇ˛ˇˇ˝ˇˇˇˇˇíÏÎ◊z˛ÏÅÊˇˇ˝ˇ˝ˇ˝ˇ¸ˇ¸ˇ˘ˇ˝ˇ¸ˇ˛ˇ˝ˇˇ˘ˇ˛ˇˇˇ˝ˇ‚ˇˇ˝ˇ˝ˇ¸ˇ˝ˇ˛Óˇ˝ˇˇ˘ˇ˛ˇˇˇ˝ˇíÎÏ◊˛ÎÅÅ»ˇˇÅÙÏÎ◊˛ÎÅÅ…˝ˇÅıÎÎ◊˛ÏÅÅÅπÎÏ◊˛ÎÅÅÅπÎÎ◊˛ÎÅÁµˇŸµˇìÏÎ◊˛ÏÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÎÏ◊#˛ÎÅÁˇ∑ˇˇflˇ˝ˇ∑ˇˇîÏÎ◊˛ÎÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÎÎ◊3˛ÏÅÁˇ∑ˇˇ‰ˇˇ˘ˇÒˇˇÂˇˇ˛ˇˇÏˇˇîÎÏ◊\˛ÎÅÁˇÈˇˇÛˇ‡ˇˇ⁄ˇˇÌˇˇ˙ˇ˝ˇÏˇˇˆ˛ˇ¸ˇ˙ˇ˜ˇ˘ˇˇ˜ˇ˝ˇˇˇ€ÎÎ◊IJÎÕ˛ˇ˜ˇ‰ˇ˛ˇ˙ˇ˙ˇÓˇˇˇËˇ—ˇˇËˇÙˇ˛ˇ˛ˇ˝˛ˇ˛ˇˇˇ˛˝ˇ˚ˇˇˇˇˆˇˇıˇ˜ˇ˘ˇˇ˜ˇ˙ˇÿÏÎ◊º˛ÏÕˇˇ◊ˇÚˇÌˇÔˇÎ˝ˇ˛ˇ    ˇˇˇˇˇˇ˛˝ˇ˛ˇÎˇˇ⁄ˇˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇÒˇˇˆ    ˇˇˇˇˇ˛ˇ¸ˇˇˇ˛¸ˇ˝¸ˇ˛ˇˇ˛˛ˇˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇˇˇÓÎÏ◊˛ÎÕ
  3001. ˇˇˇˇˇ˛ˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇ¸ˇ
  3002. ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ¯ˇÏˇ˛ˇˇ˛ˇˇˇ˝ˇˇ˛ˇˇ˛ˇÏˇˇÌˇÔˇˇˇˇˇ˛˛ˇ˚ˇ˛ˇˇ˛ˇˇˇˇÓˇˇˆ˛ˇ ˇˇˇˇˇ˚ˇ¸ˇˇˇ˝ˇˇˇ˝ˇˇˇˇˇˇˇˇˇ˝˛ˇ¸ˇÔÏÎ◊˛˛ÎÕˇˇ¸ˇˇˇˇ˙ˇ¸ˇˇ¸ˇ#ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇÏˇˇˇ¸ˇˇˇ˝ˇˇ˝¸ˇÏˇˇ⁄ˇÒ˝ˇ˝ˇˇˇ˝ ˇˇˇˇˇˇˇ˝ˇ¸ˇˇˇˆˇ˛ˇˇˇˇˇˇˇ˛ˇ¸ˇˇˇ˝ˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇˇˇÏÎÎ◊›˛ÏÕˇˇˇ˛ˇˇˇˇ˛ˇ˚    ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ¸&ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇÎˇˇˇˇˇ˝ˇ˛¸ˇ˝ˇˇÍˇˇÚˇÍˇ∑ˇˇˆˇ˝
  3003. ˇˇˇˇˇ˚ˇ¸˝ˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇ˛ˇÔÎÏ◊z˛ÎÕ˛ˇ˛˛ˇˇˇ˛ˇ˛ˇ˝ˇˇ˛ˇ˛˛ˇ˝ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ ˇˇˇˇˇˇ˘ˇ∑ˇˇ⁄ˇ∑ˇˇ´ˇÎÎÎ◊)˛ÎØˇ∫ˇ∑ˇˇ˜ˇÂˇ∑ˇˇÆ˛ˇÍÏÎ◊!˛ÏØˇ∫ˇ∑ˇˇ⁄ˇ∑ˇˇîÎÏ◊&˛ÎØˇ∫ˇ∑ˇˇ¸ˇˇ·ˇ∑ˇˇîÏÎ◊˛ÎÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÎÎ◊˛ÏÅÁ¥ˇˇ‹¥ˇîÎÏ◊!˛ÎÅÁˇ∑ˇˇˇ‹ˇ∑ˇˇîÎÎ◊˛ÎÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÏÎ◊˛ÏÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÎÏ◊˛ÎÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÏÎ◊A˛ÎÅÁˇ‘ˇÂˇˇ⁄ˇ·˝ˇ˘ˇ‰ˇˇ˜ˇ˛ˇıˇÓˇˇ¯ˇ–ÎÎ◊s˛ÏܲˇˇˇÍˇ‡ˇ˝˝ˇ˙ˇÈˇˇ⁄ˇÒˇˇˇ˛ˇ
  3004. ˇˇˇˇˇ˛ˇˇˇ˝ˇ˛ˇ˛˛ˇÒˇˇ˜ˇˇˇıˇÔˇˇ¯ˇ–ÎÏ◊ ˛Îܡˇ˛ˇÍˇÒˇˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇˇ˝ˇ˝˛ˇÚˇˇ⁄ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇÓˇˇ˜ˇˇˇˇˇˇˇˇ˛˛ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇ˙ˇˇˇ˝˛ˇˇˇˇˇ˛ ˇˇˇˇˇˇˇıÎÎ◊«˛Îܡˇˇ˝ˇˇ˛˛ˇ˛ˇ¯ˇˇˇˇˇ˛ˇˇˇˇˇ¸˛ˇ˛ˇ˛ˇ¸ˇÔˇˇ⁄ˇˇ˛ˇ˛ˇ˝ˇ    ˇˇˇˇ˛ˇ˚ˇ˛ˇÒˇˇ˜ˇˇˇˇˇˇˇˇˇ˚ˇ˝ˇˇˇˇˇˇˇ¯ˇ˛ˇ˚ˇ˝ ˇˇˇˇˇˇˇıÏÎ◊‹˛Ïܲˇ    ˇˇˇˇˇ˝˛ˇˇ˘ˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇ˛ˇˇ˛˛ˇÚˇˇ⁄ˇÒ˝ˇ˛ˇˇˇ˝ˇ˛ˇ¸ˇˇ˛ˇ˛ˇˇˇˇ˜ˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˝ ˇˇˇˇˇˇıÎÏ◊≠˛Îܡˇˇˇˇˇˇˇˇˇˇˇ˘ˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˝ˇ¸ˇˇˇ˛ˇˇÒˇˇ⁄ˇ⁄ˇflˇˇ˜ˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇ¸ˇˇ˛ˇ˛ˇ˛ˇ˛¸ˇˇˇ˝˛ˇ˝ˇ˝ˇ˛ˇˇˇˇÙÏÎ◊@˛Îܲˇ    ˇˇˇˇˇ˛˚ˇ¯ˇˇ…ˇˇ⁄ˇ‹˛ˇflˇˇ ˇÚˇ‹ÎÎ◊/˛ÏÅÛˇˆˇÒ˛ˇ ˇˇ⁄ˇ∑ˇˇÀˇÒˇ‹ÎÏ◊'˛ÎÅÛˇˆˇ∑ˇˇ⁄ˇ∑ˇˇ∫ˇ‹ÎÎ◊#˛ÎÅÛˇˆˇ∑ˇˇ⁄ˇ∑ˇˇîÏÎ◊˛ÏÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÎÏ◊˛ÎÅÁ¥ˇ⁄¥ˇîÏÎ◊˛ÎÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÎÎ◊#˛ÏÅÁˇ∑ˇˇ˛ˇfiˇ∑ˇˇîÎÏ◊˛ÎÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÎÎ◊-˛ÎÅÁˇ∑ˇˇ˘ˇ„ˇÏˇˇÍˇˇÁˇˇîÏÎ◊7˛ÏÅÁˇ∑ˇˇ⁄ˇÎˇÈˇÁˇˇˆ˛ˇˇÁˇÛˇfiÎÏ◊j˛Îü˛ˇ¯ˇÚˇÙˇÙˇ‡ˇ˝˝ˇÙˇÔˇˇÙˇËˇÎ˛ˇ˛ˇˇˇ˚ˇ˛˝ˇ˛ˇÏˇˇˆˇˇÒˇÁˇÛˇfiÏÎ◊ª˛Îüˇˇ˘ˇÚˇÙˇÙˇÒˇˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇ˛ˇ˝ˇ˝ˇÒˇˇ⁄ˇÎˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇÈˇˇˆ ˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇˇ‚ÎÎ◊’˛Ïüˇˇˇˇ¸ˇˇˇˇˇ˛ˇˇ¸ˇ˛ˇ˛˝ˇˇˇ¯ˇˇˇˇˇ˛ˇˇˇˇˇ¸˛ˇˇ˛ˇˇ˛ˇˇÔˇˇÔˇÌˇÎˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇÏˇˇˆ˛ˇˇˇˇˇˇˇˇˇ˛˛ˇˇˇ˛ˇ¸ˇˇˇˇˇˇˇˇˇˇ˝ˇ„ÎÏ◊òů@įHH™ò◊IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3005. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į(B 'Õ˛Îü˛ˇ    ˇˇˇˇ˛ˇ˝ˇˇˇˇ˛ˇ    ˇˇˇˇ˝ˇ˘ˇˇˇˇ˛ˇˇ˝    ˇˇˇˇ˚ˇ˚ˇˇÚˇˇ⁄ˇÏ˝ˇ˛ˇ˝˚ˇˇˇˇˇ˛ˇˇÎˇˇˆˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˝˛ˇˇˇˇˇˇˇˇ‡ÎÎ◊≥˛Îüˇ˛ˇˇˇˇ˛ˇˇ˝ˇ˝˛ˇˇˇˇˇˇˇˇˆˇ˛ˇ˛ˇ˝ˇ˛ ˇˇˇˇˇˇˇ˛˝ˇ˛ˇˇÒˇˇÍˇÚˇ∑ˇˇˆ˛ˇˇˇ˛ˇˇˇ˛ˇ˝ˇ˛ˇ˝ˇ˛˛ˇ˛ˇ¸ˇˇˇ˛ˇˇ˛ˇ„ÏÎ◊Z˛Ïüˇ˝ˇˇˇˇˇˇ˛ˇ˛ˇ˚ˇˇ˝ˇ˛ˇ˘ˇˇ…ˇˇÂˇ˜ˇ∑ˇˇÿˇ‰ˇ‹ÎÏ◊3˛ÎňˇÛˇÒ˛ˇ ˇˇÂˇ˜ˇ∑ˇˇŸˇÊ˛ˇ€ÏÎ◊'˛ÎÅ˘˛ˇÚˇ∑ˇˇ‡ˇ¸ˇ∑ˇˇîÎÎ◊˛ÏÅÁˇ∑ˇˇ⁄ˇ∑ˇˇîÎÏ◊˛ÎÅÁˇ∑ˇˇ‹˛ˇ∑ˇˇîÎÎ◊˛ÎÅÁ¥ˇ⁄¥ˇîÏÎ◊˛ÏÅÁˇ∑ˇˇŸµˇîÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ‰ˇ’ˇˇÅ†ÎÎ◊0˛Îûˇ˛ˇˇ¸ˇˇ˝ˇÓˇˇ€˝ˇ·ˇˇÅ†ÏÎ◊@˛Ïûˇ˛ˇ˙ˇ˝ˇ‹ˇÏˇˇˇˇˇˇ˝˛ˇˇˇ˘ˇÎˇˇÅ†ÎÏ◊b˛Îù    ˇˇˇˇˇ˝ˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇ¯ˇÎˇˇ˝ˇ˛ˇ¸˛ˇˇ˛ˇˇˇÏˇˇÅ†ÏÎ◊`˛Îùˇˇˇ˚ˇˇˇ˝ˇˇ¸ˇˇˇˇˇˇˇ˘ˇÎˇˇ˝ˇ˝˛ˇˇˇˇ˛ˇˇˇÏˇˇÅ†ÎÎ◊^˛Ïùˇˇˇˇˇ˛ˇˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇ˘ˇÍˇ˛¸ˇ    ˇˇˇˇ¯ˇˇˇÌˇˇÅ†ÎÏ◊H˛Îúˇˇˇˇ˝ˇˇ˛ˇˇ˛˛ˇ˛ˇ
  3006. ˇˇˇˇˇ˘ˇ“ˇÁˇˇÅ†ÎÎ◊ ˛ÎÅ˚ˇÓˇ’˛ˇÊˇˇÅ†ÏÎ◊˛ÏÅ˛˛ˇÌˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁ¥ˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊!˛ÎÅÁˇËˇˇ˝ˇ◊ˇˇÅ†ÎÎ◊0˛Ï¢ˇˇˇˇ¯ˇÈˇˇÁˇÙ˝ˇ„ˇˇÅ†ÎÏ◊=˛Î£ˇˇˇÀˇÌ˝ˇˇ˛ˇˇ˛ ˇˇˇˇˇ˘ˇÓˇˇÅ†ÎÎ◊n˛Î§ˇ¸ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇ    ˇˇˇˇ˛ˇˇˇˇ˛ˇ¯ˇÓˇ˛ˇˇ˝ˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇÔˇˇÅ†ÏÎ◊m˛Ï§ˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇ˘ˇÓˇ˚ˇ˝ˇ˝
  3007. ˇˇˇˇˇ˛ˇˇˇÔˇˇÅ†ÎÏ◊e˛Î£!ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˘ˇÌÛˇ˛ˇˇˇˇˇ˙ˇˇˇˇˇÅ†ÏÎ◊S˛Î¢ˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˛˛ˇ˛ˇ
  3008. ˇˇˇˇˇ˘ˇ›ˇÙˇÍˇˇÅ†ÎÎ◊.˛Ïöˇ˛ˇÙˇıˇÓˇfi˛ˇ¯˛ˇÈˇˇÅ†ÎÏ◊&˛Îöˇ˛ˇ˜˛ˇ˜˛ˇÌˇ∑ˇˇÅ†ÎÎ◊˛Îöˇ˛ˇ”ˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊"˛ÏÅÁˇÈˇˇ˛ˇˇ÷ˇˇÅ†ÎÏ◊8˛Î≥˛ˇ˜ˇÁˇÙˇˇÓˇËˇ˝ˇ˝˝ˇ˘ˇÁˇˇÅ†ÏÎ◊A˛Î≥ˇˇ¯ˇÁˇÙˇˇÓˇË˛ˇ
  3009. ˇˇˇˇ˝ˇ˛˝ˇÈˇˇÅ†ÎÎ◊h˛Ï≥ˇ˝ˇ˛ˇˇˇˇˇ¸ˇ    ˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˙ˇˇˇ˛ˇ¯ˇËˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇÁˇˇÅ†ÎÏ◊u˛Î≥˛ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇˇˇ˘ˇËˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇÍˇˇÅ†ÎÎ◊t˛Î≥ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇ˘ˇÈ˝ˇˇˇˇ˛ˇ˛˝ˇ˛ˇˇÈˇˇÅ†ÏÎ◊R˛Ï≥˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˘ˇˇˇ˘ˇ∑ˇˇÅ†ÎÏ◊˛ÎüˇÍˇ‚ˇ∑ˇˇÅ†ÏÎ◊˛Î¢˛ˇÈˇ‚ˇ∑ˇˇÅ†ÎÎ◊˛Ïᡂˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊*˛ÎÅÁˇÎˇˇˇ˛ˇˇ˝ˇˇ›ˇˇÅ†ÎÎ◊9˛Îì¸ˇˇˇÙˇˇÓˇÏˇ¯ˇ¸ˇ˝ˇ˘ˇÏˇˇÅ†ÏÎ◊E˛Ïìˇ¸ˇˇÙˇˇÓˇÌ˝ˇˇˇ˝ˇ¸ˇ˛ˇˇ˛ˇ˝ˇÓˇˇÅ†ÎÏ◊R˛Îìˇ˛ˇˇˇ˛˛ˇ˛ˇ˙ˇˇˇ˛ˇ¯ˇÏˇ˝ˇ˝ˇ¸ˇ˛˛ˇ˛˛ˇˇÏˇˇÅ†ÏÎ◊òůÄú¯HH™†ÿIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3010. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯B(^ 'X˛Îì¸ˇˇˇ˛ ˇˇˇˇˇ˚ˇˇˇ˘ˇÏˇ˝ˇ˝ˇ¸ˇ˛ˇ˝    ˇˇˇˇÔˇˇÅ†ÎÎ◊N˛Ïìˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇ˘ˇÌÛˇ˘ˇ˝˝ˇˇˇÓˇˇÅ†ÎÏ◊7˛Îìˇ˛ˇˇˇ˛˛ˇ˛ˇ˘ˇˇˇ˘ˇ∑ˇˇÅ†ÎÎ◊˛Îᡂˇ∑ˇˇÅ†ÏÎ◊˛Ïᡂˇ∑ˇˇÅ†ÎÏ◊˛Îᡂˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁ¥ˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊'˛Ïô˛ˇıˇÚˇˇˇfi˛ˇ›ˇˇÅ†ÎÏ◊;˛ÎôˇˇˆˇÚˇÔˇÈˇˇˇ˝ˇ˛ˇ˝˛ˇ˛˝ˇÍˇˇÅ†ÎÎ◊\˛Îôˇˇˇˇ˛ˇ˝    ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ¯ˇË ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇÍˇˇÅ†ÏÎ◊Y˛Ïô˛ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇËˇˇˇˇˇˇˇ˛ˇˇÊˇˇÅ†ÎÏ◊W˛Îôˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˘ˇË˛ˇ˛ˇ˙ˇ˛ˇ˛˝ˇÍˇˇÅ†ÏÎ◊D˛Îôˇ˝˝ˇˇ˛ˇˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇ˘ˇËˇ—ˇˇÅ†ÎÎ◊˛ÏÅÁˇÈ˛ˇ“ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊ò@@¯@¯^(û …ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚ò@@į@įû(fi …ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚ò@Äú¯Äú¯fi(˙ …ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚òů@¯HH™òŸÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3011. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯^(û '˛ÏÅÁˇŸˇ‡ˇˇÅ†ÎÏ◊"˛Îå˛ˇÒˇˇfl˛ˇ‹ˇˇÅ†ÏÎ◊9˛Îåˇˇ‡ˇÏˇˇˇ˝ˇˇ¸ˇˇ˛˝ˇ˛ˇÎˇˇÅ†ÎÎ◊Q˛Ïåˇˇˇˇ˛ˇ˝ˇˇˇ˝ˇˇˇ¯ˇÎˇˇˇˇˇˇˇ˝ˇ¸ˇˇ˛ˇÏˇˇÅ†ÎÏ◊L˛Îå˛ˇ˝ˇˇˇ¸ˇ˛ˇ˝ˇ˘ˇÎ    ˇˇˇˇ˝ˇ˛ˇ˝ˇ¸ˇÏˇˇÅ†ÎÎ◊L˛Îåˇ˛ˇ˝ˇˇˇˇˇˇˇˇˆˇÎ˛ˇ˛ˇ¸ˇ¸ˇ˝ˇˇÍˇˇÅ†ÏÎ◊6˛Ïåˇ˝˛ˇˇˇ˛ˇˇˇ˝ˇ˛ˇ˘ˇÎˇŒˇˇÅ†ÎÏ◊˛ÎÅÁˇÏ˛ˇœˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ”ˇˇÁˇˇÅ†ÎÎ◊7˛Î≥˛ˇ˜ˇˇˇÂˇıˇ‚ˇˇ˛ˇˇ¯ˇÁˇˇÅ†ÏÎ◊K˛Ï≥ˇˇ¯ˇˇˇÂˇıˇÏˇˇˇ˝ˇˇˇˇˇ˛ˇ˝ˇ˛ˇÎˇˇÅ†ÎÏ◊u˛Î≥ˇˇˇˇ˛ˇˇˇˇ˛˛ˇ˛ˇ˘ˇˇˇ˛ˇ˝ˇˇˇ˛ˇˇ˛˛ˇˇˇ¯ˇÎˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇÏˇˇÅ†ÏÎ◊p˛Î≥˛ˇ¸ˇˇ˝ˇˇˇ˛ˇˇˇ˚ˇˇˇ˛ˇˇˇˇˇˇ¸ˇ˘ˇÎ
  3012. ˇˇˇˇˇ˛ˇˇ˛ˇˇ˙ˇÏˇˇÅ†ÎÎ◊x˛Ï≥ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˆˇÎ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇÍˇˇÅ†ÎÏ◊U˛Î≥ˇ¸˝ˇˇ˛ˇˇ˛˛ˇ˛˛ˇˇˇ˚ˇˇˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇ˘ˇÎˇŒˇˇÅ†ÎÎ◊˛ÎûˇÀˇÏ˛ˇœˇˇÅ†ÏÎ◊˛ÏûˇÀˇ∑ˇˇÅ†ÎÏ◊˛ÎûˇÀˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁ¥ˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊(˛Ïó˛ˇÍˇˇÓˇfi˝ˇ˘ˇÁˇˇÅ†ÎÏ◊9˛ÎóˇˇÎˇˇÓˇÈˇˇˇ˝ˇ˛ˇ˝ˇ˛˝ˇÈˇˇÅ†ÎÎ◊Q˛Î󡡡ˇ˛ˇ˝˛ˇ˛ˇ˙ˇˇˇ˛ˇ¯ˇË
  3013. ˇˇˇˇˇ˛ˇ˛ˇ˛ˇÁˇˇÅ†ÏÎ◊X˛Ï󲡸ˇˇ˛ ˇˇˇˇˇ˚ˇˇˇ˘ˇË ˇˇˇˇˇ˛ˇˇ˛ˇˇÍˇˇÅ†ÎÏ◊U˛Î󡽡˛ˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇ˘ˇË˛ˇ˛ˇ¸ˇ˛˝ˇ˛ˇˇÈˇˇÅ†ÏÎ◊;˛Î󡸽ˇˇ˛˛ˇ˛ˇ˘ˇˇˇ˘ˇËˇ—ˇˇÅ†ÎÎ◊˛ÏᡂˇÈ˛ˇ“ˇˇÅ†ÎÏ◊˛Îᡂˇ∑ˇˇÅ†ÎÎ◊˛Îᡂˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ◊ˇ‚ˇˇÅ†ÎÏ◊6˛Îô˛ˇÒˇ¸ˇˇ˛ˇˇˇˇıˇfiˇˇˇˇflˇˇÅ†ÏÎ◊A˛ÎôˇˇÍˇ¸ˇ˛ˇıˇÈˇˇˇ˝ˇ˛ˇˇˇˇ¸˛ˇÍˇˇÅ†ÎÎ◊Y˛Ïôˇˇˇˇ˛ˇ˝ˇ˛ˇˇˇˇ˛ˇˇˇ¸ˇˇˇ˙ˇËˇˇˇˇˇˇˇ˛ˇ˝ˇÁˇˇÅ†ÎÏ◊W˛Îô˛ˇ¸ˇˇ˛ˇˇˇ¸ˇˇˇˇˇˇˇˇˇ˘ˇËˇˇˇˇˇˇ˛ˇ¸˛ˇÍˇˇÅ†ÎÎ◊\˛Îôˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇË˛ˇ˛ˇˇˇˇ¸ˇˇˇÈˇˇÅ†ÏÎ◊B˛Ïôˇ˝˝ˇˇ˝
  3014. ˇˇˇˇˇ˛ˇ
  3015. ˇˇˇˇˇˇ¯ˇËˇ—ˇˇÅ†ÎÏ◊ ˛ÎÅÒˇ¯ˇÈ˛ˇ“ˇˇÅ†ÏÎ◊˛ÎÅÚˇ˜ˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊òů@įHH™†⁄IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3016. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įû(fi '˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊:˛Îµ˝ˇ¯ˇÔˇÚˇ˜ˇ¯ˇ˘ˇÎˇ¯˚ˇˆˇÈˇˇÅ†ÏÎ◊K˛ÏµˇıˇÔˇÛˇˆˇ¯ˇ˘ˇÏ˝ˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˝ˇÎˇˇÅ†ÎÏ◊u˛Îµˇ˛ˇˇ˛ˇ˛ˇ˛ˇ ˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˛¸ˇˇˇ˛¸ˇˇˇ˛ˇ˙ˇÎˇ¸ˇˇ˛ˇˇ˛ˇˇˇˇÈˇˇÅ†ÏÎ◊t˛Îµ˝ˇ    ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ¸ˇ¸ˇˇˇˇ¸¸ˇˇ˛ˇ˘ˇÎˇˇ˛ˇˇ˝ˇ˛
  3017. ˇˇˇˇˇÏˇˇÅ†ÎÎ◊u˛Ïµˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇ¸ˇˇˇˇ¸ˇˇ˝ˇ˛ˇ˘ˇÍˇˇˇˇ¸ˇ˝˛ˇ˛ˇˇˇˇˇÎˇˇÅ†ÎÏ◊T˛Îµˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˛˝ˇ¸ˇˇˇˇ¸˚ˇˇˇˇ˙ˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁ¥ˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊8˛Ï¶¸ˇ¯ˇˇ¯ˇ¯ˇ˙ˇ˝ˇÙˇÎˇ¯˚ˇ›ˇˇÅ†ÎÏ◊J˛Î§ˇˆˇˇ˘ˇ˜ˇ˙ˇ˝ˇÙˇÏ˝ˇˇˇˇˇˇ˛˝ˇ˛˝ˇ˛ˇÎˇˇÅ†ÎÎ◊f˛Î§ˇ˛ˇˇˇˇ˝ˇˇˇ˝¸ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ¯ˇÎˇ¸ˇˇ˛ˇ˛˛ˇˇ˛ˇˇ˛ˇÏˇˇÅ†ÏÎ◊c˛Ï§ˇ˝ˇˇ˛ˇ˝ˇ˝ˇˇˇˇˇˇ˝ˇˇˇˇˇ˝ˇ˘ˇÎˇˇ˛ˇˇ˝ˇˇˇ˝¸ˇÏˇˇÅ†ÎÏ◊a˛Î§ˇˇ˝ˇ˛ˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˆˇÍˇˇˇˇ¸ˇ˝˝ˇ˝ˇˇÍˇˇÅ†ÏÎ◊I˛Î§ˇ˛˝ˇ    ˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˘ˇ∑ˇˇÅ†ÎÎ◊˛ÏůˇÒˇ∑ˇˇÅ†ÎÏ◊˛ÎÅ˘ˇˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ”ˇˇÁˇˇÅ†ÎÏ◊5˛Î¥¸ˇ¯ˇˇ—ˇıˇÎˇ˘ˇˇ˛ˇˇ¯ˇÁˇˇÅ†ÏÎ◊@˛Î≤ˇˆˇˇ—ˇıˇÏ˝ˇˇˇ˝ˇˇˇ˛ˇ˝ˇ˛ˇÎˇˇÅ†ÎÎ◊x˛Ï≤ˇ˛ˇˇˇˇ˛ˇˇˇ˝
  3018. ˇˇˇˇˇ˛ˇˇˇˇˇ˝ˇˇˇ˛ˇˇ˛˛ˇˇˇ¯ˇÎˇ¸
  3019. ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇÏˇˇÅ†ÎÏ◊o˛Î≤ˇ˝ˇˇ˛ˇ˝ˇ¸ˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇ¸ˇ˘ˇÎˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˙ˇÏˇˇÅ†ÎÎ◊s˛Î≤ˇˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˚ˇˇˇˇˇˇˇˇˆˇÍˇˇˇˇ˝ˇ˛ˇ˛ˇˇˇˇˇˇÍˇˇÅ†ÏÎ◊R˛Ï≤ˇ˛˝ˇ    ˇˇˇˇˇ˝ˇˇˇˇ˛˝ˇ˛˛ˇ˛ˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇ˘ˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇŸˇ‡ˇˇÅ†ÎÎ◊6˛Î©˝ˇ˜ˇ˙ˇÙˇ˜ˇ¯ˇ˘ˇÎˇˆ˛ˇ‹ˇˇÅ†ÏÎ◊E˛Ï©ˇÙˇÌˇˆˇ¯ˇ˘ˇÏ˝ˇˇˇˇˇˇ¸ˇˇ˛˝ˇ˛ˇÎˇˇÅ†ÎÏ◊e˛Î©ˇ˝ˇˇ˛ˇ˛ˇ˛ˇˇ¸ˇˇˇ˝¸ˇˇˇ˛¸ˇˇˇ˛ˇ˙ˇÎˇ¸ˇˇ˛ˇˇ˝ˇ¸ˇˇ˛ˇÏˇˇÅ†ÏÎ◊`˛Î©¸ˇ    ˇˇˇˇ˛¸ˇˇ˝ˇ˝ˇˇˇˇ¸¸ˇˇ˛ˇ˘ˇÎˇˇ˛ˇ¸ˇ˛ˇ˝ˇ¸ˇÏˇˇÅ†ÎÎ◊e˛Ï©ˇ˛
  3020. ˇˇˇˇˇ˛    ˇˇˇˇˇˇ˙ˇˇˇˇ¸ˇˇ˝ˇ˛ˇ˘ˇÍˇˇˇˇ˚ˇ¸ˇ˝ˇˇÍˇˇÅ†ÎÏ◊I˛Î©ˇ˝
  3021. ˇˇˇˇˇˇ˛ˇˇ¸ˇ˛ˇ˝ˇˇˇˇ¸˚ˇˇˇˇ˙ˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁ¥ˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊òůÄú¯HH™ò€Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3022. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯fi(˙ '˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊J˛Ïı˝ˇ¸ˇÚˇ˝ˇˇˇÙˇ˛ˇ˘ˇ˝ˇflˇÌˇÓˇ‰¸ˇ˙ˇ·ˇˇÅ†ÎÏ◊[˛Îıˇ˘ˇÌˇˇˇÙˇ˛ˇ˘ˇ˝ˇflˇÌˇÓˇÏ¸ˇ ˇˇˇˇˇ˚ˇˇˇˇ˛ˇÌˇˇÅ†ÎÎ◊©˛Îıˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ¯ˇ˛˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˛¸ˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇˇˇˇ˘ˇÌˇ˝ˇˇˇˇˇ˝ˇˇˇ¸ˇˇˇ˛ˇÓˇˇÅ†ÏÎ◊∞˛Ïı˝ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇ¸ˇˇ˝ˇˇˇ˛¸ˇ
  3023. ˇˇˇˇ¸ˇ    ˇˇˇˇ˛˛ˇ˝˛ˇˇ¸ˇˇ˝ˇ˙ˇÏ˛ˇ ˇˇˇˇ˛ˇˇˇˇ˛ˇˇÓˇˇÅ†ÎÏ◊º˛Îıˇ˝ˇ˛ˇˇˇˇˇ˛"ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˝ˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇ¸ˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˝ˇˇˇˇ˙ˇÌˇˇ˛ˇ¸ˇ ˇˇˇˇˇˇ˝ˇ˝ˇÔˇˇÅ†ÏÎ◊é˛Îı¸ˇˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˝˝ˇ¸ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛˝ˇˇ˝ˇ˛˛ˇ˛ˇ¸ˇˇ˛ˇˇ˘ˇËˇ—ˇˇÅ†ÎÎ◊˛Ïߡ¬ˇÈ˛ˇ“ˇˇÅ†ÎÏ◊˛Îߡ¬ˇ∑ˇˇÅ†ÎÎ◊˛Îߡ¬ˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊"˛ÏÅÁˇÎˇˇˇˇ‚ˇˇÅ†ÎÏ◊.˛Î™˝ˇfiˇˆˇÚˇÏˇ˘˝ˇ˘ˇ‚ˇˇÅ†ÏÎ◊@˛Î™ˇ€ˇˆˇÚˇÌ˝ˇ¸ˇ˛ˇ˛ˇ˛ˇ˝˛ˇˇˇˇÓˇˇÅ†ÎÎ◊s˛Ï™ˇ˝
  3024. ˇˇˇˇˇˇ˛ˇ
  3025. ˇˇˇˇˇ˝ˇ˛˛ˇ˛ˇˇˇˇˇˇˇˇˇ˘ˇÏˇˇ˛ˇˇ¸ˇ˛ˇˇ˛ˇ˛ˇˇˇˇÔˇˇÅ†ÎÏ◊q˛Î™¸ˇˇˇ¸ˇ)ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¯ˇÏˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇÏˇˇÅ†ÎÎ◊p˛Î™ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ¯ˇÌ˝ˇ˝ˇ˛ˇ˛˛ˇ¸ˇ˛ˇ˝ˇÓˇˇÅ†ÏÎ◊Q˛Ï™ˇ˝ˇˇˇ˛˛ˇ˛ˇˇˇˇ˛˝ˇˇ˛ˇ˛˛ˇ ˇˇˇˇˇˇ¯ˇÂˇ‘ˇˇÅ†ÎÏ◊˛Îòˇ—ˇË˛ˇ”ˇˇÅ†ÏÎ◊˛Îõ˛ˇ–ˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊ò@@¯@¯˙(9 …ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚ò@@į@į9(y …ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚…ˇ¸˚ò@Äú¯Äú¯y(ï ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ ˛x#y·¿a  ˛HI§A&  ˛H¨®"  ˛·NPD  ˛ìÛP:D  $rëÑà  ŒÌŒÉ ¡¡¡¡¡ ˛|ÄÄ@˛`˝`0ƒqIJ‡òů@¯HH™†‹Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3026. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯˙(9 '˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊'˛ÎÅÁˇÓˇˇ˛ˇˇÚˇˇ‚ˇˇÅ†ÎÎ◊6˛Î¨˛ˇ˜ˇÊˇˆˇÚˇÌˇ˝ˇ˝˝ˇ˘ˇ‚ˇˇÅ†ÏÎ◊J˛Ï¨ˇˇ¯ˇÊˇˆˇÚˇÌ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˝˛ˇˇˇˇÓˇˇÅ†ÎÏ◊w˛Î¨ˇˇ˛ˇ    ˇˇˇˇˇ˛ˇ
  3027. ˇˇˇˇˇ˝ˇ˛˛ˇ˛ˇˇˇˇˇˇˇˇˇ˘ˇÌˇˇ˛ˇˇ¸ˇ˛ˇˇ˛ˇ˛ˇˇˇˇÔˇˇÅ†ÏÎ◊u˛Î¨˛ˇ˝˛ˇ˛ˇ,ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¯ˇÌ    ˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇÏˇˇÅ†ÎÎ◊t˛Ï¨    ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ¯ˇÓ˝ˇˇˇˇ˛ˇ˛˛ˇ¸ˇ˛ˇ˝ˇÓˇˇÅ†ÎÏ◊M˛Î¨˛ˇ˛˛ˇ˝ˇˇ˛ˇˇˇˇ˛˝ˇˇ˛ˇ˛˛ˇ ˇˇˇˇˇˇ¯ˇ∑ˇˇÅ†ÎÎ◊˛Îòˇ—ˇ∑ˇˇÅ†ÏÎ◊˛Ïõ˛ˇ–ˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁ¥ˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊!˛ÎÅÁˇ„ˇˇÒˇËˇˇÅ†ÎÎ◊5˛Ï䡡˚ˇ˜ˇ˝ˇˇ˘ˇ‚ˇ˘˝ˇ˘ˇÏˇˇÅ†ÎÏ◊J˛Îãˇˇ¸ˇ˜ˇ˚ˇ˘ˇÌ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇ˝ˇÓˇˇÅ†ÎÎ◊S˛Îåˇ˚
  3028. ˇˇˇˇˇˇˇ˛˛ˇ˝ˇ˙ˇÓˇ˛ˇˇ˛ˇˇ˝ˇˇˇ˛ˇ˝ˇ˛ˇÏˇˇÅ†ÏÎ◊X˛Ïåˇ¸
  3029. ˇˇˇˇˇˇ˝ˇˇˇˇ˘ˇÓˇ˝ˇ˛ˇˇ˝ˇ˝ˇˇ˛ˇ˛ˇˇÔˇˇÅ†ÎÏ◊R˛Îãˇˇˇˇˇˇˇˇ˝ˇˇˇˇ˘ˇÌ˝ˇ˛ˇ¸ˇ˝ˇ˝ˇ¸ˇˇˇÓˇˇÅ†ÏÎ◊3˛Î䡡˛    ˇˇˇˇˇˇ˝˛ˇˇˇˇ˙ˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇΔˇˇÙˇˇÅ†ÎÏ◊B˛Î¢ˇˇıˇ˛ˇ˚ˇÒˇˇıˇÎˇ˚˛ˇˇÚˇ˜ˇÙˇˇÅ†ÏÎ◊Y˛Î¢ˇˇıˇ˜ˇÒˇˇıˇˆˇˇˇ˛ˇ˝ˇ˛ˇ˛˝ˇˇˇˇ˛ˇ˝ˇ˛˝ˇ˛ˇˆˇˇÅ†ÎÎ◊x˛Ï¢
  3030. ˇˇˇˇˇˇ˛˛ˇ˛˝ˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇˇˇ˙ˇıˇˇˇ˛ˇˇ˚ˇˇˇ¸ˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇ˜ˇˇÅ†ÎÏ◊r˛Î¢ˇ¯ˇˇˇ˛ˇˇˇ˚ˇˇˇ˛˛ˇˇˇˇ˘ˇıˇˇˇˇˇˇ¸ˇˇˇˇ˛¸ˇˇˇˇ¸ˇˇ˜ˇˇÅ†ÎÎ◊w˛Î¢ˇ˛ˇˇˇ˝ˇˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˘ˇı˛ˇ˝ˇˇˇ˝ˇ˛ˇˇ˝ˇ˛ˇ˝ˇˇ˛˙ˇˇˇ¯ˇˇÅ†ÏÎ◊I˛Ï°ˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇ˚ˇˇˇ˝ˇˇˇ¯ˇıˇƒˇˇÅ†ÎÏ◊ ˛ÎÅÒˇ¯ˇˆ˛ˇ≈ˇˇÅ†ÏÎ◊˛ÎÅÚˇ˜ˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇÁˇ“ˇˇÅ†ÎÎ◊2˛Î¥˛ˇˇ¸ˇÛˇ˘ˇ·ˇ˘ˇ‹˛ˇflˇˇÅ†ÏÎ◊K˛Ï¥ˇˇ˙ˇÛˇÿˇ˘ˇÓˇˇˇˇˇ˛˝ˇˇ˛˛ˇ˛ˇˇˇˇ˛ˇÓˇˇÅ†ÎÏ◊}˛Î¥    ˇˇˇˇˇ˝ˇ˛ˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇ
  3031. ˇˇˇˇˇ˛ˇ˘ˇÌ    ˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇÔˇˇÅ†ÏÎ◊u˛Î¥˛ˇˇˇˇˇˇˇˇ˝ˇˇˇ¸ˇ ˇˇˇˇ˝ˇˇˇˇˇ¸ˇˇ˘ˇÌ    ˇˇˇˇ¯ˇˇˇ˛ˇˇ¸ˇÔˇˇÅ†ÎÎ◊w˛Ï¥ˇ˝ˇˇ˝    ˇˇˇˇˇ¸ˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˘ˇÌ˛ˇ¸ˇ˝ˇ˝ˇ˝ˇ˛ˇ˝ˇÌˇˇÅ†ÎÏ◊X˛Î¥ˇ˝ˇ˛ˇˇˇ˝ˇ˛˛ˇ˛ˇ˛˝ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛˛ˇ˛ˇ˘ˇÌˇÃˇˇÅ†ÎÎ◊˛ÎᡂˇÓ˛ˇÕˇˇÅ†ÏÎ◊˛Ï䲡·ˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁ¥ˇÅ†ÎÏ◊òů@įHH™ò›Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3032. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į9(y '˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊.˛Ï¥˛ˇˆˇˆˇ˘ˇ·ˇ˘ˇ‹˛ˇflˇˇÅ†ÎÏ◊C˛Î¥ˇˇÎˇÿˇ˘ˇÓˇˇˇ˘ˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˛ˇÓˇˇÅ†ÎÎ◊}˛Î¥    ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇ
  3033. ˇˇˇˇˇ˛ˇ˘ˇÌˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇÔˇˇÅ†ÏÎ◊x˛Ï¥˛ˇ¸ˇˇˇˇˇˇˇˇˇ¸ˇ ˇˇˇˇ˝ˇˇˇˇˇ¸ˇˇ˘ˇÌˇ˛ˇ˛ˇˇˇ¸ˇˇˇ˛ˇˇ¸ˇÔˇˇÅ†ÎÏ◊x˛Î¥ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˘ˇÓ˝ˇ˙ˇ˚ˇ˝ˇ˛ˇ˝ˇÌˇˇÅ†ÏÎ◊\˛Î¥ˇˇ˛ˇ˛ˇ ˇˇˇˇˇ˛ˇ˛˝ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛˛ˇ˛ˇ˘ˇÂˇ‘ˇˇÅ†ÎÎ◊"˛Ï®ˇ·ˇ‚ˇË˛ˇ”ˇˇÅ†ÎÏ◊˛Î´˛ˇ„˛ˇ·ˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁˇÂˇˇ’ˇˇÅ†ÎÏ◊2˛Î∏˛ˇ˚ˇÌˇ˘ˇ·ˇ˘ˇ‰ˇ˜˛ˇ‚ˇˇÅ†ÏÎ◊R˛Î∏ˇˇ¸ˇÌˇÿˇ˘ˇÒˇˇˇ˛ˇ˝
  3034. ˇˇˇˇˇˇ˛˛ˇˇˇˇˇ˛ˇÒˇˇÅ†ÎÎ◊á˛Ï∏ˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇ
  3035. ˇˇˇˇˇ˛ˇ˘ˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇˇˇˇ˛ˇÚˇˇÅ†ÎÏ◊ɲÎ∏˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇ ˇˇˇˇ˝ˇˇˇˇˇ¸ˇˇ˘ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˚ ˇˇˇˇˇ¸ˇÚˇˇÅ†ÎÎ◊Ñ˛Î∏ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˘ˇ˛ˇ˛ˇ¸ˇˇ˛˝ˇ˝ˇˇ¸ˇˇˇÅ†ÏÎ◊a˛Ï∏ˇ¸ˇˇˇˇ˛˛ˇ
  3036. ˇˇˇˇ˛ˇ˛˝ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛˛ˇ˛ˇ˘ˇˇÒˇ⁄ˇˇÅ†ÎÏ◊*˛Î¨ˇ¸ˇ„ˇ‚ˇÒ˛ˇÙ˛ˇ⁄ˇˇÅ†ÏÎ◊"˛Î≠ˇ˛˛ˇÂ˛ˇ·ˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁ¥ˇÅ†ÏÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ·ˇˇŸˇˇÅ†ÎÎ◊G˛ÎÓ˛ˇ˚ˇ˚ˇˆˇ˙ˇÙˇÛˇ˚ˇÙˇËˇˇÏˇ‚ˇ˛˝ˇfiˇˇÅ†ÏÎ◊`˛ÏÓˇˇıˇˆˇ˙ˇÙˇÛˇ˚ˇ⁄ˇÎˇÛ˙ˇˇ˛ˇ˛˝ˇˇ˛ˇˇ˛˛ˇ˝ˇ˛ˇÙˇˇÅ†ÎÏ◊π˛ÎÓ
  3037. ˇˇˇˇˇ˛ˇ¸ˇˇˇ˛¸ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝¸ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˘ˇÙˇ˛ˇˇˇˇ˛ˇ˛ˇ˝˛ˇˇˇˇˇ˛ˇˇ˛ˇˇÒˇˇÅ†ÏÎ◊µ˛ÎÓ˛ˇ ˇˇˇˇˇ¸ˇˇ¸ˇˇˇ˛
  3038. ˇˇˇˇˇˇ˝ˇ¸ˇˇ˝ˇˇ˛ˇˇˇ˝˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ¸ˇ˝ˇ˙ˇÙˇ˛ˇˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˝ˇ˛ˇˇ˚˛ˇÙˇˇÅ†ÎÎ◊º˛ÏÓˇ˛ˇˇˇˇˇˇˇ˝ˇ¸ˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇ˙ˇÛ˝ˇ˝ˇ˝ˇ˝ˇ˛ˇ˝ˇ˛˛ˇ˝ˇˇˇÛˇˇÅ†ÎÏ◊å˛ÎÓˇ˝
  3039. ˇˇˇˇˇ¸ˇˇ¸˝ˇ˝ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛˛ˇˇ˝˝ˇ˛˛ˇ ˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ    ˇˇˇˇ˛ˇˇˇ˘ˇˇ…ˇˇÅ†ÎÎ◊˛Îèˇ⁄ˇÛ˛ˇ»ˇˇÅ†ÏÎ◊˛Ïí˛ˇŸˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÏÅÁˇ∑ˇˇÅ†ÎÏ◊˛ÎÅÁˇ∑ˇˇÅ†ÎÎ◊˛ÎÅÁˇ∑ˇˇÅ†ÏÎ◊˛ÏÅÁ¥ˇÅ†ÎÏ◊˛ÎÅʵˇÅ†ÏÎ◊˛ÎÅÅÅπÎÎ◊˛ÏÅÅÅπÎÏ◊˛ÎÅÅÅπÎÎ◊˛ÎÅÅÅπÏÎ◊˛ÏÅÅÅπÎÏ◊˛ÎÅÅÅπÏÎ◊˛ÎÅÅÅπÎÎ◊˛ÏÅÅÅπÎÏ◊˛ÎÅÅÅπÎÎ◊˛ÎÅÅÅπÏÎ◊”˛ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎJÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ◊œ˝Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎ◊òůÄú¯HH™†fiIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3040. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯y(ï 'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ1ˡˇ˛ˇ¸ˇ˛    ˇ˛ˇˇ˛ˇ˛˛ˇ˝˛ˇˇ˙ˇˇ˝˛ÅÅÅ—2ˡˇ˝ ˇˇˇˇˇˇ˛ˇ¸ˇ˙ˇˇˇˇÅÅÅ–.ˡˇ˛ ˇˇˇˇˇˇˇ˜ˇ˙ˇˇ˛ˇÅÅÅ–-Èˇ˛ˇ˝ ˇ˛ˇ˛ˇ˛ˇ˜ˇ˙ˇ˛˛˛ÅÅÅœ/Èˇˇ˚ˇˇˇˇˇ˚˛ˇˇ˝˝ˇˇ˛ˇÅÅÅœ5͡ˇˇ˛˛ˇˇˇˇ˛ˇ¸ˇˇ˝ˇˇ˛ˇÅÅÅŒ5Ρ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ¸˛ˇ˛ˇ¸ˇ˛˛˛ˇˇÅÅÅœÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâSˡˇ˛ˇˇˇÎ˛ˇ˘ˇ˙ˇˇ˛˛ˇ˛Ëˇˇ◊ˇˇÔˇˇ˙ˇ˛˜ˇ˛ˇˇ˛ˇ˛ˇˇ˛˛˛ˇ›ˇˇÅÅò@@¯@¯ï(’  ˛HÅÄ™ÄB Bc˝‡!˛C~©ÄÄ#>ë∏ ≈#L8√1[U#Ö!ôL‡!˛„%eEPñR*Y ™K(
  3041. *ÑU™¢å•K(‡!˛É%GqEpî2*QËJ(*ÑWîíbà‰J(‡"äàäÄ»§T¢îPU®    )%E
  3042. îP‡"èÖÜfla»÷c!»d8˚Öˆw趃d8‡˛ĸ@Äı‹˛˚Ä¿ı‹¡¡¡"˛p``` >b∏Äx@ x·"˛@@¿@&$A ˛H$H·$˛\lƒHmÃΔ`2åg Õ∂q'ƒ?qËIòB÷kD§k„$˛ï
  3043. î*©IRP†:©%Prä2TETíT†Â!PÑ•TâîT„$˛îäú$ô    RH†O°%PBä2TELíT†ì@Ñ•â T„%!(ï IRí§â@ÃRJ†ïd®ä®ƒ¶A*†ëJ©"(P„%!ˇ;ò„È?”3Ë≥!üqÛ∫˘˘flıœ˛CÕg@`Ω/¬4P„ˆ¯@˝@fiˆ ¯Ä ˝ fi¡¡¡˛}Ä ò ˆ    å¿Ÿ˛I@˝ @¿ D4 ÿ˛I”jFÇ€ëqG3DlW8s0ÿ˛í®ôH§¢PîÖHPQ)HTÄ>ÿ˛í§ê»§°póÖDP!ÈHT@"ÿ%E"ëIA(Ä!
  3044. Ñ@†Rê®@Dÿ˛∏£K≥Ê~d¡ XÅA∞L`≈àÓÿ
  3045. Ù¸’ Ù8¸Ä÷¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛`˝¿Œ˛@"Õ˛
  3046. +úP@gŒk%8¿œ˛
  3047. Rî–Å%JT¨*Äœ˛    ˙îÅ%JTË*Œ )ÄäJî©UŒæ3‡qüÿT–é˙ œ˛@˛ Ã˛‡˛pá¡¡˛|@0˛-ÄŒ˛DÄ ˛    @–˛ G[\bS3Ä…iÍFe—˛ Ú•ïJ»íÄíTôI,—˛ ¢•’NÑíÄíRê…(—ò@@į@į’( %J™ë%$£"íP—≤ø˝Õœ£˛\£Iê—˜@ØÄá¡¡˛x@¬Õ˛
  3048. HÅ@œ˛ J¥»ÑUÇ-HŸî–˛ Ê*®"î≤K*§∞–˛ î*8#ú‚J:$†–(U@L ƒ    EI@–»*0˚¬<2&@–˙…˙…¡¡¡ ˛}IJÀ ˛I@À ˛I”jFeÀ ˛í®ôI,À ˛í§ê…(À    %E"íPHHÀ    ˛∏£Iê1xÀ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯(1 ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HH™òflIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3049. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯ï(’ 'SˡˇÈˇˇ˚ˇˇ˙ˇˇˇˇÈˇÒˇÂˇÓˇ˝ˇ˛ˇˆˇˇ˝ˇˇˇ˛ˇˇ‹ˇÅÅˇΩˡ˝ˇˇ˚ˇˇˇˇˇ˘ˇ˙ˇ¯ˇ˛ˇˇ˛ˇ˚¸ˇˇˇ˛ˇˇ˛ˇ˛    ˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛
  3050. ˇˇˇˇˇˇ˘ˇ˛˛ˇ˛ˇˇ˝ˇˇˇˇ˛ˇ˚ˇˇˇˇˇˇˇˇˇˇˇ˛˛ˇ˝ˇˇˇ˝ˇˇˇˇˇˇˇˇÅÅˇœÈˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˚ˇ˘ˇ¯˛˛˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˛ˇˇˇˇ˛ˇˇˇˇˇ˙ˇˇ˛ˇˇˇˇ˝˛˛˛ˇ˛ˇ¸˛ˇˇ˛ˇ˛ˇˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇˇÅÅ˛»Èˇ¸ ˇˇˇˇˇˇ˛˛ˇ¸ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇ˛ˇ˝ˇˇˇ˝ˇˇˇ˛    ˇˇˇˇˇ˛ˇ˝ˇ˛˛ˇˇ˝ˇˇˇ˛ˇˇ˘ˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇ˛ˇ¸ˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˛˛ˇˇ˛ˇˇˇ˛ˇˇÅÅ˛»Íˇ¸ˇˇˇ˛ˇˇˇ˛ˇ˚ˇˇ˙ˇ¯ˇ˛ˇˇˇ˙ˇˇˇ˛ˇˇˇ˛    ˇˇˇˇˇ˛ˇ˝ˇ˛ˇ˛
  3051. ˇˇˇˇˇ˛ˇˇ˙ˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇ˙ˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˝    ˇˇˇˇˇ˛ˇˇÅÅ˝ŒÎˇ˛ˇ˛˛ˇ˛ˇ˝ˇ˛ˇ˝ˇˇ˝˛˛ˇ˚ˇˇ˛˙˛ˇˇ˛˛ˇ˛ˇˇ˝˛ˇˇˇ˛
  3052. ˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˝˛˛˛˝ˇˇˇ˝ˇˇˇ˝ˇ˛ˇ˚˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇ˛˛ˇ˛ˇˇ˝˛˛ˇ    ˇˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˝˛˝ˇˇ˛ˇ˛ˇˇˇ˝ˇ˛ˇÅÅ˛‰ˇˇÃˇˇÛˇñˇÅÅfi„ˇˇ ˇˇÛ˛ˇò˛ˇÅÅflÅÅÅâÅÅÅâÅÅÅâuˡˇ˛˜ˇˇˇ˘˛ˇˇ˛ˇˇˆˇÔˇˇ¯ˇˇ˛Ìˇˇ˝ˇ˛˛ˇˇˇ˛ˇ¸ˇˆˇˇ˛ˇÓˇıˇ˛ˇˇ˛ˇıˇ˜ˇˇ¯˛¸ˇ˛ˇˇ˛ˇÅÜ]ˡڡ¯ˇˇ˛ˇˇÔˇıˇ˘ˇˇˇÏˇ¸ˇˇ˛ˇ¸ˇÚˇˇ‡ˇ˝ˇˇÏˇˇÛˇ˝ˇˇÅܷˡ˛ˇ˛ˇˇˇˇˇˇ˛ˇ¸    ˇˇˇˇˇ˝ˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇˇˇ˙ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ¸ˇ¸ˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ¸ˇ˛ˇ˝˚ˇ˛ˇ˛˝ˇˇ˝ˇˇˇ˝ˇˇˇˇˇˇ˝ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇÅôÓÈˇˇ˛ˇ˝    ˇˇˇˇ˛˝!ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˝ˇˇ˙˛ˇˇˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇˇˇˇ˛ˇˇ˛ ˇˇˇ˛ˇ˛˛˛˛˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ¸
  3053. ˇ˛ˇ˛ˇˇ˝ˇ˛ˇ˝ˇ˝˛ˇˇ˛ˇ˛ˇ˛ˇ˛    ˇˇˇˇ˛˛˛ˇ˛ÅóÍÈˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇ˛ˇˇ˚ˇ¸ˇˇ˝ ˇˇˇˇˇˇ¸ˇ˝ˇˇ˛ˇˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇˇ˚ˇ˝
  3054. ˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇˇˇÅóÓ͡ˇˇ˛
  3055. ˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇˇ˛ˇˇˇˇˇˇˇˇ¸ˇˇˇˇ˛ˇˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇ˛ ˇˇˇˇˇˇ¸ˇˇˇˇ˝ˇˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ˝ˇˇÅïÚΡ˛˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛˛ˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛˛ˇˇ˛
  3056. ˇˇ˛ˇ˛ˇ˝˛ˇ˛˛ˇ˛ˇˇ˛˛˛˛ˇ ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇ˛˛ˇˇ˝ˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇ˙ˇˇ¸ ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˝ˇ˛ˇ˛ˇ˛ˇ˛Åï¶ˇØˇˇ¯ˇˇflˇÅÅÎߡ≠ˇˇˆˇˇ›ˇÅÅÏÅÅÅâÅÅÅâÅÅÅâGˡˇ˛ˇˇ˛ˇËˇÔˇÔˇ˛ˇ¸ˇÌ˛˛ˇ˛ˇˇÙˇ˛ˇ˛ˇˇÏ˛ˇˇ˛ˇˇÅÅ√Iˡˇˇ¯ˇˆˇŸˇˇˇ˚ˇˇ˘ˇıˇˇ˛ˇıˇˇˇ˝ˇˆˇıˇ˛ˇÅÅ¡ñˡˇ˛ˇˇˇˇˇˇˇˇˇ˛
  3057. ˇˇˇˇˇˇ˛ˇ¸ˇˇˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ˛ˇˇ˛˛ˇˇˇˇˇ˙ˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇˇˇˇˇ˙ˇ˛ˇÅÅ¡ëÈ ˇˇˇˇˇˇ˛ ˇˇˇˇ˛ˇ˛
  3058. ˇˇ˛ˇˇ˛ˇ˝ˇ˛ˇ˛ˇ˙ˇˇˇˇ˛ˇ˝˛ˇ˛ˇ˜ˇ˛ˇ¸˛ˇ˛ˇˇˇˇ˛ˇ˝˛ˇ˛ˇ¯˛ˇ˛ˇÅÅ¿äÈˇˇˇˇˇˇˇˇ˝ˇˇˇ˛
  3059. ˇˇˇˇˇ˝ˇ˛ˇˇ˛ˇ˙˝ˇˇˇ˝ˇ˝ˇˇˇ˛ˇ¯ˇˇˇ˚ˇ˝˝ˇ    ˇˇˇˇ˝ˇˇˇ˛ˇ˘ˇ˛ˇÅÅ¿àÍ
  3060. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛
  3061. ˇˇˇˇˇ¸ˇˇˇ˛ˇıˇˇˇ˝ˇ˝ˇˇˇ˝ˇ¯ˇˇ˚ˇˇ˚
  3062. ˇˇˇˇˇ˝ˇˇˇ˝ˇ˙ˇ˛ˇÅÅøòΡ˛˛ˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛˛ˇˇˇˇˇ˛˛ˇˇˇˇ˙ˇˇˇ¸˛˝ˇˇ˛ˇ˛ˇ˛ˇ˚˛ˇ¸˛ˇˇ˛¸ˇˇˇ˛ˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇÅÅ¿ñˇŒˇÅÅ©󲡖˛ˇÅÅ™ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ¡ıˇˇ¯˛ˇ˛⁄˛ˇˇÅÅÅÎ ÊˇÙˇ˘ˇ˛ˇÍˇÒˇÅÅÅÈMÁˇˇ˛ˇ˛ˇ˛ˇˇ¸ˇ˙ˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇˇ˙ˇ˛ˇ˛ˇˇÅÅÅÛR˲ˇˇˇˇ˛ˇ˛ˇ˝ˇ˚ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛˘ˇ˛ˇˇˇˇÅÅÅÚKȸˇ
  3063. ˇˇˇˇ˝ˇ˝ˇ˚ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ¯ˇ˛ˇˇˇÅÅÅR͡˛ˇˇˇˇˇˇˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅÅÒXΡ˛ˇˇ˛˛ˇ˛ˇ˛ˇ˛˛ˇ˚ˇˇ˛˛˛ˇ˛˛ˇ˛ˇˇ˛ˇ˝
  3064. ˇ˛ˇˇˇ˛˝ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇÅÅÅÙ¡˝ˇ·ˇÌˇÅÅÅ·Ê˛ˇ˛ˇ„˛ˇÔˇÅÅŇÅÅÅâÅÅÅâÅÅÅâ(ˡˇ˛ˇˇ˘ˇ˛¯ˇ˘ˇ˛„ˇˇˇ˛ˇÅÅÅÍ.ˡ˛ˇ¸ˇˇ¯ˇ¯ˇ‡ˇˇ¯ˇˆˇÅÅÅˇdˡ˛˛ˇˇˇˇˇˇ˙ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇ˛ˇ˙ˇˇˇˇˇˇˇ˝ˇˇˇˇ˛
  3065. ˇˇˇˇˇˇÅÅâhÈˇ˛ˇˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˙%ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ÅÅácÈˇˇ˛    ˇˇˇˇˇ¸¸ˇ    ˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇ˙ˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇÅÅÜòů@įHH™†‡Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3066. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į’( 'f͡ˇˇˇˇˇˇ¸ˇ˛ ˇˇˇˇˇˇ˛ˇ¸
  3067. ˇˇˇˇˇ˙ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇÅÅÖoΡ˛ˇˇ˛ˇˇˇ˛˛ˇ˛˛˛ˇˇ˛˛ˇ ˛ˇˇ˛ˇˇˇˇ˛˛˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇ˛˛ˇ ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ÅÅÖ ∞ˇÅÅÅ€ ±ˇÅÅÅ⁄ÅÅÅâÅÅÅâÅÅÅâ$ˡˇ˛ˇÎ˛ˇˇÓˇıˇ˛ˇˇ˝ˇÅÅÅË&ˡˇÎˇÌˇ˚ˇ˚ˇˇˇÅÅÅı[ˡˇˇˇˇˇˇˇˇˇ˚ˇ˝ˇ˝ˇ¯    ˇˇˇˇˇˇ¸ˇ˛
  3068. ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇÅÅÅˇ]Èˇ˛ˇ˛ˇ˛
  3069. ˇˇˇˇˇˇ¸ˇ˛ˇˇˇ˛˘ˇˇˇˇˇ˚˛˛˛ˇˇˇˇˇˇˇˇ˛ˇˇˇÅÅÅ˝RÈˇˇˇ˝ˇˇˇ˛˛ˇ¸ˇ˛˛ˇ˛ˇ˙˚ˇ˛ˇ˚ˇ˛ˇˇˇ˛˛ˇˇ˛ˇˇˇˇÅÅŸW͡ˇˇ˝ˇˇˇˇˇ˙ˇˇˇ˝ˇ¯ˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇˇ˛ˇ˛ ˇˇˇˇˇˇÅÅÅ˚_Ρ˛ˇˇˇ¸ˇˇˇ˛ˇ˛˝˛ˇ˛ˇˇ˛˛˛ˇ˛˛˛ˇˇ˛ˇˇ˝ˇ˝˛˛ˇ˛ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇÅÅÅ˚ √ˇÅÅÅ» ƒˇÅÅÅ«ÅÅÅâÅÅÅâÅÅÅâˡˇ˛ˇˇ˛ˇ›ˇˇ˚ˇˇÅÅÅÿ(ˡˇˇ¯ˇˆˇÙˇˇ˝ˇˇÅÅÅÿ:ˡˇ˛ˇˇˇˇˇˇˇˇˇ˛
  3070. ˇˇˇˇˇˇ˚ˇ˙ˇÅÅÅÿ:È ˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇ˛¸ˇˇ˙ˇÅÅÅ÷7Èˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇ˘ˇ¸ˇÅÅÅ’>Í
  3071. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇ¸ˇˇ˝ˇˇÅÅÅ÷?Ρ˛˛ˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛˚ˇ˛˛˛ˇˇ˛ˇÅÅÅ÷ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HH™ò·Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3072. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯(1 'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯1(q ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įq(± ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯±(Õ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HH™†‚IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3073. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯1(q 'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHH™ò„IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3074. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įq(± 'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HH™†‰Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3075. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯±(Õ 'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇò @ˇ ˇˇˇˇ@
  3076. ˇ·ˇ‚7^
  3077. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äAbout Basic QuickDraw
  3078. , (‡    2-9
  3079. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3080. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3081. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3082. 4€4—?òÄ
  3083. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3084. ˛ˇˇˇ
  3085. ˛ˇˇˇ
  3086. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3087. ˛ˇˇˇˇ
  3088. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3089. ˛ˇˇˇˇ
  3090. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3091. ˛ˇ˛ˇˇ
  3092. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3093. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3094. ˛ˇ˛ˇˇ
  3095. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3096. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3097. ˛ˇˇˇˇ
  3098. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  3099. jHp4jHp käk
  3100. ˇ·ˇ‚7^ °dONLNd\äjµ(fäBitmapsˇˇˇˇˇˇ‘@(f2
  3101. .°dONLNd    pä|û(yäThe ,
  3102. Courier°dONLNdpû|Œ)portBits°dONLNdpŒ|◊)0 fi°dONLNdp◊|Û)    eld of °dONLNdpÛ|˚)a °dONLNd!p˚|+)GrafPort°dONLNd)p+|1)0 rR`°dONLNd+p1|C)ecor$¿°dONLNd/pC|O)d c$¿°dONLNd2pO|Ñ) ontains the .$¿°dONLNd>pÑ|ß)5bitmap,.g†°dONLNdEpß|’)#  a data strS†°dONLNdPp’|Î).uctur&°dONLNdUpÎ|)
  3103. e of type °dONLNd_}äâÆ(ÜäBitMap°dONLNde}Æâ÷)$     that defPÄ°dONLNdn}÷â)(Dines a black-and-white physical bit image in terms of the QuickDraw .°dONLNd≤ääñù(ìäcoor†@°dONLNd∂äùñ˜)dinate plane. The str!°dONLNdÀä¯ñ)[uctur¶‡°dONLNd–äñá)e of a bitmap is illustrated i* °dONLNdÓäàñê)yn {Ä°dONLNdäêñ®)FigurN@°dONLNdıä®ñº)e 2-1ο°dONLNd˙äºñæ)..°dONLNd¸úä®û(•äThe °dONLNdúû®Œ)baseAddr°dONLNdúŒ®◊)0 fi°dONLNd ú◊®Ë)    eld °dONLNdúË®)of the °dONLNdú®))BitMap°dONLNdú)®/)$ rR`°dONLNdú/®A)ecor$¿°dONLNd"úA®I)d $¿°dONLNd$úI®)/contains a pointer to the beginning of the bit .°dONLNdS©äµ¬(≤ä image. (Theri¿°dONLNd_©¬µˆ)8Ee can be several bitmaps pointing to the same bit image, each imposiná@°dONLNd§©ˆµ
  3104. (≤ˆg its °dONLNd™∂䬧(øäown c °dONLNdØ∂•¬≥)ooræ °dONLNd≤∂≥¬)dinate system on it.) o‡°dONLNd»∂¬)\A™Ä°dONLNd…∂¬) *Ä°dONLNd ∂¬D)    bit image4†°dONLNd”∂D¬)+/ is a collection of bits in memory that form a °dONLNd√äœß(Ãägrid. T;†°dONLNd    √ßœÌ)o visualize the r@†°dONLNd√Ìœ )Felationd@°dONLNd!√ œ)ship] °dONLNd%√œ)6 between the bits in memory and the bits in an image, °dONLNd[–ä‹Ó(Ÿätake a sequence of worÒ¿°dONLNdq–Ó‹Ú)d;ds in memory and lay them end to end so that bit 15 of the °dONLNd¨›äÈÕ(Êälowest-numberîÄ°dONLNdπ›ÕÈÏ)Ced worã`°dONLNdø›ÏÈ∏)0d is on the left and bit 0 of the highest-number˘ °dONLNdÔ›∏È◊)Ãed wor°dONLNdı›◊È) d is on the °dONLNdÍäˆÅ(Ûä<far right. Then take this line of bits and divide it, on wor2†°dONLNd=ÍLj)¯d boundaries, into a number of °dONLNd\˜äΩ(ä equal-size rZ °dONLNdh˜Ω )3ow&†°dONLNdj˜À—)s.„†°dONLNdl˜—
  3105. ) Stack these ré °dONLNdz˜ Å):ows vertically so that the fig¿°dONLNdó˜Çì)wrst r¿°dONLNdú˜î)ow is on the top and the last °dONLNd∫äç(ärE°dONLNdªé)ow is on the bottom. The r'@°dONLNd’´)t(esult is a matrix like the one shown in úÄ°dONLNd˝´√)©Figuro@°dONLNd√◊)e 2-2 ¿°dONLNdÿÂ)—r—¿°dONLNd    Â )ows and °dONLNdä(äcolumns of bits, with each r¿°dONLNd-º)z(ow containing the same number of bytes. OÄ°dONLNdUº√)∏Aä °dONLNdV√) bit image can be °dONLNdhä*%('ä%any length that’s a multiple of the rÔ@°dONLNdç%*~)õow’s width in bytes.
  3106. LH]4MH]"MH]
  3107. ˇ·ˇ‚7^    °dONLNd¢BäM¥(Jä
  3108. Figure 2-2°dONLNd≠BÃM“)BA0°dONLNdÆB“M˘)
  3109.  bit image
  3110. °dONLNd∫eäq©(näThe scr.°dONLNd¡e™q˚) een itself is one lar„Ä°dONLNd÷e˚q )Q?ge visible bit image. On a Macintosh Classic, for example, the °dONLNdrä~ñ({äscrÚ@°dONLNdrñ~;) 'een is a 342-by-512 bit image, with a rö`°dONLNd?r<~¸)¶,ow width of 64 bytes. These 21,888 bytes of °dONLNdkäã∫(àä    memory ar-‡°dONLNdtªãò)14e displayed as a matrix of 175,104 pixels on the scr–†°dONLNd®òã°)›eec‡°dONLNd™¢ã±)
  3111. n; e˛‡°dONLNdƱã‚) ach bit corrê@°dONLNd∫„ã˝)2esponfl‡°dONLNdø˝ã)ds t˚°dONLNd√ã)o °dONLNd≈åäò©(ïäone scrÇ¿°dONLNdÃå©òC))een pixel. If a bit’s value is 0, its scrÙ@°dONLNdıåCò)ö3een pixel is white; if the bit’s value is 1, it is °dONLNd(ôä•Ñ(¢ä6black. (Color QuickDraw can work with images that stor∑°dONLNd^ôÑ•ù)˙e mor °dONLNdcôû•ª)e than Ω‡°dONLNdjôª•¿)1Ω‡°dONLNdkô¿•) bit for each scr©¿°dONLNd|ô•)Ceen °dONLNdĶä≤Á(Øäpixel. Such images ar‰¿°dONLNdï¶Á≤
  3112. )]    e called ‘¿°dONLNdû¶ ≤<)$ pixel images凰dONLNd™¶=≤`)2    ; they ar>`°dONLNd≥¶a≤Œ)$e described in the chapte…Ä°dONLNdöŒ≤Ÿ)mr “< °dONLNdœ¶⁄≤ı) Color °dONLNd’≥äøµ(ºäQuickDra˙†°dONLNd›≥µø˚)+w” in this book.F@°dONLNdÌ≥¸øˇ)G)
  3113. ]àN4\á]àò@@˜@˜]àù¡?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Òò@@Ę@Ęùà›?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Òò@Äú˜Äú˜›à˘?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Òòů@˜HH™òÂIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3114. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜]àù'ÅÅÅâ}ÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÉÏÅÅãÎÉÎÅÅãÏÉÏÅÅãÎÉÎÅÅãÎÉÎÅÅãÏÉÎÅÅãÎÉÏÅÅãÎÉÎÅÅãÏÉÏÅÅãÎÉÎÅÅãÎÉÎÅÅãÏÉÎÙ¸ˇ˘ˇ˛ˇ˘ˇÅÅ≥ÎÉÏÙˇıˇ˛ˇ˘ˇÅÅ≥ÎÉ.ÎÙˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇ˙ˇ¸ÅˇÅˇÎˇ—ÏÉ
  3115. ÏÙ¸ˇˇ˝ˇˇ˛ˇˇˇˇ¸ˇ˝›ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎÙˇ˛    ˇˇˇˇˇˇ˛
  3116. ˇˇˇˇˇˇ˙›ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎÙˇ˛ ˇˇˇˇˇˇ˛ˇˇ˛¸ˇ˝›ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÎfiˇıÅˇÅˇÎˇ—ÎÉÏflˇÙˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÎ—ÅˇÅˇÎˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉòů@ĘHH™†ÊIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3117. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęùà›'Ï—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÎ—ÅˇÅˇÎˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÎ—ÅˇÅˇÎˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÎ—ÅˇÅˇÎˇ—ÎÉòůÄú˜HH™òÁIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3118. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜›à˘'Ï—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉò@@˜@˜˘à9?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Òò@@Ę@Ę9ày?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò?”ˇ¿Ò¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˝ sÄ!¿Œ˝C!ƒ@Œ˝¢@D@Œ˝AFÄàÄŒ˝‚#ƒÄàÄŒ˝'¿I»qÕ˝( IÕ˝–Qì"Õ˝∏˛9?Õ¡¡¡¡¡˝˛@¿œ˝˛DÄÇ @—˝˝@Ä –˝LÊmÅl·∂l8‡‘˝≈&àAî@ôíG‘˝ä$IGÇ(Å"<㇑ò@Äú˜Äú˜yàï˝    ƒIÄ B(Å"$r”˝    ì"Ä ÑQDHÜ@‘˝;Δ˘√‡¯q«πáÓÙÛÄ‘ ¸¿¯0” ¸@¯” ¸į ” ¸˜¿”¡&˝ÄÄ˝˛Dz ¸>«‡È,˝&ɃÇD@ÜÄÑ0`ÄÏ(˝ÉÄ˝    Ñ È-˝'l|y¬ä1€gÀÅ‹}ú=ùè∞Sf«3gõ9(&Ò◊M„Ø6pÌ-˝'2îä"äJIífLÄÚ%ñHDà≤»ëô(—ò âIH#HíFë%åÌ-˝'E⃧t$ܬê$âC"#—"1    ÉDqT à‚™#Ì-˝'Di§î$ÖëBê âC""N".$    ÉêDëT â"™"‡Ì,˝&äRlàâ,$Iô"ÑlΔq E2"Œ$DDêDPL"eÖ°    !BB$EÏ-˝'œπ∑ú◊~lÓwáásπ∞¸fl7w8ÓÔ^Ó~É…æÏ˛—¸9¢.Á‡ÌÛ¯&'‡˜`ÌÊBBı ÌÊÑÑı@ÌÊxxıÄÌ¡˝í¯8„Ä˝ 8a˛‡ ˝ä(Ä àΔ‡˝¸
  3119. (IJ     J‡"˝$Õ›∂v;`ÌÛ†$Jπ¿uÛŒÑπ¿yŒÿ‚"˝$FH…"…ë%$`vŒR@$îQ
  3120. $ÑR@ä1d‚"˝HéE
  3121. #èÄ&¶¶U(æⶲà‚òů@˜HH™†ËIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3122. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜˘à9'Ηˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÎ—ÅˇÅˇÎˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉÎ—ÅˇÅˇÎˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÎ—ÅˇÅˇÎˇ—ÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ—ÏÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ¸ˇıˇˇ¯ˇÒÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ¸ˇıˇˇ¯ˇÒÎÉ-Î—ÅˇÅˇÎˇ¸ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˙ˇÙÏÉ Ηˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛›ˇ¸ˇ˝ˇˇ˝ˇˇˇˇˇˇ¸ˇıÎÉÏ—ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛›ˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇˇˇÚÎÉΗˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝ˇ˛›ˇ¸˙ˇˇˇˇˇ˛ˇ˛ˇ˛¸ˇıÏÉÏ—ÅˇÅˇÎˇÊˇÌÎÉÎÅÅ°ˇÏÎÉΖˇ·ˇÅÅfiÏÉΖˇ·ˇÅÅfiÎÉÏ–ˇ·ˇÅÅfiÎÉΖˇ·ˇÅÅfiÏÉÏ–ˇˇ„ˇˇÅÅfiÎÉÎœˇ„ˇÅÅ›ÎÉÎœˇˇÂˇˇÅÅ›ÏÉÎŒ˛ˇÈ˛ˇÅÅ‹ÎÉÏÃÁˇÅÅ⁄ÎÉÎøˇÅÅŒÏÉÏøˇÅÅŒÎÉÎøˇÅÅŒÎÉÎøˇÅÅŒÏÉÎøˇÅÅŒÎÉÏøˇÅÅŒÎÉÎøˇÅÅŒÏÉÏøˇÅÅŒÎÉÎøˇÅÅŒÎÉÎÅÅãÏÉÎÅÅãÎÉÏÅÅãÎÉÎæˇˇ˛ˇ˝ˇˇÅÅ€ÏÉòů@ĘHH™òÈIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3123. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę9ày'Ïøˇˇˇ˚ˇÅÅ€ÎÉ"Îøˇˇ˛ˇ˝ˇˇˇÅÅflÎÉ!Îæˇˇ˛ˇˇˇˇ˝ˇÅŇÏÉ$ÎøˇˇˇˇˇˇˇˇˇÅŇÎÉ!Ïæˇˇ˛˛ˇˇˇˇˇˇÅÅflÎÉÎÅÅãÏÉÏÅÅãÎÉÎÅÅãÎÉÎÅÅãÏÉÎÅÅãÎÉÏÅÅãÎÉÎÅÅãÏÉÏÅÅãÎÉÎÅÅãÎÉÎÅÅãÏÉÎÅÅãÎÉÏÅÅãÎÉÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏyÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÉÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ)⁄¸ˇ˚ˇ˚˛ˇˇˇ˝˝ˇ˚˛ˇ¯ˇ˝˛ˇÅÅÅÎ9⁄ˇ˛ˇ¸ˇ˝ˇˇ˛ˇˇ˛ˇ˝ˇ˚ˇ¯ˇˇ˛ˇ˛ˇÅÅÅÎ3⁄ˇ˛ˇ˝ˇˇ˛ˇ˙ˇ˛ıˇ˘ˇ˛˛˛˛˛ÅÅÅÎ1€ˇˇ¸ˇˇ˛ˇˇ˚ˇˇıˇ˜ˇ˛ˇ˛ˇÅÅÅÍ/€¸ˇ˛ˇ˛ˇ˛˝ˇ˛ˇˇıˇ˜ˇ˛ˇ˛ˇÅÅÅÍ<‹ˇ˝ˇˇˇ˛ˇˇ˙ˇˇ˛˙˛ˇˇˇ˝ˇˇ˛˛˛˛˛˛˛ÅÅÅÈ0‹ˇ˝ˇˇ¸ˇ˚ˇˇˇıˇ˜ˇ˛ˇ˛ˇÅÅÅÈ=›ˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇˇˇ˝ˇ˚ˇ˛ˇ˚ˇ˛ˇ˛ˇÅÅÅË>fiˇˇ˛˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛˛ˇˇˇ˛ˇˇ˚˛ˇ˛ˇˇ¸˛ˇˇ˛ˇˇ˛ÅÅÅÁÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ%⁄ˇˇ˛ˇˇ‚ˇˇ˛˙˛ˇˇ¯˛˚ˇ˛ÅÅÅÛ5⁄ˇ˛ˇˇÁˇ˛ˇ¸ˇ˛ˇ˘ˇ˙ˇ¸ˇ˛ˇ˚ˇÅÅÉ"⁄ˇ‹ˇ¯ˇ˙ˇˇ˚ˇ¯ˇÅÅŸ_€    ˇˇˇˇ˛ˇ ˇˇˇˇˇˇ˛˛ˇ˛˘ˇ¯ˇ˙ˇˇ˚˛ˇˇˇˇ˛ˇ˝˛ˇˇ˛ˇˇˇˇˇˇ˝ˇ˛ˇ˛˛ˇÅÅú`€˝ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇ¯ˇ˙ˇ˛ˇ¸ˇˇˇˇ˛ˇ˚ˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇÅÅù]‹ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ¸ˇ¸ˇ˛˛ˇ˛ˇ˘¸ˇ¸ˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇ˛˝ˇˇ˛ˇ¸ˇÅÅúòůÄú˜HH™†ÍIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3124. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜yàï'Z‹˛˚ˇˇˇ˛˛˛˛˛ˇˇ˘ˇ¯ˇ˘ˇ¸˛˝ˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇ˛ˇ˛˛˛ˇˇˇÅÅò_›ˇ˚ˇˇ¸ˇˇˇˇˇˇˇ˛ˇ¯ˇ¯ˇ¸ˇ˝ˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇˇÅÅõTfi˛ˇ˝˛ˇ˝ˇ˛ˇˇ¸ˇ˛ˇ˝¸ˇ¸¸ˇ˝˛ˇ˛˛ˇ˛˝ˇ˛ˇˇˇ˝˚ˇ˛ˇ˝ˇˇ˝ˇ˛ˇÅÅö‘ˇˇˇ¨˛ˇ˛ÅÅï’ˇ˝ˇ≠ˇ˝ˇÅÅï÷ˇ˝ˇ≠ˇ˝ˇÅÅî’ˇ˛ˇˇ´˛ˇ˛ÅÅìÅÅÅâ9⁄ˇˇÌˇ¯ˇˇ’ˇˇı˛ˇ„¸ˇ¸ˇ‰ˇˇ’¸ˇˇˇ˛˙ˇÈ˙ˇÅƒy⁄˛Ûˇ˚ˇ¯˛ˇ¸ˇ˛Ùˇ¯˛Ùˇ˜ˇˇ˛ˇÍˇ˚ˇ˛ˇ¸ˇˇ˛ˇ˛ˇÔˇÍˇÓˇ˝ˇˇ¯ˇ˙ˇ˝ˇ˝ˇ˛Èˇ˝ˇˇÏˇÅ⁄R⁄ˇÏˇ¯ˇˇ¸ˇˇÍˇÙˇ˜ˇÂˇ˚ˇ¯ˇ˚ˇÎˇ◊ˇ˚ˇˇ˝ˇ¸ˇÈˇ¸ˇÅƒ€ˇˇˇˇˇ˛¸ˇ˛˝ˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛˛ˇ
  3125. ˇˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˙ˇˇ˚˛ˇ˛ˇ˛¸ˇˇˇ˛ˇ¸ˇˇ˛˝ˇˇˇ˛ˇˇˇ˛¸ˇˇˇ¸ˇˇˇˇˇˇˇˇˇˇ˛˛ˇ ˇˇˇˇˇˇ˛ˇ¸ˇˇ˚ ˇˇˇˇˇˇˇ˛ˇˇˇˇ¸ˇˇˇ˝ˇ˛˛ˇˇ˛ˇ˛ˇ¸ˇˇˇ˝ˇ˛˛ˇˇ˝ˇˇˇˇˇ˛ˇÅÂ0€ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛,ˇˇ˛ˇˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˙ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˚ˇˇ˛ˇ˛˛˛ˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˚˛ˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˛ˇˇˇ˝ˇ¸˛˛˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ÅÁ‹ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ¸ˇ˛ˇˇˇˇ˛˛ˇˇ¸ˇˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇˆˇ¸ˇ˝ˇ˝ˇˇ˛ˇˇ˚ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛˝ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˚ˇˇ˛ˇˇˇ¸ˇˇ˛ˇ¸ˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˝ˇ¸ˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇÅ‹ˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˙ˇˇˇˇˇˇˇ¸ˇˇ˛ˇˇˇ˝ˇˇˇˇ˛ˇˆˇˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇ˚ˇ¸ˇ˛ˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˚ˇˇ˛ˇˇˇ¸˛ˇˇ¸ˇ˛ˇˇˇ˛ˇˇˇˇ˝ˇ¸ˇ˛ˇˇˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˛ˇÅ‰'›ˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇˇˇ˛ˇ˛ˇ˛    ˇ˛ˇˇˇ˝ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˝ˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇ˛˛˛ˇ˚ˇ˛    ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛¸ˇ˛ˇ˛ˇ˛¸ˇˇˇ˝ˇ˛
  3126. ˇˇˇˇ˛ˇ˝ˇ˛ˇˇ˝˛˝ˇ˛ˇ˝˛˛˛¸ˇ˝ˇ˝˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇ˛Å·fi˛ˇ˛ˇ¸ˇ˛ˇˇˇˇˇ˛ˇ˛˛ˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˝˝ˇ˝˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˝˚ˇˇˇ¸ˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇ˛ˇ˚ˇˇ¸˝ˇˇˇˇ¸ˇ˛ˇˇˇ˙ˇ˝˛ˇˇˇˇ˛ˇ˛ˇ˝˚ˇ˝˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˚ˇÅ‰,ãˇµˇÎˇˇˇˆˇ˛ˇ˝ˇ˛˛ˇ¶ˇˇˇÅ‰Å®˛˝ˇ˜˛˝ˇõ˛˝ˇÅ‰Å©ˇ˝ˇ˜ˇ˝ˇõˇ˝ˇÅ„Å®˝ˇı˝ˇô˝ˇÅ‚ÅÅÅâ2⁄ˇˇˇˇ∂˛ˇ˛˛ˇ˛˛ˇÿˇÍ˛ˇ˝ˇˇ˝ˇ‰ˇÅÅˇ[⁄ˇ˛ˇˇÛˇÙˇ˛ˇÎˇˇ˛ˇˇ˛ˇˇ˛ˇˆˇÍˇ¸ˇÏˇ˛ˇ˛ˇˇ˛ˇˇÙˇÒˇÅÅˇG⁄ˇ˛ˇˇÛ˛Ùˇ—ˇˇ˛ˇˇ˛ˇˆˇ‰ˇË
  3127. ˇˇ˛ˇˇÙˇÒ˛ÅÅˇº€ˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇ
  3128. ˇˇˇˇˇˇ˛ˇˇˇ˛˛ˇˇˇˇˇ¸˛ˇˇˇ¸ˇ˛ˇˇ˙ˇˇ˛ˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇ˙˛ˇˇ¸ˇ˝ˇ˛ˇ˝ˇˇˇˇˆˇˇˇ˝ˇ˚ˇˇˇˇ˛ˇ˛ˇ˙˝ˇ˛ˇ˛ˇˇˇˇˇÅé…€ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛
  3129. ˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇ˚˛ˇˇˇˇˇ˛ˇ˚ ˇˇˇˇˇˇ˘ ˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇˇˆˇˇˇ˝ˇ˙ ˇˇˇˇˇˇ˚ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇÅ誋ˇ˛ˇˇ˛ˇ˛˛ˇ˝˛˛˛˝˛ˇˇ˛ˇ˛˝ˇˇ˛ˇ˛ˇ˛˝ˇ˛ˇ˛˛ˇ˛ˇ¯ ˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇ˜ ˇ˛ˇ˛ˇˇ˛ˇˇ˛˛ˇ¸ˇˆˇ˛ˇ˛˝ˇ˙ˇ˛ˇˇˇˇ˘˛˛˛ˇˇ˛˛ˇ˛˛ˇˇ˛ˇÅéò@@˜@˜ïà’"˝HâëE
  3130.  …!"°ÄU(†à°Å à‚"˝ë9"$ã4DîYÑBDI DSd(IBl‚"˝¯fi7›Œg?ŒÉÑ8n DÌ∏l«8nA∑9‡‚ ¯ ˛· ¯ ˛·@¯@˛·‡¯‡˛·¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¸x¸0—¸ ˛  —¸P˝  —¸ £mìш{fÁlMé“˝ ñTDYå¢H∞FR“˝ ‚(Øàb1Dü@à†“˝ (®b1Dê@à†“˝ $QYYƒbô2Åa“˝ wûÓéÓ¸mù√ππ“ ¸ ˝@Õ ¸ ˝@Õ ¸@˝ÄÕ ¸8‡˛¿Õ¡˝0 ˛D”˝  ˛D@◊˝ ( ˛D@◊˝FnX$Q≥Œ€ù∞ã3ˆŸ«lÿ˝¬$d<àÃQd‰»â£$ô0ÿ˝ƒHàHÒæåÖ,D9!@ÿ˝DHà@    †ÉÖ#DI!@ÿ˝…ëâ3eö!"$“àífÄÿ˝f€π˘?=ªúÁ1ws|‹k9¿ÿÚ—¡¡¡¡˝
  3131. ÄÄ–˝ C ”˝Ä A”˝MÊsÑp‡Ç€sÒ€‘˝Ê"îDàå@ÇLå¶L‘˝(Eà?Åë¯HP‘˝(E! êÅëHP‘˝–õg0A!#8ô†‘˝∏mŒ?9–„Òá„ÒŒŒp‘˜@á¡¡¡ò@@Ę@Ę’à¸0»Ä˝Å¿”¸   àÄÑ@”¸ P àÄÑ@”¸ °„ÿ·f~€8ÌÇÄ”˝,Â"îdì&Ä”˝ ‰Pã‚"Eàá$(“˝ Pä"Dhâ$(“˝ )≥DDöQL–D¢“˝ v›„éÓoõçg88ú“¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜à1¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HH™òÎIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3132. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ïà’'≥‹ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇ˛ˇ¸ˇˇˇˇ˝ˇÙˇ˝ˇˇ˛ˇ¸ˇ˛ˇˇ˝ˇˇ˘ ˇˇˇˇˇˇ˛ˇˇ¯ˇ˜ˇ˝¸ˇ˛ˇ˙ˇ˛ˇˇ˝ˇˇ˚ˇ˛ˇˇ˝ˇ¸ˇ˛ˇÅ霛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛    ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇ˝ˇ˛ˇ˝ˇˇ˛ˇ¸ˇ˛ ˇˇˇˇˇ˚ˇ˛ˇ˛ ˇˇˇˇˇˇˇ˝ˇˇ˘ˇ˘ˇ˝ˇ˙ˇ˛
  3133. ˇˇˇˇˇ˝    ˇˇˇˇˇ˛ˇˇˇ˛ˇÅçÃfiˇˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ¸˛ˇ˝˛˝˛ˇ˚ ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˚˛˛ ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˝˛ˇˇ˛˙˛˛ˇ˛˛˛ˇˇ˛ˇ˚ˇˇ˛ˇ˛ˇˇ˛ˇ˛¸
  3134. ˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇÅåء≤ˇfiˇÅàء≤ˇfiˇÅàůˇ≤ˇfiˇÅáÅ˘˛ˇ¥˛ˇ‡˛ˇÅàÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ÷ˇÒˇı˝ˇ‘ˇˇÅÅÖ◊ˇˇ˜˛˝ˇ‰ˇÚˇÅÅÑÿˇˇÒˇ¯ˇfiˇÚˇÅÅÑZŸˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˝ˇ¯¸ˇˇˇ˝ˇ
  3135. ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇ˛˛ˇÅÅêc⁄ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛˛˛˛˛˙ ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇ¸˛˛    ˛ˇ˛ˇˇÅÅêU€¸ˇ˛ˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˙ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ¸ˇˇ˚ˇ˛ˇ˛ˇˇÅÅåW‹ˇ¸ˇˇ˛ˇˇ˛ˇˇˇ˙ˇ˙ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ¸ˇ˚ˇ˛ˇ˛ˇˇÅÅåf›ˇ¸ˇˇ˛ˇ˛˛˛ˇ˛ˇ˛˛˛ˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˚˛˛˛˛˛ˇˇ˝˛ÅÅëZfi˛ˇ˛˛ˇ˝ˇ˝ˇ˛ˇ˛ˇ¸¸ˇ˛˛ˇ˛ˇ˛ˇ˚ˇ˛    ˇˇˇˇˇˇ˛ˇ˛ˇ˝˛ˇ˛ˇˇˇ˛ˇˇÅÅë’ˇ¸ˇ€ˇÅÅÅ„’ˇ¸ˇ€˛ÅÅÅ„÷ˇ¸ˇ€ˇÅÅÅ‚◊˛ˇ˛˛ˇ›˛ˇÅÅÅ„ÅÅÅâ'⁄¸ˇÛˇˇ˙¸ˇıˇÙˇflˇˇˇ˛ˇÅÅó:⁄ˇ˛ˇ˜ˇ˛ˇ˘ˇ˛ˇˆˇÛˇflˇ˛ˇ˛ˇÙˇÙˇÅÅ≥8⁄ˇ˛ˇ˜ˇ˛ˇ˘ˇÛˇˇÙˇfl˛˛˛˛˛ÙˇÙ˛ÅÅ≥Ñ€ˇˇ˛ˇˇˇˇ˛ˇˇˇˇ¸ˇˇˆˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˘ˇ˛ˇ˛    ˇˇˇˇˇ˚ˇ
  3136. ˇˇˇˇˇˇ˛ˇ˛˛ˇˇˇˇˇÅÅøÑ€˝ˇ˝ˇ˛ˇˇ˛ˇˇˇ˝˝ˇ˜ˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ    ˇˇˇˇ˙ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅÅΩዡˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇˇ˜˛˛ˇ˛˛˛˛˛ˇ˛ˇˇ˛˛ˇˇ˛ˇˇˇ˝ˇ˛˛˛˙˛˛˛˛˛ˇ˛ˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˝˛ˇÅŪ~‹ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇıˇ¸ˇˇ˛ˇˇ˛ˇˇ¸ˇ¸˛ˇ˝ˇˇ˛ˇ˙ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛    ˇˇˇˇ˝ˇˇÅÅªê›ˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇˇ¸ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇÅÅ∫ñfiˇˇ˛˛ ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛˛ˇˇ˝ˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛˛ˇ˛ˇ˛ˇˇ˛˛˛ˇˇˇˇ˛ˇˇˇ˛ÅŪ
  3137. ÑˇÅÅáÅÅÅâÅÅÅâÅÅÅâÅÅÅâ ⁄ˇˇ˛ˇˇÁ˛ˇÍˇÒ˛˛ˇ˛ˇˇÅÅÅ*⁄ˇ˛ˇÁˇÈˇ˜ˇ˚ˇ˝ˇˇˇÒˇÅÅï(⁄ˇ˛ˇÁˇÍˇˇ¯ˇ˚ˇ¸ˇÓˇÅÅïk€    ˇˇˇˇ˛˛ˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˚˛ˇˇˇ˛¯ˇ˛˛˛ˇˇ˛˛ˇ¸ˇ¸ˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇ˛ÅÅ°k€¸ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˙ˇ˛ˇ˛ˇˇ˛ˇ˚ˇ¸
  3138. ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇÅÅüQ‹ˇ˝ˇˇ˝ˇ˛ˇˇ˝¸ˇ˛ˇ¸˜ˇ˙¸ˇ˛ˇ˝ˇ˚ˇ¸ˇˇˇ˛˚ˇ˝ˇˇ˝ˇˇÅÅù\‹˛˝ˇˇ˝˛˛˛ˇ˝ˇ˙ˇ¸ˇ˝ˇ˜ˇ¸ˇˇ˝ˇ˚ˇ¸˛ˇˇ˛ˇ˝ˇ˝˛ˇ˝˛ˇÅÅùm›ˇ˛ˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇ¸ˇˇ˝ˇ˚ˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇ˛
  3139. ˇˇˇˇˇˇÅÅúZfi˚ˇ˛ˇ˝ˇˇˇˇ˛ˇ˛ˇ˛˚ˇ˛ˇ˛ˇˇ˝˛ˇ˛˚ˇ˛ˇˇ˝˚ˇ˛˚ˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇÅÅù ∞ˇÅÅÅ€ÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHH™†ÏIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3140. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę’à''÷ˇ˙ˇ˚ˇˇıˇˇˇ˛ˇ‘˛ˇ˚˛ˇÅÅì6◊ˇ˘˛˚ˇÙˇ˛ˇ˛ˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅì4ÿˇˇ˙ˇ˚ˇÙˇ˛ˇ˛ˇÙˇÙˇÓˇ˝ˇ˛ˇÅÅìXŸˇˇ˝˝ˇ˛˝ˇˇˇ˛˛ˇ˝ˇ˛ˇ˛    ˇˇˇˇˇ˚ˇ
  3141. ˇˇˇˇˇˇ˛ˇ˛˛ˇˇˇˇˇ¸ˇ¸ˇ˛ˇÅÅíg⁄ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ˛˛˛ˇ˛ˇˇˇˇˇ˛ˇ˚˛ˇˇ˝ˇ˛ˇÅÅíZ€¸ˇˇ˛ˇˇ˝ˇ˛ˇ¸ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˝˛ˇˇˇ˝ˇˇ¯ˇ˝ˇ˛ˇÅÅë]‹ˇ¸ˇˇ˛ˇˇ˝ˇ˛ˇˇ˙ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛    ˇˇˇˇ˝ˇˇ¯ˇ˝ˇ˛ˇÅÅëh›ˇ¸ˇˇ˛ˇˇ˛ˇ˛˛˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ˛˛˛˛˛ˇˇˇˇˇˇ˛¸ˇ˛ˇˇˇ˛ˇÅÅê[fi˛ˇ˛˛ˇˇˇˇˇ˛ˇ˝ˇ˛˛ˇ˛˛ˇ˛ˇ˛ˇˇˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˛ˇÅÅèÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HH™òÌIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3142. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜à1'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜1àq¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ęqౡ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜±àÕ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HH™†ÓIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3143. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜1àq'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHH™òÔIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3144. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ęqà±'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3145. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜±àÕ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜Õà¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘàM¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜Mài¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HH™òÒIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3146. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜Õà'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHH™†ÚIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3147. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘàM'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HH™òÛIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3148. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Mài'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇÓê@ˇ ˇˇˇˇ@
  3149. ˇ·ˇ‚7^
  3150. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3151. (‡*2-10    )BAbout Basic QuickDraw4^*¿¯
  3152. .°dONLNd\lhÄ(elThe ,
  3153. Courier°dONLNd\Äh∞)rowBytes°dONLNd \∞hπ)0 fi°dONLNd\πhy)    +eld of the bitmap contains the width of a rR`°dONLNd:\yhÎ)¿ow of the image in bytes. Ù°dONLNdT\ÍhÚ)qAg`°dONLNdU\ÚhÙ) .°dONLNdVilu
  3154. (rl!bitmap must always begin on a wor·°dONLNdwi
  3155. uŸ)û-d boundary and contain an integral number of .°dONLNd§vlÇ}(lworR`°dONLNdßv}Ç∞) ds in each r$¿°dONLNd≥v∞ÇΩ)3ow9¿°dONLNdµvºÇ) . The value of the 9¿°dONLNd»vÇ>)RrowBytes9¿°dONLNd–v>ÇG)0 fi9¿°dONLNd”vGÇ√)    eld must be less than $4000.ˇˇÍÍ°dONLNdàlî(ëlThe ˇˇ¿æjÍ°dONLNdÙàÄî§)boundsˇˇÍÍjÍ°dONLNd˙à§î¨)$ fiU‘°dONLNd˝à≠î)    eld is the bitmap’s ˇˇÂ§.|°dONLNdàî^)Wboundary rectangle,ˇˇÍÍ.˛Ä°dONLNd$à^î})Z whichÈj°dONLNd*à~î˜)  serves two purposes. First, .°dONLNdGïl°«(ûlit links the local coorÕ °dONLNd^ï«°–)[;dinate system of a graphics port to QuickDraw’s global coorɆ°dONLNdôï—°Ô(û—dinate °dONLNd†¢lÆŒ(´lsystem. Second, it defi‚@°dONLNd∑¢ŒÆ¯)b
  3156. nes the ar\†°dONLNd¡¢˘ÆÃ)+,ea of an image into which QuickDraw can draw'¿°dONLNdÌ¢ÃÆ—)”. °dONLNd¥l¿í(ΩlThe coor‹°dONLNd¯¥í¿Î)&dinates of the upperª@°dONLNd ¥Î¿k)Y-left corner of the boundary r@°dONLNd*¥l¿§)Å ectangle defi °dONLNd7¥§¿Ë)8ne the distance °dONLNdG¡lÕs( lfrò‡°dONLNdI¡sÕ<)/om the origin of the graphics port’s local coorr`°dONLNdx¡<Õø)…dinate system to the origin of °dONLNdóŒl⁄⁄(◊lQuickDraw’s global coor” °dONLNdÆŒ⁄⁄M)ndinate system. In this wayQ °dONLNd»ŒM⁄î)s, the boundary rf†°dONLNdÿŒî⁄„)Gectangle links the °dONLNd΀lÁñ(‰l
  3157. local coor÷¿°dONLNdı€ñÁü)*;dinate system of a graphics port to QuickDraw’s global coorç@°dONLNd0€†Á›(‰†dinate system◊‡°dONLNd=€›ÁÛ)=. For °dONLNdCËlÙ®(Òlexample, by sŒ °dONLNdPË®Ùb)<+ubtracting the vertical and horizontal coorqÄ°dONLNd{ËcÙº)ªdinates of the upperP¿°dONLNdè˺ÙÔ)Y-left corner °dONLNdúılπ(˛lof the boundary rfi‡°dONLNd≠ıπÁ)M ectangle frÄ°dONLNd∏ıË≠)/-om any other point local to the graphics portM°dONLNdÂı≠∑)≈, y‹ °dONLNdËı∑Ë)
  3158. ou convert °dONLNdÛlfi( lthat point into global coor8¿°dONLNdfl)s>dinates. By comparing the origin of a window to the origin of °dONLNdLl¢(l the main scr]`°dONLNdX¢∂)6een, ¬°dONLNd]∂Œ)Figurî¿°dONLNdbŒ‚)e 2-32@°dONLNdg„') illustrates the rœ‡°dONLNdy'®)Delationship of the boundary rÀ@°dONLNdñ®Ì)Åectangle’s local °dONLNdßl((%lcoor†@°dONLNd´(8)(dinate system to QuickDraw’s global coorı‡°dONLNd”8(w)πdinate system.    °dONLNd‚@lKñ(Hl
  3159. Figure 2-3°dONLNdÌ@ÆKÿ)BLRelationship of the boundary rectangle and the port rectangle to the global 
  3160. T*e¯4U*e¯
  3161. ˇ·ˇ‚7^°dONLNd9JÆU˜*
  3162. coordinate system
  3163. °dONLNdL8lD‚(AlThe origin of the local coor“†°dONLNdh8‚D<)vdinate system is defi4¿°dONLNd}8=Dà)[ned by the upper˘†°dONLNdç8àDÎ)K-left corner of the port °dONLNd¶ElQo(NlrE°dONLNdßEpQ&)+ectangle for the graphics port. (The port rÖ‡°dONLNd“E&Qì)∂ectangle, as described in f°dONLNdÏEîQÎ)n“The Graphics Port .°dONLNdˇRl^ñ([lDrawing !†°dONLNdRñ^¢)*ArÙ°dONLNd    R°^◊) ea” on page Ù°dONLNdR◊^Â)62-1g`°dONLNdRÂ^Í)1g`°dONLNdRÍ^) , is specifig`°dONLNd%R^A)-
  3164. ed in the g`°dONLNd/RA^q)*portRectg`°dONLNd7Rq^z)0 fig`°dONLNd:Rz^®)     eld of the g`°dONLNdER®^ÿ).GrafPortg`°dONLNdMRÿ^⁄)0 .°dONLNdN_lko(hlrE°dONLNdO_pkÇ)ecorπ`°dONLNdS_Çk)#d.) In a graphics port for a window∫`°dONLNdv_kÑ)ö, this point is called the `°dONLNdë_Ök…)iwindow origin°dONLNdû_…kÀ)D,ò°dONLNdü_ÀkÈ) and it °dONLNdßllxµ(ulmarks the upperä °dONLNd∂lµxP)I$-left corner of a window’s content rÓ¿°dONLNd⁄lPxm)õegion. `°dONLNd·lnxß) As shown in †°dONLNdÌl®x¿):Figur’`°dONLNdÚløx”)e 2-3r‡°dONLNd˜l‘xÎ), this °dONLNd˛ylÖ4(Çl.point usually has horizontal and vertical coor4°dONLNd,y5Ö∞)…dinates of 0 in the local coorâ¿°dONLNdJy∞ÖÚ){dinate system. °dONLNdZãlóÌ(îlThe origin for the global coork¿°dONLNdxãÌó∏)Å.dinate system has horizontal and vertical coorÀÄ°dONLNd¶ã∏óÌ)Àdinates of 0 °dONLNd≥òl§∏(°lin the global coor`°dONLNd≈òπ§H)M dinate system, and, as shown in o °dONLNdÂòH§`)èFigurA‡°dONLNdÍò`§t)e 2-3fl`°dONLNdÔòt§“), this point lies at the °dONLNd•l±Ü(Ælupper°dONLNd•á±˚)-left corner of the main scrB‡°dONLNd)•˚±)teen. 
  3165. J*Qß4K*Qß"L*]
  3166. ej!¯4dbecòR@à@àecè    Ø    ∫ˇ¯˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘Èˇ¿÷ ¸˘ÌˇÒ—ˇ¸˘ÌˇÙC’‡¸˘Ìˇ¯”8¸˘Ìˇ¯— ¸˘!Ìˇ¯@…Ä Ä`„¸˘#Ìˇ¯Ä    ú{8cé#g‡Â ¸˘#Ìˇ¯˛    ∂€0fŸ&Älôĸ˘#Ìˇ¯@â∂€0fŸ&lë¿Â¸˘#Ìˇ¯†    ∞€0fŸ!Älê`¸˘#Ìˇ¯‡    ≤€0fŸ%Älë Â¸˘#Ìˇ¯`    ú{cé#ég‡Â¸˘Ìˇ¯¿‘«¸˘Ìˇ¯–g¸˘Ìˇ¯–7¸˘Ìˇ¯–¸˘    ∫ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘êà@§à@§e    èòR@rà@ràècØ    Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ¸0‡?˜ˇ¸˘Ìˇ¸0‡?˜ˇ¸˘ÌˇÙ¸x‡?˜ˇ¸˘Ìˇ¸¸h‡?˜ˇ¸˘Ìˇ¯¸ ‡?˜ˇ¸˘Ìˇ¯¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸ ‡?˜ˇ¸˘Ìˇ¸?‰ˇ¸˛?˜ˇ¸˘Ìˇ¸8‰àå˛?˜ˇ¸˘Ìˇ¸0‰˛?˜ˇ¸˘%Ìˇ¸5]≈¯U@¸¯UQ›T˛?˜ˇ¸˘$Ìˇ¸0" ˆ" ˜ ˛?˜ˇ¸˘'Ìˇ¸4Ëå¯Ã¿ ¯Ã»¨Ã˛?˜ˇ¸˘'Ìˇ¸5eE¯U@€""$€¯UQuT˛?˜ˇ¸˘$Ìˇ¸8(¿˜€""$€ˆÏ ˛?˜ˇ¸˘'Ìˇ¸3"¯3€""'€¯31°4˛?˜ˇ¸˘%Ìˇ¸05@˜€""$˜T˛?˜ˇ¸˘&Ìˇ˝0+†˜{˛#è˜∏˛?˜ˇ¸˘$Ìˇ˝4‡ ¯Ã¿˚¯Ã»Ã˛?˜ˇ¸˘Ìˇ ÅÄ0‰˛?˜ˇ¸˘Ìˇ G˛8‰ ˛?˜ˇ¸˘ÌˇO‡ˇ¸˛?˜ˇ¸˘ÌˇG˛?Â@˛?˜ˇ¸˘ÌˇAÄ?‡Ê@˛?˜ˇ¸˘Ìˇ‡˛7¸Ê@˛?˜ˇ¸˘Ìˇ¸7ˇÄÁD˛?˜ˇ¸˘&Ìˇ¸3ˇD$˛ÒHD˛?˜ˇ¸˘!Ìˇ¸1ˇ˛F ÏP˛?˜ˇ¸˘(Ìˇ¸0ˇˇ¿F$Ò—àà0®“x@ÛTD˛?˜ˇ¸˘'Ìˇ¸0ˇ)Dä2DêH…2DÚ@˛?˜ˇ¸˘'Ìˇ¸0˛    )Dä%PÑäDÚDÑ˛?˜ˇ¸˘'Ìˇ¸0˛    )Dä%PÑäDÚE˛?˜ˇ¸˘'Ìˇ¸0˛    )Dä%PÑäDÚ@˛?˜ˇ¸˘'Ìˇ¸0˛    ÑäB Hä2DÚ¸˛?˜ˇ¸˘(Ìˇ¸0˛
  3167. ÑâÒÇ 0â“D@Û@˛?˜ˇ¸˘Ìˇ¸0ˆÒ@˛?˜ˇ¸˘Ìˇ¸0˜ Ò@˛?˜ˇ¸˘ê@àr§@àr§è    ØòÇê@èHH™†ÙIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3168. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àecè    ' ÅÅÅÅÅÒDÛÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏæÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÎÏøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏøÛÎÅÅÅŃÏÎøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÎÏøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏø.ÛÎÅ›ˇˇ‚˝ˇ˛ˇ¯ˇÙˇÒˇ¯ˇÅŃÏÎø)ÛÏÅ›ˇˇ„ˇ˝ˇˇ¯ˇÙˇÅÅ©ÎÎøOÛÎÅfi˝ˇÂˇ˚ˇˇ˛ˇˇ˝˝ˇ˝˛ˇ˛ˇ˚ˇˇ˝ˇˇˇ˛ˇˇˇˇ˝ˇ˝ˇÅÅœÎÏøXÛÏÅfiˇˇˇÂˇ˘ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇÅÅÀÎÎøSÛÎÅ›ˇ„ˇ˛˝ˇˇˇ˝ˇˇ˛ˇ˚ˇˇ˝ˇ˝ˇˇ˛ˇˇ˝ˇˇˇ˛ˇÅÅÀÏÎøSÛÎÅ›ˇ„ˇ˚ˇˇˇ˝ˇˇ˛ˇ˛˝ˇˇ˝ˇ˝ˇˇ˛ˇˇ˝ˇˇˇ˛ˇÅÅÀÎÏøUÛÎÅ›ˇ„ˇ˚ˇˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˝ˇ˝ˇˇ˛ˇˇ˝ˇˇˇ˛ˇÅÅÀÏÎøXÛÏÅ›ˇ‚ˇ˝    ˇˇˇˇˇ˛ˇ˛
  3169. ˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇÅÅÀÎÎøSÛÎÅ›ˇ·˝ˇˇˇ˛ˇˇ˝˝ˇ˝ˇˇˇˇ˚ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇÅÅœÎÏøÛÏÅ›ˇ™ˇÅÅ¡ÎÎøÛÎÅ›ˇÆˇˇÅÅ¿ÏÎøÛÎÅ›ˇ≠˛ˇÅÅ¿ÎÏøÛÎÅ›ˇÅÅÅÈÏÎøÛÏÅ›ˇÅÅÅÈÎÎø6ÛÎÅ›ˇÀˇflˇ˘ˇÓˇ¯ˇÙˇ‡ˇˇÒˇÅÆÎÏø8ÛÏÅ›ˇ‰ˇˇÎˇˇ·ˇˇÊˇ¯ˇÙˇ‡ˇÓˇÅÆÎÎø~ÛÎÅ›ˇ„ˇÏˇ˛ˇ„ˇ˛ˇ˚ˇ˝ˇ˙ˇˇˇˇ˛ˇˇ˝˝ˇ˝˛ˇ˛ˇ˚˛ˇ˛ˇˇ¸ˇˇ˝ˇˇ˛ˇˇˇ˝ˇ˝˛ˇ˛ˇ˛ˇ˝ˇˇÅ∫ÏÎø°ÛÎÅ›ˇ„ˇ˛ˇˇ˛ˇ˘˛ˇ˛ˇÚˇ˛ˇ˚ˇˇ˛ˇ¸ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇÅªÎÏøïÛÎÅ›ˇ„ˇˇ˛ˇÒˇ˛ˇ¯ˇ˛ˇÒˇ˛ˇ˚ˇˇ˛ˇ˝ˇ˝ˇˇˇ˝ˇˇ˛ˇ˚ˇˇ˝ˇ¸ˇ˝ˇˇ˝ˇˇˇ˝ˇˇˇ˛ˇ˚ˇˇˇ˛ˇˇÅ∏ÏÎøúÛÏÅ›ˇ„ˇ˝ˇ¸˚ˇ¸ˇ˛ˇ¯ˇ˛ˇ˚˚ˇ˝ˇ˛ˇ˚ˇˇ˛ˇ˝ˇ˝ˇˇˇ˝ˇˇ˛ˇ˛˝ˇˇ˝ˇ¸ˇ˝ˇˇ˝ˇˇˇ˝ˇˇˇ˛ˇ˛˝ˇˇ¸ˇ˛˛ˇÅªÎÎøñÛÎÅ›ˇ„ˇ˝ˇÒˇ˛ˇ˜ˇˇˇ˛ˇ˚ˇˇ˛ˇ˝ˇ˝ˇˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˝ˇ˝ˇˇ˝ˇˇ˝ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇ˜ˇÅºÎÏø®ÛÏÅ›ˇ¸Óˇ˚ˇ˝ˇ¸˚ˇ˚ˇˇˆˇˇ˙˚ˇ¸ˇˇ˙ˇˇ˛ˇ˝ˇ˛
  3170. ˇˇˇˇˇ˛ˇ˛
  3171. ˇˇˇˇˇ¸ˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˝ˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇ˝ˇÅºÎÎøçÛÎÅ›ˇ˝ˇˇÍ˛ˇ˛ˇˇ˝ˇ˘ˇÌˇ˘ˇˇ˛ˇ¸˛ˇˇˇ˛ˇˇ˝˝ˇ˝ˇˇˇˇ˚˛ˇ˛ˇˇ¸ˇˇ˝ˇ˛¸ˇˇˇ˛ˇ˛    ˇˇˇˇˇ˛ˇ˛˝ˇÅªÏÎø!ÛÎÅ›ˇ˝ˇÀˇ ˇÅÅ›ÎÏø%ÛÎÅ›ˇ˛ˇˇÀˇŒˇˇÅÅ‹ÏÎøÛÏÅ›ˇ˛ˇï˛ˇÅÅ‹ÎÎøÛÎÖˇˇ€ˇˇˇÅÅÅÌÎÏøÛÏÑˇ€ˇˇˇÅÅÅÏÎÎø$ÛÎÑˇ˛ˇ˙ˇÁˇˇÈˇÅÅÑÏÎø$ÛÎÑˇˇ˛ˇ˝˛ˇÁ˛ˇÈ˛ˇÅÅÜÎÏø ÛÎÑˇ˝ˇ˛ƒˇÅÅüÏÎÎÏÎø+ÛÏÑˇ˝ˇ˝˛ˇÁˇ˛È◊˛ˇÅ◊Å◊û◊ÎÏÎÌÎÎø3ÛÎÑˇ˝ˇ˚ˇËˇˇ◊ÔÅÅ˝ˇˇÅÅöÏÎÏÎÎÏø)ÛÏÖ˛ˇ˛ˇ„˛ˇ◊ÔÅÅÅÅêÏÎÎÚÎÎø1ÛÎÌˇ¸ˇ‚ˇ˜ˇˇßˇˇ◊ÔÅÅÅçÏÎÛÏÎøbÛÎÌˇ¸ˇ‚ˇ¯ˇˇ®ˇˇˇ◊ÚVÅÅÅÅı˝◊◊◊◊Ô˝◊˝◊◊◊◊◊◊ı˝◊Û◊Ô˝◊˘◊◊ÅáÏÛÎÏøΩÛÎÌˇ¸ˇˇˇˇ˛ˇˇˇ˝˛ˇ˛ˇˇ¸ˇ˛˛ˇ˚ˇ˚˛ˇ˛ˇˇ˝ˇˇ˝ˇ˝˛ˇ˛ˇˇ–ˇˇ◊Ú++++ı◊◊˝◊◊◊˛◊Ù◊¸˝◊◊◊˛◊ı◊◊˛˛◊˛˛◊˛◊˛◊◊Ù◊˚˛◊◊◊˛◊˛◊◊◊˛◊ÅòÏÎÛÏÎø’ÛÏÌˇ¸ˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇ˛ˇˇˇ˚ˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇˇ–ˇˇˇ◊Ú+++Û◊◊˝
  3172. ◊◊◊◊◊◊◊ı◊˝ ◊◊◊◊◊◊◊◊Ù◊◊◊◊◊◊◊◊◊◊◊◊◊ı◊¸◊◊◊◊◊◊◊◊◊◊◊◊◊ÅñÎÚÎÎø“ÛÎÌˇ¸ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˙ˇˇ˛ˇˇˇ¸ˇ¸ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇˇ–ˇˇ˛ˇ◊ÛÅ˛VÅVVı˛◊˛
  3173. ◊◊◊◊◊◊◊ı˛◊◊◊◊◊◊◊◊◊Ù◊◊◊◊◊◊◊◊◊◊◊◊Û◊¸◊◊◊◊◊◊◊◊◊◊˛˛◊ÅòÏÎÚÎÏøŒÛÏÌˇ¸ˇˇ˛ˇˇ˛ˇ¸ˇˇ˛˛ˇˇ¸ˇˇˇ¸ˇ¸ˇ˝ˇˇ˛ˇ˛ˇ¸ˇˇ–ˇ˝ˇ◊Û¨¨Å˛¨Ũˆ◊◊˝◊◊◊◊◊Ú◊˝ ◊◊◊◊◊◊◊◊Ù◊◊◊◊◊◊◊◊◊◊˝◊◊ı◊¸◊◊◊◊◊◊◊◊◊◊¸◊◊Åô˛ÎÛÎÎøÃÛÎÌˇ¸ˇˇ˛ˇˇ˛ˇˇ˚ˇ˙ˇˇ˚ˇˇ¸ˇ˝ˇˇ˝ˇˇ˛ˇ˛ˇˇ˚ˇ˙÷ˇ˝ˇ◊ÛŨ˚ň◊◊˝
  3174. ◊◊◊◊◊◊ı◊˝ ◊◊◊◊◊◊◊◊Ù◊◊◊◊◊◊◊◊◊◊◊◊◊ı◊¸◊◊◊◊◊◊◊◊◊◊˛◊◊ÅóÎÎÙÏÎø«ÛÎÌˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˙ˇˇ˛ˇˇˇ˚ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇÀˇ◊ۨŨ¸Åˆ◊◊˝◊◊◊˛◊Ù˝◊˝◊◊◊˛◊◊ı◊◊˛˛◊˛˛◊˛◊˛◊◊Ù˝◊˛˛◊◊◊˛◊˛◊˝˛◊ÅñÎÏıÎÏødÛÎβˇ˝˝ˇ˛˝ˇ˝˛ˇ˛ˇ˙ˇ˛˛ˇ˛ˇˇˇ˚˛ˇ˛ˇˇ˝ˇ˛ˇ˛ˇ˛˛ˇ˛ˇÀˇ◊Ú◊˛¨◊◊ÅÅåÎÏΘÏÎø#Ûωˇ˚ˇÇˇ◊ÅÅÅıÎϯÎÎø#ÛΉˇ˚ˇÇˇ◊ÅÅÅÙÎÏ˘ÎÏø#Ûωˇ˚ˇÇˇ◊ÅÅÅÛÎÎ˙ÎÎøÛÎÅ›ˇÅ◊Å◊Å◊◊˙ÏÎøÛÎÅ›ˇÅÅÅÈÎÏø!ÛΠˇ¸ˇ‚ˇªˇÅÅÅÈÏÎø!ÛÏÀˇ˚ˇ‚ˇªˇÅÅÅÈÎÎøIÛΖˇˇ˛ˇ¸˝ˇ˝ˇˇ˝ˇ˛ˇ˝ˇ˛˛ˇˇ˛˛ˇ˛ˇˇˇ˛ˇÃˇÅÅÅÈÎÏøòÄà@§HH™òıIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3175. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêà@§e    è'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòÇê@rèHH™†ˆÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3176. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ràècØ    'TÛÏ—ˇˇˇ˚ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇÃˇÅÅÅÈÎÎøOÛΓˇ˝ˇˇ˚ˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˝ˇ˚ˇˇ˛ˇˇÃˇÅÅÅÈÏÎøOÛΓˇ˝ˇˇ˚ˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˝ˇ˛˝ˇˇ˛ˇˇÀˇÅÅÅÈÎÏøQÛΓˇ˝ˇˇ˚ˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇˇÀˇÅÅÅÈÏÎøSÛÏ—ˇˇˇ˚ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˝
  3177. ˇˇˇˇˇ˝ˇ ˇ”ˇˇÅÅôÎÎøRÛΖˇˇ˛ˇ˚˝ˇ˝ˇˇ¸ˇˇˇˇ˛ˇ¸ˇ˛ˇˇˇˇ˝ˇ’˛ˇ˛ˇ˝ˇ”ˇˇÅÅôÎÏø&ÛÏïˇ‘ˇ˛ˇ˛˛ˇˇ÷˝ˇÅÅöÎÎø&ÛÎïˇ‘ˇ˛ˇ˝˝ˇ÷ˇˇˇÅÅöÏÎø"ÛÎ󡡓ˇˇ¸˛ˇ‘ˇÅÅòÎÏø ÛÎÅÊˇˇ˚ˇˇ‘ˇÅÅòÏÎøÛÏÅ¡ÀˇÅÅòÎÎøÛεˇÍˇìˇÅÅòÎÏøÛϵˇÍˇìˇÅÅòÎÎø@ÛÎΔˇˇ˛ˇ˝˛ˇ˛ˇ˛ˇ˛˝ˇ˝ˇˇˇˇ˛˛ˇ˝ˇûˇÅÅòÏÎøGÛÎΔˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇ˛ˇöˇÅÅòÎÏø@ÛÎΔˇ˛ˇ˛ˇˇ˚ˇ˚ˇˇ˛ˇˇ˝ˇˇˇ˛ˇöˇÅÅòÏÎø;ÛÏΔˇ˛¸ˇˇ˚ˇ˛˝ˇˇ˛ˇˇ˝ˇˇ¸ˇöˇÅÅòÎÎø?ÛÎΔˇ˛ˇ¸ˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˝ˇˇˇñˇÅÅòÎÏøGÛÏΔˇ˛ˇ˛ˇˇ˛ ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇöˇÅÅòÎÎøCÛÎΔˇ˝˛ˇ˝˛ˇ ˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˛˛ˇ˝ˇûˇÅÅòÏÎøÛΆˇêˇÅ◊é◊ãÎÏøÛΧˇˇèˇ◊Å+ë+V◊ãÏÎøÛÏ£˛ˇèˇ◊++˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+V◊ãÎÎøÛÎÅÆˇ◊+ÅV˝Å˛¨Å˛¨Å+ÅÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Å4++++++++++++++++++++++++++V˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅ+Å˛¨Å˛¨˛ÅVÅ+◊ãÎÏøˆÛÏÅÆˇ◊++˛¨˘+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛◊˛◊˛◊˛◊˛+˛+˛◊◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛¯+˛++◊ãÎÎøÛÎ⁄ˇˇ¸ˇŸ˛ˇ¸ˇ˘ˇó    ˇ◊+ÅÅVÅŨ+˛V+VV+˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅ+˛+˛+˛+˛+◊+˛+◊+◊+˛+˛+◊◊+˛+ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Å VÅ++VV¨VV¨V˛ÅVV◊ãÏÎø ÛÎ˙ˇˇ‰ˇˇ˛ˇˇ€ˇ˛ˇ˛ˇˇèˇ◊˛ÅVŨ++¸V++V˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Å8VÅ+++◊◊◊◊+◊◊+◊++◊++◊++◊++◊+◊+◊◊◊◊+◊◊+++ÅÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Å V++V+V¨V+¨ÅV˛Å+◊ãÎÏø)Û΢ˇÂˇ˚ˇ˛ˇ‹ˇ˛ˇˇ˛ˇ˚ˇ˝ˇùˇ◊+˛+¨+VV+˛V++˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛(◊◊◊◊◊◊+◊+◊+◊+◊+◊+◊◊◊◊◊◊◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛++˛V¨+V¨+˛V◊ãÏÎø4ÛÏ˘ˇ˛ˇÈ˝ˇ˛ˇ˛ˇ˘˛ˇ˛ˇÎˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇûˇ◊+V˛ÅV¨+V+˛V++ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV+˛ +◊◊+◊◊◊◊◊˛◊˛◊˛◊˛◊¸◊+◊◊◊◊+˛˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Å+¨¨Å¨VVÅ+ÅÅVÅÅ+◊ãÎÎø:Û΢ˇˇ˛ˇÍˇ˛ˇˇ˛ˇ¯ˇ˛ˇÍˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇû ˇ◊++++¨+VV+˛V++++++++++++++++++++++++++++++++++++++++++++◊◊◊◊+◊◊+◊++◊++◊++◊++◊+◊++◊◊+◊◊+T+++++++++++++++++++++++++++++++++++++++++++˚V¨+++V◊ãÎÏøFÛÏ˘ˇ˝ˇ¸˚ˇ˝˙ˇˇ˛ˇˇ˛ˇ¯ˇ˛ˇ˚˚ˇ˛˙ˇ˝ˇˇ˛ˇ˚ˇˇ˛ˇ≈ˇˇ‹ˇ◊++˛¨+¨Å˝¨+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˝◊◊◊◊˛◊◊◊˛◊◊◊˛˛◊+˝◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˚¨Å+˛++◊ãÎÎø3Û΢ˇ˝ˇÍˇ˛ˇˇ˛ˇ˜ˇˇÂˇˇ˛ˇ˚ˇˇ˛ˇƒˇ‹ˇ◊+ÅÅVÅŨ˝+˛+˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅ+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛ÅVÅ˘+V˛ÅVV◊ãÏÎøKÛ΢ˇ˝ˇ¸˚ˇıˇ˛ˇ˛ˇˇˆˇˇ˙˚ˇˆˇˇ˝ˇˇ˙ˇˇ˛ˇƒˇ˛ˇ˚ˇˇËˇ◊++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++s++++++++++++++++++++++++++++++++++++++++++++++++++++++++++◊ãÎÏø<ÛÎ˙˛ˇ˛ˇÍ˛ˇ¸ˇ˝ˇ˘ˇÁˇˇ˚ˇ˘ˇˇ˛ˇƒˇˇ˛ˇ˛˛ˇÁˇ◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛V◊ãÏÎøÛÏŒˇàˇ˝ˇƒˇÅ◊¨◊ãÎÎø1ÛÎŒˇàˇ˝ˇ˛˛ˇÁ˛ˇÅù ◊+++++◊ãÎÏø3ÛÏÅ‘ˇ˝ˇ¸ˇˇËˇ◊ˇˇÅû◊+˛+˛+◊ãÎÎø/ÛÎÅ’˛ˇ˛ˇ‚ˇ◊ˇÅû◊+Å+˛+◊ãÏÎø'ÛÎÅÆˇ◊ˇˇÅü ◊+Å+V++◊ãÎÏøTÛÎÌ◊Î◊‡◊◊Ò◊êˇ◊ˇˇË◊˛◊˝◊◊Ù◊·◊¯◊Å◊Å˛+Å+◊ãÏÎøHÛÏÌ◊Î◊‡◊Ó◊êˇ◊˛ˇˇÈ◊˛◊◊˛◊Ò◊Å‘◊+Å+˛+◊ãÎÎøπÛÎÌ◊˛◊◊˝˛◊˝˛◊˛◊˚˛◊˛◊◊¸◊◊˝◊◊˛◊◊◊˝◊˝˛◊˛◊˛◊˝◊◊úˇ◊˝ˇˇÍ◊˛◊◊˛◊◊˝◊˛˛◊◊˛◊◊˛◊˛◊˛◊¸◊◊˝◊◊◊˛◊◊◊◊˝◊˝◊ä◊V˛Å+ÅÅV+◊ãÎÏøÕÛÏÌ    ◊◊◊◊˛◊◊˛◊◊¸◊˛◊◊◊˛◊◊˛◊◊◊˛◊◊◊◊˛◊◊˛◊◊◊˛◊◊◊ùˇ◊¸Óˇ˚◊◊◊◊˛◊◊˛◊◊˛◊◊◊◊˛◊◊◊¸◊◊˛◊◊◊◊◊◊◊◊˛◊Ü ◊+V+V+◊ãÎÎø≥ÛÎÌ◊◊˝◊◊ˆ◊◊˝◊¸◊˝◊◊˝◊◊◊˝◊◊◊˛◊˚◊◊◊˛◊◊öˇ◊„◊◊◊◊˛◊◊˛◊◊˝◊◊˝    ◊◊◊◊◊˝◊˝◊◊˛◊◊˝◊◊◊˛◊Ü◊+ÅÅ˛+◊ãÏÎø≥ÛÎÌ◊◊˝◊◊˘˝◊◊˝◊¸◊˝◊◊˝◊◊◊˝◊◊◊˛◊˛˝◊◊¸◊˛˛◊ùˇ◊„◊◊◊◊˛◊◊˛◊◊˝◊◊˝    ◊◊◊◊◊˝◊˝◊◊˛◊◊˝◊◊◊˛◊Ü◊+˛ÅV++◊ãÎÏøªÛÎÌ◊◊˝◊◊˝◊◊˛◊◊˝◊˝◊◊˝◊◊˝◊◊◊˝◊◊◊˛◊◊˛◊◊◊˜◊ûˇ◊„◊◊◊◊˛◊◊˛◊◊˝◊◊˝    ◊◊◊◊◊˝◊˝◊◊˛◊◊˝◊◊◊˛◊Ü◊+˛+˛+◊ãÏÎø∂ÛÏÌ    ◊◊◊◊˛
  3178. ◊◊◊◊◊¸◊˛◊◊◊˛◊◊˛◊◊˝◊◊◊˛◊◊◊◊◊◊˛◊◊˝◊ûˇ◊‚◊˝◊˝◊◊˛◊◊˝◊◊◊˝◊˛◊˚◊◊˛◊˛◊◊˛◊◊◊◊˛◊ÜÙ◊ãÎÎø±ÛÎÌ◊˛◊◊˝˛◊˝◊◊◊◊˚˛◊˛◊◊¸◊◊˝◊˛¸◊◊◊˛◊˛    ◊◊◊◊◊˛◊˛˝◊ùˇ◊‚◊˝◊˝◊◊˛◊¸◊˛◊◊¸◊˛◊˙◊◊˝◊˛◊˛◊◊◊◊˛◊˛◊ä ◊+++++◊ãÎÏø(ÛÏÅÆˇ◊¢◊Ÿ◊+˛+˛+◊ãÎÎø+ÛÎÅÆˇ◊¶◊◊Å˚◊+˛+˛+◊ãÏÎøòÄ@àr§HH™ò˜Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3179. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àr§è    Ø'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòR@à@àØcÿ    Ìˇ¸0ˆ‡Ò@˛?˜ˇ¸˘Ìˇ¸0Â@˛?˜ˇ¸˘Ìˇ¸0Â@˛?˜ˇ¸˘.Ìˇ¸0˚@˛@˝†˝@˛?˜ˇ¸˘1Ìˇ¸0˛¿†˛
  3180. ˝Ä˝@˛?˜ˇ¸˘3Ìˇ¸0˛@˛O0qƒ0aNßá8·Ä@˛?˜ˇ¸˘3Ìˇ¸0˛\‡HÇHä$Hëë§Hë@@˛?˜ˇ¸˘3Ìˇ¸0˛b@HÇÖ$ Ö    §@ë˛@˛?˜ˇ¸˘3Ìˇ¸0˛B¡@¸HÇÖ‰ Ö    §GëÒ¿@˛?˜ˇ¸˘3Ìˇ¸0˛BÄHÇÖ
  3181. $!Ö    §Hë @˛?˜ˇ¸˘5Ìˇ˛‹0˛B¿†ĸ
  3182. HÇHädHë§Ië @˛?˜ˇ¸˘4Ìˇ˝à¯˛ÁBHÇ0qî0a§FX„¿@˛?˜ˇ¸˘Ìˇ˝àx˚Ï@˛?˜ˇ¸˘Ìˇ˝Pp˚Ï@˛?˜ˇ¸˘Ìˇ˝P0Â@˛?˜ˇ¸˘Ìˇ˝ Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘/Ìˇ¸˚`IJ@˝$@˛?˜ˇ¸˘2Ìˇ¸˛¿ë@˛"(@˝ @˛?˜ˇ¸˘3Ìˇ¸˛@ ˛"D¿ixqÜS•·Œ8`@˛?˜ˇ¸˘3Ìˇ¸˛\‚ ¿"D ô$DâI$de$Dê@˛?˜ˇ¸˘3Ìˇ¸˛b Ä"D!    BD    ¬D%$DÄ@˛?˜ˇ¸˘3Ìˇ¸˛B¡ Å¯D!    BDy¬D%‰|p@˛?˜ˇ¸˘3Ìˇ¸˛B D!    BDâP¬D%$@@˛?˜ˇ¸˘3Ìˇ¸˛B¡@¯$(!$DôI$D%dE@˛?˜ˇ¸˘3Ìˇ¸˛Á‡Ñ ÈxeÜCÂñ8@˛?˜ˇ¸˘"Ìˇ¸˙˙ı@˛?˜ˇ¸˘"Ìˇ¸˙˙êı@˛?˜ˇ¸˘Ìˇ¸Úpı@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘êà@§à@§Ø    ÿòR@rà@ràÿc˘    Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â¸˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸ÂD˛?˜ˇ¸˘Ìˇ¸ÂDÑ˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸ÂTD˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸ÂDÑ˛?˜ˇ¸˘ê@àr§@àr§ÿ    ˘òÇê@èHH™†¯Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3183. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àØcÿ    '(ÛÎÅÆˇ◊•˛◊Å˚ ◊+++++◊ãÎÏø$ÛÎÅÆˇ◊Åú◊+˛+˛+◊ãÏÎø$ÛÏÅÆˇ◊Åú◊+˛+˛+◊ãÎÎø@ÛÎÅÆˇ◊ÃˇfiˇˆˇıˇÎˇflˇˇÒˇ‹ ◊+++++◊ãÎÏøCÛÏÅÆˇ◊¡ˇÎˇˇ‡ˇˇÍˇÎˇflˇÔˇ‹◊+˛+˛+◊ãÎÎøÜÛÎÅÆˇ◊‰ˇÏˇ˛ˇ‚ˇ˛ˇ¯ˇ˝ˇ˚ˇ˛ˇˇ¸˛ˇ˛˛ˇ˛ˇ˚˛ˇ˛ˇˇ¸ˇˇ˝ˇˇ˛ˇˇˇ˝ˇ˝˛ˇ˛ˇ˛˛ˇ˝ˇˇÈ◊+˛+˛+◊ãÏÎø©ÛÎÅÆˇ◊‰ˇ˛ˇˇ˛ˇ˘˛ˇ˛ˇÒˇ˛ˇ¯ˇˇ˛ˇ¸ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇÍ ◊+++++◊ãÎÏøôÛÎÅÆˇ◊‰ˇˇ˛ˇÒˇ˛ˇ¯ˇ˛ˇˇ˛ˇ¯ˇˇ˛ˇ¸ˇˇ˝ˇˇ˜ˇˇ˝ˇ¸ˇ˝ˇˇ˝ˇˇ˛ˇ˝ˇˇˇ˛ˇ˚ˇˇ˛ˇ˛ˇˇÁ◊+˛+˛+◊ãÏÎøüÛÏÅÆˇ◊‰ˇ˝ˇ¸˚ˇ¸ˇ˛ˇ¯ˇ˛ˇ˚˚ˇ¸ˇ˛ˇ¯ˇˇ˛ˇ¸ˇˇ˝ˇˇ˙˝ˇˇ˝ˇ¸ˇ˝ˇˇ˝ˇˇ˛ˇ˝ˇˇˇ˛ˇ˛˝ˇˇ˛¸ˇ˛˛ˇÍ◊+˛+˛+◊ãÎÎøùÛÎÅÆˇ◊‰ˇ˝ˇÒˇ˛ˇ˜ˇˇÔˇ˛ˇ¯ˇˇ˛ˇ¸ˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˝ˇ˝ˇˇ˝ˇˇ˝ˇˇ˛ˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˜ˇÎ ◊+++++◊ãÎÏø≥ÛÏÅπ˛ˇ˛ˇ˝ˇ◊‰ˇ˝ˇ¸˚ˇ˚ˇˇˆˇˇ˙˚ˇ˚ˇˇ˜ˇˇ˛ˇ¸ˇˇˇ˛ˇ˛    ˇˇˇˇˇ¸ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇ˝ˇˇˇ˛
  3184. ˇˇˇˇˇ˛ˇ˛ˇˇ˝ˇÎ◊+˛+˛+◊ãÎÎøöÛÎÅ∏ˇ˛ˇ˛˛ˇ◊ˇÊ˛ˇ˛ˇˇ˝ˇ˘ˇÏˇˆˇˇ˛ˇ¸ˇ˛ˇˇ¸˛ˇ˛ˇˇˇˇ˚˛ˇ˛ˇˇ¸ˇˇ˝ˇ˝¸ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛˛ˇ˛˝ˇÍ◊+˛+˛+◊ãÏÎø/ÛÎÅ∏ˇ˛ˇ˝˝ˇ»ˇÅ◊ ◊+++++◊ãÎÏø-ÛÎÅ∑ˇˇ¸˛ˇ«ˇÅ◊◊+˛+˛+◊ãÏÎø*ÛÏÅ∑ˇˇ˚ˇˇÅú◊+˛+˛+◊ãÎÎø'ÛÎÅ∂ˇ˘◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎøMÛÎÅ≠◊Ãˇˇ¸ˇfl˛ˇ¸ˇ˙ˇÓˇ¯ˇÙˇflˇˇÚˇÓ◊+˛+˛+◊ãÏÎøUÛÎÅ≠◊¡ˇÎˇˇ˛ˇˇ·ˇ˛ˇ˛ˇˇÁˇ¯ˇÙˇflˇÔˇÓ ◊+++++◊ãÎÏøñÛÎÅ≠◊‰ˇÏˇ˚ˇ˛ˇ‚ˇ˛ˇˇ˛ˇ¸ˇ˝ˇ˙ˇˇˇˇ˛ˇˇ˝˝ˇ˝˛ˇ˛ˇ˚˛ˇ˝ˇˇ˝ˇˇ˝ˇˇ˛ˇˇˇ˝ˇ˝˛ˇ˛ˇ˛˛ˇ˝ˇˇ˚◊+˛+˛+◊ãÏÎøªÛÏÅ≠◊‰ˇ˛ˇ˝ˇ˛ˇ˛ˇ˘˛ˇ˛ˇÒˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ¸ˇ˛ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇ¸◊+˛+˛+◊ãÎÎø±ÛÎÅ≠◊‰ˇˇ˛ˇÒˇ˛ˇˇ˛ˇ¯ˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇ˝ˇ˝ˇˇˇ˝ˇˇ˛ˇ˚ˇˇ˝ˇ˚ˇ˝ˇˇ˝ˇˇ˛ˇ˝ˇˇˇ˛ˇ˚ˇˇ˛ˇ˛ˇˇ˘ ◊+++++◊ãÎÏø¥ÛÏÅ≠◊‰ˇ˝ˇ¸˚ˇ¸ˇ˛ˇˇ˛ˇ¯ˇ˛ˇ˚˚ˇ˚˝ˇˇ˛ˇ¸ˇˇ˛ˇ˝ˇ˝ˇˇˇ˝ˇˇ˛ˇ˛˝ˇˇ˝ˇ˚ˇ˝ˇˇ˝ˇˇ˛ˇ˝ˇˇˇ˛ˇ˛˝ˇˇ˛¸ˇ˛˛ˇ¸◊+˛+˛+◊ãÎÎøØÛÎÅ≠◊‰ˇ˝ˇÒˇ˛ˇˇ˛ˇ˜ˇˇÎˇˇ˛ˇ¸ˇˇ˛ˇ˝ˇ˝ˇˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˝ˇ˝ˇˇ˝ˇˇ˝ˇˇ˛ˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˜ˇ˝◊+˛+˛+◊ãÏÎø¬ÛÎÅ≠◊‰ˇ˝ˇ¸˚ˇ¸ˇ˛ˇ˛ˇˇˆˇˇ˙˚ˇ¸ˇˇ˝ˇˇ˚ˇˇ˛ˇ˝ˇ˛
  3185. ˇˇˇˇˇ˛ˇ˛
  3186. ˇˇˇˇˇ¸ˇ˛ ˇˇˇˇˇ˛ˇ˛ˇ˝ˇˇˇ˛
  3187. ˇˇˇˇˇ˛ˇ˛ˇˇ˝ˇ˝ ◊+++++◊ãÎÏøûÛÎÅ≠◊²ˇ˛ˇÒ˛ˇ¸ˇ˝ˇ˘ˇÌˇˇ˚ˇ˙ˇˇ˛ˇ¸˛ˇˇˇ˛ˇˇ˝˝ˇ˝ˇˇˇˇ˚˛ˇ˝ˇˇ˝ˇˇ˝ˇ˝¸ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛˛ˇ˛˝ˇ¸◊+˛+˛+◊ãÏÎø)ÛÏÅ≠◊¿ˇ√ˇù◊+˛+˛+◊ãÎÎø,ÛÎÅ≠◊¿ˇ«ˇˇú ◊+++++◊ãÎÏø%ÛÏÅ≠◊Ñ˛ˇú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏøòÄà@§HH™ò˘Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3188. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêà@§Ø    ÿ'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòÇê@rèHH™†˙IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3189. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ràÿc˘    '#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+++++◊ãÎÏø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎøÛÎÅ≠◊ÅúÙ◊ãÎÏø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎø#ÛÎÅ≠◊Åú◊+˛+˛+◊ãÏÎø#ÛÎÅ≠◊Åú ◊+Å+V++◊ãÎÏø#ÛÎÅ≠◊Åú◊+ÅÅ˛+◊ãÏÎø#ÛÏÅ≠◊Åú ◊+V+Å+◊ãÎÎø#ÛÎÅ≠◊Åú◊V˛Å+ÅÅV+◊ãÎÏø#ÛÏÅ≠◊Åú ◊+V+V+◊ãÎÎø#ÛÎÅ≠◊Åú◊+ÅÅ˛+◊ãÏÎøòÄ@àr§HH™ò˚IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3190. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àr§ÿ    ˘'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòR@à@à˘c"    Ìˇ¸ÂA˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸Â@˛?˜ˇ¸˘Ìˇ¸‰ˇ¸˛?˜ˇ¸˘Ìˇ¸Ë@˛?˜ˇ¸˘Ìˇ¸Ë@˛?˜ˇ¸˘Ìˇ¸ËTd˛?˜ˇ¸˘Ìˇ¸ËƒHÑ˛?˜ˇ¸˘Ìˇ¸ËS$˛?˜ˇ¸˘Ìˇ¸ËQd˛?˜ˇ¸˘Ìˇ¸1Ë K$˛?˜ˇ¸˘Ìˇ¸ÅËH§˛?˜ˇ¸˘Ìˇ¸AËMd˛?˜ˇ¸˘Ìˇ¸ËJ‰˛?˜ˇ¸˘Ìˇ¸Ë@˛?˜ˇ¸˘Ìˇ¸‰ˇ¸˛?˜ˇ¸˘Ìˇ¸‰ˇ¸˛?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘Ìˇ⁄?˜ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘    ∫ˇ¸˘ØØØØØØêà@§à@§˘    "òR@rà@rà"cC    ØØØØØØØØØØØØØØØØØØØØ&˘ 0p 0p 0p ¿Äÿ&˘ 00b#`¿!00b#`¿00b#`¿ÄÄÿ&˘ P@"°@!P@"°@P@"°@ÄÄÿ&˘  †ÄH@ÄÇ †ÄH@Ä †ÄH@ÅÄÿ&˘ @∞¿H@ÄÇ@∞¿H@Äp@∞¿H@ÅpÄÿ%˘¬ ¯ê Å¬ ¯ê Å0¬ ¯ê Å1◊%˘b  ê†xÅb  ê†xÅb  ê†xÅ◊%˘G‡     @G‡     @‡G‡     @"◊%˘H"    0@H"    0@ H"    0@"◊%˘êF20@ÑêF20@Ñ,–êF20@Ñ(Ñ◊%˘?8„«Ÿ?8„«Ÿ'p?8„«Ÿ/◊˜@˜◊
  3191. Ï ◊ØØØ%˘˝p ˝0˝0`˛ ˙˛fi(˘˛00 @ @˛ ˙˛fi+˘˛ @ @˛ ˝˛fi)˘¸  ˛@@IJ@˝˛fi,˘&,?ô≥Ä A–Ôa˚YõġXp∏ˆmÉ«oúlsºv¡Ùp9∞fi,˘&»âôÄÄ8 ‚hLy"…Ü8À1û4Làìbc9!6DK0ôí fi,˘&HâÄè     `(H1 âÑä HêÅC B DJ     fi,˘&"?«–êb9!0!‚(ë!>Ç@á‡CËàó·Ú(@fi,˘&‚" HPêb!0!(ë!BÇÄÑ D(á(@fi,˘&"ƒb0!1ô°1ƒä$D‡B,DX”"fÕ `å—,FdYÄfi,˘&8qÛn<‡qüŒ€ûʘ>xp77áèÛ;wÇáºgyè˜Éæn¿fi¯ Ùʸ!Ÿ¯ ÙʸAŸ¯Äıˆ¸ÑŸê@àr§@àr§"    CòÇê@èHH™†¸Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3192. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@à˘c"    '#ÛÎÅ≠◊Åú ◊++Å++◊ãÎÏø#ÛÎÅ≠◊Åú◊+V+˛+◊ãÏÎø#ÛÏÅ≠◊Åú◊+˛+˛+◊ãÎÎøÛÎÅ≠Å◊é◊ãÎÏøÛÏÅ≠◊+˛+˛+◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊+˛+˛+◊+˛+˛+◊ãÎÎøÛÎÅ≠◊+˛+˛+◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊+Å+˛+◊+˛+˛+◊ãÏÎøÛÎÅ≠◊++V+++◊+++++++++++++++++++++++++++++++++++++++++++++++++++++++++i+++++++++++++++++++++++++++++++++++++++++++++◊++Å+V++◊¨˛+Ũ¨+◊ãÎÏøÛÎÅ≠◊+V+VVÅÅ◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊VÅÅV+Å+◊Å˛+¨˛++◊ãÏÎøÛÏÅ≠◊Å˛+V+◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊+Å+˛+◊+¨++V¨V+¨◊ãÎÎøÛÎÅ≠◊++++Å◊+++++++++++++++++++++++++++++++++++++++++++++++++++++++++h+++++++++++++++++++++++++++++++++++++++++++++◊Å+++V+◊¨˛+¨VV¨+◊ãÎÏøÛÏÅ≠◊+ÅÅÅVV+◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊+ÅVVÅV+◊+¨+VV+V¨◊ãÎÎøÛÎÅ≠◊+˛Å˛+◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊+ÅÅ˛+◊¨+V+VV¨+◊ãÏÎøÛÎÅ≠◊++Å++◊+++++++++++++++++++++++++++++++++++++++++++++++++++++++++r+++++++++++++++++++++++++++++++++++++++++++++◊++ÅÅ++◊+¨+VV+V¨+◊ãÎÏøÛÎÅ≠◊+˛+˛+◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊+V+˛+◊¨+¨Å˛¨+◊ãÏÎøÛÏÅ≠◊+˛+˛+◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊+˛+˛+◊+˛+˛+◊ãÎÎøÛÎÅ≠Å◊é◊ãÎÏøÛÏŨÅ◊è◊ãÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏøÛÎÅÅÅŃÏÎøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÎÏøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏøÛÎÅÅÅŃÏÎøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÎÏøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏøÛÎÅÅÅŃÏÎøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÎÏøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏøÛÎÅÅÅŃÏÎøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÎÏøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏøÛÎÅÅÅŃÏÎøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÎÏøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏøÛÎÅÅÅŃÏÎøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÎÏøÛÏÅÅÅŃÎÎøÛÎÅÅÅŃÏÎøÛÎÅÅÅŃÎÏøÛÎÅÅÅŃÏÎøDÛÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎøHÚÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎ>ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏø ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄà@§HH™ò˝Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3193. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêà@§˘    "'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòÇê@rèHH™†˛Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3194. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@rà"cC    ' ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒr∫¸ˇ˙ˇ˘˛ˇ˛ˇˇ¸˛ˇ˘˛ˇıˇ˚ˇı¸ˇ˙ˇ˘˛ˇ˛ˇˇ¸˛ˇ˘˛ˇıˇ˚ˇÌ¸ˇ˙ˇ˘˛ˇ˛ˇˇ¸˛ˇ˘˛ˇıˇ˚ˇ¸ˇˇ˚ˇÅÅ≤ô∫ˇˇˇ˚ˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇıˇıˇˇ¸ˇˇ˘ˇ˝ˇˇˇ˚ˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇıˇıˇˇ¸ˇˇÏˇˇˇ˚ˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇˇıˇıˇˇ¸ˇˇ˚ˇ˙ˇÅÅ≤ê∫ˇ˛ˇ¸˛ˇ¸˛˘ˇ˛ˇÙˇˆˇˇ˝ˇ˛˘ˇ˝ˇ˛ˇ¸˛ˇ¸˛˘ˇ˛ˇÙˇˆˇˇ˝ˇ˛Ïˇ˛ˇ¸˛ˇ¸˛˘ˇ˛ˇÙˇˆˇˇ˝ˇ˛˚ˇ˙ˇÅÅ≤Ūˇ˛ˇ¸ˇˇ¸ˇ˘ˇˇÛˇÙˇ˚ˇ˙ˇ¸ˇ˛ˇ¸ˇˇ¸ˇ˘ˇˇÛˇÙˇ˚ˇÏˇ˛ˇ¸ˇˇ¸ˇ˘ˇˇÛˇÙˇ˚ˇ˚ˇ˘ˇÅÅ≤ãªˇˇ˚ˇˇˇ˝ˇˇ˙ˇˇÛˇÙˇ˚ˇ˙ˇ¸ˇˇ˚ˇˇˇ˝ˇˇ˙ˇˇÛˇÙˇ˚ˇ˘˛ˇ˜ˇˇ˚ˇˇˇ˝ˇˇ˙ˇˇÛˇÙˇ˚ˇ˚ˇ˛ˇ˝ˇÅÅ≤ùºˇˇ˛ˇˇ˝ˇ˛ˇ¸˛ˇ˛ˇ˛ˇ˛ÛˇÙˇ˚˛˙˛¸ˇˇ˛ˇˇ˝ˇ˛ˇ¸˛ˇ˛ˇ˛ˇ˛ÛˇÙˇ˚˛˙˛ˇ˛¯ˇˇ˛ˇˇ˝ˇ˛ˇ¸˛ˇ˛ˇ˛ˇ˛ÛˇÙˇ˚˛˚ˇ˛ˇ˛˛˛Åűߺˇ˛ˇˇ˛ˇ˛ˇ¯ˇˇˇˇ¯˝ˇˇ˚˝ˇ˛ˇ˚ˇ˙ˇ¸ˇ˛ˇˇ˛ˇ˛ˇ¯ˇˇˇˇ¯˝ˇˇ˚˝ˇ˛ˇ˚ˇˆˇ¯ˇ˛ˇˇ˛ˇ˛ˇ¯ˇˇˇˇ¯˝ˇˇ˚˝ˇ˛ˇ˚ˇ˚ˇ˝ˇ˛ˇÅűÄΩˇ˝ˇ˛˚ˇ¯ˇˇˇÛˇÙˇ˚ˇ˙ˇ¸ˇ˝ˇ˛˚ˇ¯ˇˇˇÛˇÙˇ˚ˇ˙¸ˇ¯ˇ˝ˇ˛˚ˇ¯ˇˇˇÛˇÙˇ˚ˇ˚ˇ˝ˇ˛ˇÅÅ∞úΩˇ˝˛ˇ¸ˇ˛ˇ¸ˇˇˇˇÙ˛Ùˇ˚ˇ˙ˇ¸ˇ˝˛ˇ¸ˇ˛ˇ¸ˇˇˇˇÙ˛Ùˇ˚ˇ˚˛˝ˇ¯ˇ˝˛ˇ¸ˇ˛ˇ¸ˇˇˇˇÙ˛Ùˇ˚ˇ˚˛˝ˇ˛ˇÅÅ∞«æˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ¸ˇ˚ˇ˝ˇ˘ˇ˚ˇ˙ˇ¸ˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ¸ˇ˚ˇ˝ˇ˘ˇ˚ˇ˝    ˇˇˇˇˇˇ˙ˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ¸ˇ˚ˇ˝ˇ˘ˇ˚ˇ˝ˇˇ˛ˇ˝ˇÅÅØêø˚ˇ˛ˇ˛˛ˇ˛˝ˇ˛˛ˇ˛˚ˇ˚˙ˇ˙˛ˇ˝˛ˇ˙ˇ˛˚ˇ˛ˇ˛˛ˇ˛˝ˇ˛˛ˇ˛˚ˇ˚˙ˇ˙˛ˇ˝˛ˇ˛ˇ˛ˇ˛ˇ˚˚ˇ˛ˇ˛˛ˇ˛˝ˇ˛˛ˇ˛˚ˇ˚˙ˇ˙˛ˇ˝˛ˇ˛ˇ˝ˇ˝ˇÅÅÆÅÙˇÆˇ®˛ÅÅ≠ÅÛˇÅ÷ˇÅŨ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ7∫¸ˇ‹˛ˇ¯˛ˇ˚˚ˇ˘ˇˇ›ˇˇ€ˇˇÙˇˇ‚ˇæˇˇÂˇÅÅÊO∫˛˚ˇ·˛ˇ˛˙˛ˇ˛˚ˇ˛ˇ˛˘ˇÛ˛Îˇ˚ˇÌˇˆˇÛˇ·ˇæˇ‰ˇÅÅÊZ∫ˇ˚ˇ·ˇ˛ˇ˙ˇ˛ˇ˚ˇ˝ˇ˘ˇ¯ˇ˝ˇÎˇ˚ˇÌˇ˚ˇ˝ˇÛˇ·ˇÿˇËˇ‰ˇÅÅÊFªˇ÷ˇˆˇ˚ˇ˝ˇ˘ˇ¯ˇÊˇÊˇ˚ˇ˝ˇÛˇ·ˇÿˇËˇ‰ˇÅÅ ªˇ˛ˇˇ˛˝˛ˇ˛˛ˇ ˇˇˇˇˇˇ˛ˇ¯ˇ˜˛˙˛˛˛¸ˇˇ˛ˇ˝
  3195. ˇ˛ˇˇ˛ˇˇ˛ˇ˝ˇˇ˛˛ˇˇˇ˝ˇ˛ˇˇ˛ˇˇˇˇˇˇ˛ˇ˙ˇ˛˛ˇ˛ˇˇ˛    ˇˇ˛ˇ˛ˇˇ˝˛ˇˇ˝ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ¸˛ˇ˛˛˛ˇˇ˛ˇˇ˛˛ˇˇˇ˛˛˛ˇˇ˛˛˛ˇˇ˛ˇ˛ˇ˛˛˛ˇˇ˛ˇˇ˛¸ˇˇ˛ˇˇ˛˛˛ˇˇ˚˛ˇˇˇˇˇ˝ˇ˛ˇˇÅź¸ˇˇ˛ˇ˛ˇˇ˛ˇ˛    ˇˇˇˇˇˇ˙ˇ¯˛ˇ˙ˇˇˇ˝ˇˇ˛ˇ˛ˇˇˇˇ˝ˇˇˇ˛˝ˇˇˇ˛    ˇˇˇˇˇ˛ˇˇˇˇ˝ˇˇ˛˛ˇ˚ˇ˝ ˇˇˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇ˛
  3196. ˇˇˇˇˇˇ˛ˇ˝ˇ¸ˇˇ˛ˇˇ˛ˇˇˇ˝
  3197. ˇˇˇˇˇˇ˛ˇ˛
  3198. ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇ˛ˇÅʼn˚ºˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˙ˇ˛˝ˇ˝ˇˇ˚ˇˇ˝ˇ˝ˇˇ˙ˇˇ˝ˇˇ¸ˇˇ˛ˇˇ¸ˇ˛ˇˇ˛ˇ˝ˇ˝ˇ¸ˇˇ˚ˇ˝ˇ˛ˇˇ˝ˇ˛ˇ˝ˇˇ¸ˇˇ˛ˇˇ˛ˇˇ˝ˇ˚ˇˇ˝ˇˇˇ˚ˇ˝ˇ˝ˇ˚ˇ˘ˇˇ˛ˇ˛ˇ˛ˇˇˇ˝ˇ˘ˇˇ˛ˇˇ˝ˇÅʼnΩˇ˚˛˛˛˛˛ˇ˛ˇ˛ˇ˛ˇ˛˛ˇ˛˚ˇÙˇ˚˛˛˛˛˛˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛˝ˇ˛¸ˇˇ˛ˇ˛ˇ˛ˇ˛˛˛ˇ˛ˇ˝˛˝ˇ¸ˇ˛˚ˇ˝˛˛˛ˇˇ˛˛ˇ˛ˇ˝˛ˇ¸ˇˇ˛ˇ˛˛˛ˇ˝˛ˇ˛˛ˇˇ¸ˇˇ˚ˇ˝ˇˇ˛˛ˇ˚ˇ˝ˇ˛˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛˛ˇ˝˛˛ˇ˛ˇ˛ˇˇ˝ˇÅÅ„ÎΩˇ˚ˇ˝˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˜ˇÛˇ˚ˇ˛ˇ˛ˇ¸ˇˇ˝ˇˇ˝ˇˇ¸ˇˇ˛ˇ˚ˇˇ˛ˇˇ˛ˇ˝ˇ˝ˇ¸ˇˇ˚ˇ˝ˇ˛ˇˇ˘ˇ˝ˇˇ¸ˇˇ˛ˇˇ˛ˇˇ˝ˇˇ˝ˇˇ¸ˇˇ˙ˇ˝ˇ˝ˇ˚ˇ˛ˇ˝ˇˇ˛ˇ˝˛ˇ˛ˇˇ˘ˇ˝ˇˇ˛ˇˇ˝ˇÅÅ„æˇ˚ˇ˛ˇ˚ˇˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇ˛ˇ˙ˇˇˇ˚ˇ˝ˇˇˇ˛ ˇˇˇˇˇˇˇ˝ˇˇˇ˛˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ¸ˇˇ˛˛ˇ˚ˇ˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇˇ˛
  3199. ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇˇ˙ˇ˝ˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˚ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇÅÅ‚ø˛ˇ˝˛ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛˛ˇ˛¸ˇˇ˛ˇˇ˙ˇˇ˛ˇ˚˛ˇˇ˛ˇˇˇˇ˛˛ˇ ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˙ˇ˛ˇˇ˛ˇˇ˚ ˇˇ˛ˇˇˇˇ˛˛ˇ˝˛˛ˇ˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇ˛˛ˇ¸ˇ˙˛ˇ˝˛˛ˇ˛ˇ˛˛˛ˇ˛ˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛˛ˇ¸˛ˇ˛ˇ ˛ˇ˛ˇˇ˛ˇˇ˛ÅÅ„¥ˇ˝ˇîˇ•ˇ’ˇ˝ˇÅÅ¡µˇ¸ˇîˇ¶ˇ’ˇ¸ˇÅÅ¡∂˛˝ˇì˛¶˛’ˇ˝ˇÅÅøòÄ@àr§HH™òˇÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3200. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àr§"    C'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòR@à@àCcl    ¯ÙĘ`¸xŸØ¯˜¿˛¿Ä¿˝@“¯˜Ä˛ÄÄ˝H“%˘˛˛    ÄÄÄ˝H˛ÿ%˘ ˛!˝Ä˛ÿ(˘",8n?oú∞}<ya¿˙qƒ~«≥aœ8?ù˛>Ã⁄(˘"eògè œ(MëfåC,¬$«4»2«#$…òäQûd⁄(˘"ECÜBB(B$ÇH Ç !" IÉ$ D⁄(˘"ãÜ ¸˙"$¸"Ñ_ÑI/êABDOì‚G#¯à⁄(˘"äÜ 
  3201. !ƒÄ"ÑPâ0êABDPíÄ¢à⁄(˘"!!8 ##4D    àF1±≥ √pÃà≥&"#F1⁄(˘"õ¡„‹qÁôfic¸3¿‹fi˘ÔyÁ∏w‹›õ√¬3˘ò⁄˜˙@¸Ĉ÷˜˙@¸ Äˆ÷˜˙!˚Bı÷˜˙˚<ı`÷Ø˘ÄÄ˚`˚˛¡˛’#˘ÄIJ@˛ Ä 0Å’#˘ÄÄ@@˛ ÄÅ’ ˘
  3202. ˛ÄÄ˚"˛ ’&˘ l?
  3203.  
  3204. p˘±„fi∞ f6Ä$¸8 Ã9≥π0ÿ&˘ dä"Ã%6Që≈í2M2"@|N)ê@(âíD⢠ÿ&˘ DÇBÑ$A"""@F    @(âÑ¢ ÿ&˘ à‰Ö¯&ãË"" Ú $D˙$DDÑ˚íÄQ
  3205. *Äÿ&˘ àÖ"å("" ä $E    ƒD8ÖR¿ëà!*Äÿ%˘)õFÿDDcHHã4àŶ√&&    êdf"◊%˘;õ‹Ì‡‚?oÓc=Óh¸Õ€˝Ã}Òfls¿|s‹ˇé;"◊Ì @¸`–Í@¸ô–Í! ¸ –    Í¿ Ø%˘˛¯ @Ä˚0p·¿˝˛GÜ ·1˘˛¡˛ 2d¿‡ „1˘˛#¬ $@@@ !„,˘˘Ñ
  3206. ˛˛@$@IJ Ä$Ä@@„3˘-±‹ûlgÁã
  3207. «Ê«ûû8_úD@Éq˘±‡xÁn %l„Ÿáˆ∞Â3˘-Ñ—dD"H≥    $ ÒΔDDEòŒàÇ<qësf2¿fhë2Ñ«êÂ3˘-QDD A!    $`ƒD@Öá »Ç1!B†D0ë ÑÉÂ3˘-
  3208. ïHàà8Ñ~"|¡ààpI Ò
  3209. @ë0b"/˛Ñ"
  3210. @è·"A     Â3˘-ïHàpà@"¡ààI
  3211. 
  3212. Äë0b"(@Ñ"@à!"A     Â3˘d3˛'â!ƒL"«6"#2D±ƒD ÿ≈Lò$ÅÊL¬@Â3˘-?éë;ò¯Ûøx88<{πç‡9€√¬|Ócoy‡8Cè;6yπÓ`ÂÙ˚@˘˝¸˛Ä›Ù˚@˘˝¸ŸÙ@˚Ģ˝ ¸ŸÙĸ¿˘`˝p¸ŸØØØØØØØØØØØØØØØêà@§à@§C    lòR@rà@ràlcç    Øد ¿˚ ≈¯` ˙≈¯†˝≈˘@ ˝≈˘cv‰8 ÏÕŸûv¿`‡«˘C6iò@1ÊL—6#&@«˘B)@ ƒHQ"$Δ˘ƒ(SÄAàê¢'ËDHΔ˘D(R¿Aàê¢$DHΔ˘ àë& ¡«"LLPÄàò@«˘qœs¿~{ôº67∏Å‹œ@«¯ ¸@√ ¯ ¸@¿ ¯ @¸Ä¿ ¯p‡˝¿¿Ø˘˛˛Äă˘0˛Äêƒ˘˛
  3213. Äê«˘ ˛˛«˘FÛ8‡ܸa˚Ô∞…˘Δ"eò Œ` "LxŒH«Ä…˘d"A Ñ  BH0ÑÉ»˘HDÉAˇ¿?@Ñêa¯»˘HDÇAA@Ñêa»˘êôÜ á¿ÇÅô1√#»˘?8lÛ¡˝ÔA«8`Ôû·ÔÓ»ÛæØØØØ˘    ¯ ¸ ˝fΔ˘    Ñ`˝DΔ˘    àĆ˝D ˘    @˝à ˘#3÷c`Ò€yÌÄâôÔlÔ∞Ã˘Ç"2‡C",ŸlÅHbh«ÄÃ˘Ç"" B$(Q(Å@(ÉÀ˘ÑDDƒH_°–Q"'á—À˘ÑDDDHP 0Q" êàQÀ˘âààP àô±Dq¢DD—!£À˘8Δ«Ã–q‹ŒfiÁûsN„~éŸÓÀ̃ØØØØê@àr§@àr§l    çòÇê@èHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3214. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àCcl    'µ˝ˇì˛ˇ©ˇˇ”˝ˇÅÅæ ÅÅÅÅÅÒ(∂ˇˇÆˇ˛„ˇ˛Ïˇˇ˙ˇ˛ıˇˇ‡˛ÅÅÉ%∂ˇ≠ˇ‚ˇÎˇ˘ˇÙˇflˇˇÅÅÜAªˇ˝ˇflˇÍˇËˇıˇÙˇ˝ˇÎˇ˘ˇÙˇflˇˇˇ„ˇÅÅ∑>ºˇ˝ˇflˇÍˇË˛ıˇÙˇ˝˛Îˇ˘˛ÙˇflˇÌˇ„ˇÅÅ∂√Ω˝ˇˇˇˇ˝˛ˇ˝ˇˇ˛ˇ˛˚ˇˇˇ˝ˇ˝ˇˇˇˇ˛ˇ˛˙ˇ˛˛ˇˇˇˇˇ¸¸ˇˇ˝˛ˇ˝˝ˇ˛˝ˇ˛˝ˇˇˇˇ˝˛ˇ˚¸ˇˇ˝¸ˇ˛ˇ˛˛ˇ˛ˇ˙˛ˇ˛˝ˇ˚ˇˇˇ˛˝ˇ    ˇˇˇˇˇˇ˝˛ˇ˝ˇ˛ˇ¸˙ˇ˛ˇ˘ˇ˛¸ˇˇˇˇˇÅÅ«ˇΩˇ˝ ˇˇˇˇˇˇˇ˝ˇˇ˝ˇ˛˝ˇ˝ˇ˙ˇˇˇˇ˝ˇˇˇ˝
  3215. ˇˇˇˇˇˇ˛ˇ˛ ˇˇˇˇˇˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇ˝ ˇˇˇˇˇˇˇ˝ˇ˛ˇˇˇˇ˛˛ˇ ˇˇˇˇˇˇ¸ˇˇˇˇˇ˛˛ˇ˛˝ˇ˝ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˝ˇˇˇˇÅÅ«ËΩˇ˝˛˛˛ˇ˝ˇ˝˛˝ˇˇ¸˛ˇ¸ˇ˙ˇ˛ˇ˝˛ˇ¸ˇ˘˛ˇ˛ˇ˛ˇ˛ˇˇ˛˝ˇ˝ˇ˛ˇ¸˛˛˛˝ˇ˛ˇˇ˝˛˝ˇ˛ˇ˛ˇ¸ˇ˝ˇ¸˛ˇ¸ˇ¸ˇ¸ˇ¸ˇ˛˝ˇ˝ˇˇ˛ˇ˛ˇ˚˛ˇˇ˝ˇ˛ˇ¸ˇˇˇ˛¸ˇ˛ˇ˝ˇ˛˛˛˛˛ÅÅ«‘æˇ˝ˇ˛ˇ˚ˇ˝ˇ˝ˇˇ¸ˇˇ¸ˇ˙ˇ˛˙ˇ¸ˇ˝¸ˇˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˝ˇ˛ˇ¸ˇ˛ˇ˝ˇ˛ˇ˚ˇ˝ˇ˛ˇˇˇ¸ˇ˝ˇ¸ˇˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ˝ˇˇ˛ˇ˛ˇ¸ˇˇ˚ˇ˝˛ˇ˛ˇˇ˛˛ˇˇ˛˙ˇ˛ˇ˛ˇÅÅΔ”æˇ˝ˇ˛ˇˇ¯ˇ˝ˇˇ¸ˇˇ¸ˇ˙ˇ˛ˇ¸ˇ¸ˇ˛ˇ˝ˇˇ˛ˇ˝˛ˇ˛ˇˇ¯ˇ˛ˇ¸ˇ˛ˇ˝ˇ˛ˇˇ˜˛ˇ˛ˇˇ¸ˇ˝ˇˇ˝ˇˇ¸ˇ¸ˇ¸ˇ¸ˇˇ˝ˇ˝ˇˇ˛ˇ˛ˇˇ˝ˇˇˇıˇˇˇ˙ˇˇ˛ˇ¸ˇ˛ˇ˛ˇÅÅΔøˇ˝˛˛˛ˇˇ˛ˇ˝˛˛˛ˇˇ˛ˇ˛ˇ¸ˇ˙ˇ˛ˇ˛˛˛ˇˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˚ˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˛ˇ˛˛˛˝ˇ˛ˇˇ˛˛˛˝ˇ˚˛ˇ˛˛˛ˇ˛
  3216. ˇˇ˛ˇ˛ˇ¸ˇˇ˝ˇ˛˛˛ˇˇ˛ˇˇ˛˝ˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛˛˛˛˛ˇ˛ˇˇ˛ˇ˛˛˛˛˛ÅÅ≈Ãæˇˇ˛ˇˇˇ˝ˇ¸˝ˇ˛˝ˇ˛ˇ¸ˇˇ˝˛ˇ˛˝ˇ˝ˇˇˇ˛ˇ˝ˇˇˇ˛˘ˇ˝ˇ˚ˇˇ˝ˇ˚ˇˇ˛ˇˇˇ˝ˇ˚˘ˇ˝ˇ˝ˇ˛˛ˇ¸ˇ¸˝ˇ˝ˇ˝ˇ˛ˇ˝˛ˇ¸ˇ˛ˇˇˇ˛ˇˇˇˇˇ˝ˇ˝˝ˇ˝ˇ˝˝ˇ˛ˇˇ˙ˇˇˇˇˇÅÅΔ´ˇƒˇ˝ˇ–ˇ˝ˇùˇÅÅß´ˇ≈ˇ¸˛—ˇ¸ˇûˇÅŶ¨ˇ≈ˇ˝ˇ–ˇ˝ˇùˇÅÅ•≠˛ˇ≈˝ˇŒ˝ˇûˇˇÅŧ ÅÅÅÅÅÒ.∫ˇˇÍˇı˛ˇ–ˇˇ˜ˇˇÕ¸ˇ‚¸ˇÌˇˇ¸˘ˇÅņR∫ˇÒˇ˙ˇıˇˇ˙ˇÛˇÊˇˆˇÁˇÁˇˇˇÛˇÙˇˇ˝ˇˇ˜ˇ¯ˇ˚ˇ¸ˇˇÅņS∫ˇÒˇ˙ˇı˛ˇ˙ˇÛ˛ˆ˛Ú˛ˆ˛ÁˇÁˇ˛ˇÛˇÙˇ˚ˇ˜ˇ¯ˇ˚ˇ˚ˇÅņ@ªˇÈˇı˛ˇ¸ˇˇËˇÚˇˆˇÃˇ˛ˇÊˇ˘ˇÓˇ˚ˇ˙ˇÅņπªˇˇˇˇˇ˝˚ˇ˝˝ˇ˛˛ˇ˚ˇˇ¸ˇˇ˛ˇ˝¸ˇˇˇˇˇ˛˝ˇ˛˝ˇ˝ˇˇˇˇ˘
  3217. ˇˇˇˇˇˇˇ˝˛ˇ˛˙ˇˇˇˇˇ¸¸ˇ¯ˇˇ¸˛ˇ˚ˇ˝˛ˇ¸ˇ˘˛ˇˇˇˇˇ˝˛ˇˇ˛ˇˇ˙˛ˇˇˇ˛ˇ˛ˇˇˇˇÅŵٺˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇˇ¸˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛˛˛ˇ˛˛˛˛˛ˇ˛ˇˇ˛    ˇ˛ˇ˛ˇ˝˛ˇ˛ˇ˛ˇˇˇˇ˛˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˙ˇˇ˛ˇˇ˛ˇ˛ˇ˛    ˇˇ˛ˇ˛¸ˇ˘ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˙ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇÅÅ¥‘ºˇ˛ˇ˛ˇˇ¸ˇˇ˝ˇˇ˝ˇ¸ˇˇ˛ˇˇ¸ˇˇ¸ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸ˇ¸ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇ˚ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˙ˇ˛ˇˇ˚ˇˇ¸ˇˇ¯ˇ˘ˇˇ˛ˇ˛ˇˇ˚ˇˇ˝ˇ˙ˇˇ˘ˇˇ˛ˇ˛ˇÅÅ¥ÕΩˇ˛ˇ˛ˇ˛˛ˇˇˇ˝ˇ˚ˇ¸ˇˇˇˇ˛ˇ¸ˇˇ¸ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸˝ˇˇ˛ˇ˙ˇˇ˛ˇ˛ˇ¸ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˜ˇ˝ˇ¸ˇ˛ˇˇˇ¯ˇ˘ˇˇ˛ˇ˛ˇˇ˚˛ˇ˝ˇ˙ˇˇ˝¸ˇˇˇˇˇÅÅ≤”Ωˇ˛ˇ˛ˇ˚ˇ˛ˇ˝˛ˇ˜ˇ˛ˇˇ˛ˇ˛˝ˇˇ¸ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˙ˇ˛˛˛˛˛ˇ˝ˇˇˇ˛˛˛˛˛˛˛˝˛ˇˆˇ˝˛ˇ˝ˇ˝˛ˇˇ¯ˇ˛˚ˇˇ˛ˇ˛ˇˇ˚˛ˇˇ˛ˇ˚ˇˇ˛ˇ˝    ˇˇˇˇˇÅÅ≤Èæˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇˇ˝˛ˇˇˇˇˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇ˛    ˇˇˇˇˇˇ˚ˇ˛ˇ˛ˇ˛ˇ˚ˇ˙ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇˇ¯ˇˇ˝ˇˇˇˇˇ˛ˇˇˇ¸ˇˇˇˇ¸ˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇÅÅ∞Δø˛ˇ˛ˇˇˇ˝ˇ˛ˇ˛ˇˇˇ˝ˇ¸˛ˇ˛ˇ˛˚ˇˇˇ˙ˇ˛ˇˇˇ˛ˇˇ˝ˇ˝ˇ˛ˇˇˇˇ˛˚ˇˇˇˇˇ˛ˇˇˇ˘ˇ˛ˇˇˇ˛¸ˇˇ˚˚ˇ˛˛ˇ¸ˇ˛ˇ˝ˇ˙¸ˇ¸ˇˇˇˇ˛ˇ˝ˇ˛ˇ¯ˇ˛˛ˇ˛˛ˇˇˇˇ˛ˇÅÅ∞#ÅflˇËˇ˝ˇÙ˛˝ˇ’ˇˇÅÅÅÙ%ÅΔˇ¸ˇıˇ¸ˇ÷ˇˇˇˇÅÅÅ˘Å«ˇ˝ˇÙˇ˝ˇ–ˇˇÅÅŘÅΔˇˇ˛ˇÚ˛ˇ˛ÅÅÅ√ ÅÅÅÅÅÒD∫˘ˇ∂ˇ˚ˇ˚ˇ√ˇ˜ˇˇÏ˛ˇ˝˛ˇ˝˛ˇ÷ˇÊˇ˛˝ˇ˝ˇˇ˝ˇÎˇÅŸk∫˛¸ˇˇÈ˛Ê˛Ìˇˇ¸˛˚ˇ˛Ó˛fi˛˙˛˜ˇÌ˛ˇ˛ˇˇˇˇˇˇÓˇÍˇË˛˝ˇ˚˛ˇˇ˛˛ˇÍˇÌ˛Åëv∫ˇ˚ˇÈˇÊˇÌˇˇ˝ˇ˙ˇˇÓˇˆˇÍˇ˙ˇ˜ˇÌˇ˛ˇˇ˛ˇˇ˛ˇÓˇˆˇˆˇÈˇ¸ˇ˚ˇˇˇÈˇÚˇ˝ˇÅëYªˇ˙ˇ∫ˇˇ˝ˇ˚ˇˇ‚ˇ‚ˇ˜ˇÈˇˇ˛ˇ˚ˇ‚ˇˆˇÈˇ¸ˇ˚ˇˇˇÈˇÚˇÅã>ªˇ˙˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛¸ˇˇ˛ˇˇ˝    ˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˚ˇˇ˛ˇˇˇ˝ˇˇ¸ˇ˛ˇˇ˛˛˛˛ˇ˛ˇ˛ˇˇ˛˛˛˛ˇˇˇ˛ˇ˝ ˇˇ˛ˇˇˇ˛ˇ˝ˇˇ˛ˇ˛˛ˇ˝˛ˇˇ˛˛ˇˇˇ˛ˆ˛˛˛˛˛˚ˇ¸ˇˇ˛ˇˇ˛ˇˇ˛˛ˇˇˇˇˇ˛ˇˇ˛ˇ˚˛˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ¯    ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˝˛˛ˇ˛ˇˇ˛ˇ˝ˇˇ˛˛ˇˇˇÅù;ºˇ˙ˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇˇˇ˛ˇˇˇˇˇ˝ˇˇ˛
  3218. ˇˇˇˇˇˇ˚ˇˇ˝ˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ¸ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇ˜˛ˇ˛ˇ˛ˇ¸ˇ˙ˇˇ˝ˇ˛˛ˇ˛ˇˇˇ˛ˇ˙ˇ˛ˇˇˇ˛ˇ
  3219. ˇˇˇˇˇˇ˝ˇˇˇˇ¸ˇˇ˛ˇˇˇˇˇ˙ ˇˇˇˇˇˇˇ˛ˇˇ˛    ˇˇˇˇˇ˝ˇˇˇ˛˝ˇˇÅù!ºˇ˙ˇˇ¯ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˝ˇ˚ˇ¸ˇˇ˝ˇ˝ˇˇ˛ˇ˛ˇˇˇ˚ˇ˝ˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ¯ˇ˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ˝˛ˇˇÙˇˇˇ˛ˇ¸ˇ˙ˇ˝ˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˝ˇ˝ˇˇ˝ˇ˝ˇ˛ˇ˚ˇ˚ˇˇˇˇ˚ˇ˛ˇ˝ˇˇ˝ˇˇ˛ˇˇ¸ˇ˝ˇˇ¸ˇˇ˛ˇÅù+Ωˇ˙ˇˇ¸˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ¸ˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˛˛ˇ˝˛˛ˇ˛ˇ˛ˇˇˇ˛ˇˇ¸˛˝ˇˇ¸˛ˇ˛ˇ˛ˇ˛ˇ˝ˇˇ˛˙ ˛ˇ˛ˇˇ˛˝ˇˇ˛˛ˇ˛˛˛˝ˇˇˇÛˇ˛˛˛˝ˇ˘ˇ˝ˇ˛¸ˇˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇ˛ˇ˛˛ˇ˛˛ˇˇ˝ˇ˝ˇ˛ˇ˚ˇ˚ˇˇˇ˚ˇ˛˛ˇ˛˛ˇ˝˛ˇ˛ˇˇ¸˛˝ˇ˛¸ˇˇ˛ˇÅúΩˇ˚ˇˇ˝ˇ˝ ˇˇˇˇˇˇ˛ˇ˛ˇ˝˛ˇ¯ˇˇ˛ˇ˝ˇıˇ˛ˇ˛ˇ¸ˇ˚ˇ˝ˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇ˙ˇ˚ ˇˇˇˇˇˇ˝ˇˇ˘ˇ˝ˇˇˇÚˇˇ˛ˇ˛ˇ¯ˇ˝ˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˝ˇ˚ˇ˝ˇ˝ˇ˛ˇ˚ˇ¸ˇˇˇ˚ˇ˛ˇ¸ˇ˝ˇˇ˛ˇˇ¸ˇ˝ˇˇ¸ˇˇ˛ˇÅú8æˇ¸ˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˘ˇ˛ˇˇˇ˝˛ˇ˛ˇ˙ˇ˛ˇˇˇ¸ˇ˚ˇ˛ˇˇˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˙ˇ˛ˇ˛ ˇˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˆˇˇˇˇˇˇˇ˛ˇ˚ˇ˛ˇˇˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˚ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ¸ ˇˇˇˇˇˇ¸ˇˇˇ˚ˇ˛ˇˇ˛˛ˇˇˇˇˇˇˇˇ˝ˇ˝ˇˇˇ˛˛ˇ˛ˇÅõ9ø˛ˇ˛˛ˇ˛ˇ˛ˇ˝ˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛˛ˇ˙ˇ˛ˇ˛˛ˇ¸˛ˇ¸˛ˇ˛˛˛˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛˝˛ˇ˛˝ˇıˇˇ˛ˇ˝ˇˇ˛˛˛˛ˇ˛˚ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ¸ ˛ˇˇ˛ˇˇ˛ˇˇ˛˛ˇˇˇ˛ˇ˙˛ˇ˛ˇ˛ˇˇ¸˛˝ˇˇ˚˛ˇ˛ˇ˛ˇˇ˛ˇ ˇˇˇˇ˛ˇ˛˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇÅú"ìˇ˝ˇÃˇ∂ˇ‹ˇœˇËˇÅÅ⁄ˇÃˇ∑ˇ€ˇœˇÅÅ¿ïˇ˝ˇÀˇ∑˛€ˇœˇÅÅøÀ˛ˇ∫ˇˇ€˛ˇ—˛ˇÅÅ¿ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄà@§HH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3220. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêà@§C    l'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòÇê@rèHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3221. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ràlcç    ' ÅÅÅÅÅÒ ÅÅÅÅÅÒ∑ˇÓˇˇÚ˛ˇ«ˇˇÅÅÅü∏ˇˇÓˇÙˇˇ√ˇÅÅÅûπˇˇÓˇÙˇŸ˛ÎˇÅÅÅû∫ˇˇÓˇıˇÿˇÎˇÅÅÅùd∫ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˝˛ˇ¸ˇ˜˚ˇ ˇˇˇˇˇˇ˛ˇˇˇˇˇ˝ˇ˛ˇˇˇˇˇ¯ˇˇˇˇˇ¸˛ˇÅÅŨqºˇ˛ˇ˝ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˘ˇ˛˛˛˛ˇˇˇˇˇˇˇˇ˛˛˛˛ ˛ˇ˛ˇ˛ˇˇˆˇ˛ ˇ˛ˇˇˇˇÅÅÅ´eºˇ˛ˇ˝ˇ˝ˇˇ˝ˇˇˇ˝ˇ˝ˇ˘ˇ¸ˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇˇ˝ˇˇıˇ˛ˇ˛ˇˇÅÅÅß\Ω˚ˇ˛ˇ˝ˇˇ˝ˇˇ˚ˇ˝ˇ˘ˇ¸ˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇ˚ˇˇıˇ˛ˇ˛ˇˇÅÅŶ`æˇ¸˛˛˛˝ˇˇ˝˛ˇˇ¯ˇ˛˙˛¸ˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇ˛˚ˇı˛˛˛˛˛ˇÅÅŶsøˇ¸ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇ¸ˇˇ¸˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇ˝ˇ˙ˇ˛ˇ˛ˇˇˇ˝ˇÅÅÅ´h¿˛ˇ˛˛ˇ˝ˇ˛˝ˇ˛ˇ˝ˇ˙˚ˇ˝ˇ˛ˇˇˇˇˇ˝ˇ˝ˇˇˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇ˚˛ˇ˛ˇˇˇ˝ˇˇÅÅÅ´∂˛˚ˇ”ˇÂˇÅÅÅê∂ˇ˚ˇ”ˇÅÅÅÅÛ∑ˇ˚ˇ”ˇÅÅÅÅÚ∏˛ˇˇ˝ˇ˛ˇ’ˇˇ˛ÅÅÅÅÛ ÅÅÅÅÅÒ∫¸ˇ·˛ˇËˇÍˇÅÅÅí ∫˛ˇ˛·ˇÁ˛ˇÍˇ˛ÅÅÅï)∫ˇ˛ˇ·ˇËˇˇˆˇˆˇˇÁˇÅÅÅ∞&ªˇ˛ˇ·ˇËˇˇˆˇˆˇ‰ˇÅÅÅØ{ªˇ˛˛
  3222. ˛ˇˇ˛ˇˇˇˇ˝ˇ˛ˇ˛˛ˇ˚ˇ˙ˇˇ˛ˇ˛ˇ˜˛ˇˇ˝˛ˇˇ˛˛ˇ˛˚ˇ˛ˇˇ˛ˇ˝ˇˇ˛˛ˇˇˇ˛ ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛˛ˇˇˇÅÅÅΩvº¸ˇ˛ˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇ¸ˇ¸ˇˇ˛ˇˇˇ˘ˇ˛ˇ¸ˇˇ˛ˇ˙ˇ˛ˇˇˇˇ˛˝ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛˝ˇÅÅÅ∫oºˇ˛ˇˇˇ˝ˇ˛ˇˇ¸ˇ˝ˇ¸ˇ¸ˇ˝ˇ˝ˇ˘ˇ˛ˇ¸ˇ˝ˇ˚ˇ˝ˇˇˇ¸ˇˇ˝ˇ˝ˇ˚ˇ˛ˇ¸ˇˇÅÅÅπsΩˇ˝ˇˇ˝ˇ˛ˇˇ¸ˇ˛˛ˇ˛¸ˇ¸˛˛ˇ˛˛ˇ˛ˇˇ˘ˇ˛˛ˇ˛˝ˇ˝ˇ˚ˇ˝ˇˇ˛¸ˇˇ˝˛˛ˇ˛ˇ˚˛˛˛¸ˇˇÅÅÅ∏fΩˇ˝ˇˇ˝ˇ˛ˇˇ¸ˇ˜ˇ¸ˇ˝ˇıˇ¸ˇ˝ˇ˝ˇ˚ˇ˝ˇˇˇ¸ˇˇ˝ˇ˝ˇ˚ˇ˛ˇ¸ˇˇÅÅÅ∏væˇ˛ˇˇˇ˝ˇˇˇˇˇ˝ˇˇ˛ˇ¸ˇ˝˛ˇ˛ˇˇ˛ˇˇ˚ˇ¸ˇ˝ˇ˝ˇ˚ ˇˇˇˇˇˇˇ˛˛ˇ˝ˇˇ˛ˇˇ¸ˇ˛ˇˇ˛˛ˇÅÅÅ∑Ñø˛ˇ˛ˇˇ˛ˇ˝ ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛¸ˇˇ˛˛ˇ ˛ˇˇ˛ˇˇ˛ˇˇ˛¸ˇˇ˛˛˛ˇˇ˛ˇ˝˛ˇ¸ˇ˛ˇˇ˛˛ˇ    ˇˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ ˇˇˇˇ˛ˇˇ˛ˇÅÅÅ∏äˇÅÅÅÅÈ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ/∫ˇˇ˛˛ˇÚˇ˛˜ˇ˛˛ˇ˛ıˇˇ›˛ˇ˛ˇÅÅÅ®.∫ˇ˛ˇˇÚˇˆˇ˝ˇˆˇˇˇ›ˇ˛ˇÅÅÅß6∫ˇ˝ˇˆˇ˛ˇˆˇÚˇˇˇ›ˇ˛ˇÒˇÚˇÅÅÅ»6ªˇ˝˛ˆ˛˛˛ˆ˛Ú˛ˇ˛›ˇ˛ˇÒˇÚˇÅÅÅ«áªˇ˛ˇ˛ˇˇˇˇ˝ˇˇˇˇ˘ˇ˛ˇˆˇˇˇ˛ˇˇˇˇ¸˝ˇ˛˛ˇˇˇˇˇ˝ˇ˝ˇˇˇˇˇ˙ˇ˛
  3223. ˇˇˇˇˇ˝ˇ˝ˇˇˇˇˇ˛ˇ˝ˇ˛˚ˇˇˇÅÅÅ’åºˇˇˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇ˙¸ˇ˜ˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇˇ˚ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇˇ˛ˇˇ˛˝ˇÅÅÅ“Öº˛ˇ¸ˇ˛ˇ˛ˇ˛ˇ˛ˇ˙ˇ˛ˇ˜˛˛˛˝ˇ˛ˇ˛˝ˇˇ˝˛ˇ˛ˇ˝ˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇ˛˚ˇ˝˛˘ˇˇ˛ˇ¸ˇˇÅÅÅ—~Ωˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇ˙ˇÛ˚ˇ˛ˇ˛ˇˇ˝ˇ˚ˇˇ˝˛ˇˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˝ˇ˝¸ˇˇ˛ˇ¸ˇˇÅÅÅ–ÇΩˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇ˙ˇÙˇ¸ˇ˛ˇ˛ˇˇ˝ˇˇ˚ˇ˙ˇˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇ¸ˇˇ˝ˇ˛ˇ˝ˇˇ˛ˇ¸ˇˇÅÅÅ–öæ˛˝ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˙ˇ˝ˇ˛˚ˇ¸ˇ˛ˇ˛ ˇ˛ˇ˛ˇˇ˛˛˛ˇ˛ˇ˛ˇˇ˛˛˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛˛˛ˇ˝˛˛˛ˇ˛ˇˇ˛ˇ˛˛˛ˇˇÅÅÅœäø˛ˇ˛ˇˇ˛ˇˇˇˇ˛¸ˇˇˇ¸˙ˇˇ¸˛ˇ˛˛ˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˛ˇ˝ˇ˝ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˝ˇˇ˛ˇ˛˛ˇˇˇˇˇ˝ˇ˛ˇÅÅÅ–Å⁄ˇÅÅÅô ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄ@àr§HH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3224. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àr§l    ç'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòR@à@àçc∂    ¯ 3˚¿«¯`"˚¿«¯†"@«˘@DÄ«˘`ÒÎéDØÏwèÿÄ«˘B,yÊàä$a4c¿8Δ˘D(0¬àä@AÄ Δ˘»Pa¸àÉËÉ"Δ˘HPaÄHÑ(É"Δ˘ ô±≈à""hë —é2dΔ˘qŒfixwqøál˜‚8ΔØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØêà@§à@§ç    ∂òR@rà@rà∂c◊    ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØê@àr§@àr§∂    ◊òÇê@èHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3225. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àçc∂    '*∑ˇ¯ˇ˘ˇˇÚ    ˇˇˇˇˇˇÃ˛ˇ˙˛ˇÅÅÅ´1∏ˇˇ¯ˇ˘ˇÒˇ˛ˇ˛ˇÕˇˇˇ¸ˇˇˇÅÅÅ´:πˇˇ¯ˇ˘˛Òˇ˛ˇ˛ˇÒˇÚˇÓˇ˛ˇ¸˛˛˛ÅÅÅ´6∫ˇˇ¯ˇ˘ˇÒˇ˛ˇ˛ˇÒˇÚˇÍˇ¸ˇ˛ˇÅÅÅ™]∫ˇˇˇ¸˝ˇ˛˝ˇˇ˛ˇ˛˛ˇ˚ˇ˛ˇ˛
  3226. ˇˇˇˇˇ˝ˇ˚ˇˇˇ˛˛ˇ˝ˇ˛˚ˇˇˇ˘ˇ˚ˇ˛ˇÅÅÅ™rºˇ˛ˇ˝ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛˛ˇˇˇ¸ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˝˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˘ˇ˛ˇ˚˛˛˛ÅÅÅ©bºˇ˛ˇ˛ˇ˝ˇˇ¸ˇˇ˝ˇˇ˝ˇ¸ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˛ˇ¯ˇˇ˛ˇ¸ˇˇˆˇˇ¸ˇ˛ˇÅÅÅ©[Ω˚ˇˇ˝ˇˇ¸ˇˇ˝˙ˇ¸ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸¸ˇˇ˛ˇ¸ˇˇıˇ¸ˇ˛ˇÅÅÅ®aæˇ¸˛ˇ˝˛ˇ¸˛ˇ˝ˇˇ˜ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˝˛˝ˇˇ˛ˇ¸ˇˇıˇ¸ˇ˛ˇÅÅÅ®qøˇ¸ ˇˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˝ˇˇˇˇˇ˛ˇˇ˛˛ˇ˘ˇˇˇˇˇˇˇÅÅÅß\¿˛ˇ˛˛ˇ˛ˇˇˇ˝ˇ˝ˇ˛˝ˇ¸˛ˇ˛ˇ˛ˇ˛ˇˇ˚ˇ˝¸ˇ˝˛ˇˇˇˇˇ˝ˇ˛ˇ˙˝ˇ˛ˇ˛˛ˇÅÅŶ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄà@§HH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3227. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêà@§ç    ∂'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòÇê@rèHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3228. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@rà∂c◊    ' ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄ@àr§HH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3229. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àr§∂    ◊'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòR@à@à◊c    ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØêà@§à@§◊    òR@rà@ràc!    ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØê@àr§@àr§    !òÇê@èHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3230. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@à◊c    ' ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄà@§HH™ò    Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3231. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêà@§◊    'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòÇê@rèHH™†
  3232. IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3233. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ràc!    ' ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄ@àr§HH™ò IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3234. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àr§    !'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòR@à@à!cJ    ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØêà@§à@§!    JòR@rà@ràJck    ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØê@àr§@àr§J    kòÇê@èHH™† IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3235. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@à!cJ    ' ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄà@§HH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3236. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêà@§!    J'ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂòÇê@rèHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3237. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ràJck    ' ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒ ÅÅÅÅÅÒòÄ@àr§HH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3238. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@àr§J    k'¡D0@ˇ ˇˇˇˇ@
  3239. ˇ·ˇ‚7^
  3240. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äAbout Basic QuickDraw
  3241. , (‡2-11
  3242. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3243. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3244. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3245. 4€4—?òÄ
  3246. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3247. ˛ˇˇˇ
  3248. ˛ˇˇˇ
  3249. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3250. ˛ˇˇˇˇ
  3251. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3252. ˛ˇˇˇˇ
  3253. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3254. ˛ˇ˛ˇˇ
  3255. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3256. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3257. ˛ˇ˛ˇˇ
  3258. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3259. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3260. ˛ˇˇˇˇ
  3261. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh:(eä'By default, QuickDraw assigns the entirœ†°dONLNd'\:hf)∞
  3262. e main scrô@°dONLNd1\ghΔ)-een as the boundary rP`°dONLNdF\«h)`ectangle for a °dONLNdUiäu√(rä bitmap. Therâ@°dONLNdai√u‘)9efor·@°dONLNdei‘u)e, the local coor_°dONLNdviur)Edinates of the upper>@°dONLNdäiruÓ)Y-left corner of the boundary °dONLNdßväÇç(ärE°dONLNd®véÇπ)
  3263. ectangle r¿°dONLNd≤vπÇ√)+eflÔ °dONLNdµv√Ç)
  3264. ect the distance frp`°dONLNd»vÇû)Nom the window origin to the scr1 °dONLNdÁvüÇ‹)éeen origin. In _°dONLNdˆv‹ÇÙ)=Figur1¿°dONLNd˚vÙÇ)e 2-3œ@°dONLNdvÇ), °dONLNdÉäèÓ(åäfor example, the upper-¿°dONLNdÉÔèo)e-left corner of the boundary ré¿°dONLNd6ÉoèÚ)Äectangle has a horizontal coorfl†°dONLNdTÉÚè)Édinate °dONLNd[êäú¯(ôäof –60 and a vertical coorº†°dONLNduê¯úy)ndinate of –90 in the local coor’`°dONLNdîêyúÓ)Ådinate system because the °dONLNdÆùä©+(¶ä#window origin has a horizontal coorTÄ°dONLNd—ù+©≤)° dinate of 60 and a vertical coorÚ†°dONLNdÒù≤©)ádinate of 90 in the °dONLNd™ä∂ª(≥ä global coor}@°dONLNd™ª∂˝)1dinate system. °dONLNd ºä»œ(≈äThe boundary rs‡°dONLNd.ºœ»)E ectangle defit¿°dONLNd;º»1)8
  3265. nes the arÔ °dONLNdEº1»Ì)*(ea of an image into which QuickDraw can °dONLNdm…ä’°(“ädraw˙`°dONLNdq…†’¢).z`°dONLNdr…£’•) ˙`°dONLNds…•’´)T °dONLNdt…¨’”)he upper– °dONLNd|…”’S)'-left corner of the boundary r1 °dONLNdö…T’±)Åectangle is aligned ar@‡°dONLNd∞…±’·)]
  3266. ound the fiî¿°dONLNdª…·’)0 rst bit in °dONLNdΔ÷䂶(fläthe bitè¿°dONLNdÕ÷¶‚®) ¿°dONLNdŒ÷©‚ƒ)image$‡°dONLNd”÷ƒ‚œ). TE†°dONLNd÷÷œ‚F) he width of the boundary rÆ`°dONLNd÷F‚)w)ectangle determines how many bits of one °dONLNd„äÔç(ÏärE°dONLNd„éÔß)ow arVÄ°dONLNd„ßÔ)Qe logically owned by the bitmap. This width must not exceed the number of bits inÅ`°dONLNdp„Ô(Ï °dONLNdq丧(˘äeach r–@°dONLNdw§¸Ù)ow of the bit imagA`°dONLNdâı¸)Qe (afi‡°dONLNdç¸!)lthougÊ¿°dONLNdì!¸_)h the width mX`°dONLNd†`¸ö)?ay be smaller÷¿°dONLNd≠ö¸): than the number of bits °dONLNdΔ˝ä    í(äin9¿°dONLNd»˝ì    ï)     π¿°dONLNd…˝ï    Ø)each r
  3267. °dONLNdœ˝∞    ¡)ow)*`°dONLNd“˝¡    Δ). °dONLNd’ä    (äThe height of the boundary r¿‡°dONLNdÒ    ô)ectangle determines how many r_`°dONLNdö˛)ëows of the bit image ar °dONLNd&ˇ)ee °dONLNd(ä(](%ä.logically owned by the bitmap. The number of rfl‡°dONLNdV](Í)”ows enclosed by the boundary r! °dONLNdtÎ()é    ectangle °dONLNd})ä5(2ämust not exceed the number of r—`°dONLNdú)5m)èows in the bit imago‡°dONLNdØ)n5Ë)Ue (although the number of rB¿°dONLNd )Ë5¸)zows °dONLNdŒ6äB(?äenclosed by the boundary r7¿°dONLNdË6B„)y3ectangle may be fewer than those in the bit image).°dONLNdHäT¥(QäNormallyO °dONLNd$H¥T˚)*, the boundary rd†°dONLNd4H˚TΔ)G1ectangle exactly encloses the bit image. If the r6 °dONLNdeH«T˜)à ectangle is °dONLNdqUäao(^ä4smaller than either dimension of the image, the righπ@°dONLNd•Uoa{)Âtmœ†°dONLNdßU{a¬) ost bits in each r=‡°dONLNdπU√a–)How`°dONLNdªU–a), or the last °dONLNd…bänç(kärE°dONLNd bén )ows in the image, or both, ar8¿°dONLNdÁb nJ)~e not considerÄ°dONLNdıbJn¨)>ed part of the bitmap. ˇ‡°dONLNd b´n˜)aAll drawing that °dONLNdoä{æ(xäDQuickDraw does in a bitmap is clipped to the edges of the boundary rΰdONLNdaoæ{‚(xæectangley¿°dONLNdio„{ˇ)%—bits °dONLNdo|äà…(Öä(and their corr¿°dONLNd~| à)@esponding pixels) tc`°dONLNdë|às)That lie outside the r}†°dONLNd¶|sà£)U ectangle arQ`°dONLNd±|£àæ)0e unafô¿°dONLNd∑|æà)fected by drawing@°dONLNd»|à)Q °dONLNd…âäïΩ(íä operations. °dONLNd÷õäßN*+The bitmap may be changed to point to a difé°dONLNdõNßZ)ƒferpÄ°dONLNdõZßΔ) ent bit image in memory@°dONLNdõΔßÀ)l. Ω‡°dONLNdõ ß)All graphics °dONLNd*®ä¥ç(±ärE°dONLNd+®é¥:)&outines work in exactly the same way rÀ‡°dONLNdQ®:¥M)¨egarȆ°dONLNdU®M¥∑)dless of whether their efe°dONLNdn®∏¥◊)kfects ar∑ °dONLNdv®◊¥ )e visible on °dONLNdɵ䡶(æäthe scrO†°dONLNdäµß¡ª)een. ܆°dONLNd赪¡¡)YG °dONLNd굡¡_)$our application can, for example, pr,`°dONLNd¥µ_¡r)ûeparΩ °dONLNd∏µr¡Ù)e an image to be printed on a °dONLNd÷¬äŒp(Àä4printer without ever displaying the image on the scr¯°dONLNd
  3268. ¬pŒ˝)Ê!een (as described in the chapter °dONLNd+œä€‚(ÿä“Printing Manager””@°dONLNd=œ‚€)X in this bookG‡°dONLNdJœ€-)7), or ɇ°dONLNdPœ-€Q)    it can pr∑`°dONLNdYœQ€d)$eparH °dONLNd]œe€ö) e an image i`†°dONLNdiœö€∏)5n an ofü °dONLNdpœ∏€ø)fs0°dONLNdrœ¿€»)cre@°dONLNdtœ»€—)ee¯Ä°dONLNdvœ—€)     n graphics °dONLNdÅ‹ä˨(Âäworld bJ‡°dONLNdà‹≠Ëæ)#efor¢‡°dONLNdå‹æË-)e transferring it to the scr≠¿°dONLNd®‹-Ëø)o"een (as described in the chapter “W`°dONLNd ‹¿ËÀ)ìOfYÄ°dONLNdËÀË⁄) fscr†°dONLNd–‹€ËÏ)een °dONLNd‘Èäıæ(Úä
  3269. Graphics W‡°dONLNdfiÈæıŸ)4orlds”ª °dONLNd‰ÈŸı) in this book/¿°dONLNdÒÈı)7).†°dONLNdÛÈı) 
  3270. H4H ä
  3271. ˇ·ˇ‚7^ °dONLNdıä(äThe Graphics Port Drawing Ÿ@°dONLNd    6)ìAreaˇˇˇˇˇˇ‘@)Ú2
  3272. .°dONLNd    ä&∑(#ä    Several fi°dONLNd    ∑&‚)-
  3273. elds in th°dONLNd    )‚&È)+e ,
  3274. Courier°dONLNd    +È&)GrafPort°dONLNd    3&)0 rR`°dONLNd    5&1)ecor$¿°dONLNd    91&?)d d$¿°dONLNd    <?&K)efi$¿°dONLNd    ?K&fi)  ne your application’s drawing ar˜ °dONLNd    _›&‚)íe˜ °dONLNd    `‚&Ì)a. °dONLNd    d,ä8û(5äThe °dONLNd    h,û8Œ)portRect°dONLNd    p,Œ8◊)0 fi°dONLNd    s,◊8Ë)    eld °dONLNd    w,Ë8
  3275. )denotes°dONLNd    ~,
  3276. 87)"  the port rR`°dONLNd    â,78à)-ectangle that defiR`°dONLNd    õ,à8ı)Qnes a subset of the bitmaR`°dONLNd    ¥,ı8)mp tR`°dONLNd    ∑,8) o bR`°dONLNd    ∫,8) e .°dONLNd    º9äEÎ(BäOused for drawing. All drawing done by your application occurs inside the port rÚÄ°dONLNd
  3277. 9ÎE(BÎectangleÅ@°dONLNd
  3278. 9E)%. °dONLNd
  3279. FäRÏ(OäAs explained in the pr^`°dONLNd
  3280. +FÏRq)bevious section, the boundary rÓ@°dONLNd
  3281. IFqR©)Ö ectangle defiÔ °dONLNd
  3282. VF©Rı)8nes the local coor˚@°dONLNd
  3283. hFıR)Ldinate °dONLNd
  3284. oSä_˙(\äsystem used by the port rx`°dONLNd
  3285. àS˙_O)pectangle. The port r4Ä°dONLNd
  3286. úSP_)V+ectangle usually falls within the bitmap’s °dONLNd
  3287. «`älª(iä
  3288. boundary r8 °dONLNd
  3289. —`ºl)2ectangle, but it’s not rï@°dONLNd
  3290. È`l2)_equir¨Ä°dONLNd
  3291. Ó`2ld) ed to do so.ˇˇéú.°dONLNd
  3292. ˚rä~ù({äThe ˇ˛´‘ú°dONLNd
  3293. ˇrû~¬)visRgnˇˇéúú°dONLNd r¬~ )$ fiù8°dONLNd r ~C)eld designates the visible r™°dONLNd $rC~Ú)y)egion of the graphics port. The visible rb¨°dONLNd MrÛ~)∞    egion is .°dONLNd Väãû(àäthe r¢`°dONLNd [ûãú)=egion of the graphics port that’s actually visible on the scr`¿°dONLNd òùãË)ˇeen. The visible r3¿°dONLNd ™Ëã )K    egion is °dONLNd ≥åäòÌ(ïämanipulated by the W†°dONLNd «åÌò3)cindow Manager@°dONLNd ‘å3ò)F/. For example, if the user moves one window in °dONLNd ôä•ë(¢äfrò‡°dONLNd ôë•œ)ont of anotherE°dONLNd ôœ•Ó)>, the W¿°dONLNd ôÓ•c)indow Manager logically r4@°dONLNd 3ôc•†)uemoves the arñ†°dONLNd @ô†•„)=ea of overlap frÖ°dONLNd Pô„•)Com the ˇa∏@ˇ ˇˇˇˇ@
  3294. ˇ·ˇ‚7^
  3295. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3296. (‡*2-12    )BAbout Basic QuickDraw4^*¿¯
  3297. °dONLNd\lhè(el    visible r≤†°dONLNd    \èhº)#?egion of the window in back. When you draw into the back window\†°dONLNdH\ºhÍ(eº
  3298. , whatever∞‡°dONLNdR\ÎhÙ)/’s °dONLNdUilu(rl'being drawn is clipped to the visible rh¿°dONLNd|iu})ßegion so that it doesn’t rı†°dONLNdñi}uœ)jun over onto the frõ °dONLNd©i–u·)Sont °dONLNd≠vlÇê(lwindowé°dONLNd≥vêÇï)$. .°dONLNd∂àlîÄ(ëlThe ,
  3299. Courier°dONLNd∫àÄî™)clipRgn°dONLNd¡à™î¨)* °dONLNd¬à¨î≥)fi°dONLNdƒà≥îƒ)eld °dONLNd»àƒî‚)specifi°dONLNdœà‚îÎ)es°dONLNd—àÎîE)     the graphics port’s .°dONLNdÊàEîç)Zclipping region,.?¿°dONLNdˆàéîÓ)I which you can use to .°dONLNd ïl°Õ(ûllimit drawing to any r€ °dONLNd"ïÕ°)aegion within thÉ¿°dONLNd1ï°1)De port rø°dONLNd9ï1°X)     ectangle.Õ¿°dONLNdBïX°¥)' The initial clipping r뇰dONLNdYïµ°‚)] egion of a °dONLNdd¢lÆ˚(´l#graphics port is an arbitrarily lar%¿°dONLNdᢸÆ )êge r√Ä°dONLNd㢠Æ0)ectangleR@°dONLNdì¢1Ɔ)%: one that covers the entir¶@°dONLNdÆ¢†Æ›)o e QuickDraw °dONLNd∫Ølª(∏lcoor†@°dONLNdæتµ) dinate planeá@°dONLNd Ø∂ªª)7. Y†°dONLNdÃتª¡)Y °dONLNdÕØ¡ª*)ou can set the clipping r—‡°dONLNdÊØ*ªê)iegion to any arbitrary rP†°dONLNd˛ØëªÈ)gegion, to aid you in °dONLNdºl»Æ(≈lIdrawing inside the graphics port. If, for example, you want to draw a halù‡°dONLNd\ºÆ»π(≈Æf-cµ‡°dONLNd_ºπ»ø) irc@°dONLNdaº¿»Ï) cle on the °dONLNdl…l’x(“lscrÚ@°dONLNdo…x’√) een, you can set t؆°dONLNdÅ…ƒ’¸)Lhe clipping rù¿°dONLNdé…¸’)8egion tË °dONLNdï…’i)o half of the squar¥@°dONLNd®…j’ı)Pe that would enclose the whole °dONLNd«÷l‚w(fllcirù†°dONLNd ÷w‚)  cle, and then draw the whole cirå°dONLNdÍ÷‚u)écle. Only the half within t@°dONLNd÷v‚Æ)qhe clipping r˚`°dONLNd÷≠‚ø)7egio≤°dONLNd÷¿‚÷)n is a®¿°dONLNd÷◊‚Ô)ctuall3@°dONLNd"÷‚¯)y °dONLNd$„lÔr(Ïldõ¿°dONLNd%„rÔ‰)rawn in the graphics port.e`°dONLNd?„ÂÔÁ)s °dONLNdAılÛ(˛lZAll drawing in a graphics port occurs in the intersection of the graphics port’s boundary °dONLNdõlo*rE°dONLNdúp–)ectangle and its port rö@°dONLNd≥–
  3300. )`ectangle, and °dONLNd¿ );,ñ °dONLNd¡√), within that intersection, all drawing is crs†°dONLNdÌ√Ì)∂    opped to °dONLNdˆl‰(lthe graphics port’s visible r´¿°dONLNd‰J)xegion and its clipping r€¿°dONLNd+Jó)fegion. No drawin«@°dONLNd;ò•)Ng oK‡°dONLNd>¶∏)ccur& °dONLNdBπΩ)sc °dONLNdCΩÛ) outside the °dONLNdPl(÷(%lintersection of the port r9@°dONLNdj◊(4)kectangle, the visible rX°dONLNdÅ4(†)]egion, and the clipping r}†°dONLNdö†(Ω)legion. †°dONLNd°æ(÷)Figurÿ`°dONLNd¶’(È)e 2-4u‡°dONLNd´Í(Ï) .°dONLNd¨)l5È(2lillustrates several of the prR`°dONLNd…)È5F)}eviously described fiR`°dONLNdfi)F5x)] elds of the R`°dONLNdÍ)x5®)2GrafPortR`°dONLNdÚ)®5Æ)0 r$¿°dONLNdÙ)Æ5¿)ecor˜ °dONLNd¯)ø5»)d.    .°dONLNd˚MlXñ(Ul
  3301. Figure 2-4°dONLNdMÆXÂ)BOComparing the boundary rectangle, port rectangle, visible region, and clipping 
  3302. a*r¯4b*r¯
  3303. ˇ·ˇ‚7^°dONLNdUWÆb«*
  3304. region
  3305. W*^ß4X*^ß"Y*]
  3306. r*¿¯4q)r*ò@@ˆ@ˆr*≤ ¡œˇÄıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıò@@Ĉ@Ĉ≤*Ú œˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıò@ÄúˆÄúˆÚ* œˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıòň@ˆHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3307. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆr*≤ 'ÅÅÅãú˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎϧÎÅÅÅÎÎΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÎΕÎÅÅÅÎÏΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÏΕÎÅÅÅÎÎΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÎΕÎÅÅÅÎÏΕÏÅÅÅÎÎÏ•åÎʼn˚ˇÎ˚ˇÏ≥ˇ    ÎÏΡÎÏÎΡˇ‚Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÛÏΕ≠ÎÅ¡ˇ˝ÎÎÏβ˛Î ÏÎÏÎÎÏÎÏ˛ÎÎÎÎÀÏÎβÎÏˇˇ‰ÎÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎÏÙÎΕNÏÅÊˇˇ¸ÎÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÀ ÎÏÏÎÏΡˇÊÎÏõ‡ÎÏıÎÏ•ëÎÅÊˇ„ÎƒÏ˛Î˛ÎÏ˛ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÜÎÅÊˇ•ÎΘˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÅÏÅÊiÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÊÎô‡ÏıÎÏ•ÅÎÅÊˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÅÎÅÊˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÏÅÊˇôˇÊÎô‡ÏıÎÏ•ÅÎÅÊˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÅÎÅÊˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÏÅÊˇôˇÊÎô‡ÏıÎÏ•ÅÎÅÊˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÅÎÅÊˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÏÅÊˇôˇÊÎô‡ÏıÎÏ•ÅÎÅÊˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÅÎÅÊˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕNÏÅÊˇôˇÊÎÓ‡.ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ΀‡ÏıÎÏ•ÅÎÅÊˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÅÎÅÊˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕUÏÅÊˇÓ-ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎ⁄ˇÊÎӇΑ‡Î€‡ÏıÎÏ•âÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ]ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡“ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕàÎÅÊˇÓÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•òň@ĈHH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3308. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ≤*Ú '_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ‘ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊˇÓÏ’Î⁄ˇÊÎÓ‡ˇ‘ˇ€‡ÏıÎÏ•_ÎÅÊˇÓÎ’Î⁄ˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ‘ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ]ÎÅÊˇÓÎ’Ï⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl“ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ$ÏÅÊˇÓÏ’Î⁄ˇÊÎô‡ÏıÎÏ•≤ÎÅÊˇÓÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ⁄ˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÅÎÅÊˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÏÙõˇŸˇôˇÊÎô‡ÏıÎÏ•òÎıˇˇ˚ˇ¸ˇ≥˛ˇ˝ˇˇˇ⁄ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ¨Έˇˇ˚˝ˇ˚ˇ˚ˇ˛ˇˇ˝ˇÀ ˇˇˇˇˇˇˇˇ€ˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕCψˇ˝ˇˇ˛ˇ˚ˇ˚ˇ˜ˇÀˇˇˇ˝ˇ˛ˇ€ˇôˇÊÎô‡ÏıÎÏ•óΈˇ˝ˇËˇƒ˝ˇ˝ˇ˛ˇ€ˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÉÎˆóˇ€ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ"ψˇô‹ˇ€ˇôˇÊÎô‡ÏıÎÏ•áΈˇô‹ˇ€ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕáΈˇô‹ˇ€ˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ"ψˇô‹ˇ€ˇôˇÊÎô‡ÏıÎÏ•áΈˇô‹ˇ€ˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕáΈˇô‹ˇ€ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ"ψˇô‹ˇ€ˇôˇÊÎô‡ÏıÎÏ•áΈˇô‹ˇ€ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕáΈˇô‹ˇ€ˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ"ψˇô‹ˇ€ˇôˇÊÎô‡ÏıÎÏ•áΈˇô‹ˇ€ˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕáΈˇô‹ˇ€ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ"ψˇô‹ˇ€ˇôˇÊÎô‡ÏıÎÏ•áΈˇô‹ˇ€ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕáΈˇô‹ˇ€ˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ&ψˇ‹”ˇÿ‹ˇ€ˇôˇÊÎô‡ÏıÎÏ•èΈˇ‹ˇ’ˇÿ‹ˇ€ˇôˇÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕèΈˇ‹ˇ’ˇÿ‹ˇ€ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ*ψˇ‹ˇ’ˇÿ‹ˇ€ˇôˇÊÎô‡ÏıÎÏ•èΈˇ‹ˇ’ˇÿ‹ˇ€ˇôˇÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕçΈˇ‹”ˇÿ‹ˇ€ˇˇõˇˇÊÏ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÎıÎΕ.ψˇ‹ˇ’ˇÿ‹ˇ⁄ˇˇùˇˇ‰ÏÎù‡ÏÎÙÎÏ•äΈˇ‹ˇ’ˇÿ‹ˇŸ˛ˇ°˛ˇ‚ÎÎχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡˛ÎÛÎΕÇΈˇ‹ˇ’ˇÿ‹ˇ◊üˇfiÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÒÏΕψˇ‹ˇ’ˇÿ‹ˇÅŇÎÏ•Έˇ‹ˇ’ˇÿ‹ˇÅŇÏΕòňÄúˆHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3309. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆÚ* 'Έˇ‹ˇ’ˇÿ‹ˇÅŇÎΕψˇ‹ˇ’ˇÿ‹ˇÅŇÎÏ•Έˇ‹ˇ’ˇÿ‹ˇÅŇÎΕΈˇ‹ˇ’ˇÿ‹ˇÅŇÏΕψˇ‹ˇ’ˇÿ‹ˇÅŇÎÏ•Έˇ‹ˇ’ˇÿ‹ˇÅŇÏΕΈˇ‹ˇ’ˇÿ‹ˇÅŇÎΕ0ψˇ‹ˇ’ˇÿ‹ˇÃ˛ˇÔˇÁˇÛˇÙˇÅ„ÎÏ•3Έˇ‹ˇ’ˇÿ‹ˇÃˇˇˇÁˇÛˇıˇÅ‚ÎΕzΈˇ‹ˇ’ˇÿ‹ˇÃˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ¸ˇ˛ˇ˛ˇˇˇˇ¸ˇˇ˛ˇ¿˛ˇ˜ˇÛˇÛˇÛˇflÏΕäψˇ‹ˇ¯ˇˇˇˇ˘ˇÔˇÿ‹ˇÃ˛ˇˇˇˇˇˇˇˇˇ˛˛ˇˇˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇøˇˇ¯ˇÛˇÛˇÙˇfiÎÏ•™Έˇ‹ˇ¯ˇˇˇˇ˜ˇÔˇÿ‹ˇÃ ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˝ˇ˝˛ˇˇˇˇˇˇˇˇ˚ˇˇˇø ˇˇˇˇˇˇ˛ˇ ˇˇˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇˇ¸ˇˇ˛ˇflÏΕ∑Έˇ‹ˇ¯ˇˇˇˇˇ˛ˇ˛ˇ
  3310. ˇˇˇˇˇ˙ˇÿ‹ˇÃ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ¸ˇˇˇ˛ˇˇ˛ˇ˝ˇˇˇø˛ˇˇˇˇ˛ˇˇ¸ˇˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇfiÎΕyψˇ‹ˇ¯ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇÿ‹ˇ≠ˇ‰ˇ∞ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˝˛ˇˇˇˇˇˇˇˇ˚ˇˇˇfiÎÏ•wΈˇ‹ˇ˜ˇˇˇˇˇˇˇˇˇˇˇˇ˙ˇÿ‹ˇÆˇÊ˛ˇØˇ˝ˇˇˇ˛ˇˇˇ˛˛ˇ˛ˇ¸ˇˇˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇfiÎΕ=Έˇ‹ˇ˜ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˘ˇÿ‹ˇÅîˇŒÏΕ*ψˇ‹ˇ’ˇÿ‹ˇ±ˇ˘ˇÚˇÅ˛ˇÕÎÏ•&Έˇ‹ˇ’ˇÿ‹ˇ®ˇÛˇˇÅÀÏΕJΈˇ‹ˇ’ˇÿ‹ˇ∑ˇˇˇˇ˛ˇ˛ˇ
  3311. ˇˇˇˇˇ˛ˇˇóˇ˘ˇÚˇœÎΕJψˇ‹ˇÎˇÏˇÿ‹ˇ∑ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛˛ˇéˇÛˇˇ–ÎÏ•hΈˇ‹ˇÏˇˇÌˇÿ‹ˇ∂ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇûˇˇˇˇ˛ˇ˛ˇ
  3312. ˇˇˇˇˇ˛ˇˇ–ÎΕfΈˇ‹ˇÏˇˇÌˇÿ‹ˇ∂ ˇˇˇˇˇ˛ˇ    ˇˇˇˇ˛ˇ˛ˇûˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛˛ˇ–ÏΕDψˇ‹ˇÏ˛ˇÌˇÿ‹ˇÅ±ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ—ÎÏ•HΈˇ‹ˇÌˇ˛ˇÓˇÿ‹ˇÅ± ˇˇˇˇˇ˛ˇ    ˇˇˇˇ˛ˇ˛ˇ—ÏΕ&Έˇ‹ˇÌˇ˛ˇÓˇÿ‹ˇÅŇÎΕψˇ‹ˇ’ˇÿ‹ˇÅŇÎÏ•Έˇ‹ˇ’ˇÿ‹ˇÅŇÎΕΈˇ‹ˇ’ˇÿ‹ˇÅŇÏΕò@@ˆ@ˆ*N œˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıò@@Ĉ@ĈN*é œˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıò@ÄúˆÄúˆé*™ œˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıòň@ˆHH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3313. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ*N 'ψˇ‹ˇ’ˇÿ‹ˇÅŇÎÏ•Έˇ‹ˇ’ˇÿ‹ˇÅŇÏΕΈˇ‹ˇ’ˇÿ‹ˇÅŇÎΕψˇ‹ˇ’ˇÿ‹ˇÅŇÎÏ•Έˇ‹ˇÁ“ˇÙ‹ˇÅŇÎΕ"Έˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÏΕ"ψˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÎÏ•"Έˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÏΕ"Έˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÎΕψˇ‹ˇÁ“ˇÙ‹ˇÅŇÎÏ•"Έˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÎΕ"Έˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÏΕ"ψˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÎÏ•"Έˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÏΕ"Έˇ‹ˇÁˇ‘ˇÙ‹ˇÅŇÎΕ0ψˇ‹ˇÁˇ˜ˇˇˇˇ¯ˇÔˇÙ‹ˇÅŇÎÏ•/Έˇ‹ˇÁˇ˜ˇˇˇˇ˜ˇÔˇÙ‹ˇÅŇÎΕ>Έˇ‹ˇÁˇ˜ˇˇˇˇˇ˛ˇ˛˛ˇ    ˇˇˇˇˇ˘ˇÙ‹ˇÅŇÏΕ@ψˇ‹ˇÁˇ˜ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇÙ‹ˇÅŇÎÏ•Έˇ‹ˇÁˇˆˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇÙ‹ˇŸÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ‚Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÛÏΕΈˇ‹ˇÁˇˆ ˇˇˇˇˇ˛ˇˇˇˇˇ¯ˇÙ‹ˇ⁄Ï·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎΉÎÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎÏÙÎΕ2ψˇ‹ˇÁˇ‘ˇÙ‹ˇ€ÏÎõ‡ÏÎÊÎÏõ‡ÎÏıÎÏ•¯Έˇ‹ˇÁˇ‘ˇÙ‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÙΈˇ‹Âˇ‘ˇÙ‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ.ψˇ’‹ˇÏ˛ˇÏˇÙ‹ˇ€Ïô‡ÎÊÎô‡ÏıÎÏ•˚Έˇ’‹ˇÏˇˇÌˇÙ‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ˚Έˇ’‹ˇÏˇˇÌˇÙ‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ.ψˇ’‹ˇÏ˛ˇÏˇÙ‹ˇ€Ïô‡ÎÊÎô‡ÏıÎÏ•˚Έˇ’‹ˇÏˇˇÌˇÙ‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ¯Έˇ’‹ˇÏ˛ˇÏˇÙ‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ*ψˇ’‹ˇ‘ˇÙ‹ˇ€Ïô‡ÎÊÎô‡ÏıÎÏ•ÙΈˇ’‹ˇ‘ˇÙ‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÙΈˇ’‹ˇ‘ˇÙ‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ*ψˇ’‹ˇ‘ˇÙ‹ˇ€Ïô‡ÎÊÎô‡ÏıÎÏ•ÙΈˇ’‹ˇ‘ˇÙ‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕΈˇ’‹“ˇÙ‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ"ψˇô‹ˇ€Ïô‡ÎÊÎô‡ÏıÎÏ•ÏΈˇô‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÏΈˇô‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕXψˇô‹ˇ€Ï̇”ˇ€‡ÎÊÎÓ‡.ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ΀‡ÏıÎÏ•√Έˇô‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ√Έˇô‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ2ψˇô‹ˇ€Ï̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•√Έˇô‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ√Έˇô‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ2ψˇô‹ˇ€Ï̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•√Έˇô‹ˇ€Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ√Έˇô‹ˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ2ψˇô‹ˇ€Ï̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•≈Έˇˇõ‹ˇˇ€·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ≈Îıˇˇù‹ˇˇ⁄β‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ2ÏÙ˛ˇ°‹˛ˇŸÏ̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•øÎÚüˇ◊β‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕΩÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊÏ̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•ΩÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕΩÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊÏ̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•ΩÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕΩÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ:Ï„¸ˇÂˇ˝ˇÍˇ√Ï̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•«ηˇ„ˇÂˇ√·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÛηˇˇˇ˛ˇ¸¸ˇ˛ˇ˛ˇ˛ˇ    ˇˇˇˇˇ˝˛ˇˇˇˇˇ¸ˇΔβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕfÏ· ˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇ˛¸ˇ«Ï̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•òň@ĈHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3314. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈN*é '˛ηˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇˇ˛˛ˇˇ«Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÛηˇ˛ˇˇˇˇ¸˝ˇ˛˛ˇ˛ˇˇˇˇ˛ˇˇˇ˝˛ˇˇˇˇ˛˝ˇΔ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ6Ïœˇ˘ˇÌˇ∑Ï̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•«Γ˛ˇ¯ˇÌˇ∑·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ√ÎΔˇÌˇ∑β‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊÏ̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•ΩÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕΩÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊÏ̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•ΩÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕΩÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ,ÏÅÊÏ̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•ΩÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕΩÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕ,ÏÅÊÏ̇ˇ’ˇ€‡ÎÊÎӇΑ‡Î€‡ÏıÎÏ•ΩÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕΩÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇ’ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕ[ÏÅÊÏ̇ˇÁÓˇ€‡ÎÊÎÓ‡ÎÁ‡/ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΘ‡ÏıÎÏ•œÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÁˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕœÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÁˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡Î‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡ÎıÏΕ0ÏÅÊÏ̇ˇÁˇ…‡ÎÊÎÓ‡ÎÁ‡Ï”‡Î˜‡ÏıÎÏ•œÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÁˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡Î‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡ÎıÏΕ•ÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÁˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡’ˇÎÏÎÎfl˛‡fl˛‡fl‡ÎıÎΕ4ÏÅÊÏ̇ˇÁˇ…‡ÎÊÎÓ‡ÎÁ‡ˇ◊ˇ˛‡Î˜‡ÏıÎÏ•®ÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÁˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊ˇfl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕ®ÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÁˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ◊ˇ‡‡flχ‡fl˛‡fl˛‡ÎıÏΕ4ÏÅÊÏ̇ˇÁˇ…‡ÎÊÎÓ‡ÎÁ‡ˇ◊ˇ˛‡Î˜‡ÏıÎÏ•®ÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÁˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ◊ˇ‡‡flχ‡fl˛‡fl˛‡ÎıÏΕ®ÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÁˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊ˇfl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕ4ÏÅÊÏ̇ˇÁˇ…‡ÎÊÎÓ‡ÎÁ‡ˇ◊ˇ˛‡Î˜‡ÏıÎÏ•®ÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÁˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊ˇfl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕ®ÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÁˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ◊ˇ‡‡flχ‡fl˛‡fl˛‡ÎıÏΕ4ÏÅÊÏ̇ˇÁˇ…‡ÎÊÎÓ‡ÎÁ‡ˇ◊ˇ˛‡Î˜‡ÏıÎÏ•®ÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇÁˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ◊ˇ‡‡flχ‡fl˛‡fl˛‡ÎıÏΕ®ÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡flˇÁˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊ˇfl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕ4ÏÅÊÏ̇ˇÁˇ…‡ÎÊÎÓ‡ÎÁ‡ˇ◊ˇ˛‡Î˜‡ÏıÎÏ••ÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl¡˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡flÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎΡ◊ˇfl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕøÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ◊ˇ‡‡flχ‡fl˛‡fl˛‡ÎıÏΕ(ÏÅÊÏô‡ÎÊΔ‡ˇ◊ˇ˛‡Î˜‡ÏıÎÏ•øÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ◊ˇ‡‡flχ‡fl˛‡fl˛‡ÎıÏΕøÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊ˇfl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕ(ÏÅÊÏô‡ÎÊΔ‡ˇ◊ˇ˛‡Î˜‡ÏıÎÏ•øÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊ˇfl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕøÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ◊ˇ‡‡flχ‡fl˛‡fl˛‡ÎıÏΕ(ÏÅÊÏô‡ÎÊΔ‡ˇ◊ˇ˛‡Î˜‡ÏıÎÏ•ΩÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡’ˇ‡‡flχ‡fl˛‡fl˛‡ÎıÏΕÊÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡Îfl˛‡fl˛‡fl‡ÎıÎΕ$ÏÅÊÏô‡ÎÊΔ‡Ï”‡Î˜‡ÏıÎÏ•ÊÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎfl˛‡fl˛‡fl‡ÎıÎΕÊÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÏÅÊÏô‡ÎÊÎô‡ÏıÎÏ•ÊÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÊÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÏÅÊÏô‡ÎÊÎô‡ÏıÎÏ•ÊÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÊÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÏÅÊÏô‡ÎÊÎô‡ÏıÎÏ•ÊÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÊÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÏÅÊÏô‡ÎÊÎô‡ÏıÎÏ•ÊÎÅÊβ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÊχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ÎıÎΕÊÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕÏÅÊÏô‡ÎÊÎô‡ÏıÎÏ•ÊÎÅÊ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ÎÊÎfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎıÏΕòňÄúˆHH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3315. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆé*™ 'ÊÎÅÊÎχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ÎÏÊÏ·fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÎıÎΕ ÏÅÂÎÏù‡ÎωÏÎù‡ÏÎÙÎÏ•€Îʼn˛Î˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flÏÎ΂ÎÎχ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡˛ÎÛÎΕ‘ÎÅ‚˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎfiÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÒÏΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÏΕÎÅÅÅÎÎΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÎΕÎÅÅÅÎÏΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÏΕÎÅÅÅÎÎΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÎΕ)ÎÅœˇ˛ˇˇ¸ˇˇ˛ˇÓˇÓˇÅ◊ÏΕ"ÏÅœˇ˛ˇ˘ˇ˛ˇ€ˇÅ÷ÎÏ•XÎÅŒ ˇˇˇˇˇˇ˛ˇˇˇˇ˝ˇˇˇˇ˛˝ˇˇˇ˛ˇ˝ˇˇ˛ˇ∏ˇˇˇˇ¯ˇÈˇÔˇ›ÏΕOÎÅŒˇˇˇ¸ˇˇˇˇ˝ˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇˇˇ∏ˇˇˇÀˇ‹ÎΕ}ÏÅŒˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇ˝ˇˇˇˇˇˇˇˇˇˇπˇ¸ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇ    ˇˇˇˇ˛ˇˇˇˇ˛ˇ¸ˇˇ˛ˇ›ÎÏ•ÅÎÅÕ
  3316. ˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇ    ˇˇˇˇ˛ˇˇ˛ˇπˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇ˛ˇˇˇ‹ÎΕPÎÅ´ˇ§!ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇ‹ÏΕMÏÅÆ˛ˇ¢ˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˛˛ˇ˛ˇ
  3317. ˇˇˇˇˇ˝ˇˇˇ‹ÎÏ•ÎÅѡ˛ˇÙˇıˇ»ÏΕ(ÎÅæ◊˘◊Ú◊°ˇ˛ˇ˜˛ˇ˜˛ˇ«ÎΕÏŵ◊Û◊◊¢ˇ˛ˇ≠ÎÏ•<ÎŃ◊◊◊◊˛◊˛◊
  3318. ◊◊◊◊◊˛◊◊ó◊˘◊Û˛◊ŒÎΕ9ÎŃ◊◊◊◊◊◊◊◊◊◊◊◊◊◊◊˛˛◊é◊Û◊◊œÏΕò@@ˆ@ˆ™*Í œˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ıœˇ¿ı?œˇ¿ı¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡    |3éÉÄ9À Dö#ä  D(äAä     PƒÄÄÀ    àà$ĉ@À    Ú) ÄÀ     (àÇ(ÄÀ Δ=∏‡?é ¡¡¡¡¡¡+
  3319. ~ Ä@˛¿`˚Ģ`aÄÒ,D˛Ä`ĸÄ@˝ ˛@˛AÌ40HÕmfĆ ú∂x≈Âç„qÕ¨qãtYév,i0é_ a›ãFº|q0YçcñÚ40§I@@DíJDD§    )îI%$àDD§R%"ê¢D    $îâHí)(íêD§HíÚ40ê§It@@DíIƒD§    /îI%#à(G†N%"¢D    ‰âHûH»íG§HíÚ400í ÄÇâ$îàâ0P(íJIPà@§IÖ    Dà)a êQ%à0ë$Ú40@í$"ÄDâ$îàâ@R(íJI âH§J     DàI)Å$Q% â@ë$Ú40pfi0xpÊ›Δªªpÿé€ÕpCå`µ€ùÇsàs -vÁ0ÇwqùÉåsúÏÚ$˛à˙˛à˘Ä˛@¸ĸà#˛‡˙˛‡˙˝p¸¿˚‡¡¡¡¡˛Ä Ä˝ Œ˛«ò@@Ĉ@ĈÍ** b«ãyÊX–∂ŒXœ"R    I$J@íH¢Hœ‚RI$J@ûH¢HœD§$íHì aDêœD§$íHî$ÅDêœ]º˝«;∑0Ás∞œ ¸ÄÕ ¸¿Õ¡¡¡¡(pF8‡Ä ˛·à .>8Åá¿Ê'@1ÄÄ&AH˝"˛à@Ê*&Kú`*å;YŒ;Ä"√ú≥Ñá7«,Ila≠cH"0¯·€9d+1ˆË*&âII U$íI"îÄ2IDí$ë$ë%$â)xíRBííàHëDË*&â1I‡IÇI"dÄ »Dí    $ë%$‰â) DqííÉHp®Ë*&ííIíD)åâ$$I"J"JFL@â §%ë!PË*&íí@ÇI$íE)Ãíâ$$I"J"JHP@â$§Ç!%$ë †Ë*&wŒÛéiü≤s∑!fÁd~=œ9‹ÌªN~‹É·ÆÊÅΩõ¸q°@Ëı ˆ"˝·ıĈ8˝Ä‚¡¡¡¡v`˛@IJ    08„Ä ›D@¸@`˛ ä(Ä›!D[;Ÿèú∞;yà
  3320. Ä°Á8x„¿ áú‡8√<fl!àííDâDêíîÄ%‚A$êRIaÇí@íI$fl!àíbCâDêb'ÄEA$`
  3321. íODëÄìœ$fl!$$ââ $à˙/ÇH $ê ê     Å$Hfl!%$ââ!%)
  3322.  ÇI 
  3323. (¢    $Å$íHfl!w7áçÁcüÃ@Å êÁò6éx.AʇflÛ¯˝ÄflÛ¯p˛Äfl¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡:¸Œå˛Œ(Ûƒ¡Â≥Õª«œPíJB$íI)"RœàíK¬$íI/"PœÒ$îI$íP D†œ    $îÇ$I$íR D§œ;évá6ÓX·›∞Ä– ˝  8˝8 ò@ÄúˆÄúˆ**F ¡¡¡¡    ~0Ä¿˛Ö    B  Ä˛à Ä‘B€∏Qcå≥π`ãg{1‹∞’ÑíH<°)$ââ RHëDÄ’¯íH$)<Üâ LHqDÄ’!$ê@‚RA@"$Ñë"â‘$êDRI@"$§ë"â‘1ßq˘ ~fig9Œ¡ÓÊÒ¢Á‘ıŒıŒ¡¡¡¡|˛pŒD˛@ –DΩú`@ΔQ|≤ÿwr¿“âI ÇR°!"I%—àâA‡Éfi!"y—Ç ‚ BDÇ
  3324. $—íA§ DDíJ$—«√Ê0å~!Ò‹√ ú—˘Ä ˙…òň@ˆHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3325. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ™*Í 'UÏÅ√◊◊◊◊◊◊◊◊◊◊◊◊◊◊˛◊û◊◊◊◊˛◊˛◊
  3326. ◊◊◊◊◊˛◊◊œÎÏ•RÎÅ√ ◊◊◊◊◊˛◊    ◊◊◊◊˛◊˛◊û◊◊◊◊◊◊◊◊◊◊◊◊◊◊◊˛˛◊ŒÏΕ2ÎÅÅæ◊◊◊◊◊◊◊◊◊◊◊◊◊˛◊◊œÎΕ.ÏÅÅæ ◊◊◊◊◊˛◊    ◊◊◊◊˝˛◊ŒÎÏ•ÎÅÅÅÎÎΕÎÅÅÅÎÏΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÏΕÎÅÅÅÎÎΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÎΕÎÅÅÅÎÏΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÏΕÎÅÅÅÎÎΕÏÅÅÅÎÎÏ•ÎÅÅÅÎÎΕù˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏΕ†ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ•ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã-¸ˇ˚ˇ¸ˇˇ˛ˇ˛˛ˇˇ¸˛ˇ¯˛ˇ¸ˇÅÅÅ◊5ˇ˛ˇ¸˛˝ˇ˛ˇˇ˛ˇ˛ˇ˛˚ˇ¯ˇ˛ˇˇÅÅÅ“5ˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇˇ¸ˇ˚ˇ¯ˇ˛ˇˇÅÅÅ“-Ò˝ˇ¸ˇˇ˝ˇˇ˛ˇˇıˇ¯ˇ˛ˇ˝ˇÅÅÅ‘;Òˇ˛ˇ˛ˇ˛ˇ¸ˇ˛ˇ˙ˇ˛ˇ˛¸ˇˇ˛ˇ˛ˇ¸˛ÅÅÅ’5Úˇ˛ˇ˛¸ˇˇ˛ˇˇˇ¸ˇ˚ˇ¯ˇ˛ˇ¸ˇÅÅÅ‘=Úˇ˛ˇˇ¸ˇˇˇˇˇ˛ˇ˛ˇ˙ˇ˛ˇ¸ˇ˛ˇˇ˛ˇÅÅÅ‘:Ùˇˇ˛ˇˇ˛ˇˇ˛
  3327. ˇ˛ˇˇ˛ˇˇ˛ˇ˛˛ˇ˙ˇ˛˛ˇ˛˚ˇ˛ˇ˛˛ˇÅÅÅ“ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãK˚ˇ˛ˇÊ˛ˇ˜ˇ¯˛ˇˇ‡ˇÌˇˇÚˇˇÈˇˇ«ˇˇπˇˇÓˇ˙ˇˇˇ˝ˇˇÁˇáMˇ˛ˇ„ˇ˛ˇ˘ˇˇ˘ˇ˛ˇˇÕˇˇÒˇËˇ€ˇÌˇ„ˇÏˇÌˇ‚ˇ¸ˇÅÎR˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ¯ˇ˙ˇˇ˙ˇ¸ˇˇˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˛˛ ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇ¯˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛˛˛ˇˇ˛ˇˇ˛    ˇˇˇ˛ˇˇ˛˛˛ˇˇˇˇ˛
  3328. ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛˛
  3329. ˛ˇˇˇˇˇ¯˛˛ˇ˛ ˇ˛ˇ˛ˇˇ˛ˇˇ˝ˇˇˇ˛ˇ˝    ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˛˛˛ˇ˘ˇˇ˛ˇ˛˛˛˛ˇ˛˛˛ˇˇ˛ˇˇˇ¸˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛˛ˇˇ˛ˇíPÒ˝ˇ˝ˇˇˇ˛ˇˇˇ˛ˇˇ˙ˇ˙ˇˇ˙ˇ˙ˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˚ ˇˇˇˇˇ˘ˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇ¯ˇˇˇ˛ˇˇ˛ˇ˚ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˙ˇ˛
  3330. ˇˇˇˇˇ˛ ˇˇˇˇˇ¸ˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇí:Òˇˇ˝ˇˇˇ˛ˇˇˇ˛˝ˇ˚ˇ˛˛ˇˇ˛ˇ˙ˇ˙ˇ˛ˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇ˚ˇˇˇ˝ˇ˘ˇˇˇ˛ˇˇˇˇˇˇˇ˛˛ˇ˛ˇ¸ˇˇ˝ˇ˛˝ˇˇ˚ˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇ¯ˇˇˇ˛ˇˇ˛ˇ˚ˇ˝ˇˇ¸ˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇ˘ˇˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇ¸ˇ˛˝ˇˇˇ˛ˇˇ˛ˇˇˇí/Ú˛˙˛ˇ˛˝ˇ˛ˇ˛ˇ˘˛˘˛ˇ˛ˇ˙ˇ¸ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛˙˛ˇˇ˛ˆ˛ˇˇ˛ˇ˛ˇˇˇˇˇˇ˛˛˛¸ˇ˛˝ˇ˛ˇ˝ˇ˚ˇˇˇ˛ˇˇ˛ˇ˝ˇ˛ıˇ˛ˇ˛ˇˇ˛ˇ˚˛ˇ¸ˇ¸ˇˇ˛˛˛ˇˇˇ˝˛ˇˆˇˇ˛¸ˇ˛˛˛ˇˇ˛˘ˇ˛ˇ¸ˇ˛˝ˇ˛˛˛ˇˇë?Úˇ˙ˇˇ˚ˇˇˇ˛ˇˇ˝ˇ˛ˇ¯ˇ˘ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇ¯ ˇˇˇˇˇ˘ˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˚ˇ¸ˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˚ˇˇˇ¯ˇˇˇ˛ˇˇ˛ˇ˚ˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇ¯ˇ˛ˇˇˇˇ˛ ˇˇˇˇˇ¸ˇ˛ˇˇˇ˚ˇˇ˛ˇˇˇë0Ù˛ˇ¸˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ¸˝ˇ˜ˇ¯˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˙˛ˇ˛ˇˇˇ˜ˇˇ˛˛ˇ˝ˇˇ˝ˇˇˇ˝ˇˇˇˇ˛ˇ¸ˇ˝˛ˇ˛ˇˇ˛ˇˇ¸ˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇ¸ˇ˝˛ˇ˛˛ˇ˛ˇ˛ˇ˝˛ˇˇˇ˝ˇˇ˝ˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˝ˇ¸ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ¸˛ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇ˛ˇˇˇë@Èˇ˛ˇøˇÈˇ˛ˇæˇ›˛˛˛ıˇ˝ˇŒˇ˛ˇıˇ“ˇ˛ˇÅ-È˛ˇø˛ˇÈ˛ˇøˇˇ€˛ˇıˇ˝˛ˇŒ˛ˇıˇ–˛ˇÅ˛ÅÅÅãÅÅÅãÅÅÅãÅÅÅã‚ˇˇˆˇ˛ˇÛˇflˇÅÅÅÓ‚ˇıˇÅÅÅ∏òň@ĈHH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3331. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈÍ** '\ˇˇ˛ˇˇˇ˛˛ˇ˚˛ˇ˛ˇˇˇ˝ˇ˝ˇ    ˇˇˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇˇÅÅůdÚ˛ˇ˛ˇˇ˛ˇ¸ˇ˛˛˛ˇˇˇ˛ˇˇ˛ˇˇˇˇ˚ ˇ˛ˇˇˇ˛ˇˇ˛ˇˇˇÅÅů]Ò˛ˇ˛ˇˇˇˇ¸ˇ˚ˇˇˇˇˇˇˇ˛ˇˇˇˇ˚ˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇÅÅů\Ûˇˇ˛ˇˇˇˇ¸ˇ˚ˇˇˇˇˇˇˇ˛ˇˇˇˇ˙ˇˇ˚ˇˇ˝ˇˇ˛ˇˇˇÅÅŘ^Ûˇ˛˛˛ˇˇ˛¸ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛¯    ˇˇ˛ˇ˚ˇ˛˛˛ˇˇÅÅŘYÛˇˇˇ˛ˇˇˇ˝ˇ¸ˇˇ˛˚ˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇˇ˛ˇ¸˛ˇˇˇ˝˛ˇ˛ˇ˛ˇ˛ˇˇˇÅÅŘ “ˇ¸ˇÛˇ˛ˇÛˇ˛ˇÅÅÅÁ‘ˇˇ˛˛˛ˇˇÛ˛ˇÒ˛ˇˇÅÅÅÂÅÅÅãÅÅÅãÅÅÅãÅÅÅã`˛ˇÙˇ˛ˇˇˆ˛ˇ˛˛ˇÙˇÏˇˇıˇˇ‚˚ˇ˝ˇˇ˛ˇ¸ˇÚˇ˛ˇÍˇÛˇ˝¸ˇÛˇı˛ˇˆˇ˚ˇˇ˝¸ˇÅ≠aˇÓˇıˇ˛˛˛ˇÍˇÙˇˆˇˇˇÈ˛¸ˇ˛ˇ¸˛˚ˇÔˇˇ⁄ˇ¸ˇ˛ˇËˇ˛ˇÔ˛¸ˇ˛ˇÅ≠ˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˙ˇˇˇˇ˛ˇˇ˝˛ˇ    ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˝˛ˇ˛ˇˇˇˇ˛ˇ˝ˇˇ˝˛ˇˇˇ¸ˇ˛˛ˇˇˇˇ˛ ˇˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ¸ˇ˛ˇ˛ˇˇ˝¸ˇ˛˛ˇ˝ˇ¸ ˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛¸ˇˇˇÅ¬Òˇ˛ˇˇˇˇˇˇˇˇˇ˚!ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  3332. ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛    ˇˇˇˇ¸˝ˇ˛ˇˇ˛    ˇˇˇˇ˛ ˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˛ˇ¸˝ˇ˛ˇˇˇˇˇˇˇ˝ˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ˇÅ¡Òˇ˛ˇˇˇˇ˛ ˇ˛ˇˇˇ˛ˇ˚˛ˇˇ˛ˇˇ˛ˇ¸ ˇ˛ˇˇˇ˛
  3333. ˇ˛ˇ˛ˇˆˇ˛ˇ˛ˇ˝˛˛    ˛ˇˇˇ¸ˇˇ˛ˇˇ˛    ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ˚˛˛˛˛˛ˇˇ˛ˇˇˇˇ˙ˇ¸ˇ˛ˇˇˇˇ¸ˇˇ˝ˇ˝˛ˇ˝˛ˇˇ˝ˇˇˇÅ¿Úˇ˛ˇˇ˝ ˇˇˇˇˇ¯ˇˇˇˇˇˇ¸ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛    ˇˇˇˇ¸ˇ˚ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  3334. ˇˇˇˇˇ˛ˇ˚ˇ˛ˇˇˇ¸ˇˇˇ˙ˇ¸ˇ˛ˇˇˇˇ¸ˇˇ˛ˇ˝ˇˇ˛ˇˇ˝ˇˇˇÅøÚˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇ¸ˇˇˇˇˇˇˇˇˇˇ˛
  3335. ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛    ˇˇˇˇ¸ˇ˛ˇˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇ˚ˇˇˇˇ¸ˇ˚ˇ˛ˇˇˇˇˇˇˇˇ¸ˇ˛ˇ˝ˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇ¸ˇˇÅæÙˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛˚ˇ˛ˇ˛˛ˇ ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˝˛ˇˇˇˇ˝˛ˇ˛˛ˇ
  3336. ˇˇ˛ˇˇˇ˛ˇˇ˛˛ˇ˛    ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛˛ˇ    ˇˇ˛ˇˇˇ¸ˇ˛˛ˇ˝˛ˇˇ˛ˇ˛ˇˇˇ˙ˇ˛ˇ˚˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇˇ˛ˇˇ˛˛˛ˇˇ˝˛ˇÅΩüˇ°ˇ˛ˇ˜ˇ˛ˇŸˇÅã°ˇü˛ˇı˛ˇ◊ˇˇÅåÅÅÅãÅÅÅãÅÅÅãÅÅÅãA˛ˇˇˇˇˇ„ˇÎˇÎˇ˛ˇˇ˚ˇ‡ˇ˝ˇˇÎ˛ˇ˛˛ˇ˛˛ˇÊˇˇÅÅÈKˇ˛ˇ˛ˇÙˇÙˇ“ˇˇˇ˙ˇˇˆˇÊˇÏˇ˛ˇˇ˛ˇˇ˛ˇˆˇÚˇÅÅËø˛˛˛˛˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛˛ˇ
  3337. ˇˇ˛ˇˇˇ˚˛ˇˇˇ˛˛ˇˇˇ˛ˇ˙ˇˇˇ˙ˇˇ˝
  3338. ˇˇ˛ˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇ˛ˇˇ¸˛ˇˇ˛˜ˇ¸ˇ¸ˇ˝˛˛ˇ    ˇˇ˛ˇ˛ˇ˙˛ˇ˛ˇ˛˝ˇˇ˛ˇ˛ÅÅ˘«Òˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ¯ˇˇ˝ˇ˛ˇˇ¸ ˇˇˇˇˇ˙ˇˇ˛ˇˇˇˇˇˇ¸ˇˇ¯ˇˇ˝ˇˇ¸ˇ˚ ˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇÅÅ˘πÒˇ˛ˇ˛
  3339. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˝ˇ˘ˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ¯ˇˇˇˇˇˇ˝ˇ˚ˇıˇ¸ˇ˛ˇ˙ˇˇˇ˛ˇˇ˙ˇˇ˝ˇ˝ˇˇˇÅÅ˘±Ú˛˛˛˛˛ˇˇ˝ˇˇˇ˛ˇ˛˛˛ˇˇ˛ˇ˛ˇ˙ˇˇˇ˛ˇˆ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ¸ˇˇˇ¸ˇ˘˛ˇ˛ˇˇˇ˛¯ˇıˇ¸ˇ˛˘ˇ˛ˇ¸ˇ˚˛ˇˇ¸˛¸ˇˇÅů»Úˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇıˇˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ¯ˇˇ˛ ˇˇˇˇˇ¸ˇˇ˙ˇ˛ˇˇ˛ˇˇ˛ˇ¸ ˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇÅů≠Ù˛ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛˝ˇ˛ˇ˛ˇˇˇ˛˛ˇ˙ˇˇˇ˛ˇ¯ˇ˛ˇ˚ˇ¸˛ˇ˝ˇ˛ˇˇ˙ˇˇ˛ˇ˝ˇˇˇ¸ˇˇˇˇ˙˛ˇ˛˛ˇ˝ˇ˚˛ˇ˝ˇ˛ˇˇ¸˝ˇˇˇ˝ˇˇ˛˛ˇÅňå˛¥ˇ›ˇÅÅÙ鲡∂˛ˇfl˛ˇÅÅÙÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÌˇÒˇˇˆ˛ˇˇ’˛ˇÅÅÅÒ!Ó˛ˇ˜ˇ˛ˇˇ‰˛Ú˛ÅÅÅÔ]Ôˇˇ˛˝ˇ˝ˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇ
  3340. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇ˛˛ˇÅÅÅ˚`ˇˇ˝ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˚ˇ˛ˇˇˇˇÅÅÅ˙_Òˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛˝ˇ˙ˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˚ˇ˛ˇ˛ˇÅÅŘWÚ¸ˇ˛ˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ˚ˇ˛ˇˇˇÅÅňdÛˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˚ˇ˛ˇˇˇˇÅÅÅ˘cÙˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇˇˇ˛ˇˇ˙ˇ˛ˇ˝
  3341. ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝    ˛ˇˇˇ˛ˇ˛˛ˇ˝ ˛ˇˇ˛ˇˇ˛ˇˇ˛˝ˇÅÅŸΡ¸ˇ⁄ˇÅÅÅ–Ì˛ˇ˛˛ˇ‹˛ˇÅÅÅ–òňÄúˆHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3342. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ**F 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅã(˚ˇˆˇˇ˙˚ˇ˜ˇıˇˇfl˛ˇˇˇˇˇÅÅÅ9ˇ˝ˇ˘ˇˇ˘ˇ˛ˇ˜ˇÙˇfiˇ˛ˇ˛ˇÙˇÙˇÅÅúÄ˛˝ˇˇ˛ˇˇ˛ˇ˛ˇ˚ˇˇ˜˛ˇ˛ˇ˛ˇ˛˛ˇ˛    ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ¯ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛˛ˇˇˇˇˇ˛ ˇˇ˛ˇˇ˛ˇˇˇÅÅßÒˇ˝ˇˇˇˇˇˇ¸˝ˇ˜ˇˇ˝ˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˘ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅŧ|Ò¸ˇ˛ ˇˇˇˇˇ¸ˇˇ¯ˇ˛ˇ˛
  3343. ˇˇˇˇ˝ˇˇ˝ˇˇˇ˛ˇˇˇ˘ˇ˛ˇ˛
  3344. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅŧzÚ˛ˇ˝ ˛ˇˇˇ˛¸ˇıˇ˛˛ˇ˛ ˇˇ˛ˇˇ¸˛˚ˇ˛˛˛ˇˇ˘ˇ˛ˇ˛ˇˇˇ˝ˇˇ˛˛˛ˇ˛ˇˇ˛ˇ˛ÅÅ£ÖÚˇ˛ˇ˛ ˇˇˇˇˇ¸ˇ˛ˇ˙ˇ¸ˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˘ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅ£}Ù˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛˚ˇˇ˝ˇˇ˛˚ˇˇˇ˝ˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ¸˝ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅ£ öˇÅÅÅÛ úˇÅÅÅÒÅÅÅãÅÅÅãÅÅÅãÅÅÅã&˛˛ˇ˛Ê˛ˇˇÍˇÚˇˇ˛ˇˇ˝ˇÅÅÅ&ˇ˛ˇÊˇÈˇ¯ˇ˚ˇ˛ˇÎˇÅÅÇcˇ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇˇ˚ˇ˚ˇˇ˛ˇˇ˜ˇˇ˛ˇ¸ˇ¸ˇ˝ ˇˇˇˇˇˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇÅÅçgÒ˛ˇ˛˝ˇ˛ˇ˛ˇˇ˛ˇ¸ˇ¸ˇˇ˛ˇ¯ˇˇ˝˛˛˛˚ˇ˝˛ˇ˛ˇˇˇ˛ˇˇ˛˛˛ˇÅÅä_Òˇ˛ˇ˛ˇ˛ˇˇˇ¸˝ˇ¸ˇ¸˝ˇ˝ˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˝ˇˇ¸ˇˇ˛ˇˇÅÅäZÚˇ˛ˇ˛ˇ˛ˇˇˇ¸ˇ˘ˇ¸ˇ˝ˇˆ¸ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇ¸ˇ¸ˇˇ˛ˇˇÅÅâmÚˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛¸ˇ˛
  3345. ˇ˛ˇˇ˛˙˛¸ˇˇ˛ˇ˚˛˛˛˛˛˛˛ˇˇˇ˛ˇˇ˛ˇ˛ÅÅâ^Ù¸ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇˇ¸˚ˇˇˇ˛ˇˇ˝ˇ˛ˇˇ˛˚ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ˛ˇÅÅâ ¡ˇÅÅÅà √ˇÅÅÅ ò@@ˆ@ˆF*Ü ¡¡¡¡∞¸‡p– Ä!–(q«&œ÷«9`!–Q$IH"D•DâÇ –â$Ix"DôƒâB –ÚHíÄDâ
  3346. $âÑ@–
  3347. HíêDâJ$âÑ@–;Œ¡flç‚ÊâŒ'œ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@ĈÜ*Δ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆΔ*‚ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3348. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆF*Ü 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅã)Ìˇ˚ˇˇ˘ˇˇı˛ˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅˇ7Ó˛˙˛¯ˇÙ˛˛˛ˇÙˇÙˇÚˇ˛ˇ˝˛˛˛ÅÅÅˇZÔˇˇ˝˛ˇ˛˛ˇ˛˛ˇ˛ˇˇ˚ˇ˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˙ˇ˝ˇ˛ˇÅÅÅˇeˇˇ˛ˇˇˇ˛ ˇˇˇˇˇ¸ˇ˛ˇˇ˛
  3349. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˙ˇˇ¸ˇ˛ˇÅÅÅ˛dÒˇ˛    ˇˇˇ˛˛˛ˇˇ˛˛ˇ¸ˇ˛ˇ˛˛
  3350. ˛ˇˇˇˇ˛ˇ˛ˇˇ˛˛˛ˇ˛ˇˇ¯˛˝ˇ˛ˇÅÅÅ˛^Ú¸ˇˇˇˇ˛ˇˇˇˇ˘ˇ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¯ˇ˝ˇ˛ˇÅÅÅ˝hÛˇ¸ˇˇˇˇ˛ ˇˇˇˇˇ¸ˇ˛ˇˇ˛
  3351. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˝ˇ˛ˇÅÅÅ˝dÙˇˇ˛    ˇ˛ˇˇ˛ˇˇ˛ˇ˝˛ˇ˛ˇˇ¸˛ˇˇ˛˛ˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇ¸˛ˇ˛ˇˇˇ˛ÅÅÅ˚ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3352. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈÜ*Δ 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3353. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆΔ*‚ 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ‚*" ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ"*b ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆb*~ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3354. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ‚*" 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHH™òIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3355. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ"*b 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™†IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3356. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆb*~ 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãˇ@@@ˇ ˇˇˇˇ@
  3357. ˇ·ˇ‚7^
  3358. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äAbout Basic QuickDraw
  3359. , (‡2-13
  3360. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3361. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3362. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3363. 4€4—?òÄ
  3364. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3365. ˛ˇˇˇ
  3366. ˛ˇˇˇ
  3367. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3368. ˛ˇˇˇˇ
  3369. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3370. ˛ˇˇˇˇ
  3371. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3372. ˛ˇ˛ˇˇ
  3373. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3374. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3375. ˛ˇ˛ˇˇ
  3376. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3377. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3378. ˛ˇˇˇˇ
  3379. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh‹(eäAs shown in this fi0 °dONLNd\›hÏ)Sgurã`°dONLNd\Ïhs)e, QuickDraw assigns the entir†°dONLNd4\thá)àe scr Ä°dONLNd9\áhÊ)een as the boundary rņ°dONLNdN\Áh)`    ectangle °dONLNdWiäuµ(rä    for windo^°dONLNd`i∂u¿),w ÷†°dONLNdbi¿u“)
  3380. A. T憰dONLNdfi”u)his boundary rÌÄ°dONLNdtiuN)Aectangle sharœ†°dONLNdÅiNu≠):es the same local coore°dONLNdóiÆu˘)`dinate system as °dONLNd®väÇö(äthe ›`°dONLNd¨vöÇ≥)port rœ°dONLNd≤v≥Ç)ectangle for windoª¿°dONLNdƒvÇ)Sw 4`°dONLNdΔvÇ) A.{†°dONLNd»vÇ)
  3381.  ù@°dONLNd…vÇü)Although not shown in this fiÚ‡°dONLNdÊvüÇÆ)ÇgurN °dONLNdÈvØÇ„) e, the upper °dONLNdıv‰Ç¯)5-left °dONLNd˚Éäèc(åä0corner—that is, the window origin—of this port rE`°dONLNd+ÉdèÉ)⁄ectangl
  3382. Ä°dONLNd2ÉÑèÁ) e has a horizontal coorñ@°dONLNdIÉÁè)c
  3383. dinate of °dONLNdSêäú„(ôä0 and a vertical coors@°dONLNdhê„ú-)Ydinate of 0, wher’ °dONLNdyê-ú@)Jeas tû °dONLNd~êAúh)he upperS °dONLNdÜêiú«)(-left corner for windo3@°dONLNdúê»ú“)_w ´‡°dONLNdûê“úŸ)
  3384. Aµ¿°dONLNdüêŸú€)’}°dONLNd†ê‹úË)s b¡†°dONLNd£êËú) oundary °dONLNd´ùä©ç(¶ärE°dONLNd¨ùé©≠)ectangl
  3385.  °dONLNd≥ùÆ©) e has a horizontal coordONLNd ù©ù)c!dinate of –40 and a vertical coor4°dONLNdÎùû©Ÿ)çdinate of –40.°dONLNd˙Øäªç(∏äIfiÄ°dONLNd˚ØçªÆ)n this fiı¿°dONLNdØƪΩ)!gurQ°dONLNdØæª9)e, to avoid drawing over scr͇°dONLNd#Ø9ª´){oll bars when drawing intV °dONLNd<بªº)so w¢†°dONLNd?غª–)indŏ°dONLNdCØ–ªÈ)w B, t"¿°dONLNdIØͪ˜)he °dONLNdLºä»⁄(≈äapplication that cr¬@°dONLNd_º⁄»R)Peated that window has defi@°dONLNdyºS»ò)yned a clipping rç °dONLNdâºò»)Eegion that excludes the °dONLNd°…ä’ñ(“äscrÚ@°dONLNd§…ñ’∂) oll barso¿°dONLNd¨…∑’π)!.
  3386. ÛH˙4ÙH˙ ıäı
  3387. ˇ·ˇ‚7^ °dONLNdÆÊäÙ÷(äGraphics Port ,@°dONLNdºÊ◊ÙË)MBit Ç°dONLNd¿ÊËÙ)Patternsˇˇˇˇˇˇ‘@(2
  3388. .°dONLNd ˙äû(äThe ,
  3389. Courier°dONLNdŒ˙ûº)bkPat°dONLNd”˙º—) and °dONLNdÿ˙—˚)fillPat°dONLNdfl˙˚)* fi°dONLNd‚˙$)    elds of °dONLNdÍ˙$,) a °dONLNdÏ˙,\)GrafPort°dONLNdÙ˙\b)0 rR`°dONLNdˆ˙bt)ecor$¿°dONLNd˙˙tÄ)d c$¿°dONLNd˝˙Ä )  ontain patterns used by certain ˇˇÚD°dONLNdäƒ(ä QuickDraw rD§°dONLNd(≈ˆ); outines. Th6Ë°dONLNd3˜˝)2e ˇˇ÷Ã),°dONLNd5˛
  3390. )bk),°dONLNd7
  3391. ) PatˇˇÚD),°dONLNd:$) fip°dONLNd=%å)    eld contains the backgrƒú°dONLNdTå)gound pattern that’s used when .°dONLNdrä †(äan arñ`°dONLNdw† )ea is erased or when bits arC‡°dONLNdì +)xe scrˇ¿°dONLNdò+ µ) olled out of it. When asked to fi¡°dONLNdπ∂ ‘)ãll an ar( °dONLNd¡’ ˇ)
  3392. ea with a .°dONLNdÀ!ä-®(*äspecifi°dONLNd“!®-$)ed pattern, QuickDraw storR`°dONLNdÏ!$-ù)|es the given pattern in the R`°dONLNd!ù-«)yfillPatR`°dONLNd!«-–)* fiR`°dONLNd!–- )    eld and then .°dONLNd.ä:ˇ(7äcalls a low-level drawing rÑ@°dONLNd:.ˇ:Ä)uoutine that gets the pattern fr†°dONLNdY.Ä:™)Å    om that fi,°dONLNdc.´:Ω)+eld. °dONLNdi@äLí(IäBic°dONLNdk@ìL∂)        t pattern•@°dONLNdt@∂Lπ)#sà‡°dONLNdu@∫LÍ)    —which ar @°dONLNd~@ÎL)1Be usually black and white, although any two colors can be used on °dONLNd¿MäY∂(Vä a color scr(Ä°dONLNdÀM∑Y’)-een—aç °dONLNd–M’Yÿ)rR °dONLNd—MŸY¥).e described in the chapter “QuickDraw Drawing”Ò@°dONLNdˇM¥YÍ)€ in this booke‡°dONLNd MÎY)7; °dONLNdZäf‚(cäpatterns with colorsó‡°dONLNd"Z‚f4)X at any pixel depth˚ °dONLNd5Z4fU)R    , called °Ä°dONLNd>ZVfç)"pixel patterns†°dONLNdLZçfö)7, ar™†°dONLNdPZõf)e described in the chapter °dONLNdkgäs’(pä“Color QuickDraW†°dONLNdzg÷s)Lw” in this book.
  3393. ëHò4íHò ìäì
  3394. ˇ·ˇ‚7^ °dONLNdãÑäíÍ(éäThe Graphics Penˇˇˇˇˇˇ‘@(é2
  3395. ˇˇÃÃ.°dONLNdùòä§ù(°äThe ˇˇfdLðdONLNd°òû§º)pnLocˇˇÃÃLðdONLNd¶òº§¿), ˇˇfdò°dONLNd®ò¡§Â)pnSizeˇˇÃÃò°dONLNdÆò§È)$, ˇˇfdÊd°dONLNd∞òȧ)pnModeˇˇÃÃÊd°dONLNd∂ò§)$, ˇˇfd≥0°dONLNd∏ò§0)pnPatˇˇÃÃ≥0°dONLNdΩò0§G), and ˇˇfdL»°dONLNd√òH§f)pnVisˇˇÃÃL»°dONLNd»òf§n) fiî°dONLNdÀòo§)    &elds of a graphics port deal with the .°dONLNdҕ䱯(ÆäRgraphics pen. Each graphics port has one and only one such pen, which is used for °dONLNdC≤äæ*^drawing lines, shapes, and text. The pen has four characteristics: a location, a size (height °dONLNd°øäÀç*8and width), a drawing mode, and a drawing pattern. The rΩ†°dONLNdŸøçÀ (»çoutines for determining and °dONLNdıÃäÿ.(’ä&changing these four characteristics arw†°dONLNdÃ.ÿ )§/e described in the chapter “QuickDraw Drawing.”
  3396. ˆH˝4˜H˝ ¯ä¯
  3397. ˇ·ˇ‚7^ °dONLNdKÈä˜ë(ÛäT°dONLNdLÈê˜)ext in a Graphics Portˇˇˇˇˇˇ‘@(Û2
  3398. .°dONLNdd˝ä    û(äThe °dONLNdh˝û    ¬)txFont°dONLNdn˝¬    «)$, °dONLNdp˝«    Î)txFace°dONLNdv˝Î    )$, °dONLNdx˝    )txMode°dONLNd~˝    )$, °dONLNdÄ˝    =)txSize°dONLNdÜ˝=    U)$, and °dONLNdå˝U    )spExtra°dONLNdì˝    à)* fi°dONLNdñ˝à    Ô)    elds of a graphics port .°dONLNdÆ
  3399. ä›(ädetermine how tex燰dONLNdø
  3400. ›Ú)St is d`°dONLNd≈
  3401. Û)rawn—th@ °dONLNdÃ
  3402. K)* e typeface,4¿°dONLNd◊
  3403. LN)/ ¥¿°dONLNdÿ
  3404. Nf)font sN‡°dONLNdfi
  3405. gè)
  3406. tyle, and ?Ä°dONLNdË
  3407. ê§))font ú†°dONLNdÌ
  3408. §)size of characters and °dONLNdä#ï( ähoΔ‡°dONLNdï#æ)     w they arO`°dONLNdø#Ã)*e põ °dONLNdÃ#)Elaced in the bit image. QuickDraw can draw characters as quickly and °dONLNdW$ä0j(-ä3easily as it draws lines and shapes, and in many pr¿ °dONLNdä$j0})‡eparP‡°dONLNdé$~0Ç)eÄ°dONLNdè$É0∑) d typefaces.û@°dONLNdõ$∑0)4 The characters may °dONLNdØ1ä=Ú(:äbe drawn in any size anb†°dONLNdΔ1Û=)id font sòÄ°dONLNdŒ1=
  3409. )!?tyle (that is, with stylistic variations such as bold, italic, °dONLNd    >äJ÷(Gäand underline). Tì°dONLNd    >÷J‰)L?ext is drawn with the base line positioned at the pen location.°dONLNd    ^Pä\(YäVFor information on using text in your application, including how to use the QuickDraw °dONLNd    ¥]äiç*rE°dONLNd    µ]éi^)1outines that manipulate text characteristics stor˜@°dONLNd    Ê]^iŒ)–ed in a graphics port, see ~ °dONLNd
  3410. ]œiÈ)qInside °dONLNd
  3411. jäv¿(sä Macintosh: TpÄ°dONLNd
  3412. jøvÕ)5ext.ˇ4@ˇ ˇˇˇˇ@
  3413. ˇ·ˇ‚7^
  3414. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3415. (‡*2-14    )BUsing Basic QuickDraw4^*¿¯
  3416. j*p¯4j*p¯ klk¯
  3417. ˇ·ˇ‚7^ °dONLNd\ljU(fl+The Limited Colors of a Basic Graphics Portˇˇˇˇˇˇ‘@(fÒ2
  3418. .°dONLNd-pl|Ä(ylThe ,
  3419. Courier°dONLNd1pÄ|™)fgColor¬†°dONLNd8p©|Æ)), ¬†°dONLNd:pÆ|ÿ)bkColor@°dONLNdApÿ|)*, and @°dONLNdGp|)colrBit@°dONLNdNp|#)* fi@°dONLNdQp#|»)    %elds contain values for drawing in th@°dONLNdvp»|œ)•e .°dONLNdx}lâ(Üleigh~¿°dONLNd|}Äâã)t-cñ¿°dONLNd}ãâø) olor system†°dONLNdä}¿âO)5 available with basic QuickDraw@°dONLNd©}OâT)è. º‡°dONLNd´}Sâ•)Although limited tT†°dONLNdΩ}¶âΔ)So eight °dONLNd≈älñr(ìlpÇ °dONLNdΔärñu)rG °dONLNd«ävñÄ)ed,Ä°dONLNd…äÅñã) efi‡°dONLNdÃäåñ¨) Aned colors, this system has the advantage of being compatible acr¢`°dONLNdä¨ñ…(ì¨oss all .°dONLNdól£›(†lMacintosh platforms. Th°dONLNd,󛣉)qe °dONLNd.ó‰£)fg°dONLNd0ó£) Color°dONLNd5ó£) fi°dONLNd8ó£¥)    $eld contains the graphics port’s forR`°dONLNd\󥣬)ùegr$¿°dONLNd_ó¬£Ô)
  3420. ound colorg`°dONLNdióÓ£Û),, °dONLNdk§l∞(≠land °dONLNdo§∞©)bkColor°dONLNdv§©∞´)* °dONLNdw§´∞“)    contains °dONLNdħ“∞˛)'
  3421. its backgrR`°dONLNd䧲∞+),
  3422. ound colorï°dONLNdî§*∞/),. ï°dONLNdñ§/∞C)The ï°dONLNdö§C∞O)coï°dONLNdú§O∞m) lrBitï°dONLNd°§m∞o) ï°dONLNd¢§o∞v)fiï°dONLNd§§v∞á)eld ï°dONLNd®§á∞Ô)tells the color imaging .°dONLNd¿±lΩç(∫lsoftwar‰¿°dONLNd«±çΩ)!!e which plane of the color picturÃÄ°dONLNd˱Ω\)èe to draw into.%°dONLNd˜±]Ω_)A °dONLNd˘√lœÆ(ÃlThese colors arz†°dONLNd√Æœπ)Be râ@°dONLNd √πœÀ) ecor˝†°dONLNd√Àœé)(ded when drawing into a QuickDraw pictur‡°dONLNd7√蜂)ƒe (described in the °dONLNdK–l‹Ø(Ÿlchapter “Pictur≥ °dONLNdZ–Ø‹ü)C6es” in this book)—for example, drawing a line with a rÍ¿°dONLNdê–ü‹π)ed forfiÄ°dONLNdñ–π‹«)egr¸@°dONLNdô–«‹‡)ound °dONLNdû›lÈï(Êl
  3423. color stor °dONLNd®›ïÈ´))es a rª¿°dONLNdÆ›¨È)ed line in the pictur@°dONLNd√›Èó)W!e—but these colors cannot be storU@°dONLNd‰›óÈ·)îed in a bitmap. T†°dONLNdı›‚ÈÔ)Khe °dONLNd¯ÍlˆG(Ûl3basic graphics port’s color drawing capabilities ar«°dONLNd+ÍGˆˆ)€&e discussed in the chapter “QuickDraw °dONLNdQ˜lö(l    Drawing.”
  3424. !*(¯4"*(¯ #l#¯
  3425. ˇ·ˇ‚7^ °dONLNd[l"î*Other F*¿°dONLNdbï"≠))ieldsˇˇˇˇˇˇ‘@(Ò2
  3426. .°dONLNdi(l4Ä(1lThe °dONLNdm(Ä4º)
  3427. patStretch°dONLNdw(º4≈)< fi°dONLNdz(≈4)    eld is used durin°dONLNdã(4@)I g printing t°dONLNdó(@4«)2o expand patterns if necessaryd@°dONLNdµ(Δ4À)Ü. 6†°dONLNd∑(À4“)YK†°dONLNd∏(—4·)our .°dONLNdº5lAC(>l1application should not change the value of this fi°dONLNdÓ5DAT)ÿeld..°dONLNdÛGlSÄ(PlThe °dONLNd˜GÄS™)picSave°dONLNd˛G™SØ)*, °dONLNdGØSŸ)rgnSave°dONLNdGŸSÒ)*, and °dONLNdGÒS!)polySave°dONLNdG!S*)0 fi°dONLNdG*SC)    elds rR`°dONLNdGCSO)eflR`°dONLNd!GOS≥) ect the states of pictur$¿°dONLNd9G≥S¡)de, r˜ °dONLNd=G¿S) egion, and .°dONLNdHTl`§(]l polygon defi∑@°dONLNdTT§`À)8
  3428. nitions, r‰†°dONLNd^TÀ`¸)' espectively†°dONLNdiT¸`)1. TS`°dONLNdlT`)
  3429. o defi;°dONLNdrT`7)ne a rõ°dONLNdxT7`◊)&egion, for example, you open it, call °dONLNdûalmo(jlrE°dONLNdüapm)Voutines that draw it, and then close it. The chapter “QuickDraw Drawing” describes in °dONLNdınlz‘(wldetail how to use picturE@°dONLNdn’zÊ)ies, r‡°dONLNdnÁz≈)2egions, and polygons to draw into a graphics port.ˇˇb.°dONLNdEÄlåè(âlFinallyd@°dONLNdLÄéå£)", the ˇ˛&H(p°dONLNdRħå⁄)    grafProcsˇˇb(p°dONLNd[Ä⁄å‚)6 fiäà°dONLNd^Ä‚åx)#eld may point to a special data str%0°dONLNdÅÄyåè)óuctur˜ê°dONLNdÜÄéå˜)e that your application .°dONLNdûçlôé(ñlcan stor˚Ä°dONLNd¶çéô{)"3e into if you want to customize QuickDraw drawing rXÄ°dONLNdŸç|ôÚ)Óoutines or use QuickDraw °dONLNdÚöl¶√(£lKin other specialized ways, as described in the chapter “QuickDraw Drawing.”
  3430. ≠*»¯4Æ*»¯
  3431. ÿ*‡¯4Ÿ*‡¯ ⁄*⁄˛
  3432. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd?≈*ÿ÷(”*Using Basic QuickDrawˇˇˇˇˇˇV˛(”2
  3433. °dONLNdVÈlır(ÚlTµ¿°dONLNdWÈqıÅ)o cr‡Ä°dONLNd[ÈÅı+)$eate a basic QuickDraw drawing envir¡‡°dONLNdÈ+ıé)™onment, you generally,Zapf Dingbats°dONLNdïˇlq(ln
  3434. °dONLNdó¸x‘) initialize QuickDraw°dONLNd¨lq(ln
  3435. °dONLNdÆxÄ) crµ@°dONLNd∞Ä≈)eate one or morí°dONLNdø≈<)Ee graphics ports—typically†Ä°dONLNdŸ;É)v, by using the W°dONLNdÈÉ≈)H indow Manage÷`°dONLNdı≈Á)B    r or the .°dONLNd˛x&Æ(#x    NewGWorld°dONLNdÆ&‘)6     function.°dONLNd/l6q(5ln
  3436. °dONLNd,x8†)
  3437. set a curr¯°dONLNd,†8!)(ent graphics port whenever yÎÄ°dONLNd9,"8_)Çour applicatio¿@°dONLNdG,`8Ç)>n has mt°dONLNdN,É8›)#ultiple graphics portŸ‡°dONLNdc,›8„)Zs °dONLNde8xD€(Axinto which it can draw°dONLNd|MlTq(Sln
  3438. °dONLNd~JxV~) uá °dONLNdJ~V≠) se the coorã`°dONLNdäJ≠VQ)/"dinate system—local or global—appr‡°dONLNd¨JRV’)•opriate for the QuickDraw or °dONLNd…VxbØ(_x Macintosh Tõ@°dONLNd‘VÆb“)6oolbox rŸ`°dONLNd‹V“bK)$outine you wish to use next°dONLNd¯klrq(qln
  3439. °dONLNd˙hxtÄ) mT°dONLNd˚hÅt)    !ove the document’s bit image in r@°dONLNdhtj)îelation to the port rE¿°dONLNd1hjtÁ)Uectangle of the graphics port¿°dONLNdNhËtÍ)~ °dONLNdOtxÄü(}xwhen scr5†°dONLNdWt†Ä…)(
  3440. olling thrÄ°dONLNdat…ÄP))ough a document in a windowˇ=@ˇ ˇˇˇˇ@
  3441. ˇ·ˇ‚7^
  3442. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äUsing Basic QuickDraw
  3443. , (‡2-15
  3444. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3445. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3446. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3447. 4€4—?òÄ
  3448. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3449. ˛ˇˇˇ
  3450. ˛ˇˇˇ
  3451. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3452. ˛ˇˇˇˇ
  3453. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3454. ˛ˇˇˇˇ
  3455. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3456. ˛ˇ˛ˇˇ
  3457. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3458. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3459. ˛ˇ˛ˇˇ
  3460. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3461. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3462. ˛ˇˇˇˇ
  3463. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh»(eäThese tasks arR‡°dONLNd\»h)>e explained in gr&@°dONLNd\he)Jeater detail in the rC °dONLNd4\eh≥)Sest of this chapter솰dONLNdG\≤h∑)M. 5@°dONLNdI\∑h–)After °dONLNdOiäuº(rä
  3464. performing@°dONLNdYiΩuø)3 ó@°dONLNdZiøu°)4these tasks, your application can draw into the curr!°dONLNdéi¢uÚ)„ent graphics port, °dONLNd°väÇì(äasΩ°dONLNd£vìÇï)     =°dONLNd§vñÇ)described in the next chapter9¿°dONLNd¡vÇÜ), “QuickDraw Drawing.” °dONLNdŸàäî¨(ëäSystem ·°dONLNd‡à¨î±)"7·°dONLNd·à±î≥) k‡°dONLNd‚à¥îπ)ak‡°dONLNd„àπî›)dded ne£¿°dONLNdÍà›î)$w featur¶¿°dONLNdÚàî)%es to¿°dONLNdˆàîu)o basic QuickDraw thag‡°dONLNd àvîå)et wer‡°dONLNdàçîö)e n*‡°dONLNdàöî») ot availablI¿°dONLNdà»îÿ).e inM °dONLNd"àÿî˘)     earlier °dONLNd+ïä°ˇ(ûäversions of system softwar#°dONLNdEï°@)ve. In particularQ°dONLNdUï@°g)@    , System º‡°dONLNd^ïg°s)'7 a<‡°dONLNdaït°ã)ddedY¿°dONLNdeïã°ç) ,Zapf Dingbats°dONLNdg´ä≤è(±än
  3465. °dONLNdi®ñ¥ô) t¬`°dONLNdj®ô¥))!he capability to work with the of¥`°dONLNdã®)¥8)êfscrzÄ°dONLNdè®9¥˚)+een graphics worlds described in the chapteã¿°dONLNd∫®˚¥)¬r °dONLNdº¥ñ¿¶(Ωñ“OfÇ °dONLNdø¥¶¿µ)fscrH@°dONLNd√¥∂¿¸)een Graphics Wæ¿°dONLNd—¥˚¿)Eorlds” °dONLNdŸ…ä–è(œän
  3466. .°dONLNd€Δñ“ö) s°dONLNd‹Δö“€)upport for the ,
  3467. Courier°dONLNdÎΔ€“#)A OpenCPicture°dONLNd˜Δ#“^)H function to crR`°dONLNdΔ^“m);eatR`°dONLNd    Δm“)e—and the ability to display—tR`°dONLNd'Δ“)îhe .°dONLNd*“ñfi(€ñextended version 2 pictur¿°dONLNdC“fiû)q#es described in the chapter “Pictur¥@°dONLNdf“ûfi¢)óe}‡°dONLNdg“£fiß)s∫‡°dONLNdh“ßfiÆ)” °dONLNdkÁäÓè(Ìän
  3468. .°dONLNdm‰ñú) a°dONLNdn‰ú!)dditional capabilities to the °dONLNdå‰!Q)ÖCopyBits°dONLNdî‰Q])0 prR`°dONLNdó‰]z) ocedur$¿°dONLNdù‰z˝)e as described in the chapter .°dONLNdªñ¸(˘ñ“QuickDraw Drawing” °dONLNd–ä è( än
  3469. .°dONLNd“ñ1) !support for the Color QuickDraw rR`°dONLNdÛ1Q)õoutinesR`°dONLNd˙QS)  R`°dONLNd˚Sõ) RGBForeColorï°dONLNdöü)G, ï°dONLNd    üÁ) RGBBackColor◊†°dONLNdÊÎ)G, °dONLNdñfi(ñ GetForeColor¬†°dONLNd#›ı)G, and ¬†°dONLNd)ı=) GetBackColor¬†°dONLNd5=m)H
  3470.  (which arï°dONLNd?mfi)0e described in the chapteï°dONLNdXfiÈ)qr “ï°dONLNd[È) Color .°dONLNdañ&‘(#ñ QuickDraw”) °dONLNdn/ä6è(5än
  3471. ˇˇÒ.°dONLNdp,ñ8ö) s°dONLNdq,ö8») upport for b°dONLNd|,…8⁄)/the ˇˇ” S °dONLNdÄ,€8)
  3472. DeviceLoopˇˇÒS °dONLNdä,8")< prp°dONLNdç,#8@) ocedurË–°dONLNdì,?8)/e (described in the chapter “Graphics Devices” .°dONLNd¬8ñD˙(Añin this book), which prb°dONLNdŸ8˙DÒ)d7ovides your application with information about the curr@°dONLNd8ÚD)¯ent °dONLNdDñPJ(Mñ*device’s pixel depth and other attributes °dONLNd?Yä`è(_än
  3473. °dONLNdAVñbı) support for the Pictur˝°dONLNdWVıbº)_0e Utilities, as described in the chapter “Pictur†°dONLNdáVΩb)»es” in this book °dONLNdòbñn¿(kñ(however‡Ä°dONLNd†bøn¢))3, when collecting color information on a computer rx@°dONLNd”b£nÙ)‰unning only basic .°dONLNdÂnñzÀ(wñ    QuickDrawï°dONLNdÓn z¸)4 , the Picturg`°dONLNd˙n¸z2)2e Utilities r9¿°dONLNdn2zK)6eturn 9¿°dONLNdnKz])NIL€`°dONLNdn\zø) instead of handles to €`°dONLNd'nøzÈ)cPalette€`°dONLNd.nÈz˛)* and °dONLNd3zñÜ“(Éñ
  3474. ColorTable°dONLNd=z“Üÿ)< rR`°dONLNd?zÿÜÍ)ecor$¿°dONLNdCzÍܯ)ds).°dONLNdGãäóê(îäBõ¿°dONLNdHãêó°)eforÛ¿°dONLNdLã°óq)/e using these capabilities, you should make sur„†°dONLNd{ãqóó)–    e they arfi¿°dONLNdÑãóó)&e available by using the .°dONLNdùò䧥(°äGestalt°dONLNd§ò¥§’)* functio°dONLNd¨ò’§)! n with the °dONLNd∑ò§)2gestaltSystemVersion°dONLNdÀò§§)x     selector¬†°dONLNd‘ò£§Æ)$. T◊†°dONLNd◊ò≠§Ï)
  3475. est the low-or™°dONLNdÂòϧ)?der wor|`°dONLNdÏò§)"d ˇˇQä°dONLNdӕ䱕(Æäin the ˇ˝Ùû#°dONLNdı•¶±÷)responseˇˇQä#°dONLNd˝•÷±y)0' parameter; if the value is $0700 or grŃ°dONLNd$•y±ë)£eaterƒd°dONLNd)•ê±µ)    , then thgx°dONLNd2•∂±fi)&    e System π°dONLNd;•fl±È))7 f
  3476. å°dONLNd>•Í±) eatur‹Ï°dONLNdC•±)es of .°dONLNdI≤äæ·(ªäbasic QuickDraw ar3‡°dONLNd[≤‚æ)X e supported.°dONLNdhƒä–ê(ÕäY@Ä°dONLNdiƒê–—)Eou can test whether a computer supports only basic QuickDraw with no .°dONLNdØ—ä›8(⁄ä%Color QuickDraw support by using the °dONLNd‘—8›b)ÆGestalt°dONLNd€—b›ß)* function with t°dONLNdΗߛµ)Ehe °dONLNdÓ—µ›⁄)    selector °dONLNd˜fiäÍ(ÁägestaltQuickDrawVersion°dONLNdfiÍ-)ä. The °dONLNdfi-ÍW)Gestalt°dONLNdfiWÍÉ)*  function rR`°dONLNd&fiÉ͸),eturns a 4-byte value in its °dONLNdCÎä˜∫(Ùäresponse°dONLNdKÎ∫˜!)0 parameter; the low-orR`°dONLNdaÎ!˜C)gder wor$¿°dONLNdhÎC˜‚)"!d contains QuickDraw version data$¿°dONLNdâ΂˜Ò)ü. If °dONLNdé¯ä¥(äGestalt°dONLNdﯥ∫)* rR`°dONLNdó¯∫    )eturns the value r$¿°dONLNd©¯    )Oepr˜ °dONLNd¨¯Å)esented by the constant ˜ °dONLNdƒ¯ÅÁ)jgestaltOriginalQD˜ °dONLNd’¯Á)f, then .°dONLNd‹ä&(ä!Color QuickDraw is not supported.ˇˇ‹J.°dONLNd˛ä#ê*T°dONLNdˇê#ù)he ˇˇîfi\J°dONLNdû#»)Gestaltˇˇ‹J\J°dONLNd    »#À)*; function is described in the chapter “Gestalt Manager” of ˇˇ”\.˜.°dONLNdDÀ#( ÀInside Macintosh: °dONLNdV$ä0˜(-äOperating System UtilitiesÌ¿°dONLNdp$˜0˘)m.ˇ@ˇ ˇˇˇˇ@
  3477. ˇ·ˇ‚7^
  3478. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3479. (‡*2-16    )BUsing Basic QuickDraw4^*¿¯
  3480. k*r¯4l*r¯ mlm¯
  3481. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\lk(glInitializing Basic QuickDrawˇˇˇˇˇˇ€r(g2
  3482. ˇˇ®.°dONLNdrl~î({l    Call the ,
  3483. Courierˇ˛¯0– °dONLNd'rî~ƒ)(InitGrafˇˇ®– °dONLNd/rƒ~œ)0 prJê°dONLNd2r–~Ì) ocedur°dONLNd8rÌ~◊)5e to initialize QuickDraw at the beginning of your pr◊‡°dONLNdmr◊~˜)Íogram, .°dONLNdtlãÉ(àlbefor_†°dONLNdyÉã$)'e initializing any other parts of the TÜ`°dONLNd†#ã”)†'oolbox, as shown in the application-defi¸¿°dONLNd»”ãÊ)∞ned .°dONLNdÃålòv(ïlprR`°dONLNdŒåvòì)
  3484. ocedur$¿°dONLNd‘åìòö)e $¿°dONLNd÷åöò∏)DoIni$¿°dONLNd€å∏òæ)t$¿°dONLNd‹åæòƒ) i$¿°dONLNdfiåƒòÀ)n $¿°dONLNd‡åÀò˚) Listing 2-1$¿°dONLNdÎå˚ò˛)0.$¿°dONLNdÏå˛ò) The $¿°dONLNdÒåòD)InitGraf$¿°dONLNd˘åDòP)0 pr˜ °dONLNd¸åOòl) ocedur…Ä°dONLNdålò÷)e initializes both basic .°dONLNdôl•≥(¢lQuickDraw andæ¿°dONLNd(ô≥•µ)G,>¿°dONLNd)ô∂•∏) æ¿°dONLNd*ô∏•A)on computers that suppport it, z °dONLNdIôB•ë)äColor QuickDrawΩ¿°dONLNdXôê•í)N.
  3485. »*–¯4…*–¯"…*_
  3486. ˇ·ˇ‚7^    °dONLNdZæl…ò(Δl Listing 2-1°dONLNdfæ∞…)DInitializing QuickDraw
  3487. .°dONLNd~ÿl‰“(·lPROCEDURE DoInit;°dONLNdêÊlÚä*BEGIN°dONLNdóÙl∫* DoSetUpHeap;°dONLNd´ÙÍÚ)~,{perform Memory Manager initialization here}°dONLNdÿl‰( l InitGraf(@thePort);°dONLNd̉J)x {initialize Quic°dONLNd˛J\)fkDr°dONLNd\n)aw}°dONLNdlÆ(l  InitFonts;°dONLNdÆ¿)B   °dONLNdÍÄ)<{initialize Font Manager}°dONLNd4l*∫('l InitWindows;°dONLNdHÍ*Ú)~,{initialize Window Manager & other Toolbox }°dONLNd|,Í8J*{ managers here}°dONLNdî:ÍF¸*{pe°dONLNdó:¸F)r°dONLNdò:F⁄)$form all other initializations here}°dONLNdΩHlT¥(Ql  InitCursor;°dONLNdÀH¥Tÿ)H      °dONLNd÷HÍTÏ)6+{set cursor to an arrow instead of a clock}°dONLNdVlbÃ(_lEND; {of DoInit}.°dONLNdnlz*%When your application starts up, the ˘†°dONLNd8nzÅ)§Finder sets the cursor to aƒ‡°dONLNdSnÇz∂)r  wristwatch—@°dONLNd^n∂zæ)4; t†°dONLNdanøz«)    hiÕ`°dONLNdcn«zÕ)s °dONLNde{lán(Ñlih`°dONLNdf{oáè)ndicate∫ °dONLNdm{èáì) s˜ °dONLNdn{ìá!)" that a lengthy operation is in prŒ`°dONLNdê{!á/)éogrò°dONLNdì{0áß)ess. See the chapter “Curso†°dONLNdÆ{®á÷)x r Utilities”x`°dONLNd∫{÷áÿ). ¯`°dONLNdª{ÿáı)in this °dONLNd√àlîÑ(ëlbook ¿°dONLNd»àÖîq)3for information about changing the cursor when appr£‡°dONLNd˚àqîí)Ïopriate.
  3488. π*¿¯4∫*¿¯ ªlª¯
  3489. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd™lπ#(µlCreating Basic Graphics Portsˇˇˇˇˇˇ€r(µ2
  3490. °dONLNd#¿lÃù(…l All graphicE‡°dONLNd.¿ûâ)2sLJ°dONLNd/¿¢Ãfi) operations ar*`°dONLNd=¿flÃ)=$e performed in graphics ports. Befor)¿°dONLNda¿Ãç)†e a Û`°dONLNde¿çô)basic g¿°dONLNdl¿¨Ãı)raphics port can .°dONLNd}ÕlŸ_(÷l7be used, it must be allocated and initialized with the °dONLNd¥Õ_Ÿè)ÛOpenPort°dONLNdºÕèŸõ)0 prR`°dONLNdøÕõŸ∏) ocedur$¿°dONLNd≈Õ∏Ÿ) e. Normally    °dONLNd–ÕÔŸÙ)7, °dONLNd“⁄lÊ´(„lyou don’t call °dONLNd·⁄´Ê€)?OpenPort°dONLNdÈ⁄€Ê˛)0 yoursel°dONLNdÒ⁄˛Ê)#f. In°dONLNdˆ⁄Êâ) most cases your applicatio°dONLNd⁄âÊñ)yn d°dONLNd⁄ñÊ®)raw°dONLNd⁄®Ê¨)s°dONLNd⁄¨Ê ) into a °dONLNd ÁlÛê(lwindow°dONLNd&ÁêÛí)$ °dONLNd'ÁíÛ∫)    you’ve crR`°dONLNd0Á∫ÛÊ)(    eated witR`°dONLNd9ÁÊÛ),h the R`°dONLNd?ÁÛ)GR`°dONLNd@ÁÛC)
  3491. etNewWindoR`°dONLNdJÁCÛI)<wR`°dONLNdKÁIÛP) oR`°dONLNdMÁPÛV)r R`°dONLNdOÁVÛå)    NewWindowR`°dONLNdXÁåÛé)6 R`°dONLNdYÁéÛ∏)
  3492. function (R`°dONLNdcÁ∏Û¡)*orï°dONLNdeÁ¿Û‘), for °dONLNdkÙlÇ(˝lcolor°dONLNdpÙÇÑ) °dONLNdqÙѱ)    windows, °dONLNdzÙ±ˇ)-GetNewCWindow°dONLNdáÙˇ )N or °dONLNdãÙ H)
  3493. NewCWindow°dONLNdïÙHL)<)°dONLNdñÙL`), or i°dONLNdúÙ`l)t d°dONLNdüÙl~) raw°dONLNd¢Ù~Ç)s°dONLNd£ÙÇÆ)  into an ofR`°dONLNdÆÙÆæ),fscr$¿°dONLNd≤Ùæœ)een °dONLNd∂lª(
  3494. lgraphics world crR`°dONLNd«ª)Oeated with the R`°dONLNd÷8)G    NewGWorldR`°dONLNdfl8^)6     functionR`°dONLNdË^ã)&    . These W≈¿°dONLNdÒä“),indow Manager .°dONLNdˇl(l&functions (described in the chapter “WΔ†°dONLNd%o)™indow Manager” in 4`°dONLNd7pË)ZInside Macintosh: Macintosh °dONLNdSl'r($lT°dONLNdTq'µ)oolbox Essentials.E°dONLNde∂'º)E) E°dONLNdgº'·)and the E°dONLNdo·')%    NewGWorldE°dONLNdx'ƒ)6' function (described in the chapter “Of`°dONLNdüƒ'‘)≠fscrÈ¿°dONLNd£”'‰)een °dONLNdß(l4£(1l
  3495. Graphics Wï°dONLNd±(¢4æ)6orlds”ï°dONLNd∑(æ4ı) in this bookï°dONLNdƒ(ı4ˇ)7) cï°dONLNd«(ˇ4)
  3496. all ï°dONLNdÀ(4?)OpenPortï°dONLNd”(?4T)0 to crg`°dONLNdŸ(T4c)eatg`°dONLNd‹(c4ê) e a basic gg`°dONLNdÁ(ê4Ò)-raphics port. See the °dONLNd˝5lAæ(>ldescription of the °dONLNd5æAË)ROpenPor°dONLNd5ËAÓ)*t°dONLNd5ÓA˙) prR`°dONLNd5˙A) ocedur$¿°dONLNd!5A#)e o$¿°dONLNd$5#A*) n $¿°dONLNd&5*AB)page $¿°dONLNd+5BAU)2-38$¿°dONLNd/5UA¥) for a table of initial $¿°dONLNdG5¥AÎ)_values for a .°dONLNdTBlNø(Klbasic graphics port4¿°dONLNdgB¿N¬)T.ˇ6å@ˇ ˇˇˇˇ@
  3497. ˇ·ˇ‚7^
  3498. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äUsing Basic QuickDraw
  3499. , (‡2-17
  3500. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3501. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3502. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3503. 4€4—?òÄ
  3504. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3505. ˛ˇˇˇ
  3506. ˛ˇˇˇ
  3507. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3508. ˛ˇˇˇˇ
  3509. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3510. ˛ˇˇˇˇ
  3511. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3512. ˛ˇ˛ˇˇ
  3513. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3514. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3515. ˛ˇ˛ˇˇ
  3516. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3517. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3518. ˛ˇˇˇˇ
  3519. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿ˇˇáö.°dONLNd\ähπ(eä Listing 2-2ö°dONLNd \∫h)0 shows a simplifiûh°dONLNd\h])Ked application-defi&°dONLNd/\^hy)Yned pr¸°dONLNd5\yhñ)ocedurR\°dONLNd;\ñhª)    e called ,
  3520. Courierˇ˛ñŒaê°dONLNdD\ªhŸ)%DoNewˇˇáöaê°dONLNdI\Ÿh) that uses the °dONLNdXiäuï(räWÛ`°dONLNdYiîu)
  3521. indow Manager function Û`°dONLNdpiuJ)n GetNewWindowÛ`°dONLNd|iJu_)H to cr≈¿°dONLNdÇi_u))eate a basic graphics port for computers °dONLNd´väǯ(äthat do not support color¬†°dONLNdƒv˜Ç)m. The ¬†°dONLNd vÇX) GetNewWindow¬†°dONLNd÷vXÇÑ)H  function rï°dONLNd·vÑÇ),eturns a window pointer◊†°dONLNd¯vÔÇ)k, which .°dONLNdÉäè§(åäis defiÄ°dONLNdÉ•èE)&ned to be a pointer to graphics port. 
  3522. ≤H∫4≥H∫"≥H_
  3523. ˇ·ˇ‚7^    °dONLNd.®ä≥∂(∞ä Listing 2-2°dONLNd:®Œ≥ˇ)D Using the Wć°dONLNdE®ˇ≥l)1indow Manager to create a á°dONLNd_®l≥à)mbasic g‡°dONLNdf®â≥∏) raphics port
  3524. .°dONLNdt¬HŒ®(ÀHPROCEDURE DoNew °dONLNdѬ®Œ¥)`(V°dONLNdܬ¥Œ8) AR window: WindowPtr);°dONLNdù–H‹Z(ŸHVAR°dONLNd¢fiZÍ¢+ windStorage:°dONLNd≥fi¥ÍÃ)ZPtr;°dONLNdπfiÿÍt)${memory for window record}°dONLNd‘ÏH¯N(ıHB°dONLNd’ÏN¯f)EGIN°dONLNd€˙Z`+ w°dONLNd‹˙`®) indow := NIL°dONLNdË˙®Æ)H;°dONLNdÎZÏ(ZC{allocate memory for window record from previously allocated block}°dONLNd0Z",*#windStorage := MyPtrAllocationProc;°dONLNdU$Z0ˆ*IF windStorage <> NIL THEN°dONLNdx$¸0™)¢{memory allocation succeeded}°dONLNdó2Z>x(;ZBEGIN°dONLNdü@lLr+I°dONLNd†@rL¸)F gColorQDAvailable THE°dONLNd∑@¸L)äN°dONLNd¿@L) {°dONLNd¬@L) ,use Gestalt to determine color availability}°dONLNdÚN~ZÑ(W~w°dONLNdÛNÑZ¯)>indow := GetNewCWindow(rDocWindow, windStorage, WindowPtr(-1))°dONLNd4\lhr(elE°dONLNd5\rhÑ)LSE°dONLNd<\¥h)B;{create a basic graphics port for a black-and-white screen}°dONLNd{j~vÑ(s~w°dONLNd|jÑv¯)>indow := GetNewWindow(rDocWindow, windStorage, WindowPtr(-1));°dONLNdºxZÑ`(ÅZE°dONLNdΩx`Ñr)ND;°dONLNd¬ÜZí`(èZI°dONLNd√Ü`í¢) F (window <°dONLNdŒÜ¢íΔ)B> NIL)°dONLNd‘ÜΔí)$ and (myData <°dONLNd‚Üí>)T> NIL)°dONLNdËÜ>í\)$ THEN°dONLNdîl†“(ùl SetPort(window);°dONLNd¢HÆ`(´HEND;°dONLNd∫äΔë+BYï°dONLNd∫êΔ )ou can allow ï°dONLNd∫ Δ): GetNewWindowï°dONLNd!∫ΔŒ)H) to allocate the memory for your window rg`°dONLNdJ∫ŒΔ‡)ºecor9¿°dONLNdN∫‡Δ    )
  3525. d and its .°dONLNdX«ä”(–ä associated basic graphics port. ˜°dONLNdx«”)àY∑Ä°dONLNdy«”t)ou can maintain moré °dONLNdå«t”í)\e contrñ@°dONLNdì«í”Ô)ol over memory use, °dONLNdß‘ä‡∞(›ähowever冰dONLNdÆ‘∞‡V)&&, by allocating the memory yourself frÄ°dONLNd‘‘W‡)ß'om a block allocated for such purposes .°dONLNd˚·äÌ(Íä during your own initialization rR`°dONLNd·Ì»)è(outine, and then passing the pointer to R`°dONLNdC·»Ì)Ø GetNewWindowg`°dONLNdO·Ì)G, .°dONLNdQÓä˙¡(˜ä as shown in £°dONLNd]Ó¡˙Ô)7 Listing 2-2C@°dONLNdhÓ˙ı)/. .°dONLNdkä ú(    äWh°dONLNdmú Ÿ)en you call th°dONLNd{Ÿ ‡)=e °dONLNd}‡ Ê)C°dONLNd~Ê ")
  3526. loseWindow°dONLNdà" /)< or °dONLNdå/ })DisposeWindow°dONLNdô} )N °dONLNdö â)prR`°dONLNdúâ ¶)
  3527. ocedur$¿°dONLNd¢¶ ±)e t$¿°dONLNd•± ) o close or dispose of a .°dONLNdΩäÆ(äwindowé°dONLNd√ÆÕ)$, the W^¿°dONLNd Õ¢)/indow Manager disposes of the graphics port’s r†°dONLNd˘£)÷egions by calling the .°dONLNdä&¿(#ä    ClosePort°dONLNd¿&Ã)6 prR`°dONLNdÃ&È) ocedur$¿°dONLNd!È&Û)e. $¿°dONLNd$Û&1)
  3528. If you use the $¿°dONLNd31&s)> CloseWindow$¿°dONLNd>s&)B pr˜ °dONLNdA~&õ) ocedur…Ä°dONLNdGõ&“)e, you also d…Ä°dONLNdT“&)7ispose of the .°dONLNdb'ä3µ(0äwindow ræ°dONLNdj'µ3«)+ecor2`°dONLNdn'»3Í)?d containing the graphics port by calling the Memory Manager pr†`°dONLNd≠'Í3(0Íocedur7†°dONLNd≥'    3)e .°dONLNdµ4ä@Δ(=ä
  3529. DisposePtr¬†°dONLNdø4≈@»);..°dONLNd¡FäR≈(OäCFor detailed information about managing windows, see the chapter “Wm‡°dONLNdF≈R(O≈indow Manager” °dONLNdSä_ï(\äin π¿°dONLNdSï_) Inside Macintosh: Macintosh T @°dONLNd3S_W)~oolbox Essentials—@°dONLNdDSW_Y)D.Q@°dONLNdESZ_\) —@°dONLNdFS\_Ê)For detailed information about °dONLNde`älfi(iämanaging memory Ä°dONLNdt`›lÚ)S, see ¿°dONLNdz`Ûl`)Inside Macintosh: MemoryP°dONLNdí`_la)l.ˇT@ˇ ˇˇˇˇ@
  3530. ˇ·ˇ‚7^
  3531. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3532. (‡*2-18    )BUsing Basic QuickDraw4^*¿¯
  3533. k*r¯4l*r¯ mlm¯
  3534. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\lk(glSetting the Graphics Portˇˇˇˇˇˇ€r(g2
  3535. .°dONLNdrl~Ö({lBeforR`°dONLNd rÖ~˛)e drawing into the windowg`°dONLNd9r˝~)x, g`°dONLNd;r~2) Listing 2-2g`°dONLNdFr2~^)0  calls the ,
  3536. Courierg`°dONLNdQr^~à),SetPortg`°dONLNdXrà~î)* pr9¿°dONLNd[rî~±) ocedur  °dONLNdar±~)e to make the .°dONLNdolã∂(àlwindow the currÖ`°dONLNd~∂ãü)J5ent graphics port. If your application draws into mor`°dONLNd≥†ã–)Í e than one .°dONLNdæålòÂ(ïlgraphics port, you can call °dONLNd⁄åÂò)ySetPort°dONLNd·åòÊ)*1 to set the graphics port into which you want to .°dONLNdôl•É(¢ldraw˙`°dONLNdôÇ•á). ú°dONLNdôá•)At times you may need to pr@°dONLNd3ô•G)eserve the currX`°dONLNdBôG•ó)Aent graphics port. n‡°dONLNdUôó•–)P As shown in .°dONLNdb¶l≤ú(Øl Listing 2-3°dONLNdm¶ú≤')0!, you can do this by calling the °dONLNdé¶'≤Q)ãGetPort°dONLNdï¶Q≤])* prR`°dONLNdò¶]≤z) ocedur$¿°dONLNdû¶z≤Δ)e to save the curr˜ °dONLNd∞¶≈≤’)Kent ˇˇ°dONLNd¥≥lø≠(ºlgraphics port, ˇˇ–`°dONLNd√≥Æøÿ)BSetPortˇˇ`°dONLNd ≥ÿøÃ)*8 to set the graphics port you want to draw in, and then ˇˇ–ê°dONLNd≥Ãøˆ)ÙSetPortˇˇê°dONLNd    ≥ˆø˜)* .°dONLNd
  3537. ¿lË(…lagain when you need to r@°dONLNd"¿›ÃÚ)qestorò¿°dONLNd'¿ÚÃ)e the pr‡°dONLNd/¿Ãq)"evious graphics port.0@°dONLNdD¿qÃî)] (The pr°dONLNdL¿îÃ≤)#ocedurû@°dONLNdR¿≤ÃÎ)es also work °dONLNd_ÕlŸ⁄(÷lwith color graphics ports]‡°dONLNdxÕ€Ÿ›)o.›‡°dONLNdyÕ›Ÿ‡))
  3538. ¸*¯4˝*¯"˝*_
  3539. ˇ·ˇ‚7^    °dONLNd{Úl˝ò(˙l Listing 2-3°dONLNdáÚ∞˝@)D$Saving and restoring a graphics port
  3540. .°dONLNd≠ l‰(lPROCEDURE DrawInPort°dONLNd¡ ‰Í)x °dONLNd¬ Í\)(thePort: GrafPtr);°dONLNd÷l&~(#lVAR°dONLNd€(~4Í+origPort: GrafPtr;°dONLNdÓ6lBä(?lBEGIN°dONLNdıD~PÍ+GetPort(origPort);°dONLNdDPû)ê{save the original port}°dONLNd)R~^‰([~SetPort(thePort);°dONLNdBR^n)ê{set a new port}°dONLNdT`~l(i~DoDrawWindow(thePort);°dONLNdr`lû)ê{draw into the new port}°dONLNdån~zÍ(w~SetPort(origPort);°dONLNd¶nz∞)ê{restore the original port}°dONLNd¬|làÑ(ÖlEND;°dONLNd«îl†$*)In this example, the application calling °dONLNdî$†`)∏
  3541. DrawInPort°dONLNd˙î`†ı)<! may need to temporarily turn an .°dONLNd°l≠Ô(™linactive window into the currª†°dONLNd8°Ô≠•)É)ent graphics port for updating purposes. uÄ°dONLNda°•≠Ê)∂After drawing .°dONLNdoÆl∫fi(∑linto the inactive windowï°dONLNdáÆ›∫‚)q, ï°dONLNdâÆ‚∫)
  3542. DrawInPortï°dONLNdìÆ∫c)< makes the userR`°dONLNd¢Æd∫’)F’s active window the curr$¿°dONLNdªÆ’∫Â)qent .°dONLNdøªl«ƒ(ƒlgraphics port again.
  3543. ’*„¯4÷*„¯    °dONLNd‘‘lfl*Note
  3544. ˇ·ˇ‚7^
  3545. °dONLNdŸ·lÌÿ*When your application r@°dONLNd·Ÿ̉)munÿ¿°dONLNdÚ·‰ÌÛ) s inOÄ°dONLNdˆ·ÙÌ=) Color QuickDraß °dONLNd·=ÌM)Iw oÛ†°dONLNd·MÌr)    r uses ofÿ°dONLNd·rÌÅ)%fscr퇰dONLNd·ÇÌì)een .°dONLNdÌl˘(ˆl#graphics worlds, it should use the °dONLNd<Ì˘=)õ    GetGWorld°dONLNdEÌ=˘I)6 prR`°dONLNdHÌI˘f) ocedur$¿°dONLNdNÌf˘ú)e instead of °dONLNd[˘lñ(lGetPort°dONLNdb˘ñ˚)*, and it should use the °dONLNdz˘˚1)e    SetGWorld°dONLNdɢ1=)6 prR`°dONLNdܢ=Z) ocedur$¿°dONLNdå˘Zê)e instead of °dONLNdôlñ(lSetPort°dONLNd†ñ¬)*
  3546. . These prR`°dONLNd™¬fl),ocedur$¿°dONLNd∞fl)es save and r˜ °dONLNdΩ-)8estor…Ä°dONLNd¬-W)
  3547. e the currõ‡°dONLNdÃW¶)*ent graphics port .°dONLNdfil7(l0for basic and color graphics ports as well as ofÿ@°dONLNd7F)Àfscrû`°dONLNdG•)een graphics worlds. °dONLNd'l)¡(&lSee the chapter “OfÙ‡°dONLNd:¡)–)Ufscrª°dONLNd>—))een Graphics Ä°dONLNdK))=W1Ä°dONLNdL)-)    orlds⁄¿°dONLNdQ-)å)” in this book for mor‡°dONLNdgç)î)`e °dONLNdi)l5£(2l information.,Zapf Dingbatsª`°dONLNdv,®4Æ)<uˇ0“@ˇ ˇˇˇˇ@
  3548. ˇ·ˇ‚7^
  3549. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äUsing Basic QuickDraw
  3550. , (‡2-19
  3551. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3552. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3553. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3554. 4€4—?òÄ
  3555. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3556. ˛ˇˇˇ
  3557. ˛ˇˇˇ
  3558. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3559. ˛ˇˇˇˇ
  3560. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3561. ˛ˇˇˇˇ
  3562. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3563. ˛ˇ˛ˇˇ
  3564. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3565. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3566. ˛ˇ˛ˇˇ
  3567. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3568. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3569. ˛ˇˇˇˇ
  3570. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  3571. kHr4lHr mäm
  3572. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\äkÁ(gä5Switching Between Global and Local Coordinate Systemsˇˇˇˇˇˇ€r(g2
  3573. °dONLNd7rä~>({ä)Each graphics port has its own local coorfl†°dONLNd`r>~°)¥dinate system. Some T2‡°dONLNdur°~≈)coolbox rq°dONLNd}r≈~Î)$    outines r5`°dONLNdÜrÏ~)'    eturn or °dONLNdèäã„(àäexpect points that ar<Ä°dONLNd§‰ãˇ)Ze expr?Ä°dONLNd™ˇãf)essed in the global coor|‡°dONLNd¬fã
  3574. )g&dinate system, while others use local .°dONLNdËåäòú(ïäcoorR`°dONLNdÏåúòL)'dinates. Sometimes you need to use the ,
  3575. CourierR`°dONLNdåLòö)∞GlobalToLocalR`°dONLNd åöò¶)N pr$¿°dONLNd#å¶ò√) ocedur˜ °dONLNd)å¬ò˜)e to convert °dONLNd6ô䕪(¢ä global coorR`°dONLNdAôª•)1dinates to local coor$¿°dONLNdVô•O)Zdinates, and $¿°dONLNdcôO•©):sometimes you need $¿°dONLNdvô©•ª)Zthe $¿°dONLNdzôª•    )LocalToGlobal$¿°dONLNdáô    • )N .°dONLNdà¶ä≤ì(ØäprG °dONLNdä¶î≤≤)
  3576. ocedurfi`°dONLNdê¶≤≤‹) e for the rÜ`°dONLNdõ¶›≤˘)+everseπ °dONLNd°¶˘≤&)
  3577.  operationfi†°dONLNd´¶&≤)-/. For example, when the Event Manager function .°dONLNd⁄≥äøÿ(ºäWaitNextEvent°dONLNdÁ≥ÿøfi)N rR`°dONLNdÈ≥fiøÍ)?eports an event, it gives the cursor location (also called the .R`°dONLNd(≥Íø(ºÍmouse °dONLNd.¿äé(…älocationT °dONLNd6¿™ÃÏ) ) in global coor_°dONLNdF¿ÏÃå)B$dinates; but when you call the Contr!`°dONLNdj¿çÃÈ)°ol Manager function .°dONLNd~ÕäŸÃ(÷ä FindControl°dONLNdâÕß›)B to fPÄ°dONLNdéÕ›Ÿi)ind out whether the user clickePÄ°dONLNd≠ÕiŸw)åd aPÄ°dONLNd∞ÕwŸè) contr"‡°dONLNd∂ÕèŸ)ol in one of your windows, .°dONLNd—⁄äÊ=(„ä*you pass the cursor location in local coorD†°dONLNd˚⁄>Êö)¥dinates, as shown in Ü °dONLNd⁄öÊ»)\ Listing 2-4&`°dONLNd⁄…Ê)/. (The Event °dONLNd(ÁäÛÒ(äManager and the Contr¡¿°dONLNd=ÁÒÛ.)gol Manager arv†°dONLNdJÁ/Ûn)>e described in T†°dONLNdYÁoÛÌ)@Inside Macintosh: Macintosh Tß °dONLNdvÁÏÛ)}oolbox °dONLNd}Ùä≤(˝ä
  3578. Essentials °dONLNdáÙ≥∏)).)
  3579. #H+4$H+"$H_
  3580. ˇ·ˇ‚7^    °dONLNdää$∂(!ä Listing 2-4°dONLNdñŒ$ê)D0Changing global coordinates to local coordinates
  3581. .°dONLNd»5äA(>äAPROCEDURE DoControlClick (window: WindowPtr; event: EventRecord);°dONLNd
  3582. CäOú*VAR°dONLNdQä]Æ*mouse:°dONLNdQ“]ˆ)HPoint;°dONLNd_äk∫(häcontrol:°dONLNd+_“k&)HControlHandle;°dONLNd:mäy®(väpart:°dONLNdCm“y)HInteger;°dONLNdL{äáÃ(Ñä windowType:°dONLNd[{“á)HInteger;°dONLNddâäï®(íäBEGIN°dONLNdlóÆ£+$SetPort(window);°dONLNd•Æ±,*mouse := event.where;°dONLNdú•>±n)ê{save th°dONLNd§•n±™)0
  3583. e cursor l°dONLNdÆ•™±⁄)<ocation}°dONLNdπ≥Æø,(ºÆGlobalToLocal(mouse);°dONLNd÷≥>øÚ)ê{convert to local coordinates}°dONLNd˜¡ÆÕ∂( Æ,part := FindControl(mouse, window, control);°dONLNd&œÆ€ˆ* CASE part OF°dONLNd6›¿È+inButton°dONLNd>›Ȉ)0:°dONLNdC›È){m°dONLNdE›È&) ous°dONLNdH›&ÈV)e-down i°dONLNdP›VÈû)0 n OK button}°dONLNdaΓ˜t(Ù“DoOKButton(mouse, control);°dONLNdÅ˘¿¸(¿
  3584. inCheckBox°dONLNdã˘¸)<:°dONLNdê˘) {m°dONLNdí˘,) ouse°dONLNdñ˘,V)-down i°dONLNdù˘Vò)* n checkbox}°dONLNd≠“t(“DoCheckBox(mouse, control);°dONLNdÿ!ˆ(¿    OTHERWISE°dONLNdŸ#¿/Δ*;°dONLNd›1Æ=Ã(:ÆEND; °dONLNd‰1“=í)$ {of CASE for control part codes}°dONLNd?äK(HäEND; {of DoControlClick}ˇ h@ˇ ˇˇˇˇ@
  3585. ˇ·ˇ‚7^
  3586. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3587. (‡*2-20    )BUsing Basic QuickDraw4^*¿¯
  3588. k*r¯4l*r¯ mlm¯
  3589. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\lkb(gl*Scrolling the Pixels in the Port Rectangleˇˇˇˇˇˇ€r(g2
  3590. °dONLNd,rl~Õ({lIf your application scrŸ‡°dONLNdCrÕ~M)aolls a document in a window^‡°dONLNd^rM~—)Ä, your application can use the ,
  3591. Courier.°dONLNd}lã®(àl
  3592. ScrollRect°dONLNdá®ã¥)< prR`°dONLNdä¥ã—) ocedur$¿°dONLNdê—ã=)e to shift the pixels curr˜ °dONLNd™<ãÔ)k'ently displayed for that document, and °dONLNd—ålòÉ(ïlthen °dONLNd÷åÉòû)it can °dONLNd›åûò¿)use the °dONLNdÂå¿òˆ)"    SetOrigin°dONLNdÓåˆò)6 prR`°dONLNdÒåò) ocedur$¿°dONLNd˜åò∏)#e to adjust the window’s local coor˜ °dONLNdå∑ò◊)òdinate .°dONLNd!ôl•£(¢lDsystem for drawing a new portion of the document inside the update rô‡°dONLNdeô£•Ÿ(¢£egion of the °dONLNdr¶l≤ê(Ølwindowé°dONLNdx¶ê≤ï)$. °dONLNd{∏lƒy(¡lScrı°dONLNd~∏yƒ⁄)olling a document in rº‡°dONLNdî∏€ƒ/)besponse to the userÊ °dONLNdß∏0ƒ7)U’sÍ`°dONLNd©∏7ƒg)
  3593.  manipulat, °dONLNd≥∏hƒà)1ion of a$¿°dONLNdª∏âƒò)! scr°dONLNdø∏òƒ∫)    oll bar rúÄ°dONLNd»∏∫ƒ—)"equir≥¿°dONLNdÕ∏—ƒ)es you °dONLNd‘≈l—≤(Œlto use the Contr@°dONLNd‰≈≥—Â)G
  3594. ol Manager∫¿°dONLNdÓ≈‰—)1, the WãÄ°dONLNdı≈—I)indow ManagerÇ °dONLNd≈I—Ì)F&, and the File Manager in addition to °dONLNd(“lfiü(€l    QuickDrawf†°dONLNd1“üfi˘)3. The chapter “Contr °dONLNdE“˘fi>)Zol Manager” in Û†°dONLNdT“>fiº)EInside Macintosh: Macintosh TF °dONLNdq“ºfiÿ)~oolbox °dONLNdxfllÎî(Ël
  3595. Essentials °dONLNdÇflïΰ)) prS °dONLNdÖfl°Î⁄) ovides a thor«‡°dONLNdífl⁄Îc)9ough explanation of how to scr÷ °dONLNd∞flcÎy)âoll th∞ °dONLNd∂flzÎ})ru °dONLNd∑fl~ÎÕ)ough documents. j‡°dONLNd«flÕΛ)OAn °dONLNd Ïl¯(ıl%overview of the necessary tasks is pr∂†°dONLNdÔϯ=)°
  3596. ovided herõ‡°dONLNd˘Ï=¯D)0e.°dONLNd¸˛l
  3597. s(lA∫†°dONLNd˝˛s
  3598. †)     window rx†°dONLNd˛°
  3599. ≥).ecorÌ°dONLNd
  3600. ˛≥
  3601. F)#d contains a graphics port in its fi>¿°dONLNd.˛G
  3602. Z)îrst fi=Ä°dONLNd4˛[
  3603. õ)eld, and the WI °dONLNdB˛õ
  3604. ‰)@indow Manager °dONLNdP l´(luses the port rô¿°dONLNd_ ´s)?/ectangle of the graphics port as the content ar°dONLNdé t¿)…ea of the window`°dONLNdû ¿⁄)L. This .°dONLNd•l$(!l!allows you to use the QuickDraw rR`°dONLNdΔ$))õoutines R`°dONLNdŒ)$e)"
  3605. ScrollRectR`°dONLNdÿe$z)< and R`°dONLNd›z$∞)    SetOriginR`°dONLNdÊ∞$⁄)6—which .°dONLNdÌ%l1Ò(.lnormally operate on the port rC °dONLNd %Ú1‰)Ü6ectangle of a graphics port—to manipulate the content °dONLNdA2l>t(;larE°dONLNdC2u>¡)    ea of the windowC`°dONLNdS2¡>√)L.°dONLNdUDlPØ(MlThe left side of X °dONLNdfD∞P»)DFigur*‡°dONLNdkD»P‹)e 2-5»`°dONLNdpD‹P?) illustrates a case wherqÄ°dONLNdàD@PÊ)d'e the user has just opened an existing °dONLNdØQl]’(ZlQdocument, and the application displays the top of the document. In this example, °dONLNd^ljy*the]`°dONLNd^zj|) ›`°dONLNd^|j)$document consists of 35 lines of mon܆°dONLNd(^jH)£    ospaced tS@°dONLNd1^IjΩ)*ext, and the line height thrΩ °dONLNdM^ΩjÓ)t oughout is °dONLNdXklw¨(tl10 pixels. TherLJ°dONLNdgk¨wΩ)@efor⁄‡°dONLNdkkΩwØ)8e, the document is 350 pixels long. The application storŒ@°dONLNd£kØw )Úes the °dONLNd™xlÑ·(Åldocument in a document rr¿°dONLNd¬x·ÑÛ)uecorÁ °dONLNdΔxÛÑ2)d of its own cr °dONLNd’x3Ñõ)@eation. This document rÿ‡°dONLNdÏxõÑ≠)hecorM@°dONLNdxÆÑÊ)d assigns its °dONLNd˛Ölëï(élown cooræ °dONLNdÖïëj)).dinate system to the document. When the user fiƇ°dONLNd5ÖkëË)÷rst opens the document, the °dONLNdQílûÜ(õlupper°dONLNdVíáûÚ)-left point of the graphic~Ä°dONLNdpíÚûˆ)ksªÄ°dONLNdqíˆû-) port’s port r^°dONLNdí.ûU)8    ectangle l¿°dONLNdàíUû[)'(t°dONLNdäí\ûÓ)"he window origin) is identical to °dONLNd¨ül´ó(®l    the upperw`°dONLNdµüó´)+-left point of the document r-°dONLNd“ü´&)}ecor°`°dONLNd÷ü&´_) d’s own coorÄ°dONLNd‚ü_´Ø)9dinate system: bot    †°dONLNdÙü∞´◊)Q    h have a °dONLNd˝¨l∏Ø(µlhorizontal coor≥¿°dONLNd ¨Ø∏1)Cdinate of 0 and a vertical coorQ‡°dONLNd+¨2∏c)É dinate of 0.°dONLNd8æl Ò(«lIn this example, the content ar‹†°dONLNdWæÒ N)Öea—that is, the port r¿°dONLNdmæN Û)]#ectangle—of the window displays 15 °dONLNdêÀl◊(‘l*lines of text, which amount to 150 pixels.°dONLNdª›lÈ*#Imagine that the user drags the scr#°dONLNdfi›È%)ôoll box è°dONLNdÊ›%ÈO)     part way ¨@°dONLNdÔ›OÈ´)*down the vertical scr`°dONLNd›¨È»)]oll barûÄ°dONLNd ›«ÈÒ)
  3606. . Because °dONLNdÍlˆ (Ûlthe user wishes to scr‹@°dONLNd+Í ˆÔ)^?oll down, the application must move the document up so that mor<°dONLNdjÍˆ˜(Ûe °dONLNdl˜lq(l7of the bottom of the document shows. Moving a document ~†°dONLNd£˜r|(rup¿°dONLNd•˜}é)  in råÄ°dONLNd™˜é‹)esponse to a user °dONLNdºlo(lrE°dONLNdΩpß)equest to scr"°dONLNd ß¥)7oll Ë@°dONLNdŒ¥ )down¿°dONLNd“À—) rd¿°dONLNd‘—Ë)equir|°dONLNdŸË)es a scrÙ‡°dONLNd·h)olling distance with a e‡°dONLNd¯iä)bnegativeG†°dONLNd    ã⁄)" value. (Likewise, °dONLNd    l«(lmoving a document Ú†°dONLNd    %«›)[down* °dONLNd    )fiÔ) in r®‡°dONLNd    .ÔA)esponse to a user r|`°dONLNd    AAx)Request to scrY`°dONLNd    NxÖ)7oll †°dONLNd    RÜê)upÆ¿°dONLNd    Têñ)
  3607.  rÛ¿°dONLNd    Vñ≠)equir °dONLNd    [ÆÕ)es a scrɇ°dONLNd    cÕÈ)olling °dONLNd    jl*±('ldistance with a ·‡°dONLNd    z±*–)Epositive˚¿°dONLNd    Ç–*) value.).°dONLNd    ã0l<≥(9lUsing the ContrR`°dONLNd    ö0≥<)Gol Manager functions R`°dONLNd    Ø0<T)_ FindControlR`°dONLNd    ∫0T<Y)B, R`°dONLNd    º0Y<°) TrackControlR`°dONLNd    »0°<π)H, and °dONLNd    Œ=lIΔ(FlGetControlValue°dONLNd    ›=ΔI‰)Z?, the application in this example determines that it must move .°dONLNd
  3608. JlVy(Slthe]`°dONLNd
  3609. JzV|) ›`°dONLNd
  3610.  J|V>)+document up by 100 pixels—that is, by a scr>°dONLNd
  3611. KJ?V¬)√ olling distance of –100 pixels. ˇ=∫@ˇ ˇˇˇˇ@
  3612. ˇ·ˇ‚7^
  3613. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äUsing Basic QuickDraw
  3614. , (‡2-21
  3615. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3616. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3617. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3618. 4€4—?òÄ
  3619. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3620. ˛ˇˇˇ
  3621. ˛ˇˇˇ
  3622. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3623. ˛ˇˇˇˇ
  3624. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3625. ˛ˇˇˇˇ
  3626. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3627. ˛ˇ˛ˇˇ
  3628. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3629. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3630. ˛ˇ˛ˇˇ
  3631. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3632. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3633. ˛ˇˇˇˇ
  3634. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿ˇˇ`º.°dONLNd\äh9(eä%The application uses the QuickDraw pr6 °dONLNd%\:hW)∞ocedurl°dONLNd+\Wh])e ,
  3635. Courierˇ˛"4i(°dONLNd-\]hô)
  3636. ScrollRectˇˇ`ºi(°dONLNd7\ôh¸)< to shift the pixels curr4°dONLNdP\˝h)dently .°dONLNdViäuÏ(rädisplayed in the port r(‡°dONLNdmiÌu    )c@ectangle of the window by a distance of –100 pixels. This moves °dONLNd≠väÇó(ä9the portion of the document displayed in the window upwaroÄ°dONLNdÊvóÇ (ód by 100 pixels (that is, by °dONLNdÉäè˜(åä lines); 5 lines that wera °dONLNdɘè)me prq‡°dONLNd"ÉèÙ)3eviously displayed at the bottom of the window now °dONLNdUêäú(ôäappear at the top of the windowœ°dONLNdtêú†)ç , and the application adds the rÁ@°dONLNdîê†ú
  3637. )âest of the window to an °dONLNd¨ùä©Ø(¶äupdate rˆ°dONLNd¥ùØ©)%egion for later updating.
  3638. ÀH‹4ÃH‹"ÃH]
  3639. ˇ·ˇ‚7^    °dONLNdŒ¡äÃ¥(…ä
  3640. Figure 2-5°dONLNdŸ¡ÃÃp)B(Moving a document relative to its window
  3641. .°dONLNd-ä9û(6äThe °dONLNd-û9⁄)
  3642. ScrollRect°dONLNd-⁄9‹)< °dONLNd-‹9Ê)prR`°dONLNd-Ê9)
  3643. ocedur$¿°dONLNd-9
  3644. )e $¿°dONLNd-
  3645. 9r)doesn’t change the coor˜ °dONLNd3-q9)g#dinate system of the graphics port .°dONLNdV:äFz(Cä7for the window; instead it moves the pixels in a specifiŸ`°dONLNdé:zFã)ed r¿°dONLNdí:åF)!ectangle (in this case, the port °dONLNd≥GäSç(PärE°dONLNd¥GéSÏ)ectangle) to new coorq¿°dONLNd…GÏS+)^dinates that ar´`°dONLNdÿG+SÇ)?e still in the graphicÚÄ°dONLNdÓGÇSÜ)Ws/Ä°dONLNdÔGáS–) port’s local coor7 °dONLNdG–S)Idinate system. °dONLNdTä`2(]ä#For purposes of updating the window`°dONLNd3T2`Ó)®,, you can think of this as changing the coorÂÄ°dONLNd_TÓ`)ºdinates °dONLNdgaäm.(jä$used by the application’s document rW¿°dONLNdãa.m@)§ecorà°dONLNdèa@m⁄)'d, as illustrated in the right side of Ë°dONLNd∂a⁄mÚ)öFigur∫¿°dONLNdªaÚm)e 2-5X@°dONLNd¿am    ).
  3646. ‹H4€E‹Fò@@¯@¯‹F>¡¡?…ˇ¯˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚ò@@į@įF\>?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚ò@Äú¯Äú¯\Fx>?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚òů@¯HH™úIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3647. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯‹F>'ÅÅÅâÅÅÅâ–Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎ÷ÎÅÅÅ∏ÎÏ◊ÏÅÅÅ∏ÎÎ◊ÎÅÅÅ∏ÏÎ◊ÎÅÅÅ∏ÎÏ◊ÎÅÅÅ∏ÏÎ◊ÏÅÅÅ∏ÎÎ◊ÎÅÅÅ∏ÎÏ◊ÏÅÅÅ∏ÎÎ◊ÎÅÅÅ∏ÏÎ◊ÎÅÅÅ∏ÎÏ◊ÎÅÅÅ∏ÏÎ◊QÏ—ˇˇˇˇÒˇˇ„ˇ¯ˇ›ˇ„ˇπˇ¸ˇˇ˜ˇˇÍˇˇ˜ˇˇ⁄ˇˇÙˇ„ˇ«ÎÎ◊QΗˇˇˇˇˇÒˇˇ‰ˇ˜ˇ›ˇ„ˇ∫ˇˇ˛ˇˇ˜ˇˇÍˇıˇŸˇˇÙˇ„ˇ«ÎÏ◊Ï—ˇˇˇ˝ˇ˛ˇˇ˛ˇ˝¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛˛ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇˇ˛˛ˇ¸˛ˇˇˇ˛ˇˇˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇªˇˇ˙ˇˇˇ˛˚ˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˝ˇˇˇ˝    ˇˇˇˇˇˇˇ˛ˇˇ˛¸ˇ˛ˇˇ˝˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇ»ÎÎ◊Η
  3648. ˇˇˇˇˇˇ¸ˇˇ˝ˇˇˇ˝ˇˇˇ¯ˇ¸ˇˇˇ˝ˇ ˇˇˇˇ¸ˇˇ¸ˇ˝ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇ∫˛ˇ˛ˇ˚ˇ¸ˇˇ¸ˇ¸˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˝ˇ˝ˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇ«ÏÎ◊Ζ
  3649. ˇˇˇˇˇ˛ˇˇ˝ˇˇˇˇ¸    ˇˇˇˇˇˇ˛ˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇˇˇˇˇ˛    ˇˇˇˇˇ˛ ˇˇˇˇˇˇ˛ˇˇˇªˇ˛ˇˇˇˇ˛ˇ¸ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˝ˇˇˇ˛ˇˇˇˇ¸    ˇˇˇˇˇ˛ ˇˇˇˇˇˇ˝ˇˇˇ«ÎÏ◊    Ζ
  3650. ˇˇˇˇ˝ˇˇ˝ˇˇˇ˛ˇ˛˛ˇˇˇ˝ˇ¸ˇˇˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˝˛ˇ˝˛ˇˇˇ˛˛ˇ˝ˇˇˇ˛˝ˇˇˇˇºˇ˛ˇˇ˚ˇ¸˛ˇˇ˛ˇ˝˚ˇ˛ˇˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛˛ˇˇˇ˝ˇˇˇ˛ˇ˛˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇˇˇ»ÏÎ◊ÏàˇÅ⁄ˇ˝ˇÅflÎÎ◊ÎàˇÅ⁄ˇ˝ˇÅflÎÏ◊ÏàˇÅ⁄ˇ˝ˇÅflÎÎ◊4ÎÅÅ˘ˇˇ¯ˇˇ˙ˇÒˇˇˇ˛ˇˇ˘ˇ¯ˇÑÏÎ◊0ÎÅÅ˘ˇˆˇˇ˙ˇÚ ˇˇˇˇˇˇˇÑÎÏ◊ZÎÅÖˇˇˇˇˇ˚ˇˇˇ˛ˇˇˇˇˇˇ˛˛ˇˇˇˇ¯ ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇàÏÎ◊]ÏÅÖˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇ˛˝ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇˇ˝ˇâÎÎ◊[ÎÅÖˇˇˇ˝ˇˇˇˇ˛
  3651. ˇˇˇˇˇˇˇ˝ˇˇˇˇ˜ˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇâÎÏ◊VÏÅÑˇ˛˛ˇˇ˛ˇ˛ˇ˛ˇˇˇˇ¸˛ˇˇˆˇˇˇ˛ˇˇ˛˛ˇˇˇˇ˛ˇˇˇˇàÎÎ◊ÎÅÅÈˇ˜ˇÈˇÅıÏÎ◊ÎÅÅ͡˜ˇËˇÅıÎÏ◊ÎÅÅ≈ˇÅıÏÎ◊ÏÅÅÅ∏ÎÎ◊ÎÅÅÅ∏ÎÏ◊ÏÅÅÅ∏ÎÎ◊ÎÅÅÅ∏ÏÎ◊ÎÅöˇˇˇ˛ˇˇÅ©ÎÏ◊ÎÅõ ˇˇˇˇˇˇÅ™ÏÎ◊ÏÅö
  3652. ˇˇˇˇˇÅ™ÎÎ◊!ÎÅ°˝ˇ˛
  3653. ˇˇˇˇˇÅ™ÎÏ◊!ÏÅö
  3654. ˇˇˇˇˇ˛ÅˇÍˇƒÎÎ◊$ÎÅöˇˇˇ˛ˇˇ˜ˇÅÚˇƒÏÎ◊ÎÅܡÅÚˇƒÎÏ◊ÎÅܡÅÚˇƒÏÎ◊ÏÅܡÅÚˇƒÎÎ◊FÎÅܡœËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ“ˇƒÎÏ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÏÎ◊ÎÅܡÅÚˇƒÎÏ◊ÎÅܡÅÚˇƒÏÎ◊ÏÅܡÅÚˇƒÎÎ◊ìÎÅܡÚÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇƒÎÏ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÏÎ◊ÎÅܡÅÚˇƒÎÏ◊ÎÅܡÅÚˇƒÏÎ◊ÏÅܡÅÚˇƒÎÎ◊ùÎÅܡ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇƒÎÏ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÏÎ◊ÎÅܡÅÚˇƒÎÏ◊ÎÅܡÅÚˇƒÏÎ◊üÏÅܡ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇƒÎÎ◊ÎÅܡÅÚˇƒÎÏ◊òů@įHH™¨ Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3655. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įF\>'ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÏÎ◊ÎÅܡÅÚˇƒÎÏ◊ÎÅܡÅÚˇƒÏÎ◊üÏÅܡ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇƒÎÎ◊ÎÅܡÅÚˇƒÎÏ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÏÎ◊ÎÅܡÅÚˇƒÎÏ◊rÎÅܡ¸YËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË—ˇƒÏÎ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÎÏ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÏÎ◊ÎÅܡÅÚˇƒÎÏ◊îÎÅܡÚ{ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇƒÏÎ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÎÏ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÏÎ◊ûÎÅܡ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇƒÎÏ◊ÎÅܡÅÚˇƒÏÎ◊ÏÅܡÅÚˇƒÎÎ◊ÎÅܡÅÚˇƒÎÏ◊Ï‘ÅˇÍˇ ÅˇÍˇ ÎÎ◊!ΑˇÅÏˇˇÀˇÅÏˇˇÀÏÎ◊WΑˇ˝ˇ˘ˇ◊ˇ˝˚ˇˇˇ˜Ãˇ˛˙ˇ˝ˇÀˇ˝ˇ˘ˇ◊ˇ˝˚ˇˇˇ˜Ãˇ˛˙ˇ˝ˇÀÎÏ◊eΑˇ˝ˇˇ˚ˇ◊ˇ˚ˇ¸ˇˇ˜Ãˇ˛ˇ˛ˇˇ˝ˇÀˇ˝ˇˇ˚ˇ◊ˇ˚ˇ¸ˇˇ˜Ãˇ˛ˇ˛ˇˇ˝ˇÀÏÎ◊qÏ‘ˇ˝ˇˇ˚ˇ◊ˇ˚ˇˇ˛ˇˇˇ˚Ãˇ˛ˇ˛ˇˇ˝ˇÀˇ˝ˇˇ˚ˇ◊ˇ˚ˇˇ˛ˇˇˇ˚Ãˇ˛ˇ˛ˇˇ˝ˇÀÎÎ◊]Αˇ˚ˇ˚ˇœˇˇˇˇ˝ˇƒˇ˛ˇˇ˝ˇˇÀˇ˚ˇ˚ˇœˇˇˇˇ˝ˇƒˇ˛ˇˇ˝ˇˇÀÎÏ◊gÏ‘ˇ˝ˇˇ˚ˇ◊ˇ˚    ˇˇˇˇˇ˘Ãˇ˛¸ˇˇ˝ˇÀˇ˝ˇˇ˚ˇ◊ˇ˚    ˇˇˇˇˇ˘Ãˇ˛¸ˇˇ˝ˇÀÎÎ◊wηˇˇˆˇ˝ˇˇ˚ˇ◊ˇ˚    ˇˇˇˇ˛ˇ¸Ãˇ˛ˇ¸ˇ˝ˇ◊ˇˇ˜ˇ˝ˇˇ˚ˇ◊ˇ˚    ˇˇˇˇ˛ˇ¸Ãˇ˛ˇ¸ˇ˝ˇÀÏÎ◊S΂ˇˇ˜ˇ˝ˇ˘ˇ◊ˇÈÃˇ˛˙ˇ˝ˇÿˇˇ¯ˇ˝ˇ˘ˇ◊ˇÈÃˇ˛˙ˇ˝ˇÀÎÏ◊/΂ˇˇ˜ˇÅÏˇˇÿˇˇ¯ˇÅÏˇˇÀÏÎ◊)Ï‚ˇˇ˝¸ˇÅˇÈˇÿˇˇ˛Åˇ„ˇÀÎÎ◊;΂ˇˇ˜ˇÅÚˇˇˇˇˇÿˇˇ¯ˇÅÚˇˇˇˇˇÀÎÏ◊1Ï·ˇˇˆˇÅÚ¸ˇˇˇ◊ˇˇ˜ˇÅÚ¸ˇˇˇÀÎÎ◊¶ΑˇÅÚˇˇ˝ˇÀˇÚ{ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇˇ˝ˇÀÏÎ◊'ΑˇÅÚ˛ˇ˝ˇÀˇÅÚ˛ˇ˝ˇÀÎÏ◊-ΑˇÅÚˇ˛ˇˇˇÀˇÅÚˇ˛ˇˇˇÀÏÎ◊NÏ‘ˇœ-ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ“˘ˇÀˇÅÚ˘ˇÀÎÎ◊$ΑˇÅÚ˘ˇÀˇÅÚˇ¸‡ˇˇÀÎÏ◊+Ï‘ˇÅÚˇ¸ˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇÀÎÎ◊≥ΑˇÅÚˇ¸ˇˇÀˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇfl˛‡flˇˇÀÏÎ◊)ΑˇÅÚˇ¸ˇˇÀˇÅÚˇ¸‡ˇˇÀÎÏ◊®ΑˇÚ{ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ¸ˇˇÀˇÅÚˇfl˛‡flˇˇÀÏÎ◊+Ï‘ˇÅÚˇ¸ˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇÀÎÎ◊$ΑˇÅÚ˘ˇÀˇÅÚˇ¸‡ˇˇÀÎÏ◊µÏ‘ˇÅÚˇfl˛‡flˇˇÀˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ‡‡fl‡‡ˇˇÀÎÎ◊-ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇÀÏÎ◊)ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇÀÎÏ◊µΑˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇÀÏÎ◊-Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇÀÎÎ◊)ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇÀÎÏ◊µÏ‘ˇÅÚˇfl˛‡flˇˇÀˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ‡‡fl‡‡ˇˇÀÎÎ◊-ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇÀÏÎ◊ØΑˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇÀÎÏ◊-ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇÀÏÎ◊-Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇÀÎÎ◊ØΑˇÅÚˇ¸‡ˇˇÀˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇ¸‡ˇˇÀÎÏ◊-Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇÀÎÎ◊&ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚ˘ˇÀÏÎ◊ØΑˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇ¸‡ˇˇÀˇÅÚˇ¸ˇˇÀÎÏ◊+ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇ¸ˇˇÀÏÎ◊òůÄú¯HH™ú!IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3656. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯\Fx>'+Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ¸ˇˇÀÎÎ◊,ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸ˇˇ¸ˇ—ÎÏ◊/Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ¸ˇˇ¸˝ˇ‘ÎÎ◊äΑˇ¸YÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ—ˇ‡‡fl‡‡ˇˇÀˇÅÚˇ¸ˇˇ˘ˇ‘ÏÎ◊)ΑˇÅÚˇ¸‡ˇˇÀˇÅÚ˘ˇ˘ˇˇ’ÎÏ◊1ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ¯ˇ’ÏÎ◊2Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ¯ˇˇ÷ÎÎ◊-ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊1Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ÷ÎÎ◊ÆΑˇÚ{ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊-ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊1ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊1Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ÷ÎÎ◊-ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊1Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ÷ÎÎ◊πΑˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊-ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊1ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊@Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ˘ˇˇ˘ˇ˚ˇÚÎÎ◊<ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ˘ˇˇ˘ˇ˚ˇÚÎÏ◊ Ï‘ˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ˘ˇ˝ˇ˛˚ˇ¸ˇıÎÎ◊IΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ˘ˇˇˇˇˇˇˇˇ¸ˇˆÏÎ◊EΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ˘ ˇˇˇˇˇ˛ˇˇˇˇÛÎÏ◊FΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ¯ˇˇ˛ˇ˛˛ˇ˛ˇ¸ˇˆÏÎ◊5Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇıˇ„ÎÎ◊1ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇıˇ„ÎÏ◊®Ï‘ˇ¸qËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÈˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜˚ˇ˙ˇ„ÎÎ◊5ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇÔ◊ÈÏÎ◊ò@@¯@¯xF∏>?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚ò@@į@į∏F¯>?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚ò@Äú¯Äú¯¯F>?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚?…ˇ¸˚…ˇ¸˚¡òů@¯HH™¨"IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3657. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯xF∏>'-ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊EΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ˙◊◊◊◊˛˝◊◊◊˛◊ÒÏÎ◊HÏ‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ˙◊˝◊◊◊◊◊◊◊◊ÚÎÎ◊¡ΑˇÚËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ˙◊◊˝◊◊◊◊◊◊◊ÚÎÏ◊HÏ‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ˙◊˛◊˝◊◊◊◊◊ÚÎÎ◊5ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ◊ËÏÎ◊1ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇÛ˛◊ÁÎÏ◊1ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊1Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ÷ÎÎ◊¥Αˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊1Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ÷ÎÎ◊1ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊-ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊1ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊πÏ‘ˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ÷ÎÎ◊-ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊1Ï‘ˇÅÚˇfl˛‡flˇˇÀˇÅÚˇ‡‡fl‡‡ˇˇ˜ˇ÷ÎÎ◊1ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊-ΑˇÅÚˇ¸‡ˇˇÀˇÅÚˇ¸‡ˇˇ˜ˇ÷ÎÏ◊1ΑˇÅÚˇ‡‡fl‡‡ˇˇÀˇÅÚˇfl˛‡flˇˇ˜ˇ÷ÏÎ◊´Ï‘ˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝˘ˇÀˇÅÚ˘ˇ˜ˇ÷ÎÎ◊2ΑˇÅÚˇ˛ˇˇˇÀˇÅÚˇ˛ˇˇˇ¯ˇˇ÷ÎÏ◊/Ï‘ˇÅÚ˛ˇˇˇˇÀˇÅÚ˛ˇˇˇˇ¯ˇ’ÎÎ◊GÎÈˇ˛˛ˇˇˇˆˇÅÚˇˇ˝ˇflˇ˛ˇˇˇ˜ˇÅÚˇˇ˝ˇ˘ˇˇ’ÏÎ◊IÎ͡ˇˇ˛ˇˇ˜ˇÅÚ˛ˇ˝ˇ‡ˇˇˇ˝ˇˇ¯ˇÅÚ˛ˇ˝ˇ˙ˇˇ‘ÎÏ◊‘ÎÈˇ˛ˇˇˇ˜ˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ˛ˇˇˇflˇ˛ˇˇˇ¯ˇÅÚˇ˛ˇˇˇ˙ˇ”ÏÎ◊4ÏÈˇ¸ˇˇˇ˝¸ˇÅˇÈˇflˇ˝ˇˇˇ˛Åˇ„ˇÀÎÎ◊eÎÈ
  3658. ˇˇˇˇˇ˜ˇˇˇˇ¸ˇÖ‡ˇˇˇ˝ˇˇˇfl
  3659. ˇˇˇˇˇ¯ˇˇˇˇ¸ˇÖ‡ˇˇˇ˝ˇˇˇÀÎÏ◊IÏÈˇ˛ˇˇˇˇˆˇ¸ˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ˝ˇˇˇ¸ˇflˇˇˇ˛ˇˇ˜ˇ¸ˇ¸ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ˝ˇˇˇ¸ˇÀÎÎ◊3Α˛ˇˇˇ¸ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇˇ˚ˇ˛ˇÀ˛ˇˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇˇ˚ˇ˛ˇÀÏÎ◊CΑ˛ˇ˛ˇ¸ˇÖ‡ˇ˝ˇˇˇ˛ˇÀ˛ˇ˛ˇ¸ˇÖ‡ˇ˝ˇˇˇ˛ˇÀÎÏ◊5Αˇ˛ˇˇ¸ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡
  3660. fl‡ˇˇˇˇ˚ˇÀˇ˛ˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇˇˇˇ˚ˇÀÏÎ◊Ï‘ÅˇÈˇÀÅˇÈˇÀÎÎ◊Î‘ÅˇÈˇÀÅˇÈˇÀÎÏ◊úÏ‘ˇÅÚˇƒˇÚ{ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊ΑˇÅÚˇƒˇÅÚˇƒÎÏ◊ßΑˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇƒˇÅÚˇƒÏÎ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊•ΑˇÅÚˇƒˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇƒÎÏ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊aΑˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËπˇƒˇÅÚˇƒÎÏ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊•ΑˇÅÚˇƒˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇƒÎÏ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊õΑˇÚÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇƒˇÅÚˇƒÎÏ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊•ΑˇÅÚˇƒˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇƒÎÏ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊ßΑˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇƒˇÅÚˇƒÏÎ◊ΑˇÅÚˇƒˇÅÚˇƒÎÏ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊ßÏ‘ˇÅÚˇƒˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÎÏ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊ßΑˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇƒˇÅÚˇƒÏÎ◊ΑˇÅÚˇƒˇÅÚˇƒÎÏ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊ßÏ‘ˇÅÚˇƒˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÎÏ◊òů@įHH™ú#IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3661. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į∏F¯>'ßÏ‘ˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇƒˇÅÚˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊ΑˇÅÚˇƒˇÅÚˇƒÎÏ◊ßΑˇÅÚˇƒˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇƒÏÎ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÎÏ◊ßÏ‘ˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇƒˇÅÚˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊ΑˇÅÚˇƒˇÅÚˇƒÎÏ◊ßΑˇÅÚˇƒˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇƒÏÎ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊¶Αˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇƒˇÅÚˇƒÎÏ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊¶ΑˇÅÚˇƒˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇƒÎÏ◊ΑˇÅÚˇƒˇÅÚˇƒÏÎ◊Ï‘ˇÅÚˇƒˇÅÚˇƒÎÎ◊¥Αˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇŸˇˇ˛ˇˇˇ˜ˇÅÚˇƒÎÏ◊.Ï‘ˇÅÚˇ⁄ˇˇˇ˝ˇˇ¯ˇÅÚˇƒÎÎ◊*ΑˇÅÚˇ◊˝ˇˇˇ¯ˇÅÚˇƒÏÎ◊)ΑˇÅÚˇŸˇˇ˝ˇˇˇ˛ÅˇÍˇƒÎÏ◊'ΑˇÅÚˇ⁄ˇ˛ˇˇˇˇÅ™ÏÎ◊$Ï‘ˇÅÚˇ⁄˝ˇˇˇ˛ˇˇÅ©ÎÎ◊ÄΑˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË›ˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÏÎ◊ΑˇÅÚˇÅňÎÏ◊ΑˇÅÚˇÅňÏÎ◊ñÏ‘ˇÚ{ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇÅňÎÎ◊ΑˇÅÚˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÏÎ◊ΑˇÅÚˇÅňÎÏ◊ΑˇÅÚˇÅňÏÎ◊°Ï‘ˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇÅňÎÎ◊ΑˇÅÚˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÏÎ◊ΑˇÅÚˇÅňÎÏ◊°Αˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÅňÏÎ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÏÎ◊ΑˇÅÚˇÅňÎÏ◊°Αˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÅňÏÎ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÏÎ◊üΑˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇÅňÎÏ◊ΑˇÅÚˇÅňÏÎ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÏÎ◊üΑˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇÅňÎÏ◊ΑˇÅÚˇÅňÏÎ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊°Αˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÅňÏÎ◊ΑˇÅÚˇÅňÎÏ◊ΑˇÅÚˇÅňÏÎ◊òůÄú¯HH™¨$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3662. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯¯F>'Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊°Αˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÅňÏÎ◊ΑˇÅÚˇÅňÎÏ◊ΑˇÅÚˇÅňÏÎ◊Ï‘ˇÅÚˇÅňÎÎ◊ΑˇÅÚˇÅňÎÏ◊Ï‘ˇÅÚˇÅňÎÎ◊°Αˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÅňÏÎ◊ΑˇÅÚˇÅňÎÏ◊&Î͡ˇ˛˛ˇˇˇˆˇÅÚˇÅňÏÎ◊)ÏΡˇˇ˛ˇˇ˜ˇÅÚˇÅňÎÎ◊)Îˡ˛ˇˇˇ˝¸ˇˇÅÚˇÅňÎÏ◊"ÏÈˇˇ˝ˇˇˇ˜ÅˇˇÅňÎÎ◊!ÎÎ ˇˇˇˇˇˇÅÅÅ€ÏÎ◊Î͡ˇ˛ˇˇˇˇÅÅÅ⁄ÎÏ◊ÎÅÅÅ∏ÏÎ◊ÏÅÅÅ∏ÎÎ◊ÎÅÅÅ∏ÎÏ◊ÏÅÅÅ∏ÎÎ◊ÎÅÅÅ∏ÏÎ◊ÎÅÅÅ∏ÎÏ◊ÎÅÅÅ∏ÏÎ◊ÏÅÅÅ∏ÎÎ◊‘ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏMÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ◊Œ˛˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î◊ÅÅÅâò@@¯@¯FT>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛<„†‡ Ã˛    DD@@$@Ã˛(Dà@ÄDÄÃ˛( êÄÖ¿Ã˛HêÄÜ Ã˛#|âä Ã˛"ÑâÅí@Ã˛}üséaÄá¡¡¡¡¡!˛0˛0 0˛¿˚@˛`„˛˝H0¸@˚¿˘„ ˛˝P¸Ä˝ÄÄ@˛„&˛ 1⁄—
  3663. Q…?úcZb=ΔÑç„ë89ío
  3664. vHÂ&˛ $fäfÄ
  3665. í9e4"ëM≠ÉíGñÇD4Hí≈4äHÂ&˛  DîG!Ç $*J$"Câ.(Ç"DßÑ$ ¥äE
  3666. –Â&˛  ì%àH$Lõ'≈4≤p-!ßâ»àHêŸ+_`Â&˛ pÁ>á8„àÚ8 8«“NIéápx‡ë“,‚@ ˝ĢD– ˝ĢD–
  3667. ˝¯8–¡¡¡)˛ 0¿0``IJ >É< 8É¿Ë'˛@¿˝Ä˛"˛˝˛D@Ë(˛ Ä@@˛ @˝&˛ÑÄË*˛$«2à)Fò~Á`á<(8)„sΔ LhÁ·–84Ï¡—≤¬õíÈ*˛$Im4*I$ H•†jHî–H”Fâ@    ¥ìL¶ê$I9!SJç$íÈ*˛$"ÑQ8,ë@îPë "t©AE
  3668. Ä%IDêFàí¢ÉD¥È*˛$"“ó¿HìÕ6ëJ@"Ñ—-xC|â¿M9ìc Dûfa,ùWŒÿÈ*˛$túÎ8kç1‰érD\sH∞¸∑é‰å:H”ûG ¯kπÄ·˜dã4êÈÙ¯@Ä˝Ñ‰Í@IJx‰ÁÄfi¡¡¡˛ ˛0`Ñ˛ ¡Ü˛ fiò@@į@įTFî>˛ `˘˝"I˛fi˛@¸0˛$Q fi!˛Fè¥fi7<~#8P{ú ì(Å∞$QsÄ(Ñx‡!˛Bì$h    Dê%$ñ”@@Cé§Ä”Z$‡!˛$Ö    $P®à‡≈¯E•Ä@Å¢úD‡!˛&…f"xë,%1H JH…|¡"    I| H‡!˛tè∫!®ÓH9¸Ê0 ≤qé≥É#Ã0N ≥ú∞‡ÒĢ˝Ä‡ÒĢ˝Ä‡Ú¿˘8˛¿‡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛Ä˝œ˛ ¸œ˛!˛œ˛ y‰@;LÛ\ZÒÄ—˛ $$îh@E¥II¨R@—˛ >Ep@Ö$ä⻧–˛ BI,ÄFäLî≤¥¿—˛ œ≤»p8rIg—–#—
  3669. ˝Ç˝À
  3670. ˝Ç˝À ˛«˝Äá¡¡˛˛˝`œ˛    ˛˝Œ˛˛˛—˛”F Ä7\
  3671. t#9⁄“˛aIh”@Ià4ÿ‘í,“˛#Bêp „ÄâDêË(“˛"Ñ≥Ä!û_!    §P“˛|áÃp~„êj-‡Ê#ꓯÀ¡¡¡¡¡˛¿0˛D—˛@˝Ã—˛( ˝à Ä’˛kñ(¢iŒxâ£˝Œ–÷˛()    HSM2Q(৶$ë`÷˛$Q|§N!!PB$D°@÷˛&ñ$@ѵD¢X    öYHO"Ä÷˛c˙$ëü"ŒGëÓH5Ä÷Ùœò@Äú¯Äú¯îF∞>¡¡¡¡¡ ˛ ¸¿¿Õ˛ `˝! Õ˛@@ Õ˛Fè¥fi;AÄ Õ˛Bì$EÄ@@Õ˛$Ö    $Ö@ÄÕ˛&…f"xäA Õ˛tè∫!®rã¿Õ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HH™ú%IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3672. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯FT>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ-Ê˝ˇ¸ˇ¸˝ˇ˛ˇ˛˛ˇˇ¸˛ˇ˘ˇˇ¸ˇÅÅÅ‹7¡ˇ˛ˇˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇ˙ˇ˘ˇˇ˛ˇÅÅÅ€7Ê    ˇˇˇˇˇ˝ˇ˛ˇˇ˛ˇ˝ˇ˚ˇ˘ˇ˛ˇˇÅÅÅ⁄,Ê˛ˇ˝ˇˇ¸ˇ¸ˇˇıˇ˙ˇ˝ˇ˛ˇÅÅÅ€1Ê    ˇˇˇˇ˚ˇ˝ˇˇıˇ˙ˇ˝ˇˇ˛ˇÅÅÅ‹<Áˇ˛ˇˇ¸ˇˇ˛ˇˇ˛ˇ˙ˇˇˇ¸ˇˇˇ˛ˇˇ˛ˇÅÅÅ‹>Áˇ˛ˇˇ˝ˇˇ˛ˇˇ˛ˇ˛ˇˇ˚ˇ˝ˇ˛    ˇˇˇˇÅÅÅ€/˸ˇˇˇ¸ˇ˛ˇ˛ˇ˛˛ˇ˙˚ˇ¸ˇˇ˝ˇˇÅÅÅ⁄ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâBʸˇˇˇ„ˇˇ¯˛ˇ˝ˇˇ¸ˇˇÙˇˇÂˇˇ ˇıˇˇÊˇˇÌˇˇˆˇˇÅô.Êˇ˛ˇ‡ˇˇ˙ˇ˘ˇˇ˛ˇˇ‘ˇÀˇˇ¥ˇÅô6ÊˇŸˇ˚˛ˇ˙ˇˇˇˇ’ˇ⁄ˇÚˇ˘ˇÌˇÛˇ·ˇÅò—Ê˛ˇ˝ˇˇ˛˛ˇ    ˇˇˇˇˇˇ˛ˇıˇ˘ˇ˚ˇˇˇˇ˛˛ˇˇˇ˚ˇ˝˛ˇ¸ˇˇˇ˚ˇˇ˛ˇ˛ˇˇ˛ ˇˇˇˇˇˇˇˇ˛ˇ˛˝ˇ˛ˇ˛ˇˇˇ˝ˇˇ˛ˇˇ˝ˇ˛˛ˇˇ˛ˇ¸˛ˇ˛ˇ˚˝ˇ˛˛ˇˇˇˇˇˇˇ˝ˇ˝ˇˇ˛ˇˇˇˇˇÅ¶ÓÁˇˇ˛ˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ˜ˇ˜ˇ¸
  3673. ˇˇˇˇˇ˛˛ˇˇˇˇˇˇˇˇˇ¸ˇˇ¸ˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇ˛˝ˇˇˇˇˇ¸ˇˇ˛ˇ˝ˇˇˇ˛ˇˇ˛    ˇˇˇˇˇ˛ ˇˇˇˇˇˇ˛ˇˇˇˇÅ¶‚Áˇ˚ˇ˛ˇˇˇˇ˛ˇ˛˛ˇ˜ˇ˝ˇˇ¸ˇ¸    ˇˇˇˇˇ˝ ˇˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇ˝ˇ˛ˇˇ˝ˇˇ˚ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ¸ˇ˝˛ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˚ˇˇ˝ˇ˝ˇˇ˝ˇ¸ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇÅ•‹Áˇ¸ˇˇˇˇˇˇˇˇ˛ˇıˇˇ˘ˇ¸ˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ¸ˇ˛ˇ˛ˇ¸ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˚ˇˇˇˇ¸ˇ˝ˇ˝ˇˇˇ˝ˇ˛ˇ˛ˇˇ˘ˇˇ˛ˇ˝ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇÅ§«Ë˛ˇ˝˛ˇ˛ˇ¸ˇˇ˝˛ˇ˘˝ˇ˚˛ˇ˚ˇˇˇ˛ˇ˛˛ˇ˛ˇ˛˝ˇˇ˛˛ˇ˚ˇˇˇ¸ˇˇˇ˛ˇ˛ˇˇ˛¸ˇ    ˇˇˇ˛ˇˇˇˇ¸ˇ¸˛ˇˇ˛ˇˇˇˇ˛˛ˇˇ˝˛ˇ¸ˇ˛˛ˇ¸˝ˇ˛˛ˇ¸ˇˇ˛˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇÅ£›ˇ˛ˇπˇ˛ˇÅÅÅˇ›ˇ˛ˇπˇ˛ˇÅÅÅˇ‹˛ˇ∑˛ˇÅÅÅ˛ÅÅÅâÅÅÅâÅÅÅâiÊ˛ˇıˇˇ˝ˇˇ˘ˇˇ¸ˇˇÛˇˇÌˇˇˆ˝ˇÂˇˇ˝¸ˇ¸ˇˇˇˇ¸ˇˇÌ˛ˇÎˇˇÙˇ¸˝ˇÛˇˇı˛ˇ˜ˇˇ¸ˇˇ˘ˇˇÅªQÂˇÌˇ¯ˇˇ˛ˇˇ€ˇ˜ˇ˛ˇ‰ˇ˝ˇ˛ˇ˚ˇ‚ˇ€ˇ˚ˇˇÁˇ˛ˇˇ¯ˇÅªVÊˇÌˇ˜ˇˇˇˇÍˇÙˇˆˇ˛ˇÂˇ¸ˇ¯ˇ˝ˇÁˇ€ˇ˚ˇˇˇËˇ˝ˇÒˇ¯ˇÅ∫ÚÊˇ˝ˇ˛˛ˇˇˇˇˇ˛ˇ¸ˇˇˇˇ˛ˇˇˇˇˇ˝˚ˇ˛ˇ˛ˇ˛˛ˇˇˇˇ¯ˇ˚ˇ˛ˇˇ˝˛ˇ˝ˇ˝ˇˇ¸˛ˇ¸ˇˇ˝ˇ˛ˇˇ˛ˇ˝ˇ˛ˇˇ¸    ˇˇˇˇˇˇ˛ˇˇˇ˛˛ˇ˚ˇ˝˛ˇˇ˚˛ˇ¸ˇˇˇ˛ˇˇˇˇˇ¸ˇ¸ˇˇˇˇ˛
  3674. ˇˇˇˇˇˇˇ˝ˇˇˇˇ˛ˇˇˇÅ»Êˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝"ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  3675. ˇˇˇˇˇˇ˜ˇ˛ ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ¸ˇˇ˛    ˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˜'ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇ¸ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇÅ»Áˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇ¸    ˇˇˇˇˇ˛ˇˇ˚ˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇ˙ˇ˛ˇ˛ˇˇ¸ˇ˝ˇˇˇˇ˛ˇ¸ˇ¸ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇ˜ˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇˇ¸ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˘ˇ˝ˇ˛ˇˇ˛ˇˇ¸ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇÅ«    Áˇ˛ˇˇˇˇˇˇˇ¸ˇ˙ˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˛
  3676. ˇˇˇˇˇ˘ˇ˛ˇˇ˝ˇˇˇˇ˛    ˇˇˇˇˇ˝ˇ˝ˇ˝ˇˇ¸ˇˇ˛ˇˇ˛ˇˇˇˇ¯ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇ˛ˇˇ˝ˇ ˇˇˇˇˇˇ˝ˇ˛ˇ˛ ˇˇˇˇˇ˛ˇˇˇˇ¸ˇ˛ˇˇˇˇˇÅΔ˲ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛˝ˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˛˛ˇˇˇ˝˛ˇˇˇ˛ˇˇˇ˝˚ˇˇˇˇ˝ˇ˛˛ˇ˛ˇˇˇ˛ˇˇ˝˛ˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇ˛˛ˇˇ¸¸ˇ˝ˇˇˇ˛ˇ˛ˇˇˇ˙˛ˇ˝¸ˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇÅ≈$îˇ≥ˇÈˇ˛ˇ˜ˇ˛ˇ⁄ˇ˝ˇÅü!ÅΔˇËˇ˛ˇ˜ˇ˛ˇ€ˇ˝ˇÅûÅ´˛ˇı˛ˇÅÅÒÅÅÅâÅÅÅâÅÅÅâDÊ˛ˇˇˇ‚ˇˇÏˇˇÏˇ˝ˇ˚ˇ‡ˇˇ˝ˇˇÔˇˇ¸ˇˇ˝ˇˇ‰ˇˇÅÅÔòů@įHH™¨&IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3677. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įTFî>'8¡ˇˇˇˇµˇ˝ˇ˚ˇÿˇˇˇ˛    ˇˇˇˇ‰ˇÅÅÔGÊˇˇˇÙˇÙˇ—ˇˇ˛ˇ˚ˇˇˆˇÂˇÏˇˇ˛ˇˇ˛ˇ˜ˇˇÅÅÓ¥Êˇˇˇ˛ˇˇˇ˛¸ˇ    ˇˇˇˇˇ˝ˇ˛ˇˇ˛ˇ˝ˇ˚˛ˇ˚ˇ˛ˇ˛ˇˇ¸ˇˇ˛ˇ˝ˇˇ¸˝ˇ˛ˇ˛ˇ˚ˇˇˇˇˇˇˇˇ˛ˇ˚ˇˇˇˇ˚ˇˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ¯ˇˇ˛ˇ˝ˇ˛˝ˇÅÅ˛¡Êˇˇˇ˝    ˇˇˇˇˇ˛
  3678. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇˇˇ˘ˇˇˇ˛ˇˇˇ˚ ˇˇˇˇˇ˙ˇˇˇˇˇˇˇˇˇˇˇ˙ˇ˙ˇ˝˛ˇ˛˛ˇ˚ ˇˇˇˇˇ˙ˇˇˇˇˇˇˇˇˇ˛ˇˇÅÅˇØÁˇˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˝ˇˇˇ˙ˇ˛ˇ˛ˇ˛˛ˇ˘˙ˇ˛ˇ˚ˇ˝ˇ˛ˇˇ˛ˇ¯
  3679. ˇˇˇˇˇˇ˛ˇ˛ˇ˘ˇ˚ˇ˚ˇ¸ˇ˚ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÅÅˇØÁˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇˇˇ˝    ˇˇˇˇˇ˛ˇÛˇˇˇ¸ˇ˚ ˇˇˇˇˇ˘ ˇˇˇˇˇˇ¸ˇ˜ˇˇ¸ˇˇ˛ˇ¸ˇ˙ ˇˇˇˇˇ˙ˇ¸ˇ˝ˇ˚ˇˇÅÅ˛Ω˲ˇˇˇ˛¸ˇ˛ˇˇ˛ˇ˝ˇˇˇˇ˛˛ˇ˛ˇˇˇ¸˛ˇ˙ˇ˛ˇˇˇ˙ˇ˛ˇˇ˚ˇ¸ˇˇˇˇ˛ˇ˛ˇ¸ˇˇ˛˛ˇˇˇˇ˛ˇ¸ˇˇˇ˛˝ˇˇˇ˝ˇˇ˙ˇˇˇˇ˛ˇ˛ˇ¸ˇˇˇ˛ˇ˛ˇˇˇˇÅÅ˝Åˇ∑ˇ›ˇÅÅ˙Åˇ∑ˇ›ˇÅÅ˙Dzˇπ˛ˇfl˛ˇÅÅ˚ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ‰ˇÒˇÙ˛ˇˇ’˛ˇÅÅÅ˘ÂˇˇÚˇˇıˇ˛ˇ”ˇÅÅů"ÊˇˇÚˇıˇ˝ˇÂˇÒˇÅÅŘSÊˇˇ˛˝ˇ˝ˇˇ¸ˇ¸ˇ˘˛ˇ
  3680. ˇˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇˇˇˇ˚ˇ˝ˇ˛ˇˇÅÅÇ_Áˇˇ˝ ˇˇˇˇˇ˛ˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˙ˇ˛ˇˇˇˇÅÅÉWÁ¸ˇˇ˛ˇˇ˛ˇˇ˝˛ˇ¸ˇ˚ˇ˝ ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˙ˇ˛ˇˇˇÅÅÅˇ^ˡ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˘ˇ˛    ˇˇˇˇˇˇÅÅÉYÈˇˇ¸ˇ ˇˇˇˇˇˇ˝˛ˇ˚˛ˇ˝˛ˇˇˇˇˇˇˇ¸ˇˇ˛˛ˇˇ˙˛ˇˇˇ˛ˇˇ˛ˇÅÅÖ·ˇ¸ˇŸˇÅÅÅŸ·ˇ¸ˇŸˇÅÅÅŸ‚˛ˇ˛˛ˇ€˛ˇÅÅÅ⁄ÅÅÅâÅÅÅâÅÅÅâÊ˝ˇÂ˛ˇŸˇˇˇˇÅÅÅÙ¡ˇÂˇ◊ˇÅÅÅÒÊˇˇˇÊˇ·ˇ¯ˇÌˇÅÅÖ_Ê˛ˇ ˇˇˇˇˇˇ˛ˇˇ˝ˇ˙ˇ˚ˇ¸ˇ¯ˇˇ˛ˇˇ˛ˇ˚ˇˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇÅÅêiÊˇˇˇˇ˝ˇˇˇˇˇˇˇ˚ˇ˝    ˇˇˇˇˇˇ˙ˇˇˇˇ˛ˇ¸
  3681. ˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇÅÅèZÁˇ˛ˇˇˇ˝ˇˇˇ¸˛ˇ˚ˇ¸˛ˇ˛˛ˇ˙ˇ˛ˇˇ˝ˇ˝ˇ˛ˇˇˇ˝˛ˇˇ˚ˇˇ˝ˇˇÅÅéXÁˇ˛ˇˇ˝ˇˇˇˇ˛ˇ¯ˇ˝ˇ¸ˇ˜ˇ˝ˇ˝ˇ¸ˇ¸ˇˇ˝ˇ˝    ˇˇˇˇˇ˛ˇˇÅÅçW˸ˇˇ˝¸ˇˇˇ˛˛ˇ¸˚ˇ˛ˇ˛˛ˇˇ¸ˇˇˇˇ˝ˇ˚ˇˇˇ˝ˇ¸˛ˇˇˇ˛ˇ˛˛ˇˇÅÅç ∂ˇÅÅÅ’ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ'Ê˝ˇıˇˇ˘¸ˇ˜ˇÙˇˇflˇˇˇ˛ˇÅÅá,Êˇ˛ˇıˇ˘ˇ˛ˇ¯ˇˇÛˇ›ˇˇˇˇÅÅá4Êˇˇˇ˙ˇ˛ˇ¯ˇıˇˇÙˇ‹ˇ˛ˇÙˇÙˇÅÅ¢oÊ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˚˛ˇ˜ˇˇ˛˝ˇ˝ˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˝ˇ¯˛ˇ˛ˇˇˇˇ˛˘ˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇÅÅ≠ÇÁˇˇ¸ˇˇˇ˛ˇˇˇ¸ˇˇ¯ˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˘ˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇ˛    ˇˇˇˇ˛ˇˇˇÅŨxÁˇˇ˛ˇˇ˛ˇ˛ˇˇ¸ˇı¸ˇˇˇˇ˛ˇ˛ˇ˛ˇ˝ˇˇ˝ˇˇˇ¯ˇˇ˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇ˝ˇˇÅÅ´}Á ˇˇˇˇˇˇˇ˛ˇˇ˚ˇ˝ˇ˚ˇ˝    ˇˇˇˇˇ¸ˇ¸ˇ˛ˇˇˇ˛ˇˇˇˇ˙ˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˝ˇˇ˛ˇˇÅÅ™xˡˇ˛˙ˇˇ˛ˇˇ¸˚ˇˇ˛ˇˇ¸ˇˇ˛ˇˇˇ˛ˇˇ˛˛ˇ˛˛ˇˇˇ˛ˇ˝˝ˇ˛ˇ¸ˇ˛ˇˇˇ¸ˇˇˇˇ˛˛ˇˇÅÅ™ íˇÅÅÅ˘òůÄú¯HH™ú'IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3682. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯îF∞>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÊ˛ˇˇˇ‘ˇˇ˚ˇˇÅÅÅ„ Âˇˇˇˇˇ’ˇˇ˝ˇˇÅÅʼn"ÊˇˇˇÙˇÙˇÓˇ˘ˇÅÅʼn=Êˇˇˇ˛ˇˇˇ˛¸ˇ    ˇˇˇˇˇ˝ˇ˛˛ˇˇˇˇ¸ˇˇ¯ˇÅÅʼn@Êˇˇˇ˝    ˇˇˇˇˇ˛
  3683. ˇˇˇˇˇ˛ˇ˛ˇˇˇ˘ˇ˙ˇÅÅÅ„>Áˇˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˛ˇˇˇ˝ˇˇ¯ˇ˚ˇÅÅÅ‚AÁˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇˇ˜ˇ¸ˇˇÅÅʼn=˲ˇˇˇ˛¸ˇ˛ˇˇ˛ˇ˝ˇˇˇˇ˝˛ˇˇ˚˝ˇ˛ˇ˝ˇÅÅÅ„ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯∞F>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įF0>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯0FL>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HH™¨(IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3684. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯∞F>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHH™ú)IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3685. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įF0>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HH™¨*IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3686. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯0FL>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯LFå>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įåFÃ>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯ÃFË>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HH™ú+IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3687. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯LFå>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHH™¨,IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3688. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įåFÃ>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HH™ú-IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3689. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯ÃFË>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅ⡉@ˇ ˇˇˇˇ@
  3690. ˇ·ˇ‚7^
  3691. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3692. (‡*2-22    )BUsing Basic QuickDraw4^*¿¯
  3693. .°dONLNd\lhÄ(elThe ,
  3694. Courier°dONLNd\Ähº)
  3695. ScrollRect°dONLNd\ºh»)< prR`°dONLNd\»hÂ) ocedur$¿°dONLNd\Âh`)e takes four parameters: a r˜ °dONLNd3\_hû)zectangle to scr…Ä°dONLNdB\ûhÎ)?oll, a horizontal .°dONLNdTilu™(rldistance to scr8‡°dONLNdci´u%)?oll, a vertical distance to scr‡°dONLNdÇi%uT)z oll, and a r@°dONLNdéiTuò)/egion handle. T…Ä°dONLNdùióu∫)Cypically˜Ä°dONLNd•iπuŸ)", when °dONLNd¨vlÇ∞(lspecifying the r؆°dONLNdºv∞ÇÓ)Dectangle to scrhÄ°dONLNdÀvÔÇê)?&oll, your application passes a value rã °dONLNdÒvêÇû)°epr‡°dONLNdÙvüÇÏ)esenting the port °dONLNdÉlèo(ålrE°dONLNdÉpè ))ectangle (that is, the window’s content rô†°dONLNd0É èy)∞egion) minus the scr°dONLNdDÉzèú)Z    oll bar rúÄ°dONLNdMÉúèÙ)"egions, as shown in °dONLNdaêlúö(ôl Listing 2-5 @°dONLNdlêõúù)/.
  3696. ø*«¯4¿*«¯"¿*_
  3697. ˇ·ˇ‚7^    °dONLNdnµl¿ò(Ωl Listing 2-5.°dONLNdzµ∞¿…)DUsing °dONLNdĵ…¿˚)
  3698. ScrollRect°dONLNdäµ˚¿ù)2+ to scroll the bits displayed in the window
  3699. °dONLNd∑œ*€>(ÿ*.PROCEDURE DoGraphicsScroll (window: WindowPtr;°dONLNdÔ›ÃÈ+¢
  3700.  hDistance°dONLNd˘›È)<,v°dONLNd˚›ÈÜ) Distance: Integer);°dONLNdÎ*˜<(Ù*VAR°dONLNd˘<Æ+myScrollRect: Rect;°dONLNd)<Ã*updateRegion: RgnHandle;°dONLNdB*!B(*BEGI°dONLNdFB!H)N°dONLNdI#</“(,<{initially, use the windo°dONLNdb#“/‰)ñw's°dONLNde#‰/»)& portRect as the rectangle to scroll:}°dONLNdç1<=¸(:< myScrollRect := window^.portRect°dONLNd≠1¸=)¿;°dONLNd∞?<KB(H<{°dONLNd±?BKl)subtrac°dONLNd∏?lK~)*t v°dONLNdª?~K™)2ertical and horizontal scroll bars from rectangle}°dONLNdÔM<YP(V<.myScrollRect.right := myScrollRect.right - 15;°dONLNd[<g\*0myScrollRect.bottom := myScrollRect.bottom - 15;°dONLNdQi<uΔ*updateRegion := NewRgn;°dONLNdqifiu)¢
  3701. {always in°dONLNd{iu )<i°dONLNd|i uº)tialize the update region}°dONLNdòw<É™(Ä<=ScrollRect(myScrollRect, hDistance, vDistance, updateRegion);°dONLNd◊Ö<ëΔ*InvalRgn(updateRegion);°dONLNdì<ü“*DisposeRgn(updateRegion);°dONLNd
  3702. °*≠¿(™*END; {of DoGraphicsScroll°dONLNd#°¿≠Δ)ñ}°dONLNd%πl≈r(¬lT°dONLNd&πr≈µ)he pixels that °dONLNd5πµ≈Ò)C
  3703. ScrollRect°dONLNd?πÒ≈T)< shifts outside of the rR`°dONLNdWπT≈ö)cectangle specifiR`°dONLNdgπö≈≤)Fed byR`°dONLNdlπ≤≈Δ) the °dONLNdqΔl“r(œlm°dONLNdrΔr“¥) yScrollRect°dONLNd}Δ¥“∂)B °dONLNd~Δ∂“‡)    variable °dONLNdáΔ‡“Í)*arR`°dONLNdâΔÍ“J)
  3704. e not drawn on the scr$¿°dONLNdüΔJ“≤)`een, and the bits they r˜ °dONLNd∑Δ±“¿)gepr…Ä°dONLNd∫Δ¿“Ÿ)esent .°dONLNd¿”lflt(‹larE°dONLNd¬”ufly)    e†°dONLNd√”zfl|) 醰dONLNdƒ”|flä)not‡°dONLNd«”ãflç) ó‡°dONLNd»”çfl) saved—it is your application’s r/ °dONLNdË”flƒ)ç)esponsibility to keep track of this data..°dONLNdÂlÒÄ(ÓlThe °dONLNdÂÄÒº)
  3705. ScrollRect°dONLNd ºÒ»)< prR`°dONLNd#»ÒÂ) ocedur$¿°dONLNd)ÂÂÒ≥).e shifts the image displayed inside the port r˜ °dONLNdWÂ≤ÒÔ)Õectangle by a °dONLNdeÚl˛ü(˚l distance of °dONLNdqÚü˛’)3    hDistance°dONLNdzÚ’˛E)6 pixels horizontally and °dONLNdìÚE˛{)p    vDistance°dONLNdúÚ{˛Í)6 pixels vertically; when °dONLNdµˇl |(lthe°dONLNd∏ˇ| ~) °dONLNdπˇ~ fi)DoGraphicsScroll°dONLNd…ˇfi ‡)` °dONLNd ˇ‡ Í)prR`°dONLNdÃˇÍ )
  3706. ocedur$¿°dONLNd“ˇ )e $¿°dONLNd‘ˇ ‘),passes positive values in these parameters, °dONLNd l®(l
  3707. ScrollRect°dONLNd
  3708.  ®)< shifts the pixels in °dONLNd  J)Z myScrollRect°dONLNd, J∑)H to the right and down, rR`°dONLNdE ∑Ï)m espectively6†°dONLNdP Î)4. .°dONLNdRl%†("l This is apprÜ °dONLNd^†%>)4$opriate when the user intends to scrü‡°dONLNdÇ>%n)ûoll left or u†°dONLNdèo%})1p b'`°dONLNdí}%ö)ecauseo°dONLNdòö%ú),Ô°dONLNdôú% )
  3709.  when the °dONLNd£&l2¶(/lapplication fi√†°dONLNd±&¶2$):nishes updating the windowÆ°dONLNdÀ&$2u)~, the user sees mor'Ä°dONLNdfi&v2Í)Re of the left and top of the °dONLNd˚3l?°(<l document, rˇ°dONLNd3°?“)5 espectively8°dONLNd3“?')1. (Remember: to scrc °dONLNd$3'?Ì)U/oll up or left, move the pixels down or right, °dONLNdS@lL¥(Ilboth of which arÒ†°dONLNdc@¥L    )He in the positive dirS °dONLNdx@
  3710. L*)Vection.).°dONLNdÅRl^ä([lWhen °dONLNdÜRä^Í)DoGraphicsScroll°dONLNdñRÍ^¥)`- passes negative values in these parameters, °dONLNd√R¥^) 
  3711. ScrollRect°dONLNdÕR^Ú)< °dONLNdŒ_lkƒ(hlshifts the pixels in °dONLNd„_ƒk )X myScrollRect°dONLNdÔ_ kê)H  to the left or up. This is apprR`°dONLNd_êkı)Ñopriate when the user .°dONLNd%llxß(ulintends to scrö°dONLNd3lßxÏ);oll right or dow.Ä°dONLNdClÌx˙)Fn bÄ°dONLNdFl˚x)ecauseO °dONLNdLlx),œ °dONLNdMlxÇ) when the application fi3Ä°dONLNdelÉx‹)inishes updating the °dONLNdyylÖê(Çlwindowé°dONLNdyêÖ·)$, the user sees morÄ°dONLNdíy‚ÖÙ)R=e of the right and the bottom of the document. (Remember: to °dONLNdœÜlíx(èlscrÚ@°dONLNd“Üxíñ) Boll down or right, move the bit image up or left, both of which ar·†°dONLNd    Üñí·(èñe in the negative °dONLNd    &ìlüx(úldirI °dONLNd    )ìyüô)ection.)ˇ@†@ˇ ˇˇˇˇ@
  3712. ˇ·ˇ‚7^
  3713. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äUsing Basic QuickDraw
  3714. , (‡2-23
  3715. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3716. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3717. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3718. 4€4—?òÄ
  3719. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3720. ˛ˇˇˇ
  3721. ˛ˇˇˇ
  3722. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3723. ˛ˇˇˇˇ
  3724. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3725. ˛ˇˇˇˇ
  3726. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3727. ˛ˇ˛ˇˇ
  3728. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3729. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3730. ˛ˇ˛ˇˇ
  3731. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3732. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3733. ˛ˇˇˇˇ
  3734. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähï(eäIn /‡°dONLNd\ñhÆ) Figur†°dONLNd\Æh¬)e 2-5† °dONLNd\¬hw)+, the application determines a vertical scrч°dONLNd8\wh)µ"olling distance of –100, which it .°dONLNdZiäuΔ(räpasses in the ,
  3735. Courier°dONLNdhiΔu¸)<    vDistance°dONLNdqi¸uk)6 parameter as shown herR`°dONLNdàikus)oe:°dONLNdãÄäå™(âä0ScrollRect(myScrollRect, 0, –100, updateRegion);.°dONLNdºòä§ê*If2`°dONLNdæò맺)    , however?°dONLNd«òº§æ)+,ø°dONLNd»ò様) the user wer`°dONLNd’ò¯§B):e to move the scr凰dONLNdÊòB§    )J,oll box back to the beginning of the documenÁ‡°dONLNdò    §)«t °dONLNd•ä±¡(Æäat this point,Ô@°dONLNd"•¡±)7L the application would determine that it has a distance of 100 pixels to scr™@°dONLNdn•±(Æoll .°dONLNdr≤äæÈ(ªäup, and it would therR`°dONLNdá≤Èæ˚)_efor$¿°dONLNdã≤˚æù)&e pass a positive value of 100 in the $¿°dONLNd±≤ùæ”)¢    vDistance$¿°dONLNd∫≤”æ)6
  3736.  parameterg`°dONLNdƒ≤æ)1.ˇˇÍr°dONLNdΔƒä–†(ÕäBy cr<“°dONLNdÀƒ°–Ú)eating an update rŒà°dONLNd›ƒÚ–P)Qegion for the window¢fi°dONLNdÒƒP–T)^, ˇˇøVçP°dONLNdÛƒU–ë)
  3737. ScrollRectˇˇÍrçP°dONLNd˝ƒë–ü)< forJ"°dONLNdƒ†–˚)ces an update event. ïä°dONLNdƒ˚–)[After °dONLNd—䛣(⁄äusing °dONLNd"—£›fl)
  3738. ScrollRect°dONLNd,—fl›j)< to move the bit image that alrR`°dONLNdK—j›‡)ãeady exists in the windowg`°dONLNdd—fl›ˆ)u, the .°dONLNdjfiä͢(ÁäPapplication must use its own window-updating code to draw pixels in the update rôÄ°dONLNd∫fi˘Í(Á˘egion °dONLNd¿Î䘠(Ùäof the window4¿°dONLNdÕΠ˜Å)@'. (See the chapter “QuickDraw Drawing” ¿°dONLNdÙÎǘ∏)∏in this book ë`°dONLNdÎ∏˜˛)6for information °dONLNd¯ä(äabout drawing into a windowÙÄ°dONLNd,¯)É.).°dONLNd/
  3739. ä¢(äAs prR`°dONLNd4
  3740. ¢˛)eviously explained, R`°dONLNdH
  3741. ˛:)\
  3742. ScrollRectR`°dONLNdR
  3743. :P)< in ef$¿°dONLNdX
  3744. P≠)fect changes the coor˜ °dONLNdm
  3745. ¨Ì)\dinates of the .°dONLNd|ä#¯( äapplication’s document r∫ °dONLNdî¯#
  3746. )necor.Ä°dONLNdò #)d rè@°dONLNdõ#|) elative to the local coorG‡°dONLNd¥}#‘)fdinates of the port r~¿°dONLNd…‘#    )Wectangle. In °dONLNd÷$ä00(-ä'terms of the graphics port’s local coor®‡°dONLNd˝$00ù)¶dinate system, the upper͇°dONLNd$ù0Î)m-left corner of the °dONLNd)1ä=≥(:ädocumen˜†°dONLNd01≥=æ))t nã`°dONLNd31ø=ƒ) o‡°dONLNd41≈=)w has a vertical coorl`°dONLNdI1=M)Z dinate of –@°dONLNdT1N=X)/10@°dONLNdV1X=])
  3747. 0@°dONLNdW1]=_),ó@°dONLNdX1_=f) a@°dONLNdZ1g=„)s shown on the right side of ˆ¿°dONLNdw1„=˚)|Figur…Ä°dONLNd|1˚=)e 2-5g°dONLNdÅ1=) .°dONLNdÇ>äJñ(Gäon °dONLNdÖ>ñJÆ) page °dONLNdä>ÆJ¡)2-21°dONLNdé>¡JÃ). Tï°dONLNdë>ÀJb)
  3748.  o facilitate updating the window™°dONLNd±>aJ÷)ñ, the application uses the ™°dONLNdÃ>÷J )u    SetOrigin™°dONLNd’> J)6 .°dONLNd÷KäWì(TäprG °dONLNdÿKîW≤)
  3749. ocedurfi`°dONLNdfiK≤Wp)+e to change the window origin of the port r”¿°dONLNd    KpW)æ%ectangle so that the application can °dONLNd.Xädë(aätrá`°dONLNd0XëdÀ)eat the upper
  3750. ¿°dONLNd=XÃdh);$-left corner of the document as agai" °dONLNdaXhdÛ)ú n having a local horizontal coorû@°dONLNdÅXÛd)ãdinate °dONLNdàeäq(näof 0 and a local vertical coorÛ °dONLNd¶eq6){ dinate of 0.ˇˇÄÆ.°dONLNd≥wäÉù(ÄäThe ˇ˛Ç
  3751. Æ°dONLNd∑wûÉ‘)    SetOriginˇˇÄÆÆ°dONLNd¿w‘Éfl)6 prSº°dONLNd√wflɸ) ocedur&°dONLNd…w¸É)e t¶ °dONLNdÃwÉÄ)
  3752. akes two parameters: the fi©Ç°dONLNdÁwÄɈ)zrst is a new horizontal coorˇH°dONLNdwˆÉ)vdinate .°dONLNd
  3753. Ñäêƒ(çäfor the upper≥`°dONLNdуê+):-left corner of the port rM‡°dONLNd1Ñ,ê‰)h+ectangle, and the second is a new vertical °dONLNd\ëäùù(öäcoor†@°dONLNd`ëùù∏)dinateÅ¿°dONLNdfëπùª) ¿°dONLNdgëºùˆ)for the upper5 °dONLNdtëˆù]):-left corner of the port rœ†°dONLNdéë]ùÑ)g    ectangle.fi`°dONLNdóëÑùÜ)' °dONLNdô£äØë(¨äAG@°dONLNdö£íØ“)ny time you ar¿‡°dONLNd®£“Ø›)@e rœÄ°dONLNd´£›ØP) eady to update a window •‡°dONLNd√£QØì)t(for example, a∞ °dONLNd“£ìر)Bfter scrÙ‡°dONLNd⁄£±Ø)olling it), you can use .°dONLNdÚ∞亵(πä    the ContrR`°dONLNd˚∞µº)+ol Manager function R`°dONLNd∞ºj)[GetControlValueR`°dONLNd∞jº )Z to determine the curr$¿°dONLNd4∞ º˚)` ent setting °dONLNd@Ωä…ì(Δäof°dONLNdBΩì…ï)     °dONLNdCΩï…Ê)the horizontal scrR`°dONLNdUΩÊ…)Qoll barï°dONLNd\Ω…),ï°dONLNd]Ω…) anï°dONLNd`Ω…>)
  3754. d you can ï°dONLNdjΩ>…ê)+pass this value to ï°dONLNd}Ωê…Δ)R    SetOriginï°dONLNdÜΩΔ…˙)6  as the new °dONLNdí ä÷œ(”ähorizontal coorR`°dONLNd° œ÷)E'dinate for the window origin. Then use R`°dONLNd» ÷Ÿ)∞GetControlValueR`°dONLNd◊ Ÿ÷)Z to determine °dONLNdÂ◊ä„≠(‡äthe currR`°dONLNdÌ◊≠„.)#ent setting of the vertical scr$¿°dONLNd ◊.„H)Åoll ba$¿°dONLNd◊H„L)rg`°dONLNd◊K„\). Pag`°dONLNd◊\„¢)ss this value to g`°dONLNd(◊¢„ÿ)F    SetOriging`°dONLNd1◊ÿ„ )6  as the new °dONLNd=‰ä√(Ìävertical coorR`°dONLNdJ‰√f)9$dinate for the window origin. Using R`°dONLNdn‰fú)£    SetOriginR`°dONLNdw‰ú)6 in this fashion lets you .°dONLNdëÒä˝ë(˙ätrá`°dONLNdìÒë˝À)eat the upper
  3755. ¿°dONLNd†ÒÃ˝p);%-left corner of the document as alwayy °dONLNd≈Òp˝‚)§s having a horizontal coor*`°dONLNdflÒ„˝)s dinate of 0 °dONLNdβä
  3756. €(äand a vertical coorÛ@°dONLNd˛˛€
  3757. )Qdinate of 0 wu °dONLNd     ˛
  3758. Ñ):hen you update (that is, r≤†°dONLNd    %˛Ñ
  3759.  )oedraw) the document within a °dONLNd    B äÆ(äwindowé°dONLNd    H Æ∞)$.°dONLNd    Jä)|(&ä8For example, after the user manipulates the vertical scrü¿°dONLNd    Ç|)˙)Úoll bar to move (either up or °dONLNd    †*ä6(3ä!down) to a location 100 pixels fr† °dONLNd    ¡*6ë)çom the top of the documenta¿°dONLNd    €*í6¨){, the aø °dONLNd    ‚*¨6
  3760. )pplication makes the °dONLNd    ˜7äC»(@äfollowing call:.°dONLNd
  3761. NäZˆ*SetOrigin(0, 100);.°dONLNd
  3762. fär∫*
  3763. Although t‚‡°dONLNd
  3764. $f∫r”)0he scrp °dONLNd
  3765. *f‘r")olling distance in «¿°dONLNd
  3766. =f"r:)NFiguröÄ°dONLNd
  3767. Bf:rN)e 2-58°dONLNd
  3768. GfOrü) is –100, which is rö °dONLNd
  3769. [für‰)Pelative, the currs °dONLNd
  3770. lf‰r)E ent setting °dONLNd
  3771. xsä∂(|ä for the scrㆰdONLNd
  3772. És∂‘),oll bar L °dONLNd
  3773. ãs’A)on the right side of the fi¨Ä°dONLNd
  3774. ¶sAP)lgur¿°dONLNd
  3775. ©sQX)e Q`°dONLNd
  3776. ´sXë)is now at 100◊°dONLNd
  3777. ∏sëñ)9. ˇ&Ú@ˇ ˇˇˇˇ@
  3778. ˇ·ˇ‚7^
  3779. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3780. (‡*2-24    )BUsing Basic QuickDraw4^*¿¯
  3781. .°dONLNd\lh≥(elThe left side of °dONLNd\≥hÀ)GFigurR`°dONLNd\Àh‡)e 2-6R`°dONLNd\‡hÜ)$ shows how the application uses the ,
  3782. CourierR`°dONLNd?\Ühº)¶    SetOriginR`°dONLNdH\ºh»)6 pr$¿°dONLNdK\»hÂ) ocedur˜ °dONLNdQ\‰hˆ)e to .°dONLNdVilu”(rlmove the window origiW¿°dONLNdki‘u‡)hn sÊ °dONLNdni‡u&) o that the upper© °dONLNd~i'uü)G-left corner of the documen…†°dONLNdôiüu™)xt n]`°dONLNdúi´u∞) o“‡°dONLNdùi∞u”)w has a °dONLNd•vlÇØ(lhorizontal coor≥¿°dONLNd¥vØÇ1)Cdinate of 0 and a vertical coorQ‡°dONLNd”v2Çf)Édinate of 0 ie °dONLNd‡vfÇ⁄)4n the graphics port’s local °dONLNd¸Élè(ålcoor†@°dONLNdÉè⁄)dinate system. This rG`°dONLNdÉ€è)\estor ‡°dONLNdÉè) es the coorœ °dONLNd%Éè)/1dinates that the application originally assigned °dONLNdVêlú(ôl!to the document in its document ro¿°dONLNdwêú)ñecor‰ °dONLNd{êúÏ)2d and makes it easier for the application to draw °dONLNd≠ùl©≠(¶lin the update rç °dONLNdºù≠©)Aegion of the windowI‡°dONLNdœù©
  3783. )[.
  3784. À*‹¯4Ã*‹¯"Ã*]
  3785. ˇ·ˇ‚7^    °dONLNd—¡lÃñ(…l
  3786. Figure 2-6°dONLNd‹¡ÆÃY)B*Updating the contents of a scrolled window
  3787. °dONLNd˜lâ(lAfter rfi¿°dONLNd˜â.)%estoring the document’s original coor`°dONLNd4˜/Û)¶+dinates, the application updates the window"Ä°dONLNd_˜Û¯)ƒ, °dONLNdal•(l as shown on 0 °dONLNdm¶∂):the çÄ°dONLNdq∂Ì)right side of _Ä°dONLNdÓ)8Figur2@°dONLNdÑ)e 2-6œ¿°dONLNdâµ)$. The application draws lines 16 thrÊ@°dONLNd≠µ›)õ    ough 24, °dONLNd∂l£(lwhich it stor∑°dONLNd√£)7es in its own document r|°dONLNd€")mecor`°dONLNdfl"j)d as beginning a}Ä°dONLNdÔkÆ)It a vertical coorF°dONLNdØ›)D dinate of 1‡°dONLNd ›‚).6‡°dONLNd ‚È)0 °dONLNdl*q('la°dONLNdq*•) nd ending al¿°dONLNd¶*È)5t a vertical coor5@°dONLNd+Í*)D dinate of 2‡ °dONLNd6*).5‡ °dONLNd7*$)0.°dONLNd:0l<r(9lTµ¿°dONLNd;0q<|)o rp@°dONLNd>0}<∏) Feview what has happened up to this point: the user has dragged the scrt°dONLNdÑ0∏<Ù(9∏oll box down °dONLNdë=lI¨(Flthe vertical scrµÄ°dONLNd°=¨I¥)@>oll bar; the application determines that this amounts to a scr]`°dONLNdfl=µIÈ(Fµoll distance .°dONLNdÌJlV_(Sl8of –100 pixels; the application passes this distance to °dONLNd%J_Võ)Û
  3788. ScrollRect°dONLNd/JõVÔ)<, which shifts the .°dONLNdBWlc)(`l&document displayed in the window upwarÄ°dONLNdhW*cä)æd by 100 pixels and crÊÄ°dONLNd~Wâc‘)_eates an update r@Ä°dONLNdèW’c)Legion °dONLNdïdlpè(ml    for the rfi`°dONLNdûdèpá)#:est of the window; the application passes the vertical scr†°dONLNdÿdàp§)˘oll barÄ°dONLNdfld•p¿)’s currƒ¿°dONLNdÊd¿p) ent setting .°dONLNdÚql}Û(zl(100 pixels) in a parameter to °dONLNdqÛ}))á    SetOrigin°dONLNdq)}Q)6
  3789.  so that t°dONLNd$qQ}y)(he upperR`°dONLNd,qy})(-left corner of the documenR`°dONLNdGq}ˆ)wt .°dONLNdI~lä»(álhas a horizontal coor¬ °dONLNd^~»äJ)\dinate of 0 and a vertical coor`@°dONLNd}~Kä¬)Édinate of 0 in the local coory°dONLNdö~¬ä‡)wdinate °dONLNd°ãlóõ(îl system of tt‡°dONLNd¨ãúó)0he graphics port; and, fi°@°dONLNd≈ãó)inally∂¿°dONLNd ãó‚)/, the application draws the text in the update °dONLNd˘òl§o(°lrE°dONLNd˙òp§À)egion of the window¿°dONLNdòÀ§Õ)[.
  3790. ‹*fl¯4€)‹*ò@@ˆ@ˆ‹* ¡…ˇ˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚ò@@Ĉ@Ĉ*\ …ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚ò@ÄúˆÄúˆ\*x …ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚òň@ˆHH™¨.IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3791. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ‹* 'ÅÅÅãŒ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î◊ÎÅÅÅ∏ÎÎÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÎÿÎÅÅÅ∏ÎÏÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÏÿÎÅÅÅ∏ÎÎÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÎÿÎÅÅÅ∏ÎÏÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÏÿiÎ÷ˇ˝ˇˇˆˇˇÍˇˇ˜ˇˇÈˇÓˇˇÙˇ„ˇˇ¢ˇ˝ˇˇ˜ˇˇÈˇˇ˜ˇˇÈˇ˚ˇıˇˇÒˇ˘ˇˆˇËÎÎÿbÏ◊ˇˇˇˇˆˇˇÍˇıˇÁˇÓˇˇÙˇ„ˇˇ£ˇˇˇˇ˜ˇˇÈˇıˇËˇ˚ˇıˇˇËˇˆˇËÏÎÿÎ◊ˇˇ˙ˇˇˇ˛¸ˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ¸ˇ
  3792. ˇˇˇˇˇˇ˝¸ˇˇˇ¸˛ˇˇˇ˛ˇˇˇ˛ˇˇ˝ˇˇ˛ˇ˛ˇˇˇßˇˇ˘ˇˇˇ˛¸ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˝ˇ˝ˇ˛˚ˇ¸ˇˇˇ˝¸ˇˇˇ˝ˇˇ¸ˇ˛˛ˇˇˇˇˇˇˇˇˇÎÎÎÿÎ◊˛ˇˇ¸ˇˇ¸ˇˇ¸ˇ¸˛ˇ%ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇ˝ˇˇˇˇˇ˘ˇ˝ˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇ˝ˇ®˛ˇˇ˚ˇ¸ˇˇˇ˝ˇ˝#ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ¯ˇ˝ˇˇ¸ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ˇÏÎÏÿ/Ïÿˇ˛ˇˇˇˇ˝ˇ¸ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇˇˇ˚    ˇˇˇˇˇ˛ ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇ©ˇ˛ˇˇˇˇ˛ˇ¸ˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇˇˇˇ˙ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇÏÏÎÿÎÿˇ˛ˇˇ¸ˇˇ¸ˇˇˇ˛ˇ˝˚ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ ˇˇˇˇˇ˛˛ˇˇˇ˝ˇˇ˛˛ˇˇˇ¸ˇˇˇ˛ˇ˝˛ˇˇˇ˛˛ˇ˝ˇˇˇ˛˝ˇ
  3793. ˇˇˇˇˇ®ˇ˛ˇˇ˚ˇ¸ˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇ˝˚ˇ˛˛ˇ˛ˇ¸ˇˇˇ¸ˇˇˇ˛ˇ˝ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇÎÎÏÿ Î¥ˇ˝ˇÅêˇ˛ˇfiˇ•ÎÎÿ Ï¥ˇ˝ˇÅêˇ˛ˇfiˇ•ÏÎÿ Î¥ˇ˝ˇÅêˇ˛ˇfiˇ•ÎÎÿ,Ηˇ¸ˇ˜ˇÏˇˇ˜ˇÅπˇ˜ˇÅÒÎÏÿ"Ï¿ˇÏˇıˇÅπˇ˜ˇÅÒÏÎÿjÎ◊ˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇ˝ˇ˛ˇ¸ˇ˛ˇˇÅŒˇˇˇˇ˛ˇ¸ˇ˛ˇ¸ˇÅÙÎÏÿnÎÿ4ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇ¸ˇ˝ˇÅ–ˇˇˇˇˇˇ¸ˇˇˇ¸ˇÅıÎÎÿuÏÿˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇÅ–ˇ˛ ˇˇˇˇˇˇ˝ˇˇ˛ˇˇÅıÏÎÿjÎ◊ˇˇˇˇ˛ˇˇˇˇ˛ˇˇ˛˛ˇˇˇ˛ˇˇˇ˛˛ˇˇˇˇ˛ˇ¸ˇˇˇÅŒ˛ˇ    ˇˇˇˇ¸ˇˇˇ˝ˇÅÙÎÎÿÎÕˇÅÅÅÌÎÏÿÏ–˛ˇÅÅÅÏÏÎÿÎÅÅÅ∏ÎÏÿÎÅÅÅ∏ÎÎÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÎÿÎÅÅÅ∏ÎÏÿÏ„ˇˇÅäˇˇÅ—ÏÎÿΉˇˇÅåˇˇÅ“ÎÏÿΉˇˇÅåˇˇÅ“ÎÎÿ,ωˇˇ˝¸ˇÅˇˇßˇˇ˝¸ˇÅˇˇÌÏÎÿ,Ήˇˇ˜ˇÅڡߡˇ˜ˇÅÚˇÌÎÎÿ(΄ˇˇˆˇÅÚˇ¶ˇˇˆˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿ{Ï÷ˇœËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë“ˇôˇœËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ“ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÏ÷ˇÚËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇôˇÚÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿ.Î÷ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇôˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿ.Î÷ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇôˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿòň@ĈHH™ú/IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3794. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ*\ 'Î÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿ.Î÷ˇ¸ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇôˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿ‘Î÷ˇ¸YÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË—ˇôˇ¸YËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË—ˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÚ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˝ˇôˇÚËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿ,Ï÷ˇ¸ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˝ˇôˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÏ÷ÅˇÍˇüÅˇÍˇÛÏÎÿ Î÷ˇÅÏˇˇ†ˇÅÏˇˇÙÎÎÿDÎ÷ˇ˝ˇ˘ˇ◊ˇÈÃˇ˛˙ˇ˝ˇ†ˇ˝ˇ˘ˇ◊ˇÈÃˇ˛˙ˇ˝ˇÙÎÏÿdÏ÷ˇ˝ˇˇ˚ˇ◊ˇ˝˚ˇˇˇ˜Ãˇ˛ˇ˛ˇˇ˝ˇ†ˇ˝ˇˇ˚ˇ◊ˇ˝˚ˇˇˇ˜Ãˇ˛ˇ˛ˇˇ˝ˇÙÏÎÿRÎ÷ˇ˚ˇ˚ˇœˇ¸ˇˇøˇ˛ˇˇ˝ˇˇ†ˇ˚ˇ˚ˇœˇ¸ˇˇøˇ˛ˇˇ˝ˇˇÙÎÏÿpÎ÷ˇ˝ˇˇ˚ˇ◊ˇ˚ˇˇ˛ˇˇˇ˚Ãˇ˛ˇ˛ˇˇ˝ˇ†ˇ˝ˇˇ˚ˇ◊ˇ˚ˇˇ˛ˇˇˇ˚Ãˇ˛ˇ˛ˇˇ˝ˇÙÎÎÿhÏ÷ˇ˝ˇˇ˚ˇ◊ˇ˚ˇˇˇˇ˝ˇ¸Ãˇ˛¸ˇˇ˝ˇ†ˇ˝ˇˇ˚ˇ◊ˇ˚ˇˇˇˇ˝ˇ¸Ãˇ˛¸ˇˇ˝ˇÙÏÎÿhÎ÷ˇ˝ˇˇ˚ˇ◊ˇ˚    ˇˇˇˇˇ˘Ãˇ˛ˇ¸ˇ˝ˇ†ˇ˝ˇˇ˚ˇ◊ˇ˚    ˇˇˇˇˇ˘Ãˇ˛ˇ¸ˇ˝ˇÙÎÎÿdÎΡ˛ˇˇˇˇˆˇ˚˘ˇœ    ˇˇˇˇ˛ˇƒ˙ˇ˝ˇˇµˇ˛ˇˇˇˇˆˇ˚˘ˇœ    ˇˇˇˇ˛ˇƒ˙ˇ˝ˇˇÙÎÏÿNÏÏ ˇˇˇˇˇˇ˜ˇ˝ˇˆ◊ˇÈÃˇı˝ˇ∂ ˇˇˇˇˇˇ˜ˇ˝ˇˆ◊ˇÈÃˇı˝ˇÙÏÎÿ>ÎÎ
  3795. ˇˇˇˇˇ˜ΔˇÈÃˇ˘˘ˇµ
  3796. ˇˇˇˇˇ˜ΔˇÈÃˇ˘˘ˇÙÎÏÿNÎÎ
  3797. ˇˇˇˇˇ˝¸ˇˇÅÚˇˇˇˇµ
  3798. ˇˇˇˇˇ˝¸ˇˇÅÚˇˇˇˇÙÎÎÿHÏÎ
  3799. ˇˇˇˇˇ˜ˇÅÚˇ˛ˇˇˇµ
  3800. ˇˇˇˇˇ˜ˇÅÚˇ˛ˇˇˇÙÏÎÿ@ÎΡ˛ˇˇˇˇˆˇÅÚ˛ˇ˝ˇµˇ˛ˇˇˇˇˆˇÅÚ˛ˇ˝ˇÙÎÎÿ Î÷ˇÚ{ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝˛ˇ˝ˇ†ˇÚ{ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝˛ˇ˝ˇÙÎÏÿ,Ï÷ˇÅÚˇ˛ˇˇˇ†ˇÅÚˇ˛ˇˇˇÙÏÎÿ(Î÷ˇÅÚˇ¸ˇˇ†ˇÅÚˇ¸ˇˇÙÎÏÿÎ÷ˇÅÚ˘ˇ†ˇÅÚ˘ˇÙÎÎÿ(Ï÷ˇÅÚˇ¸‡ˇˇ†ˇÅÚˇ¸‡ˇˇÙÏÎÿ<Î÷ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇ˛‡fl‡ˇˇ†ˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ‡‡fl‡‡ˇˇÙÎÎÿ,Î÷ˇÅÚˇ‡fl˛‡ˇˇ†ˇÅÚˇfl˛‡flˇˇÙÎÏÿ(Ï÷ˇÅÚˇ¸‡ˇˇ†ˇÅÚˇ¸‡ˇˇÙÏÎÿ,Î÷ˇÅÚˇ‡fl˛‡ˇˇ†ˇÅÚˇfl˛‡flˇˇÙÎÏÿ,Î÷ˇÅÚˇ˛‡fl‡ˇˇ†ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ(Ï÷ˇÅÚˇ¸‡ˇˇ†ˇÅÚˇ¸‡ˇˇÙÏÎÿ<Î÷ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇ˛‡fl‡ˇˇ†ˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ‡‡fl‡‡ˇˇÙÎÎÿ,Î÷ˇÅÚˇ‡fl˛‡ˇˇ†ˇÅÚˇfl˛‡flˇˇÙÎÏÿ(Ï÷ˇÅÚˇ¸‡ˇˇ†ˇÅÚˇ¸‡ˇˇÙÏÎÿ,Î÷ˇÅÚˇ‡fl˛‡ˇˇ†ˇÅÚˇfl˛‡flˇˇÙÎÏÿ,Î÷ˇÅÚˇ˛‡fl‡ˇˇ†ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ4Ï÷ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇ¸‡ˇˇ†ˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇ¸‡ˇˇÙÏÎÿ,Î÷ˇÅÚˇ˛‡fl‡ˇˇ†ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ,Î÷ˇÅÚˇ‡fl˛‡ˇˇ†ˇÅÚˇfl˛‡flˇˇÙÎÏÿ(Ï÷ˇÅÚˇ¸‡ˇˇ†ˇÅÚˇ¸‡ˇˇÙÏÎÿ,Î÷ˇÅÚˇ‡fl˛‡ˇˇ†ˇÅÚˇfl˛‡flˇˇÙÎÏÿ,Î÷ˇÅÚˇ˛‡fl‡ˇˇ†ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ4Ï÷ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇ¸‡ˇˇ†ˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇ¸‡ˇˇÙÏÎÿ,Î÷ˇÅÚˇ˛‡fl‡ˇˇ†ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ,Î÷ˇÅÚˇ‡fl˛‡ˇˇ†ˇÅÚˇfl˛‡flˇˇÙÎÏÿ"Ï÷ˇÅÚ˘ˇ¸ˇ¶ˇÅÚ˘ˇÙÏÎÿ,Î÷ˇÅÚˇ¸ˇˇ¸˝ˇ©ˇÅÚˇ¸ˇˇÙÎÏÿòňÄúˆHH™¨0IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3801. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ\*x '¥Î÷ˇÅÚˇ¸ˇˇ˘ˇ©ˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ¸ˇˇÙÎÎÿ-Ï÷ˇÅÚˇ¸ˇˇ˘ˇˇ™ˇÅÚˇ¸ˇˇÙÏÎÿ,Î÷ˇÅÚˇ¸ˇˇ¯ˇ™ˇÅÚˇ¸ˇˇÙÎÎÿ-Î÷ˇÅÚˇ¸ˇˇ¯ˇˇ´ˇÅÚˇ¸ˇˇÙÎÏÿ"Ï÷ˇÅÚ˘ˇ˜ˇ´ˇÅÚ˘ˇÙÏÎÿ0Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇÅÚˇfl˛‡flˇˇÙÎÏÿ∏Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ´ˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇ‡‡fl‡‡ˇˇÙÎÎÿ,Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇÅÚˇ¸‡ˇˇÙÏÎÿ0Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ´ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ0Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇÅÚˇfl˛‡flˇˇÙÎÏÿ,Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇÅÚˇ¸‡ˇˇÙÏÎÿsÎ÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇ¸AËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËπˇfl˛‡flˇˇÙÎÏÿ0Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ´ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ,Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇÅÚˇ¸‡ˇˇÙÏÎÿ0Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ´ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ0Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇÅÚˇfl˛‡flˇˇÙÎÏÿ,Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇÅÚˇ¸‡ˇˇÙÏÎÿ≠Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇÚ{ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇfl˛‡flˇˇÙÎÏÿ?Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ˘ˇˇ˘ˇ˚ˇ«ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ;Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ˘ˇˇ˘ˇ˚ˇ«ˇÅÚˇ¸‡ˇˇÙÏÎÿAÎ÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ˘ˇ˝ˇ˛˚ˇ¸ˇ ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿHÎ÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ˘ˇˇˇˇˇˇˇˇ¸ˇÀˇÅÚˇfl˛‡flˇˇÙÎÏÿDÏ÷ˇÅÚˇ¸‡ˇˇ˜ˇ˘ ˇˇˇˇˇ˛ˇˇˇˇ»ˇÅÚˇ¸‡ˇˇÙÏÎÿÕÎ÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ¯ˇˇ˛ˇ˛˛ˇ˛ˇ¸ˇÀˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇfl˛‡flˇˇÙÎÏÿ4Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇıˇ∏ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ0Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇıˇ∏ˇÅÚˇ¸‡ˇˇÙÏÎÿ4Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜˚ˇ˙ˇ∏ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ4Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇÔ◊æˇÅÚˇfl˛‡flˇˇÙÎÏÿò@@ˆ@ˆx*∏ …ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚ò@@Ĉ@Ĉ∏*¯ …ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚…ˇ¯˚?…ˇ¯˚¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
  3802. @Œ:œÄà   ÇhåQÀ    B)AÀ    ¬ÉÑÀ    $@íêËÑÀ    OৠÀ    PL¢ "À    1÷„ĸ À¡¡¡¡ò@ÄúˆÄúˆ¯* ˘˛    Éú`ˆ¿„%˛    "Ä@˛@Ä@˛Ä„'#&5µ∞é1⁄ΔáqÄÁ,ÏY‹·ÄÁYƒòp}ÎsÏÂ'#ƒë$ê$§ëRîÇQ$§IHDÑÇRDII QIIàÂ'#Dë$—$§qRóÇ$ºI0DÉÅêDIy *IIPÂ'#¬I@"II"$ò    ("I@íâ    †àíÇ@Tíí"†Â'#    I à"II"$†    )¢IHíêâ    §àíí@(íí!@Â'#9√yŇ8y¢˝∏Ï9Ÿc≥¿Á3é~√¿SˆÛÇIJ ¸˛D–˛ĸp˛p–¡¡#¿« p„|‡·"åB˝D ·&",vqÅTaÕgqŒéé∂0÷±§D√≥Ñl‚–ñ«ÿ‰&"%%$Ç©$â%íD§$ííDîàÚI)"JE!E‰&"$≈'ÇH‰    %ѧ    $írDîêâΔ("J!¬†‰&"HJHíHJ!$    HH%#    &!ÇPDî
  3803. B$Ö@‰&"JJIIJ)$IHH%$    (!íRÑîâD$Çĉ%!fl;ÃsL~Àú‹è;x~yv›ß?nGΔπÿˆ7ÊÖ„ÙÄ˚Ä˝›ı˙˝›¡¡€˛`@˛Ä>p › ¸ÄA›!l˝lvr¿ÌÊ *áù¿}ÁAù¿8Δ<fl!$JQ$EBJRóâîÄQRHÒƒîÄíR$flòň@ˆHH™ú1IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3804. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆx*∏ '≥Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇ¸‡ˇˇÙÏÎÿDÎ÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ˙◊◊◊◊˛˝◊◊◊˛◊ΔˇÅÚˇfl˛‡flˇˇÙÎÏÿGÎ÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ˙◊˝◊◊◊◊◊◊◊◊«ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿCÏ÷ˇÅÚˇ¸‡ˇˇ˜ˇ˙◊◊˝◊◊◊◊◊◊◊«ˇÅÚˇ¸‡ˇˇÙÏÎÿGÎ÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ˙◊˛◊˝◊◊◊◊◊«ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ4Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ◊ΩˇÅÚˇfl˛‡flˇˇÙÎÏÿ∑Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇÛ˛◊ºˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇ¸‡ˇˇÙÏÎÿ0Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇÅÚˇfl˛‡flˇˇÙÎÏÿ0Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ´ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ,Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇÅÚˇ¸‡ˇˇÙÏÎÿ0Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ´ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ∏Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇfl˛‡flˇˇÙÎÏÿ,Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇÅÚˇ¸‡ˇˇÙÏÎÿ0Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇÅÚˇfl˛‡flˇˇÙÎÏÿ0Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ´ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ,Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇÅÚˇ¸‡ˇˇÙÏÎÿ0Î÷ˇÅÚˇ˛‡fl‡ˇˇ˜ˇ´ˇÅÚˇ‡‡fl‡‡ˇˇÙÎÎÿ∏Î÷ˇÅÚˇ‡fl˛‡ˇˇ˜ˇ´ˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇfl˛‡flˇˇÙÎÏÿ,Ï÷ˇÅÚˇ¸‡ˇˇ˜ˇ´ˇÅÚˇ¸‡ˇˇÙÏÎÿ"Î÷ˇÅÚ˘ˇ˜ˇ´ˇÅÚ˘ˇÙÎÏÿ,Î÷ˇÅÚˇ¸ˇˇ˜ˇ´ˇÅÚˇ¸ˇˇÙÎÎÿ1Ï÷ˇÅÚˇ˛ˇˇˇ¯ˇˇ´ˇÅÚˇ˛ˇˇˇÙÏÎÿ≤Î÷ˇÅÚ˛ˇ˝ˇ¯ˇ™ˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝˛ˇ˝ˇÙÎÎÿEÎÏˇˇ˛˛ˇˇˇˆˇÅÚ˛ˇ˝ˇ˘ˇˇ¿ˇˇ˛˛ˇˇˇˆˇÅÚ˛ˇ˝ˇÙÎÏÿPÏÌˇˇˇ˛ˇˇ˜ˇÅÚˇ˛ˇˇˇ˘ˇ¿ˇˇˇ˛ˇˇ˜ˇÅÚˇ˛ˇˇˇÙÏÎÿ<Î͡˛ˇˇˇ˝¸ˇÅˇÈˇ¸˝ˇΩˇ˛ˇˇˇ˝¸ˇÅˇÈˇÙÎÏÿUÎÏˇˇ¸ˇˇˇ˜ˇˇˇˇ¸ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇˇˇ¸ˇˇ¸ˇºˇˇ¸ˇˇˇ˜ˇˇˇˇ¸ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡    fl‡ˇˇˇˇ¸ˇˇÙÎÎÿTÏÌˇ˝ˇˇˇˇ˜ˇ¸ˇ¸ˇÖ‡ˇ˝ˇ˘ˇ∑ˇ˝ˇˇˇˇ˜ˇ¸ˇ¸ˇÖ‡ˇ˝ˇ˘ˇÙÏÎÿPÎÌ˝ˇˇˇˇˇˆ˛ˇˇˇ¸ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡flˇˇ˝ˇˇ˛ˇ∑˝ˇˇˇˇˇˆ˛ˇˇˇ¸ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇˇ˝ˇˇ˛ˇÙÎÎÿ2Î÷˛ˇˇˇ¸ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡‡ˇˇ˚ˇ˛ˇ†˛ˇˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇˇ˚ˇ˛ˇÙÎÏÿ:Ï÷ˇ¸ˇ¸ˇÖ‡ˇ˝ˇˇ˚ˇ†ˇ¸ˇ¸ˇÖ‡ˇ˝ˇˇ˚ˇÙÏÎÿ8Î÷ˇˇˇˇ¸ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡
  3805. fl‡‡ˇˇˇˇ¸ˇˇ†ˇˇˇˇ¸ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇˇˇˇ¸ˇˇÙÎÏÿÎ÷ÅˇÈˇ†ÅˇÈˇÙÎÎÿÏ÷ˇÚËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇôˇÚÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿ*Ï÷ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇôˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿ*Ï÷ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇôˇ¸ËËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛Ë˝ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿ.Î÷ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇôˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿ.Î÷ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇôˇ¸ÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁ˝ˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿ.Î÷ˇ¸ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇôˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿòň@ĈHH™¨2IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3806. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ∏*¯ 'Î÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿ.Î÷ˇ¸ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇôˇ¸ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË˝ˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿ,Ï÷ˇ¸ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˝ˇôˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÏ÷ˇÅÚˇôˇÅÚˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿ,Ï÷ˇ¸ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˝ˇôˇ¸Á˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁË˝ˇÌÏÎÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÏÿÎ÷ˇÅÚˇôˇÅÚˇÌÎÎÿ8ÏÏˇˇ˛˛ˇˇˇˆˇÅÚˇØˇˇ˛˛ˇˇˇˆˇÅÚˇÌÏÎÿ>ÎÌˇˇˇ˛ˇˇ˜ˇÅÚˇ∞ˇˇˇ˛ˇˇ˜ˇÅÚˇÌÎÎÿ0Î͡˛ˇˇˇ˜Åˇˇ≠ˇ˛ˇˇˇ˜ÅˇˇÌÎÏÿ0ÏΡˇ˝ˇˇˇ˝¸ˇÅúˇˇ˝ˇˇˇ˝¸ˇÅ€ÏÎÿ.ÎÌ ˇˇˇˇˇˇÅï ˇˇˇˇˇˇÅ“ÎÏÿ*ÎÏˇˇ˛ˇˇˇˇÅìˇˇ˛ˇˇˇˇÅ—ÎÎÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÎÿÎÅÅÅ∏ÎÏÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÏÿÎÅÅÅ∏ÎÎÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÎÿÎÅÅÅ∏ÎÏÿÏÅÅÅ∏ÏÎÿÎÅÅÅ∏ÎÏÿÎÅÅÅ∏ÎÎÿ”ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏLÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÿ–Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎÿÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã7͡ˇ˛ˇˇ¸˛˚ˇ˛ˇ˛ˇ˛˛ˇˇ¸ˇ˛ˇ˘ˇˇ˛ˇ˛˛ˇÅÅÅ‹9͡˛ˇ˝ˇ¸ˇˇˇˇ˛ˇ˛ˇˇ˚ˇ˘ˇ˛ˇˇ˛ˇÅÅÅ€7͡˛ˇ˛ˇˇ˝ˇ˛ˇˇˇ¸ˇ˚ˇ˘ˇ˛ˇ¸ˇÅÅÅ€1Ρ˛ˇˇ˝ˇˇ¸ˇ˛˛˛ˇı˛˘ˇ˛ˇ˝ˇÅÅÅŸ8Ρ˛ˇˇ˛ˇ˚ˇˇˇ˙˛ˇˇ˝˛ˇˇ˛ˇ˝ˇÅÅÅŸ5Ïˇ˛ˇ¸ˇ˛ˇ˛ˇˇˇ¸ˇ˚ˇ˘ˇ˛ˇ˛ˇÅÅÅ◊;Ï˛˛˛ˇ¸    ˛ˇ˛ˇˇ˛ˇ˛ˇ˙ˇ˛ˇ˝ˇ˛ˇ˛ˇÅÅÅ◊.Ó¸ˇˇˇ˛˛ˇˇˇˇ˛ˇ˛˛ˇ˙˚ˇ¸˛ˇ˝ˇÅÅÅ÷ÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™ú3IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3807. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ¯* 'I͡ˇ˛˛ˇˇÂˇ˛ˇ˘ˇˇ¸˛ˇˇˇ˛˘ˇˇÙ˛Ó˛ˇü˛ˇˇ˛¯ˇˇÛˇ¯˛ˇÅöJ͡˛ˇ„ˇ˛ˇ˚ˇ˘ˇ˝ˇ˜ˇ¯ˇÏˇˇ‚ˇÛˇÒˇfiˇˇ˜ˇËˇÅô◊͡ˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ¸ˇ¯ˇ˝ˇ˝ˇ˛˛ˇ˛ˇˇ˛˛ˇˇˇˇˇˇ˛ˇˇˇ˝˛ˇ˛ˇ˛ˇˇ˙˛ˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˝ˇˇ˙˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇˇ˝˛ˇ¸¸ˇ˝ˇˇˇˇ˛˛ˇ˛˛ˇ¸ˇˇˇÅ©ıΡ˛ˇˇ˛ˇˇ˛˛ ˛ˇˇˇ˛˘ˇ˚˛˛ˇ˚ˇ˝ˇˇˇˇˇˇ˛˛˛˛ ˛ˇˇ˛ˇ˚ ˇˇ˛ˇˇ¸ˇˇ˛˛˛ˇˇˇˇˇ˛ ˇˇ˛ˇˇ˝ˇ˛ˇˇ˝ˇˇ¸ ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˚ˇ˛˛˛ˇˇ˛ˇˇ˛˛˛ˇˇ˛ˇÅ®ÁΡˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˙ˇ˛˛ˇˇ˛ˇ¸ˇ˝ ˇˇˇˇˇ˛˛ˇ˛ˇ˛ ˇˇˇˇˇ˚ˇˇˇ˝ˇ¸ˇ˝ˇ˛
  3808. ˇˇˇˇ˝ˇ˛
  3809. ˇˇˇˇˇ¸ˇ˛ˇˇ¸˛ˇ˚ˇˇˇ¸ˇ˛ˇ˛ˇˇˇ˝ˇˇˇ˙ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇÅßfiÏˇ˚ˇ˛ˇˇ˝    ˇˇˇˇ¯ˇ˘ˇ˛ˇ¸ˇ˝ˇˇˇˇˇˇˇ˛ˇ˛
  3810. ˇˇˇˇˇ˙ˇˇˇˇ˘ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇˇˇ˝ˇ˝ˇ˛ˇˇ˝ˇˇ˘ˇˇ¸ˇ˛ˇ˛ˇˇˇˇ¸ˇˇ˙ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇÅ¶ÌÏ˛˚ˇˇ˚ ˇ˛ˇˇˇ¸ˇ˛ˇ¸ˇ˛ˇ¸ˇ˝˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ¯ ˇˇˇˇˇ¸˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ ˇˇˇˇˇ˝ˇ˛ˇˇ˝ˇˇ¸ ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ˛˘ˇˇ˛ˇˇˇˇˇˇ˛ˇ˝ˇ˛Å•¡Ó˛ˇ˝˛ˇ˛ˇ˝ˇˇ˝ˇˇˇ˚˝ˇ˙˛ˇ˙˝ˇ˛˛ˇ˛˝ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇ˙˛ˇ˛ˇˇˇ˙ˇˇ˛˛ˇ˛ˇˇˇˇˇˇ˛˛ˇˇˇ˝ˇ˚˛ˇ˛ˇ˝ˇˇˇ˝˛ˇ˛ˇˇ˛ˇ˛˛ˇ˚ˇˇˇ˝˝ˇ˙ˇˇ˚ˇˇˇ˝ˇ˛ˇ¸ˇˇÅ§„ˇ˛ˇ—ˇ‰ˇ˛ˇÅÅÅ„ˇ˛ˇ—ˇˇ˛‰ˇˇ˛ÅÅÅˇÅÅÅãÅÅÅãq͡ˇ˛Ùˇ˛ˇˇ˜ˇˇ˛˛˛ˇˇÛˇÏˇ˛ˆ˛ˇˇ˜ˇˇ¸˛˛ˇ˛ˇ˛ˇˇ¸˛ˇˇÍˇÛˇ˛˛ˇ˛Ûˇˆˇ˛ˇˆˇ˙ˇˇ˛ˇˇ˛ˇˇÅãZ͡ӡˆˇˇ˛ˇˇÈˇÙˇ˜ˇ˛ˇ˜ˇ˚ˇ˛ˇ˝ˇ˚ˇ⁄ˇ˛ˇ˛ˇÈˇ˛ˇÓˇ˝ˇ˛ˇÅã‹Íˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ
  3811. ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇıˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇ˚    ˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇ˝˛ˇˇˇ˛ˇ˝ˇ¸ ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˝    ˇˇˇˇˇˇ˛¸ˇˇˇÅ†Ρ˛ˇˇ˛ˇˇ˛ˇˇˇ¸ˇˇˇˇ˛ˇˇˇ˛ ˇ˛ˇˇ˛˛ ˛ˇˇ˛ˇ˜ˇ˛ˇˇˇˇ˚˛ˇ˛ˇˇ˚ˇ˛ˇ˛ˇˇ˛ˇˇ˛ ˇˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇˇ˛˝ˇ¸ˇ˛ ˇˇˇˇˇ˛ˇ˛ˇ˝˛˛˛ˇˇ˛ˇ˛˛˛Åü‡Îˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ¸ˇˇˇ˛˛ˇˇ˚ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ¯ˇ˝ˇˇˇˇ˚    ˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇ˝ˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˙ˇ¸ˇ˛ˇˇˇˇ˚ˇˇ˛ˇ˝ˇ˛ˇ˛˛ˇ˝ˇˇˇÅû‹Ïˇ˛ˇˇ˝ ˇˇˇˇˇ˘ˇˇˇˇˇˇ˚ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ¸ˇˇˇˇ˚ˇ¸ˇˇ˚ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  3812. ˇˇˇˇˇ˛ˇ˝ˇ˛ˇˇˇ¸ˇˇˇ˙ˇ¸ˇ˛ˇˇˇˇ˚ˇˇˇ˝ˇ˛ˇˇˇ˝ˇˇˇÅùÈÏ˛˛˛ˇˇ˛ˇˇ˛ˇˇ¸˛¸ ˇˇ˛ˇˇ˛ ˇˇ˛ˇˇ˛ ˇˇˇˇ˛˙˛˛ ˛ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˚ˇ˛ˇˇ˛ˇˇ˛˚ˇˇˇˇ¸ˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇˇ¸ˇ˛ˇ˝ ˛ˇˇ˛ˇ˛ˇˇ˛˛˛˝ˇ˛ˇ¸ˇˇÅú‘Ó˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ˛˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˛˝ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇˇ˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇˇ˛¸ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˙˛ˇ˚ˇˇ˝ˇˇˇ˛ˇˇ˙ˇ˝˛ˇˇˇˇ˝ˇˇÅõôˇΔˇ˛ˇ˜ˇ˛ˇ‹ˇÅÅÈõˇƒ˛ˇı˛ˇˇ⁄ˇˇÅÅÍÅÅÅãÅÅÅãG͡ˇ˛ˇˇˇˇ‚ˇÎˇÎ˛˛˛ˇ˚˛‡ˇ˛ˇˇÌ˛ˇˇ˛ˇ˛ˇ˛ˇˇÈˇ˛ÅÅÈH͡˛ˇˇÙˇÙˇ—ˇˇˇ˙ˇˇˆˇÁˇÓˇ˛ˇˇ¸ˇ˛ˇ˘ˇÚˇÅÅË≠͡˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇˇˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ˙ˇˇˇ˙ˇˇ˝˝ˇ˛ˇ˛ˇ˙¸ˇ˝ˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˙ˇˇ¸ˇ˛ˇ˝ˇ˛ˇ˛ˇ˘˛ˇ˛ˇˇ˛ˇˇ˛˝ˇÅÅ˘»Îˇ˛ˇˇ˛
  3813. ˇˇˇˇ˛˛˛ˇˇ˛ˇ˛ˇ˛˛˛ˇˇ˝ˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇ˛ˇ˛ˇ˛¸ ˇˇ˛ˇˇ˘ˇ˛˛˛ˇ˛ˇˇˇ˚˛ˇ˙ˇ˛ˇ˛˛˛ˇˇ˛ ˇˇ˛ˇˇ˙ˇ˛ˇˇ˛ˇ˛ˇˇÅÅ˘ò@@ˆ@ˆ*T !$IëEAàûQì*Rx
  3814. $ììfi$fl!Hê¢Hä$Äí Ëæ    !T§Ä I!$ Hfl!Hî¢Hä$Ñî§(Ç    )(§ê(EI)$§Hfl!¯fi.hªùé1N<@Sº¿ÿÒ«<AÊ0‡flÚ˘˝ÄflÚp˘p˛Äfl¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ 0˸pœ˛@ 0˛@@œ˛ ßû#ñœ6Ï∞K–DíIíI$§ÄâH–$íOíI$ºÄâ@–…$êQ$íIAÄ–)$íë$íIIê–¸sò€∏igvƒ– ˛@˝ À ˛q¿˝‡À¡¡¿˝bŒ˝@@Ä—∂s·Õf9‹∞“ƒ%)H    ÑâëDÄ“$%xÑâÅDÄ“HJ Ä!    !â—HJRdê!    %"â—8k∞¬·~1ÇÁ—˘ ˘ ¡¡    ¯¿~@˝`—    ÄDÄ˝@‘‹‡HKb‹ÂÄd[;ŸéÂÄ÷ë âI"J$ÄHííDä$’‰ë êII‚2$ÄHíbCä$’â"AííIë$$âH’I"ARíDîIë%$âH’Õ-«‰1ˆÛ«;#˜7áç8’Ù œÙÄœ¡¡ €¸Ã
  3815.  "Ã
  3816. l˝lsñÃ
  3817. $JQ$HêÃ
  3818. $IëHêÃ
  3819. Hê¢Hë  Ã
  3820. Hî¢Hë àDÃ
  3821. ¯fi.hú‡‚Ãò@@Ĉ@ĈT*î ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆî*∞ ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™¨4IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3822. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ*T '∑Ρ˛ˇˇ˛
  3823. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˝ˇ˘ˇ˛ˇˇ˛ˇˇ˛ˇ¸
  3824. ˇˇˇˇˇ˜ˇˇˇˇˇˇ˝ˇ˙ˇ˙ˇ˙ˇˇ˛ˇˇˇˇˇˇ˘ˇˇ˝ˇ˝ˇ˛ˇˇÅÅ˘≠Ïˇ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇˆ¸ˇˇ˛ˇ¸ˇ¸ˇˇˇ˝ˇ¯ˇˇˇˇˇˇˇ˜ˇ˚ˇ˘ˇˇ˛    ˇˇˇˇ˝ˇ˙ˇˇˇ˝ˇ˚ˇˇÅůƒÏ˛˛˛ˇ˛
  3825. ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇˇ˛ˇˇ˛ıˇˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ˜ˇˇ˛ ˇˇ˛ˇˇ˚ˇˇ˝˛˛˛ˇ˛ˇ˛˛˛ˇˇˇˇˇ˙ˇˇ˛ˇˇ˛˛˛ˇÅůßÓ˛ˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛˛ˇ˙ˇˇˇ˛ˇ¯ˇ˛ˇ˚ˇ¸˛ˇ˝˝ˇ˛ˇ˙ˇˇ˛ˇ˝ˇˇˇ˚ˇˇˇˇ˛˝ˇ˛˛ˇ˛˛ˇ˛˛ˇ˝˝ˇ˛ˇ¸˝ˇˇˇ˛ˇˇ˝˛ˇÅňܡ∫ˇ›ˇÅÅÙàˇˇ˛ºˇˇ˛flˇ˛ˇÅÅÙÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÁˇÚˇˇıˇ˛ˇˇ’˛ˇˇÅÅŘ!ËˇÒˇˆˇ˛ˇˇ‰ˇÚˇÅÅÅı[Èˇˇ˝ˇ˝ˇ˛ˇ˛ˇˇ¸ˇ¸ˇ˛ˇ
  3826. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇˇˇˇ¸ˇˇˇˇ˛˛ˇÅÅÅ`Ͳˇ˛ˇˇ˛ˇˇˇ˛˝ˇ˙ˇ˛ ˇ˛ˇˇˇ˛ˇˇˇˇˇˇ˙ˇ˛ˇ˛ˇˇÅÅÅ[Ρ˛ˇˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇˇ˙ˇ˛ˇˇˇÅÅÅ˝Xϸˇˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ¸ˇ˙ˇ˛ˇˇˇÅÅŸcÌˇ¸ˇˇˇˇ˛ˇˇˇ¸ˇ˛ˇˇ˛ ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˙ˇ˛ˇˇˇˇÅÅÅˇXÓˇˇ˛˚ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˛ˇ¸˛ˇ˛ˇˇˇˇˇ˛ˇÅÅÅÊˇ¸ˇŸˇÅÅÅ÷ˡˇ˛˛˛ˇˇ€˛ˇÅÅÅ÷ÅÅÅãÅÅÅã͡ˇ˛ˇˇÊˇˇ˛⁄˛ˇ˛ˇÅÅÅÚ͡˛ˇÊˇ‡ˇ˙ˇÎˇÅÅÑe͡˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇˇ¯ˇˇ˛ˇˇˇ˛ˇ˝˛ˇ ˇˇˇˇˇˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇÅÅèiΡ˛ˇˇ˛ˇ˝ˇˇ˛ˇˇ˛˚ˇ˝    ˛ˇˇˇ˙ˇ˛˛˛˝ˇ˝ˇˇ˛ˇ˛˛˛ˇˇ˛˛˛ˇ˛ˇˇÅÅåYΡ˛ˇˇ˝ˇˇˇ˝˝ˇ˚ˇ˝˝ˇ˝ˇ˘˛ˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇ˛˝ˇˇ˚ˇˇ˛ˇˇÅÅå\Ïˇ˛ˇˇ˝ˇˇˇ˝ˇ¯ˇ˝ˇ¸ˇ˜ˇˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇ˛ˇ˝ˇ˚ˇˇ˛ˇˇÅÅãjÏ˛˛˛ˇ˝˛ˇˇ˛ˇˇ˚˛˛
  3827. ˛ˇ˛ˇˇ˙ˇˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅã[Ó¸ˇ˛ˇ˝ˇˇˇˇˇ˛ˇˇ˚˚ˇˇˇ˝ˇˇ˝ˇ˝ˇˇˇ˛ˇ˝ˇ˝˝ˇ˚ˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˛ˇÅÅã ªˇÅÅÅ“ ΩˇÅÅÅ–ÅÅÅãÅÅÅã0͡ˇ˛˛ˇˆˇ˛˙˛˛ˇ˛ˇ˜˛ˆ˛ˇ›ˇ˛ˇ˛ˇÅÅÜ6͡˝ˇ˙ˇ˛ˇ˘ˇ˛ˇ˜ˇıˇ⁄ˇ˛ˇÙˇÙˇÅÅ°}͡˝˛ˇˇˇ˛ˇ˛ˇ˚ˇˇ˜ˇˇˇˇˇ˛˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˘ˇˇˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅŨÅΡ˝˛ˇˇ˛˛˛ˇ¸˛ˇ˛˜ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇˇ˘ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅ©|θˇˇˇˇ˛ˇˇ¸ˇˇ¯ˇ˛ˇˇˇˇˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˘ˇˇ˛
  3828. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅÅ©xÏˇˇ˛ˇˇˇ˛ˇˇ¸ˇı¸ˇˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅ®ÑÏ˛˛    ˛ˇˇˇ˛ˇ˛¸ˇ˛ˇ˙ˇ¸˛ˇˇˇˇˇ˛˛˛ˇˇ˛˛˛ˇˇ˘ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛˛ˇÅÅ®zÓ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˛˚ˇˇ˝ˇˇ˛¸ˇˇˇ˝ˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˛˚ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅ® óˇÅÅň ôˇÅÅÅÙÅÅÅãÅÅÅã Íˇˇ˛ˇˇˇˇ’ˇ˛ˇ˚˛ˇˇÅÅÅ„+͡˛ˇˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅ„?͡˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˙ˇ˘ˇÅÅÅ„BΡ˛ˇˇ˛
  3829. ˇˇˇˇ˛˛˛ˇˇ˛ˇˇ˛ˇ˛˙˛ˇ˘ˇÅÅÅ·?Ρ˛ˇˇ˛
  3830. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ¯ˇ˚ˇÅÅŇ@Ïˇ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¯ˇ¸ˇÅÅÅfiIÏ˛˛˛ˇ˛
  3831. ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˝˛˛˛ÅÅÅ·>Ó˛ˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˝ˇÅÅÅflòň@ĈHH™ú5IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3832. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈT*î 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™¨6IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3833. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆî*∞ 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ∞* ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ*0 ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ0*L ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™ú7IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3834. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ∞* 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHH™¨8IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3835. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ*0 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™ú9IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3836. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ0*L 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆL*å ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉå*à¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆÃ*Ë ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™¨:IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3837. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆL*å 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHH™ú;IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3838. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉå*à'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™¨<IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3839. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆÃ*Ë 'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãˇ6⁄@ˇ ˇˇˇˇ@
  3840. ˇ·ˇ‚7^
  3841. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äUsing Basic QuickDraw
  3842. , (‡2-25
  3843. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3844. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3845. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3846. 4€4—?òÄ
  3847. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3848. ˛ˇˇˇ
  3849. ˛ˇˇˇ
  3850. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3851. ˛ˇˇˇˇ
  3852. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3853. ˛ˇˇˇˇ
  3854. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3855. ˛ˇ˛ˇˇ
  3856. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3857. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3858. ˛ˇ˛ˇˇ
  3859. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3860. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3861. ˛ˇˇˇˇ
  3862. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh≥(eäHowever †°dONLNd\≥hA))!, the window origin of the port rî¿°dONLNd(\Ah™)éectangle cannot be left aᇰdONLNdA\´h˘)jt the point with a °dONLNdTiäu](rä2horizontal value of 0 and a vertical value of 100;8°dONLNdÜi^uÙ)‘# instead, the application must use ,
  3863. CourierˇˇΩ .°dONLNd©väÇ¿(ä    SetOriginˇˇÈÓ°dONLNd≤v¿Ç–)6 to r&<°dONLNd∑v—ÇÚ)    eset it t˙°dONLNd¿vÚÇE)!o a horizontal cooräB°dONLNd”vFÇÀ)Tdinate of 0 and a vertical coorÿ6°dONLNdÚvÀÇ)Ödinate of 0 añ°dONLNdˇvÇ)8fter .°dONLNdÉäèL(åä)performing its own drawing, because the Wk °dONLNd-ÉLèk)¬indow ç °dONLNd3Ékèï)Manager ü °dONLNd;Éïè¬)*    and ContrqÄ°dONLNdDɬè)-    ol ManageÓ¿°dONLNdMÉèˆ).r °dONLNdOêäúè(ôäa°dONLNdPêèú()lways assume the window’s upper‡°dONLNdoê)úQ)ö
  3864. -left poinl`°dONLNdyêQú≥)(t has a horizontal coorp‡°dONLNdêê≥úˇ)bdinate of 0 and a °dONLNd¢ùä©¿(¶ävertical coor °dONLNdØù¡©˙)7dinate of 0 wà°dONLNdºù˙©?)9hen they draw i.†°dONLNdÀù@©M)Fn a°dONLNdŒùM©t) window°dONLNd’ùt©y)'. °dONLNd◊ùy©ë)Figur‡¿°dONLNd‹ùꩧ)e 2-7~@°dONLNd·ù•©Ï) shows how the .°dONLNd™ä∂÷(≥äapplication uses °dONLNd™÷∂ )L    SetOrigin°dONLNd
  3865. ™ ∂T)6 to set the upperR`°dONLNd™T∂æ)H-left corner of the port r$¿°dONLNd5™æ∂)jectangle back t$¿°dONLNdD™∂)Co a .°dONLNdH∑ä√Õ(¿ähorizontal coor≥¿°dONLNdW∑Õ√O)Cdinate of 0 and a vertical coorQ‡°dONLNdv∑P√Ü)Édinate of 0 a|¿°dONLNdÉ∑Ü√Ê)6t the conclusion of its °dONLNdõƒä–¶(Õäwindo"°dONLNd†ƒß–∏)w-u‘°dONLNd£ƒ∏–…)pdaÒ‡°dONLNd¶ƒ…–‡)ting r¬ °dONLNd¨ƒ·–ˇ)outine.    °dONLNd¥ËäÛ¥(ä
  3866. Figure 2-7°dONLNdøËÃÛí)B3Restoring the window origin of the port rectangle tâ°dONLNdÚËíÛó)Δoâ–°dONLNdÛËóÛ) a horizontal coordinate of 0 
  3867. ¸H4˝H
  3868. ˇ·ˇ‚7^°dONLNdÚÃ˝?(˙Ãand a vertical coordinate of 0
  3869. ˇˇ„$.°dONLNd1(ä4,(1ä$This example illustrates how to use ˇˇ©l“ÿ°dONLNdU(,4b)¢    SetOriginˇˇ„$“ÿ°dONLNd^(b4w)6 to ofkÄ°dONLNdd(x4µ)fset the port rÁL°dONLNds(µ4ı)=ectangle’s coorú–°dONLNdÇ(ˆ4)Adinate .°dONLNdâ5äA˜(>äsystem so that you can trFÄ°dONLNd¢5¯A{)neat objects in a document as fi °dONLNd¡5|Aˆ)Ñxed in the document’s own °dONLNd€BäNù(Käcoor†@°dONLNdflBùN”) dinate spacez¿°dONLNdÎB‘NŸ)7. `°dONLNdÌBŸN)Alternativelyí`°dONLNd˙BN[)9, it’s possible to lı@°dONLNdB[Nï)Ieave the coor,`°dONLNdBñNı);dinate system for the °dONLNd1Oä[Õ(Xägraphics port fi$@°dONLNdAOŒ[)Dxed and instead ofY†°dONLNdSO[)Q4fset the items in a document by the amount equal to .°dONLNdá\äh®(eäthe scrR`°dONLNdé\®h˝)oll bar settings. ThR`°dONLNd¢\˝h)Ue R`°dONLNd§\h
  3870. )OR`°dONLNd•\
  3871. h@)    ffsetRectR`°dONLNdÆ\@hU)6 and R`°dONLNd≥\Uhã)    OffsetRgnR`°dONLNdº\ãhç)6 R`°dONLNdΩ\çhó)pr$¿°dONLNdø\óh¥)
  3872. ocedur˜ °dONLNd≈\≥hæ)es ˜ °dONLNd»\æhÏ)     (which ar…Ä°dONLNd—\ÏhÛ).e °dONLNd”iäuY(rä*described in the chapter “QuickDraw Drawin°dONLNd˝iYu~)œ    g”), the °dONLNdi~uÑ)%S°dONLNdiÑuú)ubPt°dONLNd iúuû) °dONLNd iûu®)prR`°dONLNdi®u≈)
  3873. ocedur$¿°dONLNdi≈uÃ)e $¿°dONLNdiÃu    )(described on °dONLNd$väÇ¢(äpage °dONLNd)v¢ǵ)2-53°dONLNd-vµÇ—)), and °dONLNd4v—Ç„)the °dONLNd8v„Ç)AddPt°dONLNd=vÇ) °dONLNd>vÇ)prR`°dONLNd@vÇ*)
  3874. ocedur$¿°dONLNdFv*Ç1)e $¿°dONLNdHv1Çn)(described on $¿°dONLNdVvnÇÜ)=page $¿°dONLNd[vÜÇô)2-52$¿°dONLNd_vôÇ©)) ar˜ °dONLNdcv®Ç)e useful if you pursue °dONLNdzÉäèµ(åä    this apprR`°dONLNdÉɵèÀ)+oachR`°dONLNdáÉÀè˙)    . Howeverï°dONLNdêɢè).    , it is rg`°dONLNdôÉèä)ecommended that you use g`°dONLNd±Éäè¿)t    SetOriging`°dONLNd∫É¿èÁ)6     instead.
  3875. ÚH˘≈4ÛH˘≈"ÙH]
  3876. à4 Üáò@@¯@¯áM¡ˡ˛‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹ò@@į@įMáçÁˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹ò@Äú¯Äú¯çá©Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹òů@¯HH™ú=IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3877. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯áM'ÅÅÅ⛲ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎÅҲÎÅØÏÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÏÎÅÅ·˛ÎÅØÎÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÎÎÅÅ·˛ÎÅØÏÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÏÎÅÅ·˛ÎÅØÎÎÅÅ·˛ÏÅØÎÏÅÅ·:˛Î“ˇ˝ˇˇ˜ˇˇÈˇˇ˜ˇˇÈˇÓˇˇÒˇ˘ˇ·ÎÎÅÅ·5˛Î”ˇˇˇˇ˜ˇˇÈˇıˇËˇÓˇˇËˇ·ÏÎÅÅ·è˛Ï”ˇˇ˘ˇˇˇ˛¸ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˝
  3878. ˇˇˇˇˇˇ¸ˇˇˇˇˇ˛ˇˇ˛¸ˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛ˇ
  3879. ˇˇˇˇˇÏÎÏÅÅ·é˛Î”˛ˇˇ˚ˇ¸ˇˇˇ˝ˇ˝#ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˘ˇˇˇˇˇ˝ˇ˝ˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÏÏÎÅÅ·ö˛Î‘ˇ˛ˇˇˇˇ˛ˇ¸ˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˝ˇˇˇ˛ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇˇˇˇˇÏÎÎÅÅ·ï˛Ï‘ˇ˛ˇˇ˚ˇ¸ˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇ˛ˇ˛˛ˇˇˇ˝ˇˇ˛ˇˇˇ˝ˇˇˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ    ˇˇˇˇÎÎÏÅÅ·˛ÎØˇ˛ˇÜÎÎÅÅ·˛ÎØˇ˛ˇÜÏÎÅÅ·˛ÏØˇ˛ˇÜÎÏÅÅ·8˛ÎÕˇ¸ˇ¯ˇËˇˇ¯ˇÏˇˇˆˇÙˇ¸ˇˇ”ÏÎÅÅ·.˛ÎΩˇËˇˆˇÏˇÙˇıˇ¸ˇˇ‘ÎÎÅÅ·u˛Ï”ˇˇˇˇˇ˝ˇ˛ˇ˝¸ˇ˝˛ˇ˛ˇˇˇˇˇ˚ˇˇˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇ¸ˇ˝ˇˇ˛ˇ˝ˇˇ‘ÎÏÅÅ·Ç˛Î‘ˇˇˇˇˇˇˇˇˇ˝ˇˇˇ¸ˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇ¸ˇˇ‘ÎÎÅÅ·Ñ˛Î‘ˇˇˇˇˇˇˇˇˇ˝ˇˇˇ˛
  3880. ˇˇˇˇˇˇ˝ˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ¸ˇˇˇ¸ˇˇ‘ÏÎÅÅ·v˛Ï”ˇˇˇˇ˝ˇˇˇ˝˝ˇ¸˛ˇ˛ˇ˛˛ˇˇ˛ˇ˛ˇ˛ˇˇ˝˛ˇ ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˚ˇˇ”ÎÏÅÅ·˛Î»ˇÅÈÏÎÅÅ·˛ÎÀ˛ˇÅËÎÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÎÎÅÅ·˛ÎÅØÏÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÏÎÅÅ·˛ÎÊˇˇˇ˛ˇˇÅ‘ÎÎÅÅ· ˛ÏÁ ˇˇˇˇˇˇÅ’ÎÏÅÅ·˛ÎÊ
  3881. ˇˇˇˇˇÅ’ÎÎÅÅ·'˛ÎÌ˝ˇ˛
  3882. ˇˇˇˇˇ˛ÅˇÍˇÔÏÎÅÅ·'˛ÏÊ
  3883. ˇˇˇˇˇ¯ˇÅÚˇÔÎÏÅÅ·&˛ÎÊˇˇˇ˛ˇˇ˜ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·H˛Î“ˇœ-ËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËË“ˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·ñ˛Î“ˇÚ{ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·°˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·°˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·òů@įHH™¨>IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3884. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įMáç'˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·ü˛Ï“ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·s˛Ï“ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË—ˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·ñ˛Î“ˇÚ{ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·°˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Î“ÅˇÈˇˆÏÎÅÅ·˛Ï“ˇÅΡˆÎÏÅÅ·-˛Î“ˇ˝ˇ˙ˇ÷ˇÈÃˇ˙ˇ˛˛ˇˆÏÎÅÅ·=˛Î“ˇ˝ˇˇ¸ˇ÷ˇ˛˚ˇˇˇˆÃˇˇ˛ˇˇ˛˛ˇˆÎÎÅÅ·2˛Ï“ˇ˙ˇ¸ˇœˇ¸ˇˇøˇ˛ˇˇ¸ˇˆÎÏÅÅ·C˛Î“ˇ˝ˇˇ¸ˇ÷ˇ¸ˇˇ˛ˇˇˇ˙Ãˇˇ˛ˇˇ˛˛ˇˆÎÎÅÅ·@˛Î“ˇ˝ˇˇ¸ˇ÷ˇ¸ˇˇˇˇ˝ˇ˚Ãˇ¸ˇˇ˛˛ˇˆÏÎÅÅ·?˛Ï“ˇ˝ˇˇ¸ˇ÷ˇ¸    ˇˇˇˇˇ¯Ãˇˇ¸ˇ˛˛ˇˆÎÏÅÅ·3˛Îfiˇˇ˜ˇ˙˙ˇœ    ˇˇˇˇ˛ˇƒ˙ˇ¸ˇˆÏÎÅÅ·)˛Îflˇˇ¯ˇ˝ˇˆ÷ˇÈÃˇı˛ˇˆÎÎÅÅ·"˛Ïflˇˇ¯≈ˇÈÃˇ˙˘ˇˆÎÏÅÅ·'˛Îflˇˇ˛˙ˇÅÚˇˇ˛ˇˆÎÎÅÅ·'˛Îflˇˇ¯ˇÅÚˇ˛ˇˇˆÏÎÅÅ·†˛Ïfiˇˇ˜ˇÚ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˝˛ˇˇˇˇˆÎÏÅÅ·˛Î“ˇÅÚ˛ˇ˛ˇˆÏÎÅÅ·˛Î“ˇÅÚˇ˝ˇˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚ˇˆÎÏÅÅ·˛Î“ˇÅÚ˘ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·§˛Ï“ˇ¸ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˝ˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·§˛Ï“ˇ¸ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˝ˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·®˛Î“ˇ¸ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·®˛Î“ˇ¸ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·˛Î“ˇÅÚ˘ˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚ˇˆÎÏÅÅ·•˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇ˚ˇˆÎÎÅÅ·òůÄú¯HH™ú?IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3885. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯çá©'˛Î“ˇÅÚˇ˚ˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚ˇˆÎÏÅÅ·˛Î“ˇÅÚˇ˚ˇˆÏÎÅÅ·˛Î“ˇÅÚ˘ˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ·®˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇ˛‡fl‡‡ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·_˛Ï“ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËËπˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·ö˛Ï“ˇÚËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·®˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇ˛‡fl‡‡ˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·®˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇ˛‡fl‡‡ˇˆÎÎÅÅ·ò@@¯@¯©áÈÁˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹ò@@į@įÈá)Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹Áˇ‹¡¡¡¡¡¡
  3886.  vq¿Ã
  3887. CB@Ã
  3888. ¢Ä@à   AF    %À    ‚#…'À    '¿RêtSÀ    ( RQÀ    –Q¶"¢À    ∏˛s‡~À¡¡¡¡¡˛Ň¯¸˝˘¿˘@È,˛Ç à@"˛ Ä@Í&¸Ä@à@˛"˝˚ Ä@Í.*XÊ{pÅ!›«fiÿ‡Âú^lÒ›pÌ«6¿~9gèæws68ú8·ÄÏ.*…,à‚$ôbeFbJ3I#&H”!îòÜrƒ â$ôF¢"@Ï.*í$Q‚g·!Ñä à¸TF(UD(ë$B"?√G"â|$#ÄÏ.*ƒQ$!Ñâ¿à¿TF(UD(é$B"0√I"q@$$ÄÏò@Äú¯Äú¯)áE-)"    £ @líg    »HåŸë —HÜpDrŒ#0íDÇ»L…Î.*sΔÒ¿|7„;üõ¡ª]œn;û¸√∏n¸wq‹ÕʘpgÄÏ˛¿¯¿¯&¸ ¸0˲@¯@¯B¸ ¸Ë˛įįѸ@¸ Ë˛˜˜x¸‡¸¿Ë¡"ĸ ˛˝¸˛@˝Ê( ˛"˛H"Ê'˝ ˛˛ ˛@"Ê($«fi˘€sA«;q̱ú‡~" l`v˚ÏÊqŒfl≥f9¡‹DÊ($9bñL§ôBY…í$ Iî"3ê#E)ñrhëô&HDÊ($aÑHQG!Ñ!
  3889. $Iì‚DF ‡Gä!Bë".'»PàÊ($aÑàQI!Ñ!
  3890. $IíD$F! *ä!Bë"2$PàÊ($Á
  3891. 9¢íg g4Ií)&FpàHå¬@Va$CÕ&DdLô°Ê($˚üÓsÕ;á9ŒÊˇ6≥É∏p5œa†#Òªö·ŒsõÓzgp‡Ê¡¡¡¡¡'ÄÄ˝˛ɇIJ¿˝¿ Á)Ƀ˛Ç í ÄÄÄ¿CÁ(ÉIJÇDzĽ @AÁ,(lÏÛÇäa€gÀÉú}èèn√ÏA6ls6pBF@ô„íÇ€:‡Í,(3%BäíIífLÄÙeñQë$L≤AíçåÉÈ%$@à§îÇdí@Í,(G
  3892. /ѧ‰$ܬ¢    "Hêƒ"=#.b@ÅH1á*ÄÍ,(D (•$$ÖëB¢"Hêƒ"$‚"‚2@ÅH9â*ÄÍòů@¯HH™¨@IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3893. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯©áÈ'˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·®˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇ˛‡fl‡‡ˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ·®˛Î“ˇ¸ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇ‡fl˛‡flˇˆÏÎÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ· ˛Î“ˇÅÚˇ‡fl˛‡flˇˆÏÎÅÅ·˛Ï“ˇÅÚˇ˚‡ˇˆÎÏÅÅ·®˛Î“ˇ¸ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇ‡fl˛‡flˇˆÏÎÅÅ· ˛Î“ˇÅÚˇ˛‡fl‡‡ˇˆÎÎÅÅ·˛Ï“ˇÅÚ˘ˇˆÎÏÅÅ·˛Î“ˇÅÚˇ˚ˇˆÎÎÅÅ·˛Î“ˇÅÚˇ˝ˇˇˆÏÎÅÅ·≤˛ÏÊˇ˛ˇˇˇ˜ˇ¸ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˝˛ˇ˛ˇˆÎÏÅÅ·-˛ÎÁˇˇˇ˝ˇˇ¯ˇÅÚ˛ˇˇˇˇˆÏÎÅÅ·.˛ÎÊˇ˛ˇˇˇ¯ˇÅÚˇ˛ˇˇˆÎÎÅÅ·"˛ÏÊˇ˝ˇˇˇ˛Åˇ„ˇˆÎÏÅÅ·µ˛ÎÊ
  3894. ˇˇˇˇˇ¯ˇˇˇˇ˚ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡    fl‡ˇˇˇˇ˛ˇˇˆÎÎÅÅ·Ø˛ÎÊˇˇˇ˛ˇˇ˜ˇ¸ˇ˚ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ¸ˇˇˇˇˇˆÏÎÅÅ·,˛Ï“˛ˇˇˇ˚ˇÖ‡ˇˇˇˇ˝ˇˇˆÎÏÅÅ·¶˛Î“˛ˇˇˇ˚ˇfl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇˇ˛ˇˇˇˇˆÏÎÅÅ·£˛Î“ˇ¸ˇ˚ˇ‡‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ˛ˇˇ˝ˇˇˆÎÎÅÅ·(˛Ï“ˇˇˇˇ˚ˇÖ‡ˇˇ˘ˇˆÎÏÅÅ·˛Î“ÅˇÈˇˆÎÎÅÅ·ñ˛Î“ˇÚ{ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·°˛Î“ˇ¸ÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁË˝ˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·°˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·°˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·°˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·ü˛Ï“ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·òů@įHH™úAIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3895. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įÈá)'˛Î“ˇÅÚˇÔÏÎÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·ü˛Ï“ˇ¸˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁ˛ËÁËË˝ˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·°˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÏÎÅÅ·°˛Î“ˇ¸ËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁÁËËÁ˝ˇÔÎÎÅÅ·˛Ï“ˇÅÚˇÔÎÏÅÅ·˛Î“ˇÅÚˇÔÎÎÅÅ·'˛ÎÁˇˇ˛ˇˇˇ˜ˇÅÚˇÔÏÎÅÅ·(˛Ïˡˇˇ˝ˇˇ¯ˇÅÚˇÔÎÏÅÅ· ˛Î½ˇˇˇ˛ÅˇÍˇÔÏÎÅÅ·˛ÎÁˇˇ˝ˇˇˇÅ’ÎÎÅÅ·!˛Ïˡ˛ˇˇˇˇÅ’ÎÏÅÅ·˛ÎË˝ˇˇˇ˛ˇˇÅ‘ÎÎÅÅ·˛ÎÅØÏÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÏÎÅÅ·˛ÎÅØÎÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÎÎÅÅ·˛ÎÅØÏÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÏÎÅÅ·˛ÎÅØÎÎÅÅ·˛ÏÅØÎÏÅÅ·˛ÎÅØÎÎÅÅ·˛ÎÅØÏÎÅÅ·fl˛ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎTÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÅÅ·›˝ÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅ·ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ5Ͳ˛ˇ˛˚ˇ˚ˇˇ˛ˇˇ˝˛˛ˇ˚ˇˇ˛¯ˇˇ˛˛˛ˇˇÅÅÅ€9͡˛ˇ¸ˇ˝ˇˇ˛ˇˇ˛ˇ˝ˇ˚ˇ¯ˇ˛ˇˇ˛ˇÅÅÅ€3͡˛ˇ˝ˇˇ˛ˇ˚ˇˇıˇ¯ˇ˛ˇˇ˛ˇÅÅÅ€2Ρ˛¸ˇ˛˛˛ˇ¸ˇˇıˇ¯ˇ˛ˇ˛ˇÅÅÅŸ/θˇ˛ˇ˛ˇ˛˝ˇˇˇıˇ¯ˇ˛ˇ˛ˇÅÅÅŸ6Ïˇ˝ˇ¸ˇ˙ˇˇˇ˙˛ˇˇ¸˛ˇˇ˛ˇˇˇˇÅÅÅŸ1Ïˇ˝ˇˇ¸ˇ˚ˇ˛ˇı˛¯ˇ˛ˇ˛˛˛ÅÅÅŸ>Ìˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇˇˇ˝ˇ˚ˇ˛ˇ¸ˇ˛ˇˇ˛ˇÅÅÅÿ*Ó˚ˇ˛ˇ˛˙ˇ˛ˇ¸ˇ˚˚ˇ˚˛ˇ˛˛ˇÅÅÅ◊ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ&͸ˇfl˛ˇ˚˝ˇ¸¸ˇ–ˇˇ›ˇæˇˇ∫ˇÅ√b͡˛ˇ˛„ˇ˛ˇ¸ˇ˛ˇ¸ˇ˛ˇı˛ÙˇÔˇ˛ˇÈˇıˇ‰ˇ¯ˇˇ¸ˇ˛ˇ‰ˇÌˇÏ˛˜ˇÅŒD͡Ÿˇ˘ˇ˚ˇ˛ˇıˇ·ˇ˛ˇ‹ˇ»ˇ¸ˇ˛ˇ‰ˇÌˇÏˇ˜ˇÅŒ¯Îˇˇˇˇ˛˛ˇˇˇ˝ˇˇˇ˛ˇˆˇ˘ˇ˚ˇˇ˝˛ˇ˛ˇ˛ˇ˛¸ˇ˝ˇˇˇˇˇ˛˛ˇ¸˛ˇˇˇˇ˛ˇ˙˛ˇˇ˝ˇˇˇˇˇ˝ˇ˛˛ˇ˛ˇˇ˛ˇ˝˛ˇˇˇ˛ˇ˛˛ˇ    ˇˇˇˇˇˇ˙˚ˇ˛˛ˇˇˇˇ˛ˇ˝ˇˇˇˇ˛¸ˇ¸ˇ˝ˇˇˇˇ˛ˇ˛ˇ˛ˇ
  3896. ˇˇˇˇˇˇ˛˛ˇ˛ˇ˛ˇ˝˛ˇ˛˛ˇ˝ˇˇÅ⁄&Π   ˇ˛ˇˇˇ˛˛˛ˇˇ˛ˇˇˇˇ˛ˇ¯ˇ˘˛˙˛˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛    ˇˇˇˇ˛˛˛ˇ˝ˇ˛ˇˇˇˇ˛ˇ˙ˇˇˇˇ˛ˇ˛ˇ˛˛˛ˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛
  3897. ˇˇ˛ˇ˛ˇ˝˛ˇ˛ˇ¸˛˛˛ˇ˛ˇ˛ˇ˝ ˇˇˇˇ˛ˇˇˇ˛ˇ˚ˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˝˛ˇ˛ˇ˛ˇˇÅ€Ï    ˇˇˇˇ˛ˇˇ˛ˇˇ˛¸ˇ˘ˇ˛˛ˇ˛ˇ˙ˇˇˇ˚ˇ˝ˇˇ˝ˇˇ˝ˇˇ˛ˇˇ˛ˇ¸ˇ˛ˇ˛˚ˇ˙ˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˝ˇˇˇˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˝ˇ˝ˇˇ¸ˇ˛ˇ˛˚ˇ˝ˇ˛ˇˇ˝ˇˇ˝ˇ˚ˇ˛¸ˇ¸ˇ˛˛ˇˇ˛ˇˇ˛ˇˇ¸ˇ˝ˇˇ˝ˇ˛˛ˇÅ⁄Ïˇ¸ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˆˇ¯ˇ˘ˇ˛ˇˇ¸ˇˇˇˇ˝ˇˇ˝ˇˇ˛ˇ˛ˇ˚ˇ˛ˇ˛ˇˇˆˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˝ˇˇˇˇˇ˛ˇ˝ˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇ˝ˇ˝ˇˇ¸ˇ˛ˇ˛ˇˇ˘ˇ˛ˇˇ˝ˇˇ˝ˇ˚ˇ˛ˇ˛ˇ¸    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˘ˇˇ˝ˇˇˇÅ⁄òůÄú¯HH™¨BIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3898. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯)áE'Ìˇ¸ˇ˛ˇ¸ˇˇˇˇ˛ˇˇˇ˚˛˜ˇ˘˛˛˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇˇ˘ˇ˛ˇ˛ˇˇ˛ˇ˘˛˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˝˛ˇ˛ˇˇ¸˛˛˛˛˛ˇˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇ˝ˇ˚ˇ˛ˇˇˇˇ˝    ˇˇˇ˛˛˛ˇ¸ˇˇ˛ˇ˝˛ˇ˛ˇ˛ˇˇÅŸÛÓ˛ˇ˛˛ˇ˝ˇ˛ˇˇ˝ˇ˛˛ˇ˙¸ˇ˚ˇ˙˛ˇ˛ˇˇ˚ˇ˛ˇˇ˛ˇ˛ˇ˚ˇˇˇ˝ˇ¸ˇˇ˛ˇ˚ˇ¯ˇ˛ˇ˛ˇ˛ˇ˝ˇˇˇ˛ˇ˝ˇ˛ˇ¸˛ˇ˛ˇ˛ˇ˝ˇ˚ˇˇˇ˝˛ˇ˛ˇ˝ˇˇ˛ˇ˚ˇ¸˝ˇ˛ˇ˛ˇ˛ˇˇ˝˛ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇˇˇ˝ˇ˛ˇ˛ˇ¸ˇˇ˛ˇ¸ˇˇˇÅ⁄(‰ˇˇˇÆˇˇˇ±ˇˇˇ÷ˇÕˇˇˇÅΩ(¡˝ˇØˇ˝ˇ≤ˇ˝ˇ÷ˇŒˇ˝˛ÅΩ(Êˇ˝ˇØˇ˝ˇ≤ˇ˝ˇ÷ˇŒˇ˝ˇÅº½ˇ≠˝ˇ∞˝ˇ÷˛ˇŒ˝ˇÅªÅÅÅâ%͡ˇ–ˇ·ˇÿ˛ˇÌˇ“ˇÂˇ◊˛ˇÅ∞VÍˇÚˇÓˇÛˇËˇ˚ˇˇÛˇÒˇ˝ˇ˛ˇÌˇ‰ˇ˛ˇÙˇÂˇˇÚˇÒˇ˝ˇ˛ˇÅ∞DͲfi˛Ûˇ·˛ˇÒˇ˝˛˛˛Ìˇ‰ˇˇÂˇÔˇÒˇ˝ˇ˛ˇÅ∞‡Îˇˇˇ˛¸ˇ˝ˇ¸ˇ˛ˇˇˇˇˇ˛ˇˇˇ¸˛ˇˇ¸˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˛˝ˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˚˚ˇ˛ˇ˛ˇ¸ˇˇ˛ˇˇˇˇ˝ˇ¸ˇˇ˚˛ˇˇˇ¸ˇ¸ˇˇˇ˛ˇˇˇ˝ˇ¸˛ˇ˛˛ˇ˛ˇˇˇ˚ˇˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇ¸˛ˇ˛ˇ˛ˇ˛ˇÅØ Îˇˇ˛ˇˇˇˇ˛#ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇ˛ˇ ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˝ˇ˛ˇ˝ˇˇ˛ˇˇˇˇ˛ˇ˝ˇˇ˚ˇ˛ˇˇ˛˛ˇ˛ˇ˛
  3899. ˇˇˇˇˇ˛ˇ˝ˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇ˛ˇˇ˛
  3900. ˇˇˇˇˇ˝ˇ˛ˇÅØ˝Ï˛˛˛ˇ˝ˇˇ˝˛˛˛ˇ˝˛ˇ˛ˇ˛˛˛ˇˇˇ˝ˇˇ˝˛˝ˇ˝ˇ˝ˇˇ˛ˇ˛˛˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇˇ˝˛˛˛¸ˇˇ˛˛˛˛˛ˇ˛ˇ¸ˇ˛ˇ˚˛˛˛˛ˇ˛ˇˇ˝ˇ˛ˇˇ¸ˇ˛ˇ˛ˇ˝ˇ˝ˇ˝˛˝ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˝˛ˇ˝ˇ˛ˇÅÆ˜Ïˇ˛ˇˇ˝ˇˇ˝ˇˇ˛ˇ˝ˇˇ˛ ˇˇˇˇˇ˝ˇˇ˝ˇ˝ˇ˝ˇ˝ˇˇ˛ˇˇ˛ˇˇˇ˛ ˇˇˇˇˇ˙ˇ˝ˇˇ˝ˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇ˙ˇˇˇ˝ˇ˝ˇ˛ˇˇ˝ˇˇ˛ˇ˝ˇ˝ˇ˝ˇ˝ˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˚ˇ˝ˇˇ˝ˇ˛ˇÅÆÌˇ˛˛ˇ˛ˇ˝ˇˇ˛˛ˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇˇˇ˝ˇˇ˙    ˇˇˇˇˇˇ˝ˇ˛ˇˇˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇÅ≠Ó˛ˇˇ˛˛ˇ˛ˇˇ˛ˇ˛˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˛ˇ˝ˇˇ˛˚    ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˝˛ˇˇ˙ˇ˛ˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝˛ˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇˇˇ˛ˇˇˇˇˇˇ˛˝˛ˇˇˇ˛˝˛ˇÅ¨ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâPͲˇÓˇ˜˛ˇ’ˇˇı˛ˇˇÁˇ¸ˇ˛˛ˇ¸ˇ‚ˇˇ‘˛˛ˇ˛Ëˇˇ˛ˇˇÔˇˇ˛ˇˇ˛˛ˇ˛ÅπwÍˇÛˇ¸ˇ˜ˇˇ¸ˇˇÙˇ¯ˇÙˇ˜ˇˇ˛ˇÁˇ¸ˇ˛ˇ¸ˇˇˇ˛ˇÏˇÍˇÎˇ˛ˇıˇ˜ˇ˝ˇˇ¯ˇ˘ˇ˝ˇ˝ˇˇÅπRÍˇÌˇ˜ˇˇ¸ˇˇÍˇÙˇ˜ˇ‚ˇ¸ˇ¯ˇ¸ˇËˇ”ˇ˛ˇÎˇ˚ˇÔˇ˝ˇ¸ˇÅπΡ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ ˇˇ˛ˇˇ˛ˇˇˇ˙ˇˇ¸˛ˇˇˇ˛˛˛˛ˇ˛ˇˇ˛ˇ˛ˇˇ¸˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛˝˛ˇ˛ˇˇ˛˛˛¸ˇˇˇ˛ˇ˛ˇˇ˛˛˛ˇˇˇˇˇˇ˛ˇ˛ˇˇ¸˛˝ˇ˛˛˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛˛˛˚
  3901. ˇˇˇˇˇ˛ˇ˛˛ˇˇˇˇ¸ ˇˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇÅÃΡ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇˇ˛,ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˙˝ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇ¸˝ˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇ¸¸ˇˇˇˇˇˇˇˇ˛ˇ˚ˇ˛ˇ˛ˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇÅÀˇÏˇ˛ˇ˛˛ˇ˝ˇˇ˛ˇ¸ˇ˝
  3902. ˇˇˇˇ˛ˇˇ¸ˇˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇˆ˙ˇ˝ˇ˝ˇˇ˛ˇˇ˛ˇ¸ˇˇˇ˛ˇˇˇ˛ˇˇ˝ˇˇ˛ˇ˘ˇ˛ˇ˛ˇ˛˝ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ¸ˇ˝ˇ˛ˇˇˇ˛ˇˇ˚ˇ˚ˇ˛ˇ˛ˇˇˇ¸ˇˇ˛ˇ¸ˇˇ˝˛ˇˇˇˇˇÅ Ïˇ˛ˇ˛    ˇˇˇˇˇ˛ˇˇ˘ˇˇˇˇ˛ˇˇ¸˛ˇ˛ˇˇˇ˝ˇ˛ˇ˛˛˛ˆ˛ˇ˝ˇ˝ˇ˝˛ˇ˛ˇˇ˛ˇ¸ˇ¸ˇ˛ˇˇˇ˛ˇ˛˝ˇˇ˛ˇ˘ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇ˛ˇ˝˛ˇˇˇ˚ˇ˚˛˛˛˛˛ˇˇ¸ˇ˛ˇ˛¸ˇˇ˛ ˇ˛ˇˇˇˇÅ ò@@¯@¯EáÖ+'åîŸäL$Iô"ÑyΔqLLë3âDIE‰î¡Ñ&òZ"È+'œ;nùß~lÓwáésπ∂?7€ùÕÓıÓÁËöÓpyŒœ„ç"Èı¯`p˛„    Ë  fi    Ë@@fi    ËÄÄfi¡í¯8„Ä˝ ûx˛ fi ä(Ä †ÄÄ fi¸
  3903. (IJ †ÄÄ fi"%ô›ºv>¿Ì˜ $Jπ¿u„Œ6y‡€úŒ}ć"$äH“"À!%(†vŒR@$§QM0e$Qé@‡"IE Cü&¶¶UHæ ä`ø¯Ä‡"Ië$E @…!"°ÄUH† ä°Ä‡!íi"Hã8ÑîrÑBDI DìdPAAíg1fl!˘æ74›‹«?‹ÉÑ8n EÕ∏ÿ|„ÅÊ‚πfiflÚ ˘˝ flÚ ˘˝ flÚ@˘˝@flÚ‡˘˝‡fl¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛¸0œ˛ ˛  œ˛P˝  œ˛ ¶€#à∂{fÁÿMé–,§H ôå¢H‡FR–‰QOê¢1DüÄà†–QH¢1DêÄà†–(¢ô0≥Dbô3a–=ŒÓ¸müÉππ– ˛@˝@À ˛@˝@À ˛ Ä˝ÄÀ ˛q¿˛¿À¡Ä˝ÄŒ˛ê–˛Ä–MÊÁ‡æmπ¯ÌÄ“Ê#(Ñ$ƒ&FS&—(F?‡9"H¸$(—(F"I"HÑ$(—–û2fPíLëúL–—∏oú?;êo7¯Ág8—˘@ ¡¡¡¡
  3904. `> ˝à—ò@@į@įÖá≈
  3905. @" ˛à Ä’
  3906. @ ( ˝à Ä’F|∞HScŒfl`gÌ≥éÿ÷¬(»xâîQieê    )FI2`÷ƒQêÚ(æòÜ $XàrBÄ÷DQÄ
  3907. (†ÜÜ $FàíBÄ÷…¢!Se%úH$I•$Õ’f˜sÒ>mª∏Óh~Ê˘∏÷sÄ÷Ù œ¡¡¡¡í¸ÄÕ ÄÕ ÄÕ
  3908. %ô›ºqˆÃ
  3909. $äH“&XÃ
  3910. IH`Ã
  3911. Ië$H`Ã
  3912. íi"Hô¿â@Ã
  3913. ˘æ74Œ‡q|á¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯≈á·¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HH™úCIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3914. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯EáÖ'Ìˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇ˛    ˇˇˇˇˇ˝ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇ˝ˇ˛˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˛ ˇˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇ¸ˇ˛ˇ˛ˇˇ¸ˇ˚ˇ˛˛ˇˇˇˇˇˇˇ¸ˇˇ˝ˇ˝
  3915. ˇˇˇˇˇˇ˝ˇˇˇˇ˝ˇ˛ˇ˛ˇˇ˛ˇ˛ˇÅ»Ó˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇ˛ˇ˝˛ˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇˇˇ˛ˇ˛ˇ˛ˇ˝ˇ˝˝ˇ˛˛ˇ˛ˇ˛ˇ˛ˇ    ˇˇˇˇˇˇ˛˚ˇˇˇ¸ˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˝˛ˇ˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇ˛ˇ˚ˇˇ˚˚ˇˇˇˇ˛ˇ˛ˇ˛ˇ¸˝ˇˇ˛ˇˇ˝ˇ˛ˇˇˇ˙ˇ˛˛ˇ˛ˇˇˇˇ˛ˇÅ»'õˇ≥˛Èˇ˛ˇˆˇ˛ˇˇfiˇ˛ˇˇ˛ÅóÅ¥ˇ˝ˇ˜ˇ˝ˇÅÅÏŵˇ˝ˇ˜ˇ˝ˇÅÅÎÅ¥ˇˇ˛ˇıˇˇ˛ˇÅÅÍÅÅÅâ3͡ˇˇˇ∂˛ˇ˛˛ˇ˛˛ˇÿˇÓ˛ˇ˝ˇ˝ˇ‰ˇÅÅÏW͡˛ˇˇÛ˛Ùˇ˛ˇÎˇˇ˛ˇˇ˛ˇˇ˛ˇˆˇÎˇ˚ˇˇ˛ˇˇ¸ˇÚˇˇÅÅÏC͡˛ˇˇÛˇÙˇ—ˇˇ˛ˇˇ˛ˇˆˇ‰ˇÏˇˇ¸ˇÚˇˇÅÅÏ≥Ρ˛ ˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˝ˇ˛˛ˇˇˇ˛¸ˇˇˇ˚˛ˇˇˇ¸ˇ˛ˇˇ˙ˇˇ˛ˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇ˙˛ˇˇ˝ˇ˛˝ˇ˛ˇ˛ˇˇˇˇ˘ˇ˝ˇ˝ˇ¸ˇˇˇˇ˛ˇ˛ˇ˘˝ˇ˛ˇ¸ˇˇˇÅÅ˙ÃΡ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ˝˛ˇˇ˛ˇˇ˛ˇˇ˚
  3916. ˇˇ˛ˇˇˇˇ˛ˇ˚ ˇˇˇ˛ˇˇ˘ ˇˇˇˇˇ˛ˇ˛˛˛˛˛ˇ˘ˇˇˇˇ˛ˇ˛¸ ˇˇˇ˛ˇˇ˙ˇ˛ˇ˛˛˛ˇ˛˛ˇˇÅÅ˚¨Ïˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇ˝ˇˇ˝ˇ˛ˇ¸ˇ˜ ˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇ˜ ˇˇˇˇˇˇ˛ˇ¸ˇ˝ˇ˘ˇ˙ˇ¸ˇ¸ˇ˛ˇˇˇˇ¯ˇ˛ˇˆˇ˛ˇÅÅ˙¥Ïˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˝ˇˇ˛ˇ˚ˇˇˇˇ˛ˇÛˇ˝ˇˇ˛ˇ¸ˇ˛ˇˇ˝ˇˇ˘ ˇˇˇˇˇˇ˛ˇˇ˘ˇ˙ˇ˘ˇ¸ˇ¸ˇ˛ˇˇ˝ˇˇ˙ˇ˛ˇˇ˝ˇ˝ˇ˛ˇÅÅ˙’Ìˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˝˛ˇˇ˛˛˛ˇˇˇˇ˝˛˛˛˝ˇ˛˛˛¸ˇ˛ ˇ˛ˇˇˇ˚˛˛˛ˇˇˇˇ˛ˇ˛˛˛ˇ¸˛¸ˇ˛ˇ˛˛˛¸ˇ˛ ˇ˛ˇˇˇ˝ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇÅÅ˘µÓ˛ˇ˚ˇˇˇ¸ˇ˛ˇˇ˛ˇ
  3917. ˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇ˛˛ˇ˘ˇ˛ˇˇ¸˛ˇ˝ˇ˝˛ˇ˚˝ˇˇˇ˛ˇ˛ˇ˚ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˝¸ˇ˛ˇ˛˛ˇ˚˝ˇˇˇ˛ˇ˛ˇ¸ˇˇˇˇ˛ˇ˛ˇ˝ˇÅůáˇ∂ˇfiˇÅÅÙáˇ∂ˇfiˇÅÅÙàˇ∂ˇfiˇÅÅÛⲡ∏˛ˇ‡˛ˇÅÅÙÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÊ˛Ú˛ı˛ˇ˛”ˇ˛ÅÅÅı ÁˇÒˇ˜ˇ˝ˇ„ˇÚˇÅÅÅÙˡˇÚˇ¯ˇ›ˇÚˇÅÅÅÙ`Èˇˇ˛ˇˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇ¯˛ˇˇˇ˛ˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇ˛ˇÅÅÅb͡˛ˇˇˇˇˇˇˇˇˇ˛ˇˇ˙ ˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˛˛ˇ˚ˇ˛    ˇˇˇˇˇÅÅÅVθˇˇ˛ˇˇ˛ˇˇ¸ˇˇ˙ˇ˝ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ˙ˇ˛ˇ˛ˇˇÅÅŸZÏˇ¸˛ˇ˛ˇ˛˛˛ˇˇ˚˛˙˛˝ˇˇ˛ˇ˛ˇ˛˛˛ˇ˛ˇˇ˛˝ˇ˙ˇ˛ˇ˛ˇˇÅÅŸeÌˇ¸ˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇ˙ˇ˛ˇ˛ˇˇˇ˝ˇÅÅÅTÓ˛ˇ˛˙ˇ˝ˇ˛ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇ˛ˇ˚ˇ˛    ˇˇˇˇˇˇ˚ˇ¸˛ˇ˛ˇˇˇ˛ˇˇÅÅÅÊˇ¸˛⁄˛ÅÅÅ”Êˇ¸ˇ⁄ˇÅÅÅ”Áˇ¸ˇ⁄ˇÅÅÅ“Ëˇˇ˛˛˛ˇˇ‹˛ˇˇÅÅÅ”ÅÅÅâ͸ˇÁ˛ˇ⁄ˇÅÅÅÍ#͡˛ˇÁˇ‚ˇ¯ˇˇÒˇÅÅÅ˛ Íˇ˛ˇÁˇ‚ˇ¯ˇÓˇÅÅÅ˛ZΡˇˇˇ˝ˇˇˇ˛ˇ˛ˇ¸ˇ˚˛ˇ˛ˇ˘ˇˇˇˇ¸ˇ¸˝ˇ    ˇˇˇˇˇˇ˛ˇ˚ˇ˛˛ˇˇˇˇˇÅÅäjΡ˛˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˝ˇ¸˛˛˛˛˛˚ˇˇˇˇ˛ˇ¸˛˛
  3918. ˛ˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇÅÅàPÏˇ˝ˇˇ˝ˇ˛ˇˇ˝¸ˇ˝ˇ¸¯ˇ˙˛ˇˇ˝ˇ¸ˇ˛ˇˇˇ˛˚ˇ˝ˇˇ˝ˇˇÅÅÜZÏˇ˝ˇˇ˝ˇ˛ˇˇ˝ˇ˘ˇ¸ˇ˛ˇ˜ˇˇˇ˝ˇ¸ˇ˛ˇˇˇ˛ˇ˝ˇ˝ˇˇ˝ˇˇÅÅÜkÌˇ˛ˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇˇˇ˝ˇ˛ ˇ˛ˇ˛ˇ˛ˇ˝ˇˇˇ˝ˇ¸
  3919. ˛ˇ˛ˇˇ˛ˇˇˇˇ˛˛
  3920. ˛ˇ˛ˇ˛ˇÅÅÖWÓ˚ˇ˛ˇ˝ˇˇ¸ˇ˛ˇ˝˚ˇ˛ˇ˛ˇˇ¸ˇˇ˝ˇ˛ˇˇ¸ˇˇ˘ˇ˛˛ˇ˛ˇˇˇ˛ˇ˛ˇÅÅÜ ¿ˇÅÅÅÀÅÅÅâÅÅÅâÅÅÅâÅÅÅâ#͸ˇÙˇˇ˙¸ˇÙˇÙˇ‹ˇ˛ˇÅÅÜòů@įHH™¨DIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3921. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įÖá≈'9͡˛ˇ¯ˇ˛ˇ˘ˇ˛ˇıˇÛˇflˇˇ˛ˇÙˇÙˇÅÅ¢4Ͳ˛˛¯ˇ˛ˇ˘ˇÚˇˇÙˇ‹ˇ˛ˇÙˇÙˇÅÅ¢yΡˇ˛ˇˇ¸ˇˇˇˇ¸ˇˇı    ˇˇˇˇˇˇ˛˝ˇ˛ˇˇˇ¸ˇ˛¸ˇˇˇ˘ˇˇˇ˛    ˇˇˇˇˇ˚ˇ
  3922. ˇˇˇˇˇˇ˛ˇ˛˛ˇˇˇˇˇÅÅÆÅνˇ˝ˇ˛ˇˇ˛ˇˇˇ˝˝ˇˆˇ˛    ˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅŨÑÏ˛ˇ˛˛˛˛˛ˇ˛ˇ˛ˇ˝ˇˇˆˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇˇ˛ˇ˝˛ˇ˛ˇ˘ˇˇ˛ˇ˛˛˛ˇˇ˛ˇ˛ˇ˝˛ˇˇˇ˛˝ˇˇÅÅ™~Ïˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝ˇÙˇ¸ˇˇ˛ˇˇ˛ˇˇ¸ˇ˝ˇˇˇ˝ˇˇ˛ˇ˘ˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛    ˇˇˇˇ˝ˇˇÅÅ™çÌˇ˛
  3923. ˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ¸ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇÅÅ©íÓ˛ˇˇ˛ˇˇˇˇ˛ˇ ˛ˇˇ˛ˇˇ˛ˇ˛˛ˇ˛˛˛˝˛ˇ˛ˇ˛˛ˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˛ˇ    ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛ˇÅÅ™ óˇÅÅÅÙÅÅÅâÅÅÅâÅÅÅâÅÅÅâͲˇ˛ˇ”ˇˇ˛˚ˇ˛ˇÅÅÅ‚+͡˛ˇˇÛˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅ‚#͡˛ˇˇÛˇÙˇÓˇ˘ˇÅÅÅ‚DΡ˛ˇ˛ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˛˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˚˛¯ˇÅÅÅ·BΡ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇ˛
  3924. ˇˇˇˇˇˇ˙˛ˇ˙ˇÅÅŇ=Ïˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˛ˇ˛˛ˇ˛ˇˇ˝ˇˇ˜ˇ˚ˇÅÅÅfi@Ïˇ˛ˇˇ˛˛˛˛˛ˇ˛˛˛ˇˇ˛ˇˇ˝ˇˇ˜ˇ¸˛ÅÅÅ›EÌˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˚ˇ˛ˇˇˇÅÅÅ€>Ó˛ˇ˚ˇˇˇ¸ˇ˛ˇˇ˛ˇ ˇˇˇˇˇ˛ˇ˛ˇ˚˛ˇ˛ˇ¸ˇÅÅÅflÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HH™úEIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3925. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯≈á·'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯·á!¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į!áa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯aá}¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HH™¨FIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3926. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯·á!'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHH™úGIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3927. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į!áa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HH™¨HIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3928. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯aá}'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯}áΩ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įΩá˝¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯˝á¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HH™úIIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3929. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯}áΩ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHH™¨JIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3930. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įΩá˝'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HH™úKIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  3931. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯˝á'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅ⡠¸@ˇ ˇˇˇˇ@
  3932. ˇ·ˇ‚7^
  3933. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3934. (‡*2-26    )BBasic QuickDraw Reference4^*¿¯
  3935. ^*k¯4^*k¯°dONLNd_lgã(elIMPORTÄ°dONLNd_ãgõ)ANT
  3936. ˇ·ˇ‚7^
  3937. °dONLNdilu(rl!For optimal performance and futurÜ@°dONLNd5iuI)õe compatibility≠°dONLNdDiHu£)A, you should use the ,
  3938. Courier.°dONLNdYulÅ¢(~l    SetOrigin°dONLNdbu¢ÅÆ)6 prR`°dONLNdeuÆÅÀ) ocedur$¿°dONLNdkuÀÅÒ)e when r˜ °dONLNdsuÅ])%econciling document coor…Ä°dONLNdãu]Åò)mdinate space .°dONLNdòÅlçΩ(älwith the local coor@°dONLNd´Åæç^)R$dinate system of your graphics port.,Zapf Dingbats1 °dONLNd–Ñcåj)•s
  3939. T °dONLNd—Åjçl) .°dONLNd”ílûÄ(õlThe °dONLNd◊íÄû∂)    SetOrigin°dONLNd‡í∂û¬)6 prR`°dONLNd„í¬ûfl) ocedur$¿°dONLNdÈíflûë)'e does not move the window’s clipping r˜ °dONLNdíêûŸ)±egion. If you use °dONLNd"ül´ò(®l
  3940. clipping rR`°dONLNd,üò´&), egions in your windows, use the R`°dONLNdLü&´P)éGetClipR`°dONLNdSüP´\)* pr$¿°dONLNdVü\´y) ocedur˜ °dONLNd\üx´º)e (described on ˜ °dONLNdlüº´‘)Dpage ˜ °dONLNdqü‘´Á)2-47˜ °dONLNduüÁ´Ì)) °dONLNdw¨l∏à(µlto storR`°dONLNd~¨à∏—)e your clipping r$¿°dONLNd託∏_)Iegion immediately after your fi$¿°dONLNdƨ_∏å)é rst call to $¿°dONLNd∫¨å∏¬)-    SetOrigin$¿°dONLNd√¨¬∏‡)6. Befor˜ °dONLNd ¨fl∏Ê)e °dONLNdÃπl≈ (¬l!calling your own window-drawing rR`°dONLNdÌπ ≈O)†outine, use the R`°dONLNd˝πO≈)CClipRectR`°dONLNdπ≈ã)0 pr$¿°dONLNdπã≈®) ocedur˜ °dONLNdπß≈Î)e (described on .°dONLNdΔl“É(œlpage Z‡°dONLNd#ΔÑ“ñ)2-49Æ¿°dONLNd'Δñ“∑)) to defi¨†°dONLNd0Δ∏“)"ne a new clipping rå¿°dONLNdCΔ“π)U$egion—to avoid drawing over your scrc`°dONLNdgΔπ“Ì)¨oll bars, for °dONLNdu”lflñ(‹l    example. ˙`°dONLNd~”ñflô)*(N@°dONLNd”öfl)Listing 3-9 on page @°dONLNdì”Òfl˘)W3-d °dONLNdï”˘fl)29d °dONLNdó”flÛ)
  3941. 4 in the chapter “QuickDraw Drawing” illustrates how .°dONLNdÀ‡lφ(Èlto do this.) !†°dONLNdÿ‡†Ï[)4'After calling your own window-drawing rÙ°dONLNdˇ‡ZÏù)∫outine, use the Ù°dONLNd‡ùÏ«)CSetClipÙ°dONLNd‡«Ï…)* .°dONLNdÌl˘u(ˆlprG °dONLNdÌv˘î)
  3942. ocedurfi`°dONLNdÌî˘◊)e (described on`°dONLNd.Ìÿ˘⁄)D ù`°dONLNd/Ì⁄˘Ò)page x@°dONLNd4ÌÚ˘)2-48à°dONLNd8Ì˘)) to rú‡°dONLNd>Ì˘.)estor `°dONLNdCÌ/˘ñ)e the original clipping rú@°dONLNd\Ìñ˘≥)gegion. ˆ†°dONLNdcÌ≥˘π)Y∑ °dONLNddÌπ˘Ó) ou can then ˇˇËé.°dONLNdp˙l(lcall ˇˇπ™hé°dONLNdu˙Ä∂)    SetOriginˇˇËéhé°dONLNd~˙∂‚)6  again to rÙò°dONLNdâ˙‚¯),estorΔ¯°dONLNdé˙¯W)e the window origin ti0°dONLNd£˙X´)`o a horizontal coorı:°dONLNd∂˙´˜)Sdinate of 0 and a .°dONLNd»l¢(lvertical coor °dONLNd’£‹)7dinate of 0 wà°dONLNd‚‹Q)9ith your original clipping rW`°dONLNd˛Rà)vegion intact.é °dONLNd àä)6 
  3943. *5¯4*5¯
  3944. E*M¯4F*M¯ G*G˛
  3945. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd2*E“(@*Basic QuickDraw ReferF°dONLNd#2“EÚ)®enceˇˇˇˇˇˇV˛(@2
  3946. °dONLNd)Vlb(_l#This section describes the data strï`°dONLNdLVb)îuctur@°dONLNdQVb:)es and r‘°dONLNdYV:by)"outines that arnÄ°dONLNdhVzbù)@e specifi&@°dONLNdqVûb»)$ c to basic °dONLNd|cloü(ll    QuickDrawf†°dONLNdÖcüo§)3. °dONLNdàulÅî(~l    “Data Str``°dONLNdëuïŨ))ucturÊ@°dONLNdñu¨Å∫)es”χ°dONLNdôu∫Å¿) s©‡°dONLNdõu¡Å)hows the data strû@°dONLNd¨uÅ$)Luctur$ °dONLNd±u%Å9)es fot °dONLNd∂u9ÅL)r a ph‡°dONLNdªuMÅg)oint, rüÄ°dONLNd¬ugÅî) ectangle, rÛ@°dONLNdÕuîÅÈ)-egion, bitmap, and °dONLNd‡Çléº(ãlbasic graphics porÚ`°dONLNdÚǺéø)Pt4¿°dONLNdÛÇ¿é≈). 4¿°dONLNdıÇ≈éˆ)
  3947. “Routines”b °dONLNdˇLjé˛)1 d˝‡°dONLNdDzév)escribes basic QuickDraw r‡°dONLNdÇwé€)youtines for initializing °dONLNd4èlõü(òl    QuickDrawQ†°dONLNd=è†õ¢)4;—†°dONLNd>è¢õ) opening and closing n@°dONLNdSèõ)_basic  Ä°dONLNdYèõU)graphics port#°dONLNdfèUõb);s; sù°dONLNdjèbõî) aving and r>@°dONLNduèïõ„)3estoring graphics °dONLNdáúl®~(•lport,†°dONLNdãú®ë)s; m=†°dONLNdèúë®∑)anaging g°dONLNdóú∑®fl)&    bitmaps, ,Ä°dONLNd†ú‡®˘))port r °dONLNd¶ú˘®!)    ectanglesȇ°dONLNdØú!®#)(,i‡°dONLNd∞ú$®d) and clipping r* °dONLNdøúe®})Aegion≤ °dONLNdƒú}®ã)s; aÔ °dONLNd»ú㮈)nd manipulating points °dONLNdfl©lµπ(≤lin graphics ports.
  3948. ·*ȯ4‚*ȯ ‰*‰˛
  3949. ˇ·ˇ‚7^°dONLNdÚ—*·\(›*Data Str∫ °dONLNd˙—\·})2uctur®¿°dONLNdˇ—}·â)!esˇˇˇˇˇˇ(›Ò2
  3950. °dONLNdÈlı(Úl#This section describes the data strï`°dONLNd&Èı)îuctur@°dONLNd+Èı)e‰‡°dONLNd,Èı:)s that r=°dONLNd4È;ıI)eprÕ¿°dONLNd7ÈIıÉ)esent a point,•Ä°dONLNdEÈÑıä); rÍÄ°dONLNdGÈäı∑) ectangle, r>@°dONLNdRÈ∏ı’).egion, °dONLNdYˆlÙ(ˇlbitmap, and basic graphics porË°dONLNdwˆÙ˘)àt..°dONLNdzls(lYï°dONLNd{rÍ)ou use the point (a data strÅ°dONLNdóÍ)xucturS`°dONLNdú))
  3951. e of type S`°dONLNd¶)G))PointS`°dONLNd´G»)) to specify a location on the .°dONLNd l!µ(lQuickDraw coorÒ‡°dONLNdÿµ!+)Idinate plane; two points ar]Ä°dONLNdÛ,!@)we sufÄ°dONLNd¯A!G)fi@°dONLNd˙G!z) cient to defi˛@°dONLNdz!í)3ne a r^@°dONLNdì!œ)ectangle. The .°dONLNd"l.p(+lrR`°dONLNd"p.»)ectangle (a data str>`°dONLNd0"».fi)Xuctur¿°dONLNd5"fi.)
  3952. e of type ¿°dONLNd?".))Rect¿°dONLNdC".x)) in turn assigns coor„ °dONLNdY"w.Ï)Xdinates to boundaries and .°dONLNds/l;ã(8limages“ °dONLNdy/ã;ì); ró °dONLNd|/î;ø)    
  3953. ectangles ‚‡°dONLNdÜ/ø;¯)+ also bound g˛@°dONLNdí/¯;])9raphic objects such as r±‡°dONLNd™/^;™)fegions and ovals.ˇˇYŒ.°dONLNdºAlMÉ(JlThe r¨.°dONLNd¡AÉMÀ)egion (a data str•ò°dONLNd“AÀM·)Hucturw¯°dONLNd◊A·M)
  3954. e of type ˇ˛jÖb°dONLNd·AM,)'RegionˇˇYŒÖb°dONLNdÁA,MC)$) defifl0°dONLNdÌACMï)nes an arbitrary aræ˙°dONLNdAïM˜)Rea, such as the visible .°dONLNdNlZ™(Wland clipping r¿@°dONLNd&N™ZJ)>$egions of a window’s graphics port. ˇ3|@ˇ ˇˇˇˇ@
  3955. ˇ·ˇ‚7^
  3956. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  3957. , (‡2-27
  3958. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  3959. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  3960. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  3961. 4€4—?òÄ
  3962. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  3963. ˛ˇˇˇ
  3964. ˛ˇˇˇ
  3965. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  3966. ˛ˇˇˇˇ
  3967. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  3968. ˛ˇˇˇˇ
  3969. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3970. ˛ˇ˛ˇˇ
  3971. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  3972. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  3973. ˛ˇ˛ˇˇ
  3974. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  3975. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  3976. ˛ˇˇˇˇ
  3977. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿ˇˇ|T.°dONLNd\ähÓ(eäThe bitmap (a data str]P°dONLNd\Ôh)euctur/∞°dONLNd\h,)
  3978. e of type ,
  3979. Courierˇ˛t¸§¨°dONLNd%\,hP)'BitMapˇˇ|T§¨°dONLNd+\Phg)$) defi!°dONLNd1\hh))nes a physical bit image in terms of the .°dONLNdZiäu”(räQuickDraw coorÒ‡°dONLNdhi”u )Idinate plane..°dONLNdv{äá,(Ñä%The basic graphics port is a data strl°dONLNdõ{,áB)¢uctur>`°dONLNd†{Báo) e (of type >`°dONLNd´{oáü)-GrafPort>`°dONLNd≥{üáÚ)0) upon which your .°dONLNd≈àäî(ëäapplication builds windows% °dONLNdflàî)|.
  3980. ƒHÕ4≈HàΔHΔ
  3981. ˇ·ˇ‚7^ °dONLNd·∑H≈e(¡HPointˇˇˇˇˇˇ(¡2
  3982. .°dONLNdË÷ä‚ë(fläYï°dONLNdÈ÷ê‚')#ou use a point, which is a data strÅ°dONLNd ÷'‚=)óucturS`°dONLNd÷=‚f)
  3983. e of type S`°dONLNd÷f‚Ñ))PointS`°dONLNd ÷Ñ‚), to specify a location on the .°dONLNd?„äÔ”(ÏäQuickDraw coorÒ‡°dONLNdM„”Ô≈)I6dinate plane. For example, the window origin is specifiÕ¿°dONLNdÑ„ΔÔ )Ûed by the point °dONLNdî丿(˘ä in the upper± °dONLNd†¿¸')6-left corner of the port rK†°dONLNd∫(¸ü)hectangle of a graphics port..°dONLNd◊ä(äTYPE VHSelect = (v,h); °dONLNdÔä!∫*Point = °dONLNd¯#ä/¥*RECORD °dONLNd1ú=ˆ+CASE Integer OF°dONLNd?ÆKfi+0: (v:  °dONLNd?‰K)6Integer:°dONLNd*?,K™)H{vertical coordinate}°dONLNdCM¿Yfi(V¿ h:  °dONLNdJM‰Y)$    Integer);°dONLNdWM,Y∂)H{horizontal coordinate}°dONLNdq[Ægÿ(dÆ1: (vh:°dONLNd{[‰gÜ)6ARRAY[VHSelect] OF Integer)°dONLNdñ[Ügå)¢;°dONLNdòiäu¢(räEND;
  3984. ÉHí4ÉHë    .°dONLNdùÇäç÷*Field descriptions
  3985. ˇ·ˇ‚7^
  3986. .°dONLNd∞èäõê*v.°dONLNd≤èÊõ/)\The vertical coorA‡°dONLNd√è0õÉ)Jdinate of the point..°dONLNdÿûä™ê(ßäh.°dONLNd⁄ûÊ™<)\The horizontal coorÔÄ°dONLNdÌû<™è)Vdinate of the point..°dONLNd≠äπñ(∂ävh°dONLNd≠ÊπÓ)\AÛ`°dONLNd≠Ìπ&)  variant defiÛ`°dONLNd≠&πn)9nition in which Û`°dONLNd#≠nπt)HvÛ`°dONLNd$≠tπâ) and Û`°dONLNd)≠âπè)hÛ`°dONLNd*≠èπõ) ar≈¿°dONLNd-≠õπÈ) e array elements.ˇˇu®°dONLNd?æä  («ä!Note that while the vertical coorû®°dONLNd`æ  C)ñdinate (ˇ˛`¯P°dONLNdhæD J)$vˇˇu®P°dONLNdiæJ |) ) appears fiˇ†°dONLNduæ| À)2rst in this data str¬@°dONLNdâæà‚)PucturdONLNdéæ‚ ) e, followed °dONLNdöÀä◊Ó(‘äby the horizontal coorR`°dONLNd∞ÀÓ◊)ddinate (R`°dONLNd∏À◊)$hR`°dONLNdπÀ◊t)), the parameters to R`°dONLNdŒÀt◊ø)\all QuickDraw r$¿°dONLNd›Àø◊)Koutines expect the .°dONLNdÿä‰Õ(·ähorizontal coor≥¿°dONLNdˇÿÕ‰Ò)Cdinate fi"°dONLNdÿÚ‰Z)%rst and the vertical coord†°dONLNd!ÿZ‰ô)hdinate second.°dONLNd0Íäˆë(ÛäQ[‡°dONLNd1Í툃)
  3987. uickDraw rñ†°dONLNd;̓ˆé)2.outines for calculating and changing points arcÄ°dONLNdiÍ舌)Àe described in AÄ°dONLNdxÍœˆ)@“Manipulating °dONLNdܘäQ(ä,Points in Graphics Ports” beginning on page ∂ °dONLNd≤˜Qc)«2-51
  3988. °dONLNd∂˜df).
  3989. 4H<44H< 6H6
  3990. ˇ·ˇ‚7^ °dONLNd∏&H4[(0HRec}@°dONLNdª&\4_)tˇˇˇˇˇˇ(02
  3991. .°dONLNdæFäRë(OäYï°dONLNdøFêR…)ou can use a rg`°dONLNdÕF…RJ)9ectangle, which is a data strS`°dONLNdÍFJR`)Åuctur%¿°dONLNdÔF`Râ)
  3992. e of type %¿°dONLNd˘FâR°))Rect%¿°dONLNd˝F°R√), to defi%¿°dONLNdF√RŸ)"ne ar¯ °dONLNd FÿR) eas on the .°dONLNdSä_ñ(\äscrÚ@°dONLNdSñ_•) eenV‡°dONLNdS¶_®) ÷‡°dONLNdS®_õ)8and to specify the locations and sizes for various graphˇ†°dONLNdUSõ_Æ)Ûics oä¿°dONLNdZSØ_Ó)perations. For °dONLNdi`äl’(iäexample, a port rl°dONLNdz`’l)K
  3993. ectangle r?¿°dONLNdÑ`l)+epr–Ä°dONLNdá`lD)esents the ar쇰dONLNdî`El‡)7$ea of a graphics port (described on ≥¿°dONLNd∏`‡l˜)õpage 醰dONLNdΩ`¯l
  3994. )2-30‚Ä°dONLNd¡`
  3995. l)) °dONLNd√mäyÓ(väavailable for drawing. ˇ⁄@ˇ ˇˇˇˇ@
  3996. ˇ·ˇ‚7^
  3997. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  3998. (‡*2-28    )BBasic QuickDraw Reference4^*¿¯
  3999. .°dONLNd\lhÄ(elThe ,
  4000. Courier°dONLNd\Ähò)Rect°dONLNd\òh¯) data type can be defi°dONLNd\¯hÁ)`6ned by two points or four integers. The two points defi°dONLNdU\ÁhÛ)Ône .°dONLNdXiluó(rl    the upperw`°dONLNdaióu◊)+-left and lowerD °dONLNdpiÿu-)A-right corners of a rG@°dONLNdÖi-u≤)Uectangle; the four integers defi6¿°dONLNd•i≥uÛ)Üne the vertical °dONLNdµvlǬ(land horizontal coor ‡°dONLNd»v√Ç5)Wdinates of the two points. .°dONLNd‰çlô~(ñlTYP°dONLNdÁç~ôê)E R°dONLNdÍçêô¥)ect = °dONLNdÒõlßñ(§lRECORD °dONLNd˙©~µ“+CASE Integer O°dONLNd©“µÿ)TF°dONLNd© µÏ)N"{cases: 4 boundaries or 2 corners}°dONLNd7∑ê√ú(¿ê0:°dONLNd:∑¢√¿)(top:°dONLNdC∑Í√)HInteger;°dONLNdO∑2√‡)H{upper boundary of rectangle}°dONLNdp≈¢—Δ(Œ¢ left:°dONLNdz≈Í—)HInteger;°dONLNdÜ≈2—⁄)H{left boundary of rectangle}°dONLNd¶”¢flÿ(‹¢     bottom: °dONLNd≥”Ífl)HInteger;°dONLNdø”2fl‡)H{lower boundary of rectangle}°dONLNd‡·¢ÌÃ(Í¢ right:°dONLNdηÍÌ )H    Integer);°dONLNd¯·2̇)H{right boundary of rectangle}°dONLNdÔê˚ú(¯ê1:°dONLNdÔ¢˚ÿ)    (topLeft:°dONLNd(ÔÍ˚)HPoint;°dONLNd2Ô2˚Ú)H {upper-left corner of rectangle}°dONLNdV˝¢    fi(¢
  4001.  botRight:°dONLNdd˝Í    )HPoint);°dONLNdo˝2    ¯)H!{lower-right corner of rectangle}°dONLNdë lr(lE°dONLNdí rÑ)ND;
  4002. $*3¯4%*3¯    .°dONLNdñ$l/∏(,lField descriptions
  4003. ˇ·ˇ‚7^
  4004. .°dONLNd©1l=~*top.°dONLNd≠1»=)\The vertical coorA‡°dONLNdæ1=f)Jdinate of the upper‰ °dONLNd—1f=≥)T-left point of the r_¿°dONLNdÂ1¥=€)N    ectangle..°dONLNdÔ@lLÑ(Illeft.°dONLNdÙ@»L)\The horizontal coorÔÄ°dONLNd@Lr)Vdinate of the upperë¿°dONLNd@sL¿)U-left point of the r`°dONLNd.@¡LË)N    ectangle..°dONLNd8Ol[ê(Xlbottom.°dONLNd?O»[)\The vertical coorA‡°dONLNdPO[e)Jdinate of the lower熰dONLNdcOe[π)S-right point of the r>‡°dONLNdxO∫[·)U    ectangle..°dONLNdÇ^ljä(glright.°dONLNdà^»j)\The horizontal coorÔÄ°dONLNdõ^jq)Vdinate of the lower;@°dONLNdÆ^rjΔ)T-right point of the rÏÄ°dONLNd√^ΔjÌ)T    ectangle..°dONLNdÕmlyñ(vltopLeft.°dONLNd’m»yˆ)\    The upperU¿°dONLNdfimˆy).-lefØÄ°dONLNd‚my.)
  4005. t corner oÕ`°dONLNdÏm.yH)*f the r√†°dONLNdÛmHyo)    ectangle..°dONLNd˝|làú(ÖlbotRight.°dONLNd|»àÙ)\    The lowerˇ@°dONLNd|Ùà    ),-righ醰dONLNd|
  4006. à4)
  4007. t corner o¨Ä°dONLNd|4àN)*f the r¢¿°dONLNd%|Nàu)    ectangle.°dONLNd/çlô˙(ñl!Note that while the vertical coorÿ°dONLNdPç˙ôC)édinate appears fi∏Ä°dONLNdaçDôë)Jrst in this data strŸÄ°dONLNduçëô®)Muctur_`°dONLNdzç©ôÍ)e, followed by °dONLNdâöl¶ø(£lthe horizontal coor °dONLNdúö¿¶0)Tdinate, the parameters to ’‡°dONLNd∂ö0¶w)pall QuickDraw r=@°dONLNd≈öx¶ )Houtines expect the °dONLNdÿßl≥Ø(∞lhorizontal coor≥¿°dONLNdÁßØ≥”)Cdinate fi"°dONLNdß‘≥<)%rst and the vertical coord†°dONLNd    ß<≥{)hdinate second.°dONLNdπl≈π(¬lGSee the chapter “QuickDraw Drawing” for descriptions of the QuickDraw r´‡°dONLNd_ππ≈Ô(¬π outines you °dONLNdkΔl“'(œl*can use for calculating and manipulating rã¿°dONLNdïΔ'“¥)ªectangles for drawing purposes.
  4008. * ¯4*
  4009. ¯ *˛
  4010. ˇ·ˇ‚7^ °dONLNdµı*Q(ˇ*Regionˇˇˇˇˇˇ(ˇÚ2
  4011. .°dONLNdΩl s(lYï°dONLNdær ´)ou can use a rg`°dONLNdô )9egion, which is a data strS`°dONLNdÊ 4)suctur%¿°dONLNdÎ4 ])
  4012. e of type %¿°dONLNdı] Å))Region%¿°dONLNd˚Å £)$, to defi%¿°dONLNd£ È)"ne an arbitrary .°dONLNd!l-t(*larE°dONLNd!u-∞)    ea or set of arN °dONLNd%!∞-();eas on the QuickDraw coorj‡°dONLNd>!(-«)x#dinate plane. For example, when scr˘ °dONLNda!«-„)üolling °dONLNdh.l:y(7lthrX¿°dONLNdk.y:æ)ough a windowC‡°dONLNdx.æ:É)E., your application must initialize an update rÇ@°dONLNd¶.É:ı)≈egion and pass its handle .°dONLNd¿;lGâ(Dlto the °dONLNd«;âG≈)
  4013. ScrollRect°dONLNd—;≈G—)< prR`°dONLNd‘;—GÓ) ocedur$¿°dONLNd⁄;ÓGH)e (which is describe$¿°dONLNdÓ;HGZ)Zd on$¿°dONLNdÚ;ZG\) $¿°dONLNdÛ;\Gt)page $¿°dONLNd¯;tGá)2-43$¿°dONLNd¸;áGé)).ˇ4‰@ˇ ˇˇˇˇ@
  4014. ˇ·ˇ‚7^
  4015. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4016. , (‡2-29
  4017. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4018. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4019. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4020. 4€4—?òÄ
  4021. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4022. ˛ˇˇˇ
  4023. ˛ˇˇˇ
  4024. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4025. ˛ˇˇˇˇ
  4026. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4027. ˛ˇˇˇˇ
  4028. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4029. ˛ˇ˛ˇˇ
  4030. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4031. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4032. ˛ˇ˛ˇˇ
  4033. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4034. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4035. ˛ˇˇˇˇ
  4036. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähæ(eä The data str˜‡°dONLNd \æh’)4uctur}¿°dONLNd\÷h˜)    e for a rH`°dONLNd\¯h])"egion consists of two fiN@°dONLNd2\]hï)e xed-length fic °dONLNd?\ïhË)8elds followed by a °dONLNdRiäu’(rävariable-length fiA¿°dONLNddi÷uÊ)Leld.,
  4037. Courier.°dONLNdiÄäå®(âäTYPE °dONLNdnÄ®å) RgnHandle = °dONLNdÄĈå&)N^RgnPtr;°dONLNdâéäö¿(óä    RgnPtr = °dONLNdòéˆö&)l^Region;°dONLNd°ú䮿(•ä    Region = °dONLNd´™ä∂Æ*RECORD°dONLNd≥∏úƒ+rgnSize:  Integer;°dONLNdÃ∏ƒt)~{size in bytes}°dONLNd›Δú“ˆ(œúrgnBBox:  Rect;°dONLNdÛΔ“ò)~{enclosing rectangle}°dONLNd
  4038. ‘ú‡å(›ú({more data if region is not rectangular}°dONLNd3‚äÓ¢(ÎäEND;
  4039. ˚H
  4040. 4¸H
  4041.     .°dONLNd8˚ä÷*Field descriptions
  4042. ˇ·ˇ‚7^
  4043. .°dONLNdKä¥*rgnSize.°dONLNdSÊ˝)\The rÄ¿°dONLNdX˝W)egion’s size in bytes..°dONLNdoä#¥( ärgnBBox.°dONLNdwÊ#Ò)\Thr °dONLNdyÚ#˝) e rÄ¿°dONLNd|˝#2) ectangle tha£@°dONLNdà2#^)5
  4044. t bounds tV`°dONLNdí_#p)-he r6`°dONLNdñp#ã)egion.°dONLNdù(ä4˜(1äThe maximum size of a rÕ@°dONLNd¥(˜4%)m egion is 32z†°dONLNdø(&48)/ KB ÿÄ°dONLNd√(84S)when ‡°dONLNd»(T4Z)u#°dONLNd…(Z4ª)sing basic QuickDraw¨¿°dONLNd›(∫4…)`, 64¨¿°dONLNd·(…4€) KB 
  4045. †°dONLNdÂ(‹4˜)when N°dONLNdÍ(˜4˝)uU °dONLNdÎ(˝4)sing .°dONLNd5äA⁄(>äColor QuickDrawï°dONLNdˇ5ŸA)O. The simplest rg`°dONLNd5AO)F egion is a r9¿°dONLNd5OAƒ)0ectangle. In this case, the 9¿°dONLNd75ƒAÓ)urgnBBox9¿°dONLNd>5ÓA˜)* fi9¿°dONLNdA5˜A)    eld .°dONLNdEBäNö(Kädefir °dONLNdIBõN—)nes the entir≤@°dONLNdVB—N‹)6e r¿‡°dONLNdYB‹N) egion, and therX`°dONLNdhBNf)Ce’s no optional rÉ¿°dONLNdyBfNÆ)Gegion data. For r& °dONLNdäBØN‰)I ectangular r*°dONLNdñB‰N)5 egions (or .°dONLNd°Oä[≠(Xäempty rR`°dONLNd®O≠[‰)#egions), the R`°dONLNdµO‰[)7rgnSizeR`°dONLNdºO[)* fiR`°dONLNdøO[\)    eld contains 10..°dONLNd–aäm‹(jäRegion data is stors`°dONLNd„a‹m)R
  4046. ed in a prY†°dONLNdÌamQ)*oprietary format.°dONLNdˇsä◊(|äGSee the chapter “QuickDraw Drawing” for descriptions of the QuickDraw r´‡°dONLNdFs◊(|◊ outines you °dONLNdRÄäåE(âä*can use for calculating and manipulating rã¿°dONLNd|ÄEåΔ)ªegions for drawing purposes.
  4047. ºH≈4ΩHƒ æHæ
  4048. ˇ·ˇ‚7^ °dONLNdôØHΩS(πHBi@°dONLNdõØTΩi) tMa}Ä°dONLNdûØjΩq)pˇˇˇˇˇˇ(π2
  4049. .°dONLNd°Œä⁄í(◊äAÛ`°dONLNd¢Œë⁄¥) bitmapÛ`°dONLNd©Œ¥⁄∑)#,Û`°dONLNd™Œ∑⁄π) Û`°dONLNd´Œπ⁄)which is a data strfl`°dONLNdæŒ⁄%)Vuctur±¿°dONLNd√Œ%⁄N)
  4050. e of type ±¿°dONLNdÕŒN⁄r))BitMap±¿°dONLNd”Œr⁄w)$, ±¿°dONLNd’Œw⁄â)defi±¿°dONLNdŸŒâ⁄) nes a bit image in terms of the .°dONLNd˘€äÁ”(‰äQuickDraw coorÒ‡°dONLNd€”Á)Idinate plane. (Ag`°dONLNd€Á
  4051. )G9 bit image is a collection of bits in memory that form a °dONLNdPËäÙ°(Òägrid; ‡°dONLNdVË¢Ù∫)Figurÿ†°dONLNd[ËπÙÕ)e 2-2v °dONLNd`ËŒÙfi) on Ω°dONLNddËfiÙı)page ó‡°dONLNdiˈÙ)2-9ο°dONLNdlËÙj) illustrates a bit image.)°dONLNdá˙äë(äA∫†°dONLNdà˙ë‘) bitmap has thr™@°dONLNdó˙‘{)C)ee parts: a pointer to a bit image, the rÉ`°dONLNd¿˙{˙)ßow width of that image, and °dONLNd‹äè(äa°dONLNd›èë) °dONLNdfií√)
  4052. boundary r∏ °dONLNdË√¯)1 ectangle tha⁄†°dONLNdÙ¯P)5t links the local coor?`°dONLNd
  4053. QÏ)Y$dinate system of a graphics port to °dONLNd.ä ¯(äQuickDraw’s global coor” °dONLNdE¯ \)ndinate system and defi˝°dONLNd[\ Ü)d
  4054. nes the arw`°dONLNdeá Ó)+ea of the bit image into °dONLNd~!ä-•(*äwhich“`°dONLNdÉ!•-ß) R`°dONLNdÑ!®-)QuickDraw can draw‡°dONLNdñ!-)^..°dONLNdò8äD®(AäTYPE °dONLNdù8®Dÿ)BitMap =°dONLNdßFäRÆ(OäRECORD°dONLNdØTú`“+    baseAddr:°dONLNdºT‰`¸)HPtr;°dONLNd√T`û)6{pointer to bit image}°dONLNd€bún“(kú    rowBytes:°dONLNdËb‰n)HInteger;°dONLNdÛbn\)6 {row width}°dONLNdpú|Δ(yúbounds:°dONLNd p‰|ˆ)HRec°dONLNdpˆ|)t;°dONLNdp| )${°dONLNdp |í)boundary rectangle}°dONLNd(~ää¢(áäEND;ˇ$|@ˇ ˇˇˇˇ@
  4055. ˇ·ˇ‚7^
  4056. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4057. (‡*2-30    )BBasic QuickDraw Reference4^*¿¯
  4058. ^*l¯4^*l¯°dONLNd]lh∏(elField descriptions
  4059. ˇ·ˇ‚7^,
  4060. Courier
  4061. .°dONLNd&jlvú*baseAddr.°dONLNd/j»vœ)\A∫†°dONLNd0jœvÜ)+ pointer to the beginning of the bit image..°dONLNd\ylÖñ(ÇlrowByte°dONLNdcyñÖú)*s.°dONLNdey»Ö‰)2The ofWÄ°dONLNdky‰Ö")fset in bytes fr¶¿°dONLNd{y"ÖI)>om one r≈¿°dONLNdÉyIÖÙ)''ow of the image to the next. The value .°dONLNd™Ö»ëÂ(é»of the °dONLNd±ÖÂë)rowBytes°dONLNdπÖë)0 fi°dONLNdºÖëö)    eld must be less than $4000.°dONLNdŸîl†ê(ùlbounds.°dONLNd‡î»†6)\The bitmap’s boundary rĆ°dONLNd˜î6†∂)nectangle; by default, the entir˘`°dONLNdî∂†Ω)Äe C°dONLNdîæ†◊)main P¿°dONLNdî◊†„)scr√°dONLNd î„†Ù) een.°dONLNd%•l±È(ÆlThe width of the boundary r    Ä°dONLNd@•Í±´)~*ectangle determines how many bits of one rÒ@°dONLNdj•™±√)¿ow ar¿°dONLNdo•ƒ±Û) e logically °dONLNd{≤læœ(ªlowned by the bitmap. ˇ‡°dONLNdê≤œæ“)c(S¿°dONLNdë≤”æÎ)Figur&Ä°dONLNdñ≤Îæ')e 2-3 on page ¿°dONLNd§≤'æ/)<2-9†°dONLNd¶≤0æ:)    109†°dONLNd®≤:æ?)
  4062.  i¢°dONLNd™≤?æ£)llustrates a boundary rÌ°dONLNd¡≤£æÂ)dectangle.) This °dONLNd—ølÀL(»l2width must not exceed the number of bits in each rÙ†°dONLNdøLÀÛ)‡'ow of the bit image. The height of the °dONLNd*Ãlÿù(’l
  4063. boundary r8 °dONLNd4Ãûÿ.)2ectangle determines how many r÷†°dONLNdRÃ.ÿÑ)êows of the image ara°dONLNdeÃÖÿÛ)We logically owned by the °dONLNd~ŸlÂÿ(‚lbitmap. The number of r√°dONLNdïŸÿÂe)lows enclosed by the boundary r@°dONLNd≥ŸfÂÁ)éectangle must not exceed the °dONLNd–ÊlÚ†(Ôl number of r˛¿°dONLNd€Ê†Ú˚)4ows in the bit image.°dONLNdÒ¯l±(lThe boundary rs‡°dONLNdˇ¯±È)E ectangle defit¿°dONLNd ¯È5)8nes the local coorć°dONLNd¯5√)L dinate system used by the port r⁄¿°dONLNd>¯√Í)é    ectangle °dONLNdGlÄ(lfor aº°dONLNdLÄ) graphics port (described next)€‡°dONLNdk:)á . The upper±†°dONLNdv:Ú)3+-left corner (which for a window is called °dONLNd°l|(lthe ›`°dONLNd•|∑)window origin¿°dONLNd≤∏Ú)<) of the port rr°dONLNd¡Ú):
  4064. ectangle uᇰdONLNdÀ4)-suallú¿°dONLNd–4ã)y has a vertical coor@`°dONLNdÂåÿ)Xdinate of 0 and a .°dONLNd˜l+±((lhorizontal coorR`°dONLNd±+‰)E dinate of 0,R`°dONLNd‰+X)3 although you can use the R`°dONLNd,X+é)t    SetOriginR`°dONLNd5é+ö)6 pr$¿°dONLNd8ö+∑) ocedur˜ °dONLNd>∂+Ó)e (described .°dONLNdK,l8y(5lon F‡°dONLNdN,z8ë)page !¿°dONLNdS,í8§)2-45u†°dONLNdW,§8˙)) to change the coorÍ¿°dONLNdk,˙8z)Vdinates of the window originB`°dONLNdá,{8})Å.¬`°dONLNdà,}8) 
  4065. h*q¯4i*p¯ j*j˛
  4066. ˇ·ˇ‚7^ °dONLNdä[*iY(e*GrafPortˇˇˇˇˇˇ(eÚ2
  4067. .°dONLNdîzlÜt(ÉlAÛ`°dONLNdïzsÜÀ) basic graphics portÛ`°dONLNd©zÀÜŒ)X,Û`°dONLNd™zŒÜ–) Û`°dONLNd´z–Ü&)which is a data strfl`°dONLNdæz&Ü<)Vuctur±¿°dONLNd√z<Üe)
  4068. e of type ±¿°dONLNdÕzeÜï))GrafPort±¿°dONLNd’zïܨ)0, defi±¿°dONLNd€z¨Ü¬)nes a±¿°dONLNd‡z¬ÜÔ)
  4069.  complete .°dONLNdÍálì´(êldrawing envirú‡°dONLNd˜á´ì›)?
  4070. onment tha(‡°dONLNdáfiì )3t determines w:†°dONLNdá ì.)Bherö†°dONLNdá.ìÀ)!e and how black-and-white graphicæ °dONLNd3áÀìœ)ùs˚ °dONLNd4áœì—) °dONLNd5îl†ñ(ùl    operation%Ä°dONLNd>îó††)+s t$‡°dONLNdAî°†Œ)
  4071. ake place. "°dONLNdLÿ).=(Using the basic eight-color system described in the chapter °dONLNdâ°l≠»(™lM“QuickDraw Drawing,” you can also use a basic graphics port to display eight °dONLNd÷Æl∫u*prG °dONLNdÿÆv∫ã)
  4072. edefi‡°dONLNd›Æå∫¡)ned colors.) °dONLNdοlÃfi(…lAll graphics operations ar*`°dONLNd¿flÃ)s$e performed in graphics ports. Befor)¿°dONLNd)¿Ã„)†e a basic graphics port .°dONLNdAÕlŸ{(÷lcan°dONLNdDÕ{Ÿ}) °dONLNdEÕ}Ÿp)7be used, it must be allocated and initialized with the °dONLNd|ÕpŸ†)ÛOpenPort°dONLNdÑÕ†Ÿ¨)0 prR`°dONLNdáÕ¨Ÿ…) ocedur$¿°dONLNdçÕ…Ÿ”)e. °dONLNdê⁄lÊö(„lNormallyd@°dONLNdò⁄ôÊ›)-, you don’t call d@°dONLNd©⁄›Ê)DOpenPortd@°dONLNd±⁄ʪ)0( yourself. In most cases your applicatiod@°dONLNdŸ⁄ªÊ»)Æn dd@°dONLNd‹⁄»Ê⁄)rawd@°dONLNdfl⁄⁄Êfi)sd@°dONLNd‡⁄fiÊÙ) into °dONLNdÊÁlÛ¬(la window you’ve crR`°dONLNd¯Á¬ÛÓ)V    eated witR`°dONLNdÁÓÛ    ),h the R`°dONLNdÁ    Û)GR`°dONLNdÁÛQ) etNewWindowR`°dONLNdÁQÛ^)B or R`°dONLNdÁ^Ûî)    NewWindowR`°dONLNd ÁîÛñ)6 R`°dONLNd!ÁñÛº)    function R`°dONLNd*ÁºÛ…)&(orï°dONLNd-Á»ÛÙ) , for color °dONLNd9Ùlô(˝l    windows, °dONLNdBÙôÁ)-GetNewCWindow°dONLNdOÙÁÙ)N or °dONLNdSÙÙ0)
  4073. NewCWindow°dONLNd]Ù0H)<), or i°dONLNddÙHT)t d°dONLNdgÙTf) raw°dONLNdjÙfj)s°dONLNdkÙjñ)  into an ofR`°dONLNdvÙñ¶),fscr$¿°dONLNdzÙ¶·)een graphics °dONLNdálë(
  4074. lworld crR`°dONLNdèëÿ)%eated with the R`°dONLNdûÿ)G    NewGWorldR`°dONLNdßa)6 function. These W≈¿°dONLNdπ`“)Rindow Manager functions .°dONLNd—lÎ(l(described in the chapter “W˚`°dONLNdÌÍC)~indow Manager” in i °dONLNdˇD¬)ZInside Macintosh: Macintosh Tª†°dONLNd¡›)}oolbox °dONLNd#l'î($l
  4075. Essentials. °dONLNd-ï'¿))
  4076. ) and the  °dONLNd7¿'ˆ)+    NewGWorld °dONLNd@ˆ'£)6' function (described in the chapter “Offi`°dONLNdg¢'≤)¨fscr∞¿°dONLNdk≤'Ô)een Graphics ˇˇflÇ°dONLNdx(l4w(1lWï°dONLNdy(v4í)
  4077. orlds”ï°dONLNd(í4») in this book3Ü°dONLNdå(…4‚)7) call ˇˇûÜÚä°dONLNdì(‚4)OpenPortˇˇflÇÚä°dONLNdõ(4&)0 to crÉÓ°dONLNd°('4¡)#eate a basic graphics port. See the¿˙°dONLNdƒ(¡4˜)ö description °dONLNd—5lAâ(>lof the °dONLNdÿ5âA≥)OpenPor°dONLNdfl5≥Aπ)*t°dONLNd‡5πA≈) prR`°dONLNd„5≈A‚) ocedur$¿°dONLNdÈ5‚AÓ)e o$¿°dONLNdÏ5ÓAı) n $¿°dONLNdÓ5ıA)page $¿°dONLNdÛ5A )2-38$¿°dONLNd˜5 Afl)- for a table of initial graphics port values..°dONLNd    %GlSr(PlY@Ä°dONLNd    &GrS:)+ou can have many graphics ports open at oncU °dONLNd    QG:SH)»e; eË`°dONLNd    UGHSe)ach on‡°dONLNd    [GeSÄ)e has i±@°dONLNd    bGÅSÀ)ts own local coor%@°dONLNd    sGÃSÍ)Kdinate °dONLNd    zTl`ä(]lsystemi °dONLNd    ÄTã`©), pen pà`°dONLNd    áT©`Ê)attern, backgru‡°dONLNd    ïTÊ`Ç)=#ound pattern, pen size and location≠ °dONLNd    ∏TÇ`ä)ú, f°dONLNd    ªTã`Ø)    ont and w`°dONLNd    √TØ`√)$font ‘Ä°dONLNd    »T√`) style, and .°dONLNd    ”almI(jl/bitmap in which drawing takes place. Using the °dONLNd
  4078. aIms)›SetPort°dONLNd
  4079.     asm)* prR`°dONLNd
  4080. amú) ocedur$¿°dONLNd
  4081. aúm‡)e (described on .°dONLNd
  4082. "nlzÉ(wlpage Z‡°dONLNd
  4083. 'nÑzñ)2-42Æ¿°dONLNd
  4084. +nñz)), you can instantly switch fr-†°dONLNd
  4085. Inzy)~om one port to anotherE†°dONLNd
  4086. _nyz{)e.ˇ3p@ˇ ˇˇˇˇ@
  4087. ˇ·ˇ‚7^
  4088. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4089. , (‡2-31
  4090. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4091. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4092. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4093. 4€4—?òÄ
  4094. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4095. ˛ˇˇˇ
  4096. ˛ˇˇˇ
  4097. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4098. ˛ˇˇˇˇ
  4099. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4100. ˛ˇˇˇˇ
  4101. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4102. ˛ˇ˛ˇˇ
  4103. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4104. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4105. ˛ˇ˛ˇˇ
  4106. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4107. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4108. ˛ˇˇˇˇ
  4109. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿.°dONLNd\äh∑(eä    Several fi°dONLNd
  4110. \∑hÈ)- elds in the ,
  4111. Courier°dONLNd\Èh)2GrafPort°dONLNd\h)0 rR`°dONLNd \h1)ecor$¿°dONLNd$\1hK)d defi$¿°dONLNd*\Khfi) ne your application’s drawing ar˜ °dONLNdJ\›h˝)íea: all .°dONLNdRiäu(räVdrawing in a graphics port occurs in the intersection of the graphics port’s boundary °dONLNd®väÇç*rE°dONLNd©véÇÓ)ectangle and its port rö@°dONLNd¿vÓÇ·)`:ectangle, and, within that intersection, all drawing is crs†°dONLNd˙v·Ç )Û    opped to °dONLNdÉäè(åäthe graphics port’s visible r´¿°dONLNd Éèh)xegion and its clipping r€¿°dONLNd8ÉhèÉ)fegion..°dONLNd?öä¶ê(£äT°dONLNd@öê¶fi)YPE GrafPtr =°dONLNdRö‰¶ )T
  4112. ^GrafPort;°dONLNd]®ä¥Δ(±ä
  4113. GrafPort =°dONLNdh∂ä¬Æ*RECORD°dONLNdpƒú–Δ+device:°dONLNd{ƒ‰–)HInteger;°dONLNdáƒ,–⁄)H{device-specific information}°dONLNd¶“úfi“(€ú    portBits:°dONLNd≥“‰fi)HBitMap;°dONLNdæ“,fi\)H{bitmap}°dONLNd»‡úÏ“(Èú    portRect:°dONLNd’‡‰Ï)HRect;°dONLNdfi‡,ÏÜ)H{port rectangle°dONLNḋÜÏå)Z}°dONLNdÓú˙Δ(˜úvisRgn:°dONLNd˚Ó‰˙ )H
  4114. RgnHandle;°dONLNd    Ó,˙Ü)H{visible region°dONLNdÓÜ˙å)Z}°dONLNd¸úÃ(úclipRgn:°dONLNd'¸‰ )H
  4115. RgnHandle;°dONLNd5¸,å)H{clipping region°dONLNdE¸åí)`}°dONLNdH
  4116. ú¿(úbkPat:°dONLNdR
  4117. ‰)HPattern;°dONLNd^
  4118. ,§)H{background pattern}°dONLNdtú$Ã(!úfillPat:°dONLNdĉ$)HPattern;°dONLNdå,$Ä)H{fill pattern}°dONLNdú&ú2¿(/úpnLoc:°dONLNd¶&‰2)HPoint;°dONLNd∞&,2Ä)H{pen location}°dONLNd¿4ú@Δ(=úpnSize:°dONLNdÀ4‰@)HPoint;°dONLNd’4,@h)H
  4119. {pen size}°dONLNd·BúNΔ(KúpnMode:°dONLNdÏB‰N)HInteger;°dONLNd¯B,NÄ)H{pattern mode}°dONLNdPú\¿(YúpnPat:°dONLNdP‰\)HPattern;°dONLNdP,\z)H{pen pattern}°dONLNd-^új¿(gúpnVis:°dONLNd7^‰j)HInteger;°dONLNdC^,jå)H{pen visibility}°dONLNdUlúxΔ(uútxFont:°dONLNd`l‰x)HInteger;°dONLNdll,x∞)H{font number for text}°dONLNdÑzúÜΔ(ÉútxFace:°dONLNdèz‰Ü)HStyle;°dONLNdôz,ÜP)H{text'°dONLNdüzPÜÄ)$s font s°dONLNdßzÄÜû)0tyle}°dONLNdÆàúîΔ(ëútxMode:°dONLNdπà‰î)HInteger;°dONLNd≈à,îb)H    {source m°dONLNdŒàbî∞)6ode for text}°dONLNd›ñú¢Δ(üútxSize:°dONLNdËñ‰¢)HInteger;°dONLNdÙñ,¢§)H{font size for text}°dONLNd
  4120. §ú∞Ã(≠úspExtra:°dONLNd§‰∞)HFixed;°dONLNd §,∞z)H{extra space}°dONLNd/≤úæÃ(ªúfgColor:°dONLNd;≤‰æ)HLongInt;°dONLNdG≤,æò)H{foreground color}°dONLNd[¿úÃÃ(…úbkColor:°dONLNdg¿‰Ã)HLongInt;°dONLNds¿,Ãò)H{background color}°dONLNdáŒú⁄Ã(◊úcolrBit:°dONLNd쌉⁄)HInteger;°dONLNdüŒ,⁄n)H {color bit}°dONLNd¨‹úË(ÂúpatStretch: Integer;°dONLNd»‹,Ëí)ê{used internally}°dONLNd€ÍúˆÃ(ÛúpicSave:°dONLNdÁ͉ˆ)HHandle;°dONLNdÚÍ,ˆ)H&{picture being saved, used internally}°dONLNd¯úÃ(úrgnSave:°dONLNd&¯‰)HHandle;°dONLNd1¯,
  4121. )H%{region being saved, used internally}°dONLNdXú“(ú    polySave:°dONLNde‰)HHandle;°dONLNdp,)H&{polygon being saved, used internally}°dONLNdòú ÿ(ú
  4122. grafProcs:°dONLNd¶‰  )H
  4123. QDProcsPtr°dONLNd∞  &)<;°dONLNdµ, ‘) {low-level drawing routines}°dONLNd“"ä.¢(+äEND;°dONLNd◊:äF*WindowPtr = GrafPtr;
  4124. UHc4VHc,Zapf Dingbats.°dONLNdÏUv_~(]vs°dONLNdÌVä^ì(\äWúÄ°dONLNdÓVì^æ)    ARNING
  4125. ˇ·ˇ‚7^
  4126. .°dONLNdıaämë(jäYï°dONLNdˆaêm±)ou can rg`°dONLNd˛a±m›)!    ead the fig`°dONLNda›m˝),elds of g`°dONLNda˝m) a g`°dONLNdam5)GrafPortg`°dONLNda5m;)0 r9¿°dONLNda;mM)ecor  °dONLNd aMm[)d d  °dONLNd#a[mc)irfiÄ°dONLNd%abmy)ectly¬¿°dONLNd*axm¿), but you should .°dONLNd;mäy´(vänot storC °dONLNdCm¨yfl)" e values dirr@°dONLNdOmflyÑ)3$ectly into them. Use the QuickDraw rJ‡°dONLNdsmÑy¶)•outines °dONLNd{yäÖ%(Çä%described in this book to alter the fiX@°dONLNd°y&Öä)úelds of a graphics port.C‡°dONLNd∫|êÑó)jsˇ(é@ˇ ˇˇˇˇ@
  4127. ˇ·ˇ‚7^
  4128. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4129. (‡*2-32    )BBasic QuickDraw Reference4^*¿¯
  4130. ^*l¯4^*l¯°dONLNd]lh∏(elField descriptions
  4131. ˇ·ˇ‚7^,
  4132. Courier
  4133. .°dONLNd&jlvê*device.°dONLNd-j»v)\Device-specifië`°dONLNd;jv‡)>1c information that’s used by the Font Manager to °dONLNdlv»Ç;(»achieve the best possible rj °dONLNdáv;ÇÒ)s)esults when drawing text in the graphics °dONLNd∞Ç»éÙ(ã»
  4134. port. Ther≠`°dONLNd∫ÇÙéQ),e may be physical dif6`°dONLNdœÇRé^)^fer‡°dONLNd“Ç^é) #ences in the same logical font for °dONLNdıé»ö‘(ó»dif™`°dONLNd¯é‘ö‡) fer凰dONLNd˚é‡öZ) ent output devices, to ensur;¿°dONLNdé[öÏ){"e the highest-quality printing on °dONLNd9ö»¶V(£»!the device being used. For best r€¿°dONLNdZöV¶ú)éesults on the scrg¿°dONLNdköù¶„)Geen, the default °dONLNd|¶»≤#(Ø»value of the device fi@¿°dONLNdí¶$≤G)\
  4135. eld is 0. .°dONLNdùµl¡ú(ælportBits.°dONLNd¶µ»¡;)\The bitmap (described on 9†°dONLNdøµ<¡S)tpage Ä°dONLNdƒµT¡f)2-29h`°dONLNd»µf¡È)) that describes the boundary °dONLNdÊ¡»ÕÀ( »rE°dONLNdÁ¡ÃÕfl)Aectangle for the graphics port and contains a pointer to the bit °dONLNd(Õ»ŸX(÷» image used by the graphics port.J@°dONLNdHÕYŸ[)ë .°dONLNdJ‹lËú(ÂlportRect.°dONLNdS‹»ËÙ)\
  4136. The port r≠`°dONLNd]‹ÙË?),ectangle that defiÑ`°dONLNdo‹@˵)Lnes a subset of the bitmap †`°dONLNd䋵Ë≈)uto b_‡°dONLNdé‹ΔËÙ) e used for °dONLNdô˻٘(Ò»Ddrawing. All drawing done by the application occurs inside the port °dONLNd›Ù»À* rE°dONLNdfiÙç)2ectangle. (In a window’s graphics port, the port r;@°dONLNdÙ§Ë)ÿectangle is also °dONLNd!» ı(    » called the É¿°dONLNd,ı )-    content rÂÄ°dONLNd5 .)$egionè¿°dONLNd:/ c).) The port r°dONLNdGd É)5ectangl÷ °dONLNdNÉ £)e uses t,‡°dONLNdV§ ©)!h˛@°dONLNdW© ≥)e l0@°dONLNdZ¥ ») ocal °dONLNd_ »€(»coor†@°dONLNdc €)dinate system j‡°dONLNdq +)@defi]°dONLNdu ,P)ned by tl‡°dONLNd} Pè)$he boundary r@°dONLNdä èÆ)?ectangl °dONLNdë Øπ) e i7 °dONLNdî π—)
  4137. n the ˇ˛∑P.°dONLNdö»$¯(!»portBitsˇˇíp°dONLNd¢¯$˝)0 f‚°dONLNd§˝$)ield‚°dONLNd®$-) of the ˇ˛∑Pö@°dONLNd∞.$R)BitMapˇˇípö@°dONLNd∂R$W)$ rˇ°dONLNd∏W$i)ecor—p°dONLNdºi$o)d—p°dONLNdΩo$°) . The upper»∞°dONLNd»°$Œ)2 -left corne[ °dONLNd”œ$¯).    r (which .°dONLNd‹$»0<(-»for a window is called the ^ °dONLNd˜$=0x)uwindow originÜÄ°dONLNd$x0});) Z`°dONLNd$~0≤)of the port rÚ¿°dONLNd$≤0—)4ectangl∑‡°dONLNd$“0Ÿ) e °dONLNd0»<Œ(9»uá °dONLNd0Œ<„)suallú°dONLNd"0„<:)y has a vertical coor?†°dONLNd70;< )X!dinate of 0 and a horizontal coorã`°dONLNdX0 <Û)è
  4138. dinate of .°dONLNdb<»H–(E»0,°dONLNdd<–HD) although you can use the °dONLNd~<DHz)t    SetOrigin°dONLNdá<zHÜ)6 prR`°dONLNdä<ÜH£) ocedur$¿°dONLNdê<£HÁ)e (described on .°dONLNd†H»Tfl(Q»page Z‡°dONLNd•H‡TÚ)2-45Æ¿°dONLNd©HÚTH)) to change the coor#‡°dONLNdΩHIT…)Wdinates of the window origin{Ä°dONLNdŸH…T‘)Ä. Tú@°dONLNd‹H‘Tˆ) he port °dONLNd‰T»`À(]»rE°dONLNdÂTÃ`å),ectangle usually falls within the boundary r‡°dONLNdTç`Ë)¡ectangle, but it’s not °dONLNd(`»lÀ(i»rE°dONLNd)`Ãl„)equir\@°dONLNd.`„l) ed to do so..°dONLNd;ol{ê(xlvisRgn.°dONLNdBo»{fl)\The rÄ¿°dONLNdGofl{—):egion of the graphics port that’s actually visible on the °dONLNdÇ{»á‘(Ñ»scrÚ@°dONLNdÖ{‘á›) eeÖÄ°dONLNdá{fiáÒ)
  4139. n—tô@°dONLNdä{Òá∫)/hat is, the part of the window that’s not coverч°dONLNdπ{∫áÓ)… ed by other °dONLNd≈á»ìÒ(ê»windows∂°dONLNdÃáÒì
  4140. )). By d¸†°dONLNd“á
  4141. ì#)efaultL°dONLNdÿá$ì&),ðdONLNdŸá&ì() L°dONLNd⁄á)ì\)the visible r‹°dONLNdÁá\ì‚)3 egion is equivalent to the port °dONLNdì»üÀ(ú»rE°dONLNdìÃüÛ)    ectangle.S¿°dONLNdìÛü)' Th≈‡°dONLNdìü+) e visible rB °dONLNdì,üL)+egion hÄ°dONLNd&ìMün)!as no efè@°dONLNd.ìnüé)!fect on ¶@°dONLNd6ìéüñ) ofB°dONLNd8ìóü¶)    fscr °dONLNd<ìßü∏)een Ï¿°dONLNd@ì∏ü”)image‡°dONLNdEì‘ü⁄)s..°dONLNdH¢lÆñ(´lclipRgn.°dONLNdP¢»ÆŒ)\T†¿°dONLNdQ¢ŒÆ”)hr °dONLNdR¢‘Ƈ)e gJ‡°dONLNdU¢·ÆK)raphics port’s clipping r*†°dONLNdn¢KÆ£)jegion, an arbitrary rb`°dONLNdÉ¢£Æ˜)Xegion that you can °dONLNdñÆ»∫F(∑»use to limit drawing to any r†¿°dONLNd≥ÆF∫â)~egion within thI`°dONLNd¬Æä∫™)De port rц°dONLNd Æ™∫—)     ectangle.ì`°dONLNd”Æ—∫Ê)' The ˇˇ’Ï.°dONLNdÿ∫»ΔÊ(√»defaul°dONLNdfi∫ÊΔ) t clipping r˛8°dONLNdÍ∫Δ4)1egion i‘$°dONLNdÒ∫5Δå)s set arbitrarily lar(H°dONLNd∫çΔΔ)Xge; using the ˇˇÅƒ™ °dONLNd∫ΔΔˆ)9ClipRectˇˇ’Ï™ °dONLNd∫ˆΔ˜)0 .°dONLNdΔ»“—(œ»prG °dONLNdΔ““)
  4142. ocedurfi`°dONLNd%Δ“5)e (described on ù`°dONLNd5Δ6“M)Fpage x@°dONLNd:ΔN“`)2-49à°dONLNd>Δ`“º)), you have full contr◊@°dONLNdTΔº“Í)\ ol over its °dONLNd`“»fi(€»setting. Unlike th™ °dONLNdr“fi>)L e visible r&`°dONLNd}“?fiZ)+egion,.`°dONLNdÉ“Zfie) th¬ °dONLNdÜ“efió) e clipping rfi‡°dONLNdí“ófi∑)2egion aʇ°dONLNdô“∑fi∫) f °dONLNdö“ªfi·)
  4143. fects the °dONLNd§fi»Í|(Á»+image even if it isn’t displayed on the scr>°dONLNdœfi}Íé)µeen..°dONLNd‘Ìl˘ä(ˆlbkPat°dONLNdŸÌä˘å) .°dONLNd€Ì»˘˘)>
  4144. The backgrñ‡°dONLNdÂÌ˘˘)1ound Ć°dONLNdÍÌ˘!)bit ≥°dONLNdÓÌ!˘m)pattern that’s use/†°dONLNdÌn˘é)Md by pr)@°dONLNdÌ風) ocedur¿Ä°dONLNd̨˘⁄) es such as .°dONLNd˘»(»
  4145. ScrollRect°dONLNd"˘C)< (described on °dONLNd1˘C[)?page °dONLNd6˘[n)2-43°dONLNd:˘ná)) and °dONLNd@˘áΩ)    EraseRect°dONLNdI˘Ω)6  (described .°dONLNdU»ä(»)in the chapter “QuickDraw Drawing”) for fióÄ°dONLNdä≠)¬    lling scr£`°dONLNdà≠)#olled or erased .°dONLNdò»“(»arR`°dONLNdö“Ê)
  4146. eas. $¿°dONLNdüÊÌ)Y9¿°dONLNd†Ïg)our application can use the 9¿°dONLNdºgë){BackPat9¿°dONLNd√ëù)* pr  °dONLNdΔù∫) ocedurfiÄ°dONLNdÃπÒ)e (described .°dONLNdŸ»)–(&»8in the chapter “QuickDraw Drawing”) to change the backgr™‡°dONLNd    –)È(&–ound °dONLNd    )»5—(2»@bit pattern. This pattern, like all other patterns drawn in the °dONLNd    V5»A≠* 5graphics port, is always aligned with the port’s coor‡†°dONLNd    ã5≠AÀ)Âdinate °dONLNd    íA»M(J»system. The upper>‡°dONLNd    £AMfl)R0-left corner of the pattern is aligned with the °dONLNd    ”M»Y‚(V»upper°dONLNd    ÿM„YJ)-left corner of the port r¥Ä°dONLNd    ÚMJY√)gectangle, so that adjacent arQ°dONLNd
  4147. MƒY)z eas of the °dONLNd
  4148. Y»e˚(b» same patter¿°dONLNd
  4149. %Y¸e    )4n bˆ¿°dONLNd
  4150. (Y    eÑ)lend into a continuous, coor¿°dONLNd
  4151. DYÖe›)|dinated pattern. Bit °dONLNd
  4152. Ye»qŒ(n»pÇ °dONLNd
  4153. ZeŒq˜)
  4154. atterns arÄ°dONLNd
  4155. de¯q$)*
  4156. e describe°dONLNd
  4157. ne$q/),d i£ °dONLNd
  4158. qe/q») n the chapter “QuickDraw Drawin&Ä°dONLNd
  4159. êe…q÷)ög.”.°dONLNd
  4160. îtlÄñ(}lfillPat.°dONLNd
  4161. út»Ä€)\The ª¿°dONLNd
  4162. †t€ÄÈ)bit Ó °dONLNd
  4163. §tÈÄY)pattern that’s used when I‡°dONLNd
  4164. ΩtZÄê)q you use a pr™Ä°dONLNd
  4165. …têÄÆ)6ocedurA¿°dONLNd
  4166. œtØÄŸ)
  4167. e such as .°dONLNd
  4168. ŸÄ»å¯(â»FillRect°dONLNd
  4169. ·įå    )0 to fPÄ°dONLNd
  4170. ÊÄ    å)ill PÄ°dONLNd
  4171. ÍÄå.)an ar"‡°dONLNd
  4172. ÔÄ.å3)e"‡°dONLNd
  4173. Ä3å<)a."‡°dONLNd
  4174. ÚÄ<å>)     "‡°dONLNd
  4175. ÛÄ>åO)Bit "‡°dONLNd
  4176. ˜ÄOåÅ) patterns arı@°dONLNd ÄÄå¨)1
  4177. e describeı@°dONLNd Ĩå∏),d iı@°dONLNd Ä∏å˜) n the chapter .°dONLNd å»ò%(ﻓQuickDraw Drawiní@°dONLNd .å%ò2)]g.”ˇBn@ˇ ˇˇˇˇ@
  4178. ˇ·ˇ‚7^
  4179. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4180. , (‡2-33
  4181. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4182. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4183. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4184. 4€4—?òÄ
  4185. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4186. ˛ˇˇˇ
  4187. ˛ˇˇˇ
  4188. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4189. ˛ˇˇˇˇ
  4190. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4191. ˛ˇˇˇˇ
  4192. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4193. ˛ˇ˛ˇˇ
  4194. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4195. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4196. ˛ˇ˛ˇˇ
  4197. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4198. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4199. ˛ˇˇˇˇ
  4200. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿,
  4201. Courier.°dONLNd\äh®(eäpnLoc.°dONLNd\Êh*)\The point wherfÄ°dONLNd\*h˘)D.e QuickDraw will begin drawing the next line, °dONLNdBhÊt9(qÊshape, or character(°dONLNdUh9tå)S. It can be anywherÛ@°dONLNdhhåtƒ)Se on the coorÅ`°dONLNduh≈t)9dinate plane; °dONLNdÉtÊĘ(}Êther"`°dONLNdát¯Ä)e ar1°dONLNdãtÄ!)e no rÄ°dONLNdët!Ä)5estrictions on the movement or placement of the pen. °dONLNdΔÄÊå(âÊCThe location of the graphics pen is a point in the graphics port’s °dONLNd    åÊò˘* coor†@°dONLNdå˘ò€)4dinate system, not a pixel in a bit image. The upperê@°dONLNdAå€ò)‚-left corner °dONLNdNòʧ(°ÊDof the pen is at the pen location; the graphics pen hangs below and .°dONLNdí§Ê∞Z* to the right of this point. R`°dONLNdƧZ∞a)tYg`°dONLNdا`∞ü)ou can use the g`°dONLNdæ§ü∞∑)?Moveg`°dONLNd¬§∑∞º), g`°dONLNdƒ§º∞‡)MoveTog`°dONLNd §‡∞Â)$, g`°dONLNdçÂ∞˝)Lineg`°dONLNd–§˝∞), and °dONLNd÷∞ʺ
  4202. (πÊLineTo°dONLNd‹∞
  4203. º)$ prR`°dONLNdfl∞º3) ocedur$¿°dONLNdÂ∞3ºÓ)(es (described in the chapter “QuickDraw .°dONLNdºÊ»Œ(≈Ê4Drawing”) to move the location of the graphics pen. .°dONLNdBÀä◊Æ(‘äpnSize.°dONLNdIÀÊ◊˘)\The ª¿°dONLNdMÀ˘◊)verticaπ@°dONLNdTÀ◊!)l a!†°dONLNdWÀ"◊[) nd horizonta9‡°dONLNdcÀ[◊õ)9l dimensions o¥ °dONLNdqÀõ◊±)@f the Â`°dONLNdwÀ±◊‰) graphics pe°dONLNdÇÀÂ◊˝)4n. By °dONLNdà◊Ê„Ï(‡Êdõ¿°dONLNdâ◊Ï„)efaul®¿°dONLNdé◊„7)t, the pen is  °dONLNdú◊8„E)61 pç °dONLNdü◊E„{)ixel high by  °dONLNd¨◊|„â)71 pÉ@°dONLNdØ◊â„≥)
  4204. ixel wide;k°dONLNdπ◊¥„ø)+ th˛¿°dONLNdº◊ø„Ã) e h¿°dONLNdø◊Õ„)eight an¿°dONLNd«◊„)#d w≤¿°dONLNd ◊„)idt˘@°dONLNdÕ◊„) h °dONLNdœ„ÊÔÍ(ÏÊc@°dONLNd–„ÍÔ) an range fr˜@°dONLNd€„Ô)0ol¿°dONLNd‹„ Ô])m 0 by 0 to 32è`°dONLNdÍ„]Ô_)=,`°dONLNd΄`Ôâ)    767 by 32& °dONLNdÙ„âÔã)),¶ °dONLNdı„ãÔ) 767. If either the pen width or °dONLNdÔÊ˚û(¯Ê*the pen height is 0, the pen does not draw\ °dONLNd?Ôû˚)∏. Heights or widths of less .°dONLNd[˚Ê(Ê    than 0 arR`°dONLNdd˚2))e undefiR`°dONLNdl˚2G)#ned. $¿°dONLNdq˚GN)Y9¿°dONLNdr˚Må)ou can use the 9¿°dONLNdÅ˚å∂)?PenSize9¿°dONLNdà˚∂¬)* pr  °dONLNdã˚¬fl) ocedurfiÄ°dONLNdë˚fiÂ)e .°dONLNdìÊ(Ê=(described in the chapter “QuickDraw Drawing”) to change the °dONLNd–Ê$* value in this fi_°dONLNd‡%5)?eld..°dONLNdÂ"ä.®(+äpnMod°dONLNdÍ"®.Æ)eˇˇ32°dONLNdÏ"Ê.)>    The patte≥2°dONLNdı".),9rn mode—that is, a Boolean operation that determines the .°dONLNd..Ê:(7Ê=how QuickDraw transfers the pen pattern to the bitmap during °dONLNdk:ÊF* ?drawing operations. When the graphics pen draws into a bitmap, °dONLNd™FÊR"* QuickDraw fifi`°dONLNd∂F"Rfl)<,rst determines what bits in the bit image arFÄ°dONLNd‚F‡RÔ)æe af∂`°dONLNdÊFÔR )fected °dONLNdÌRÊ^([Ê
  4205. and then fi(†°dONLNd¯R^Q)0nds their corr®Ä°dONLNdRQ^Ë);#esponding bits in the pen pattern. °dONLNd)^Êj(gÊAQuickDraw then does a bit-by-bit comparison based on the pattern °dONLNdjjÊv>* mode, which specifiÔ`°dONLNd}j>v)X/es one of eight Boolean transfer operations to °dONLNd¨vÊÇV(Êperform. QuickDraw storŸ‡°dONLNd√vVÇu)pes the rLJ°dONLNdÀvvÇÃ) esulting bit in its prü@°dONLNd·vÃÇ)Voper place in °dONLNdÔÇÊé›(ãÊ9the bit image. Pattern modes for a basic graphics port arbÄ°dONLNd(Ç›é)˜ e described °dONLNd4éÊöë(óÊ$in the chapter “QuickDraw Drawing.” .°dONLNdYùä©ê(¶äp°dONLNdZùê©®)nPat.°dONLNd_ùÊ©Ì)VA∫†°dONLNd`ùÌ©) bit po °dONLNdfù©≥)*attern that’s used like the ink in the penâ`°dONLNdêù≥©∏)Ø. +°dONLNdíù∏©)As described in the °dONLNd¶©Êµ(≤Ê?chapter “QuickDraw Drawing,” basic QuickDraw uses this pattern .°dONLNdµʡı* wh°dONLNdÁµı¡5)en you use the °dONLNdˆµ5¡M)@Line°dONLNd˙µM¡b) and °dONLNdˇµb¡Ü)LineTo°dONLNdµÜ¡í)$ prR`°dONLNdµí¡Ø) ocedur$¿°dONLNdµØ¡)es to draw lines with °dONLNd$¡ÊÕ( Êthe pe°dONLNd*¡Õ)n, f°dONLNd.¡Õ=)    raming prR`°dONLNd7¡=ÕZ),ocedur$¿°dONLNd=¡ZÕá) es such as $¿°dONLNdH¡áÕΩ)-    FrameRect$¿°dONLNdQ¡ΩÕ»)6 to$¿°dONLNdT¡»Õ )  $¿°dONLNdU¡ Õ) draw shape °dONLNd`ÕÊŸ0(÷Êoutlines with th°dONLNdpÕ0ŸG)Je pen°dONLNduÕGŸJ),°dONLNdvÕJŸÜ) or painting p°dONLNdÑÕÜŸä)<rR`°dONLNdÖÕäŸß)ocedur$¿°dONLNdãÕߟ‘) es such as $¿°dONLNdñÕ‘Ÿ
  4206. )-    PaintRect$¿°dONLNdüÕ
  4207. Ÿ )6 .°dONLNd†ŸÊÂ](‚Êto paint shapes with the pe…Ä°dONLNdªŸ]Âe)wn..°dONLNdæËäÙê(Òäp°dONLNdøËêÙ®)nVis.°dONLNdƒËÊÙ\)VThe graphics pen’s visibilit °dONLNd‡Ë]Ùo)wy—tP†°dONLNd„ËpÙ¯) hat is, whether it draws on the °dONLNdÙÊÚ(˝ÊscrÚ@°dONLNdÙÚÚ) <een. The graphics pen is described in detail in the chapter °dONLNdBÊ P(    Ê“QuickDraw Drawing.”.°dONLNdWäÆ(ätxFont.°dONLNd^ÊÌ)\A∫†°dONLNd_Ì\) font number that identifi¥‡°dONLNdy]q)pes thO@°dONLNd~r|)e fÏ¿°dONLNdÅ|)
  4208. ont to be used in the graphics °dONLNd†Ê'V($Êport. The font number 0 rz‡°dONLNdπV'd)pepr †°dONLNdºe'Œ)esents the system font. (§ °dONLNd’Œ'’)iAfi¿°dONLNd÷’'⁄) f≤†°dONLNdÿ€'ı)ont is °dONLNdfl'Ê3ˆ(0Êdefir °dONLNd„'˜3Ö)!ned as a collection of images tha˜ °dONLNd    'Ö3é)ét r~Ä°dONLNd    'è3ù)
  4209. epr@°dONLNd    
  4210. 'û3∫)esent tµ†°dONLNd    '∫3˜)he individual °dONLNd    3Ê?G(<Êcharacters of the font. †°dONLNd    73H?O)bA@@°dONLNd    83O?Ú)( font can consist of up to 255 distinct °dONLNd    `?ÊK∂(HÊ1characters, yet not all characters need to be defi1°dONLNd    í?∑K)—ned in a single font. °dONLNd    ®KÊW(TÊ@In addition, each font contains a missing symbol to be drawn in °dONLNd    ËWÊc* case of a r@°dONLNd    ÛWc–),,equest to draw a character that’s missing frΰdONLNd
  4211. Wœc)Ω om the font.o°dONLNd
  4212. +Wc
  4213. )6) °dONLNd
  4214. -cÊoÒ(lÊFoц°dONLNd
  4215. /cÒo    ) nts ar`°dONLNd
  4216. 5c
  4217. op)e described in detail in ™†°dONLNd
  4218. Ncpo¿)fInside Macintosh: T冰dONLNd
  4219. ac¿oÃ)Pextƒ °dONLNd
  4220. dcÃoŒ) ..°dONLNd
  4221. frä~Æ({ätxFace.°dONLNd
  4222. mrÊ~Ò)\Thr °dONLNd
  4223. orÚ~) e font sU‡°dONLNd
  4224. wr~ì)  tyle of the text, with values frÄ°dONLNd
  4225. órì~”)Åom the set defiaÄ°dONLNd
  4226. ¶r‘~)A ned by the .°dONLNd
  4227. ±~Êä(áÊStyle°dONLNd
  4228. ∂~ä    )< data type, which includes such styles as bold, italic, and .°dONLNd
  4229. ÚäÊñ (ìÊshaded. a‡°dONLNd
  4230. ˙ä ñ)%Y"`°dONLNd
  4231. ˚äñÌ)5ou can apply stylistic variations either alone or in °dONLNd 0ñÊ¢(üÊ combinationÏ¿°dONLNd ;ñ¢<)7. Font s¬ °dONLNd Cñ=¢]) tyles ar«†°dONLNd Kñ]¢√) e described in detail in W‡°dONLNd dñƒ¢)gInside Macintosh: °dONLNd v¢ÊÆÏ(´ÊT°dONLNd w¢ÎƘ)ext∑Ä°dONLNd z¢˜Æ˘) .ˇ"Ï@ˇ ˇˇˇˇ@
  4232. ˇ·ˇ‚7^
  4233. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4234. (‡*2-34    )BBasic QuickDraw Reference4^*¿¯,
  4235. Courier
  4236. .°dONLNd\lhê(eltxMode.°dONLNd\»hı)\
  4237. One of thrô°dONLNd\ıh:)-ee Boolean sour5°dONLNd \;h«)Fce modes that determines the w]†°dONLNd>\«h‘)åay °dONLNdAh»t(q»characters ar• °dONLNdNhtk)8e placed in the bit imageçÄ°dONLNdghlt•)l. This mode f'¿°dONLNdth¶tÍ):unctions much .°dONLNdÇt»Ä÷(}»lik°dONLNdÖt÷ÄA)e a pattern mode specifi°dONLNdùtAÄk)k
  4238. ed in the °dONLNdßtkÄq)*p°dONLNd®tqÄè)nMode°dONLNd≠tèÄò) fi°dONLNd∞tòÄß)    eld°dONLNd≥tßÄ«): when °dONLNd∫t«ÄÔ) drawing °dONLNd¬tÔĘ)(a .°dONLNdƒÄ»åÏ(â»characte0Ä°dONLNdÃÄÌå)%re¿°dONLNdÕÄåÚ),¿°dONLNdŒÄÚåœ)0 QuickDraw determines which bits in the bit imagÄ°dONLNd˛Ä–å‡)fie ar °dONLNdćåÁ)e °dONLNdå»òÕ(ï»a°dONLNdåÕò–)f¶@°dONLNdå–ò‹)<fected, does a bit-by-bit comparison based on the mode, and °dONLNdBò»§ÿ(°»stor9‡°dONLNdFòŸ§¯)es the r‚‡°dONLNdNò¯§®)*esulting bits into the bit image. Only thrg†°dONLNdxò©§≠)±e1@°dONLNdyòƧ»)e sour˘Ä°dONLNdò»§”)ce .°dONLNdǧ»∞Ó(≠»modes—°dONLNdà§Ó∞ )&srcOr¬†°dONLNdç§ ∞), ¬†°dONLNdè§∞4)srcXor@°dONLNdï§4∞L)$, and @°dONLNdõ§L∞p)srcBic@°dONLNd°§p∞Ã)$—should be used for .°dONLNdµ∞»º(π» drawing text%@°dONLNd¡∞ºå)9. See the chapter “QuickDraw T`°dONLNdfl∞庴)ãext” in ¿°dONLNdÁ∞¨ºˆ) Inside Macintosh: °dONLNd˘º»»Œ(≈»T°dONLNd˙ºÕ»Ÿ)ext∑Ä°dONLNd˝ºŸ»¸)  for morÇ°dONLNdº˝»“)$.e information about QuickDraw’s text-handling °dONLNd3»»‘˛(—»capabilities. .°dONLNdB◊l„ê(‡ltxSize.°dONLNdI◊»„”)\Thr °dONLNdK◊‘„Ú) e text sÔ¿°dONLNdS◊Ú„)ize i
  4239.  °dONLNdX◊„Î)4n pixels. The Font Manager uses this information to °dONLNdå„»Ô—(Ï»prG °dONLNdé„“Ô—)
  4240. 9ovide the bitmaps for text drawing. (The Font Manager is °dONLNd«Ô»˚±(¯»5described in detail in the chapter “Font Manager” in  Ä°dONLNd¸Ô±˚À)ÈInside °dONLNd˚»˛(» Macintosh: TpÄ°dONLNd˚˝    )5ext®°dONLNd˚    c) .) The value in this fi†°dONLNd)˚dñ)[ eld can be rº@°dONLNd5˚ñ§)2eprM°dONLNd8˚•‘)
  4241. esented by°dONLNdD
  4242. »ı(» point size ,    Symbol‚¿°dONLNdO
  4243. ı˙)-¥_¿°dONLNdP
  4244. ˚ )     device r“†°dONLNdY
  4245.  o)%esolution / 72 dpi°dONLNdm»%fi("»wher7°dONLNdqfl%Ê)e Ć°dONLNdsÊ%˚)pointõ °dONLNdx˚%§)% is a typographical term meaning apprÛ†°dONLNdù§%“)©
  4246. oximately °dONLNd®%»1fl(.»1/72 @°dONLNd≠%‡1ı)inch..°dONLNd≥4l@ñ(=lspExtra.°dONLNdª4»@œ)\A∫†°dONLNdº4œ@◊) fiG`°dONLNdø4ÿ@·)    :xed-point number equal to the average number of pixels by °dONLNd˘@»L™(I»1which each space character should be widened to fiz@°dONLNd+@´LÍ)„ll out the line. .°dONLNd<L»X‹(U»The °dONLNd@L‹X)spExtra°dONLNdGLX)* fi°dONLNdJLX’)    /eld is useful when a line of characters is to b°dONLNdyL’X‹)Δe .°dONLNd{X»dÕ(a»a°dONLNd|XÕd)ligned with bot)@°dONLNdãXd,)Dh the l¿`°dONLNdíX,dD)eft anq†°dONLNdòXEda)d the r]`°dONLNdüXbdá)ight mar†°dONLNdßXàdñ)&ginJÄ°dONLNd™Xñdö)sáÄ°dONLNd´XödÂ) (sometimes calle;Ä°dONLNdºXÊdÓ)Ld °dONLNdæd»p (m»fG@°dONLNdødÀp)
  4247. ull justifiÅ@°dONLNd dp)%catioé¿°dONLNdœdp)n‡°dONLNd–d    p ))q¿°dONLNd—d p).Ò¿°dONLNd“dp) .°dONLNd‘slê(|lfgColo°dONLNd⁄sêñ)$r.°dONLNd‹s»÷)8<The color of the “ink” that QuickDraw uses to draw with. By .°dONLNd»ãD* default, this color is black. R`°dONLNd6DãK)|Yg`°dONLNd7Jãâ)ou can use the g`°dONLNdFâãø)?    ForeColorg`°dONLNdOøãÀ)6 pr9¿°dONLNdRÀãË) ocedur  °dONLNdXËãÚ)e, .°dONLNd[ã»óÏ(î»@as described in the chapter “QuickDraw Drawing,” to specify any °dONLNdõó»£Á* color frO °dONLNd£óË£)  om the eighàÄ°dONLNdÆó£')4t-cè°dONLNd±ó'£ë) olor system to be the for3°dONLNd óí£†)kegrP¿°dONLNdÕó†£Â)ound color in a °dONLNd›£»Ø\(¨»$basic graphics port. This color is rχ°dONLNd£\Øn)îecora@°dONLNd£oØ·)ded when drawing into a °dONLNdØ»ª(∏»QuickDraw pictur:‡°dONLNd-تØ)Q#e (described in the chapter “Pictur˝@°dONLNdPØت›)ñ es” in this °dONLNd\ª»«â(ƒ»*book)—for example, drawing a line with a r> °dONLNdܪ䫧)¬ed for1‡°dONLNd媧«≤)egrO†°dONLNdèª≤«‰) ound color °dONLNdö«»”ÿ(–»stor9‡°dONLNdû«Ÿ”Ô)es a rÄ°dONLNd§«”F)ed line in the picturW°dONLNdπ«F”œ)Ve—but this color cannot be stor∑ °dONLNdÿ«œ”Ô)âed in a °dONLNd‡”»fl(‹»bitmap. When r”Ä°dONLNdÓ”fl')Eunnin7 °dONLNdÛ”(fl2)g i.†°dONLNdˆ”3fl])     n System ·°dONLNdˇ”]fld)*7,k‡°dONLNd”eflÂ) your application should use >°dONLNd”Êflˆ)Åthe .°dONLNd"fl»Î(Ë» GetForeColor°dONLNd.flÎ)H prR`°dONLNd1flÎ9) ocedur$¿°dONLNd7fl9Î@)e $¿°dONLNd9fl@Α)!(described in the chapter “Color .°dONLNdZλ˜^(Ù» QuickDraw”) to determine the forÄ°dONLNdzÎ_˜m)óegr"@°dONLNd}Îm˜˜)ound color instead of checking °dONLNdú˜»(»the value of this fiðdONLNd∞˜')Oeld..°dONLNdµlr(lb°dONLNd∂rê)kColo°dONLNdªêñ)r.°dONLNdΩ»¸)8 The color of;`°dONLNd…˝Ú)56 the pixels in the bitmap into which QuickDraw draws. .°dONLNdˇ»V(»!By default, this color is white. R`°dONLNd V])éYg`°dONLNd!\õ)ou can use the g`°dONLNd0õ—)?    BackColorg`°dONLNd9—”)6 .°dONLNd:»*—('»prG °dONLNd<“*)
  4248. ocedurfi`°dONLNdB*Í)7e, as described in the chapter “QuickDraw Drawing,” to °dONLNdy*»6(3»specify any color frÙ°dONLNdç*6P)T om the eigh-`°dONLNdò*Q6\)5t-c3‡°dONLNdõ*\6ÿ) olor system to be the backgr$†°dONLNd∑*ÿ6Ò)|ound °dONLNdº6»Bà(?»/color in a basic graphics port. This color is r\‡°dONLNdÎ6àBö)¿ecor—@°dONLNdÔ6öB)ded when drawing °dONLNd    B»N4(K»into a QuickDraw pictur¨Ä°dONLNd    B4N∏)l e, but this color cannot be stor †°dONLNd    7BπNŸ)Öed in a °dONLNd    ?N»Z(W»bitmap. When r”Ä°dONLNd    MNZ')Eunnin7 °dONLNd    RN(Z2)g i.†°dONLNd    UN3Z])     n System ·°dONLNd    ^N]Zd)*7,k‡°dONLNd    `NeZÂ) your application should use >°dONLNd    }NÊZˆ)Åthe .°dONLNd    ÅZ»f(c» GetBackColor°dONLNd    çZf)H prR`°dONLNd    êZf9) ocedur$¿°dONLNd    ñZ9f‘)#e (described in the chapter “Color .°dONLNd    πf»ro(o»#QuickDraw”) to determine the backgrQ@°dONLNd    ‹fpr–)®ound color instead of °dONLNd    Úr»~A({»checking the value of this fiüÄ°dONLNd
  4249. rA~Q)yeld.ˇ?p@ˇ ˇˇˇˇ@
  4250. ˇ·ˇ‚7^
  4251. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4252. , (‡2-35
  4253. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4254. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4255. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4256. 4€4—?òÄ
  4257. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4258. ˛ˇˇˇ
  4259. ˛ˇˇˇ
  4260. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4261. ˛ˇˇˇˇ
  4262. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4263. ˛ˇˇˇˇ
  4264. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4265. ˛ˇ˛ˇˇ
  4266. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4267. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4268. ˛ˇ˛ˇˇ
  4269. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4270. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4271. ˛ˇˇˇˇ
  4272. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿,
  4273. Courier.°dONLNd\ähê(eäc°dONLNd\êhÆ)olrBi°dONLNd\Æh¥)t.°dONLNd\Êhˇ)8The pΩ‡°dONLNd\ˇhb)lane of the color picturáÄ°dONLNd%\ch†)de to draw into`°dONLNd3\°hÁ)> when printing. ˛¿°dONLNdC\Áh)F
  4274. As in the °dONLNdMhÊtÔ(qÊprG °dONLNdOht.)
  4275. eceding two fi ‡°dONLNd]h.tÆ)>elds, this color cannot be stor°dONLNd|hØtÒ)Åed in a bitmap..°dONLNdåwäÉΔ(Ää
  4276. patStretch.°dONLNdówÊÉÌ)\A∫†°dONLNdòwÌÉı)= value used during output to a printer to expand patterns if °dONLNd’ÉÊè(åÊ    necessary4‡°dONLNdfiÉè)*. @°dONLNd‡Éè)Y«¿°dONLNd·Éè·)-our application should not change this value..°dONLNdíäûÆ(õäpicSav°dONLNdíÆû¥)$e°dONLNdíÊûK)8The state of the picturR`°dONLNd.íKûa)ee def"‡°dONLNd3íaû∂)inition. If no picturı@°dONLNdHíµû˘)Te is open, this f≈¿°dONLNdYí˘û)Dield ˇˇÍˆ°dONLNd^ûÊ™ (ßÊ    contains ˇˇ¿‚jˆ°dONLNdgû™)'NILˇˇÍˆjˆ°dONLNdjû™ˆ)1; otherwise it contains a handle to information rï°dONLNdõûˆ™)◊elated .°dONLNd¢™Ê∂(≥Êto the pictur~Ä°dONLNdØ™∂4)6e defi∫@°dONLNdµ™4∂S)nition. ∏°dONLNdΩ™S∂Y)YxÄ°dONLNdæ™Y∂)'our application shouldn’t be concerned °dONLNdÂ∂ʬÛ(øÊ;about exactly what information the handle leads to; you mayl¿°dONLNd ∂Ú¬˜(øÚ, .°dONLNd"¬ÊŒ(ÀÊhowever¬†°dONLNd)¬ŒL)', save the currï°dONLNd8¬LŒü)?ent value of this fiï°dONLNdL¬üŒ€)Seld, set the fiï°dONLNd[¬€Œ˜)<eld to ï°dONLNdb¬˜Œ    )NIL6†°dONLNde¬    Œ) to .°dONLNdiŒÊ⁄2(◊Êdisable the picturA`°dONLNd{Œ3⁄K)Me defi} °dONLNdÅŒK⁄ó)nition, and later rA†°dONLNdîŒò⁄≠)Mestor≈ °dONLNdôŒ≠⁄)e it to the saved value °dONLNd±⁄ÊÊı(„Êto r|‡°dONLNdµ⁄ıÊ%)    esume defiö`°dONLNdø⁄%Êf)0ning the pictur˚@°dONLNdŒ⁄fÊä)A    e. Pictur5†°dONLNd◊⁄ãÊü)%es arÅ@°dONLNd‹⁄üÊ)e described in the chapter °dONLNd˜ÊÊÚ(ÔÊ“Pictur¿°dONLNd˛ÊÚK)es” in this book..°dONLNdıäê(˛är°dONLNdıêÆ)gnSav°dONLNdıÆ¥)e°dONLNdıÊ4)8The state of the rR`°dONLNd*ı4])N    egion def"‡°dONLNd3ı]õ))inition. If no rı@°dONLNdCıöÒ)=egion is open, this f≈¿°dONLNdXıÒ)Wield ˇˇÍˆ°dONLNd]Ê (
  4277. Ê    contains ˇˇ¿‚jˆ°dONLNdf)'NILˇˇÍˆjˆ°dONLNdiˆ)1; otherwise it contains a handle to information rï°dONLNdöˆ)◊elated .°dONLNd°Ê(Êto the r⁄@°dONLNd©0)    egion defi‘`°dONLNd≥1P),nition. “ °dONLNdªPV)Y톰dONLNdºV)'our application shouldn’t be concerned °dONLNd„Ê%Û("Ê;about exactly what information the handle leads to; you mayl¿°dONLNdÚ%˜("Ú, .°dONLNd %Ê1(.Êhowever¬†°dONLNd'%1L)', save the currï°dONLNd6%L1ü)?ent value of this fiï°dONLNdJ%ü1€)Seld, set the fiï°dONLNdY%€1˜)<eld to ï°dONLNd`%˜1    )NIL6†°dONLNdc%    1) to .°dONLNdg1Ê=(:Êdisable the rù °dONLNdt1=G)6    egion defió@°dONLNd~1H=î),nition, and later r[¿°dONLNdë1ï=™)Mestorfl@°dONLNdñ1™= )e it to the saved value °dONLNdÆ=ÊIı(FÊto r|‡°dONLNd≤=ıI%)    esume defiö`°dONLNdº=%IO)0
  4278. ning the rW°dONLNdΔ=PIk)+egion..°dONLNdÕLäXê(Uäp°dONLNdŒLêX¥)olySav°dONLNd‘L¥X∫)$e.°dONLNd÷LÊXd)2The state of the polygon defi• °dONLNdÛLdX˛)~%nition. If no polygon is open, this fiå¿°dONLNdLˇX)õeld ˇˇÍˆ.°dONLNdXÊd (aÊ    contains ˇˇ¿‚jˆ°dONLNd&Xd)'NILˇˇÍˆjˆ°dONLNd)Xdˆ)1; otherwise it contains a handle to information rï°dONLNdZXˆd)◊elated .°dONLNdadÊp9(mÊto the polygon defiLÄ°dONLNdtd:pY)Tnition. J@°dONLNd|dYp_)Y
  4279. ¿°dONLNd}d_p)'our application shouldn’t be concerned °dONLNd§pÊ|Û(yÊ;about exactly what information the handle leads to; you mayl¿°dONLNdflpÚ|˜(yÚ, .°dONLNd·|Êà(ÖÊhowever¬†°dONLNdË|àL)', save the currï°dONLNd˜|Làü)?ent value of this fiï°dONLNd |üà€)Seld, set the fiï°dONLNd|€à˜)<eld to ï°dONLNd!|˜à    )NIL6†°dONLNd$|    à) to .°dONLNd(àÊîP(ëÊdisable the polygon defi`°dONLNd@àQîù)knition, and later r”‡°dONLNdSàùî≤)LestorW`°dONLNdXà≥î)e it to the saved value °dONLNdpîʆı(ùÊto r|‡°dONLNdtîı†%)    esume defiö`°dONLNd~î%†s)0ning the polygon..°dONLNdê£äØ¿(¨ä    grafProcs.°dONLNdö£ÊØî)\)An optional pointer to a special data strX°dONLNd√£ïب)Øuctur›‡°dONLNd»£¨Ø)e that your application °dONLNd‡Øʪ(∏Êcan stor˚Ä°dONLNdËت)"e i-Ä°dONLNdÎتÚ) /nto if you want to customize QuickDraw drawing °dONLNdªÊ«È(ƒÊrE°dONLNdªÍ«)?outines or use QuickDraw in other advanced, highly specialized °dONLNdZ«Ê””(–Ê1ways. See the chapter “QuickDraw Drawing” for morÅ¿°dONLNdã«””)Ìe information. °dONLNdõÿä‰(·äAll QuickDraw operations r °dONLNdµÿ‰≤)|(efer to a graphics port by a pointer defis °dONLNdfiÿ≤‰)¨ned by the data type .°dONLNdÛÂäÒ¥(ÓäGrafPtr¬†°dONLNd˙Â≥Ò)). (For historical rï°dONLNdÂÒÒ)N9easons, a graphics port is one of the few objects in the .°dONLNdFÚ䲽(˚äMacintosh system softwar3`°dONLNd^Ú˛˛$)t
  4280. e that’s r`°dONLNdhÚ$˛8)&eferrª °dONLNdmÚ8˛Í)*ed to by a pointer rather than a handle.) ¨‡°dONLNdóÚͲ˙)≤All °dONLNdõˇä î(äWÛ`°dONLNdúˇì ‡)    indow Manager rÏ`°dONLNd´ˇ‡ ˆ)M@outines that accept a window pointer also accept a pointer to a °dONLNdÎ ä«(ägraphics port..°dONLNd˙ä*ë*Yï°dONLNd˚ê*D)(our application should never need to dirg`°dONLNd    #D*ò)¥ectly change the fig`°dONLNd    6ò*¿)T
  4281. elds of a g`°dONLNd    @¿*)(GrafPortg`°dONLNd    H*ˆ)0 r9¿°dONLNd    Jˆ*)ecor  °dONLNd    N*)d. .°dONLNd    Q+ä7¨(4äIf you fiJ‡°dONLNd    Z+≠7á)#3nd it absolutely necessary for your application to     †°dONLNd    ç+à7ñ)€do ‡°dONLNd    ê+ñ7)so, immediately use the .°dONLNd    ®8äDÃ(Aä PortChanged°dONLNd    ≥8ÃDÿ)B prR`°dONLNd    ∂8ÿDı) ocedur$¿°dONLNd    º8ıD)<e to notify QuickDraw that your application has changed the °dONLNd    ¯EäQ∫(NäGrafPort°dONLNd
  4282. E∫Q¿)0 rR`°dONLNd
  4283. E¿Q“)ecor$¿°dONLNd
  4284. E“QÒ)d. The $¿°dONLNd
  4285. EÒQ3) PortChanged$¿°dONLNd
  4286. E3Q?)B pr˜ °dONLNd
  4287. E>Q[) ocedur…Ä°dONLNd
  4288. !E[Q¸)%e is described in the chapter “Color .°dONLNd
  4289. FRä^˚([äQuickDraw” in this book.ˇ\@ˇ ˇˇˇˇ@
  4290. ˇ·ˇ‚7^
  4291. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4292. (‡*2-36    )BBasic QuickDraw Reference4^*¿¯
  4293. k*s¯4l*s¯ n*n˛
  4294. ˇ·ˇ‚7^°dONLNd[*k`(g*Routinesˇˇˇˇˇˇ(gÒ2
  4295. °dONLNd
  4296. sl‚(|lThis section describes the r@°dONLNd&s„`)woutines for initializing basic ]`°dONLNdEs`Æ)}(as well as Color) MÄ°dONLNdXsØ‚)O    QuickDraw4 °dONLNdas‚Á)3, °dONLNdcÄlåC(âl0opening and closing graphics ports, saving and rœ`°dONLNdìÄCåÒ)◊'estoring graphics ports, managing port °dONLNd∫çlôo(ñlrE°dONLNdªçpôŸ)ectangles and clipping r—°dONLNd”çŸô∑)i2egions, and manipulating points in graphics ports.
  4297. Ω*≈¯4æ*≈¯ ¿*¿˛
  4298. ˇ·ˇ‚7^ °dONLNd∞*æ•(∫*Initializing QuickDrawˇˇˇˇˇˇ(∫Ú2
  4299. ˇˇˆ÷.°dONLNd≈l—ê(ŒlUse the ,
  4300. Courierˇˇ‰Çm¨°dONLNd&≈ë—¡)%InitGrafˇˇˆ÷m¨°dONLNd.≈¡—Ã)0 pr6‚°dONLNd1≈Õ—Í) ocedur    B°dONLNd7≈Í—◊)5e to initialize QuickDraw at the beginning of your prâ(°dONLNdl≈◊—˜)Ìogram, .°dONLNds“lfiÉ(€lbefor_†°dONLNdx“ÉfiÔ)e initializing any other TÎÄ°dONLNdí“Ófi)koolbox d†°dONLNdô“fi)!m8†°dONLNdö“fiè)    anagers, such as the Menu I‡°dONLNd¥“èfiπ)wManager [‡°dONLNdº“πfi÷)*and W<`°dONLNd¡“÷fiı)indow °dONLNd«fllÎè(ËlManage`°dONLNdÕflêÎì)$rT†°dONLNdŒflìÎï).
  4301. *$¯4*#¯ *˛
  4302. ˇ·ˇ‚7^ °dONLNd–*W(*InitGrafˇˇˇˇˇˇ(Ú2
  4303. .°dONLNd⁄-l9ë(6lUse the °dONLNd‚-ë9¡)%InitGraf°dONLNdÍ-¡9Õ)0 prR`°dONLNdÌ-Õ9Í) ocedur$¿°dONLNdÛ-Í9`)e to initialize QuickDraw9¿°dONLNd -_9b)u.°dONLNdFlR(OlPROCEDURE InitGraf (globalPtr°dONLNd+FR,)Æ: P°dONLNd.F,RD)tr);°dONLNd3^lj¢(gl    globalPtr°dONLNd<^¢j§)6 °dONLNd>^Æj∂) AÛ`°dONLNd?^µj@)  pointer to the global variable Û`°dONLNd_^@jj)ãthePortÛ`°dONLNdf^jjó)*
  4304. , which fr≈¿°dONLNdp^ój„)-om Pascal can be °dONLNdÅjÆv€(sÆ
  4305. passed as °dONLNdãj€v )-@thePort°dONLNdìj v)0..°dONLNdïê*ôc(ó* DESCRIPTION
  4306. .°dONLNd°ùl©ë+BUse the °dONLNd©ùë©¡)%InitGraf°dONLNd±ù¡©Õ)0 prR`°dONLNd¥ùÕ©Í) ocedur$¿°dONLNd∫ùÍ©)e befor˜ °dONLNd¡ù©z)e initializing any other T  °dONLNd€ùz©ô)soolbox   °dONLNd‚ùô©°)m  °dONLNd„ù°©fl)anagers, such °dONLNdÒ™l∂v(≥las°dONLNdÛ™v∂x)
  4307.  °dONLNdÙ™x∂§)    the Menu °dONLNd˝™§∂Œ),Manager °dONLNd™Œ∂Ï)*and WÛ`°dONLNd
  4308. ™Î∂-) indow ManageÛ`°dONLNd™-∂1)Br6°dONLNd™1∂4).6°dONLNd™4∂J) The 6°dONLNd™J∂z)InitGraf6°dONLNd%™z∂Ü)0 pr`°dONLNd(™Ü∂£) ocedur⁄¿°dONLNd.™¢∂‹)e initializes .°dONLNd<∑l√y(¿lthe]`°dONLNd?∑z√|) ›`°dONLNd@∑|√fl)global variables listed Á¿°dONLNdX∑fl√Í)cin !Ä°dONLNd[∑Î√Ò) TW@°dONLNd\∑√)able 2-1d¿°dONLNdd∑√»)"+ (as well as some private global variables .°dONLNdèƒl–y(Õlfor°dONLNdíƒy–{) °dONLNdìƒ{–)QuickDraw’s own internal use)°dONLNd∞ƒ–    )ã.°dONLNd±ƒ    – ) °dONLNd≤ƒ –)The °dONLNd∂ƒ–O)InitGraf°dONLNdæƒO–[)0 prR`°dONLNd¡ƒ[–x) ocedur$¿°dONLNd«ƒx–‚)e also initializes Color .°dONLNd‡—l›~(⁄l9QuickDraw on computers with Color QuickDraw capabilities.
  4309. *    ¯4*¯ l¯
  4310. ˇ·ˇ‚7^    °dONLNdˆlì*$    Table 2-1°dONLNd$ˆ™)>QuickDraw global variablesÅ°dONLNdˇˇ)m °dONLNdJlr(lV0°dONLNdKrè)ariableHÊ°dONLNdSΩ¬)KT÷°dONLNdT¬—)ype‰·°dONLNdX˚)9Initia‰!°dONLNd^)l seÊ°dONLNdb2)tting
  4311. .°dONLNdil)ñ(&lthePortHÊ°dONLNdqΩ)Á)QGrafPtr‰·°dONLNdy˚))>NIL°dONLNd~/l;ä(8lwhiteHÊ°dONLNdÑ/Ω;Á)QPattern.‰·°dONLNdå/˚;)>AlîÅ°dONLNdé/;G) l-white pattern.°dONLNdüAlMä(JlblackHÊ°dONLNd•AΩMÁ)QPattern.‰·°dONLNd≠A˚M)>AlîÅ°dONLNdØAMF) l-black pattern.°dONLNd¿Sl_Ñ(\lgrayHÊ°dONLNd≈SΩ_Á)QPattern.‰·°dONLNdÕS˚_)>5‰·°dONLNdŒS_F)0% gray pattern.°dONLNdflelqê(nlltGrayHÊ°dONLNdÊeΩqÁ)QPattern.‰·°dONLNdÓe˚q)>2‰·°dONLNdÔeqF)5% gray pattern.°dONLNdwlÉê(ÄldkGrayHÊ°dONLNdwΩÉÁ)QPattern.‰·°dONLNdw˚É)>7‰·°dONLNdwÉF)5% gray pattern.°dONLNd!âlïä(ílarrowHÊ°dONLNd'âΩï·)QCursor.‰·°dONLNd.â˚ï)>Stg°dONLNd0âï)    andar!°dONLNd5âï3)d arrlÅ°dONLNd:â3ï_)    ow cursor.°dONLNdEõlß®(§l
  4312. screenBitsHÊ°dONLNdPõΩß·)QBitMap.‰·°dONLNdWõ˚ß)>En“°dONLNdYõß) tir¡¡°dONLNd\õß)
  4313. e  a°dONLNd^õß2)main !°dONLNdcõ2ß>)scrãa°dONLNdfõ>ßM) een.°dONLNdk≠lπú(∂lrandSeedHÊ°dONLNdt≠ΩπÁ)QLongInt.‰·°dONLNd|≠˚π)>1ˇ>‰@ˇ ˇˇˇˇ@
  4314. ˇ·ˇ‚7^
  4315. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4316. , (‡2-37
  4317. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4318. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4319. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4320. 4€4—?òÄ
  4321. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4322. ˛ˇˇˇ
  4323. ˛ˇˇˇ
  4324. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4325. ˛ˇˇˇˇ
  4326. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4327. ˛ˇˇˇˇ
  4328. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4329. ˛ˇ˛ˇˇ
  4330. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4331. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4332. ˛ˇ˛ˇˇ
  4333. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4334. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4335. ˛ˇˇˇˇ
  4336. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\Heo(cHASSEMBLfl°dONLNd\nes)&YùÄ°dONLNd\se–)-LANGUAGE INFORMAfiÄ°dONLNd\–eÂ)]TION
  4337. °dONLNdjäv$(sä!The QuickDraw global variables ar'@°dONLNd?j%v=)õe stor*¿°dONLNdEj=vY)ed in r釰dONLNdLjYvÅ)    everse or| °dONLNdUjÅvè)(derñ¿°dONLNdXjèvõ), fr؆°dONLNd\jõv) om high to low memoryÈ°dONLNdqjv)k as °dONLNduwäÉØ(Ää
  4338. listed in o@°dONLNdw∞É∂)&T•°dONLNdÄwµÉ◊)able 2-1≤Ä°dONLNdàw◊ÉÛ)", and r‰†°dONLNdèwÛÉ
  4339. )equir˚‡°dONLNdîw
  4340. Éà)e the number of bytes specifi™Ä°dONLNd±wâÉ˙)ed by the global constant ,
  4341. Courier.°dONLNdÀÑäê∫(çägrafSize°dONLNd”Ñ∫êC)0. Most development systems prR`°dONLNdÑCê“)â eallocate space for these globalR`°dONLNdÑ“ê¸)è     variableR`°dONLNdѸê)*s ˇˇÁ2°dONLNdëäù^(öä.immediately below the location pointed to by r§æ°dONLNdIë^ù~)‘egister -ê°dONLNdQëù™)!
  4342. A5. Since ˇˇµñ˚Ù°dONLNd[ë™ù‘)+thePortˇˇÁ2˚Ù°dONLNdbë‘ùŸ)* i„&°dONLNddë⁄ùÎ)s 4 b±ä°dONLNdiëÏù)
  4343. ytes, you °dONLNdsûä™–(ßäwould pass the °dONLNdÇû–™)F    globalPtr°dONLNdãû™k)6 parameter as follows:°dONLNd¢µä¡ú(æäPEA°dONLNdߵơ“)$-4(A5)°dONLNdÆ√䜿(Ãä    _InitGraf°dONLNd∏€äÁû*The °dONLNdº€ûÁŒ)InitGraf°dONLNdƒ€ŒÁ⁄)0 prR`°dONLNd«€⁄Á˜) ocedur$¿°dONLNdÕ€˜Á)e stor˜ °dONLNd”€Á\)es this pointer to ˜ °dONLNdÊ€\ÁÜ)NthePort˜ °dONLNdÌ€ÜÁ¸)* in the location pointed to .°dONLNd    ËäÙï(Òäbyñ¿°dONLNd ËïÙó)  ∏`°dONLNd ËóÙ¶)A5.°dONLNd˙ä(ä!This value is used as a base addrçÄ°dONLNd1˙Ô)ê.ess when accessing the other QuickDraw global °dONLNd_ä›(ävariables, which ar@°dONLNdrfiY)Te accessed using negative ofœ‡°dONLNdéYã){fsets (the ofv¿°dONLNdõå)3fsets have the same names as °dONLNd∏ä @(ä*the Pascal global variables). For example:.°dONLNd„+ä7Æ*MOVE.L°dONLNdÏ+¿7‰)6(A5),A°dONLNdÚ+‰7Í)$0°dONLNd˘+,72)H;°dONLNd˙+27Ï)point to first QuickDraw global°dONLNd9äEÆ(BäMOVE.L°dONLNd#9¿E)6randSeed(A0),A1°dONLNd89,E‘)l;get global variable randSee°dONLNdT9‘E⁄)®d.°dONLNdV`Hij(gHSPECIALÄ°dONLNd]`kiü)#
  4344.  CONSIDERAÄ°dONLNdg`ûi∏)3TIONS
  4345. .°dONLNdmnäzó(wäTh°dONLNdonózû)e °dONLNdqnûzŒ)InitGraf°dONLNdynŒz⁄)0 prR`°dONLNd|n⁄z˜) ocedur$¿°dONLNdÇn˜z)e m$¿°dONLNdÖnz3)    ay move o$¿°dONLNdén3zH)-r pur˜ °dONLNdìnGz    )*ge memory blocks in the application heap. .°dONLNdΩ{äáê(ÑäY@Ä°dONLNdæ{êá6)'our application should not call this pr¿@°dONLNdÂ{6áT)¶ocedurWÄ°dONLNdÎ{Uá) e at interr˙Ä°dONLNdˆ{áß)*    upt time.°dONLNd°H™L(®HSc°dONLNd°M™o)EE ALSO
  4346. .°dONLNd    Ø䪇+=Listing 2-1 on page °dONLNd؇ªÈ)V2-°dONLNdØȪÛ)    16°dONLNd!ØÛªT)
  4347.  illustrates the use of °dONLNd9ØTªÑ)aInitGraf°dONLNdAØѪá)0.°dONLNdC¡äÕê( äTï°dONLNdD¡èÕÒ)o initialize the cursor◊†°dONLNd[¡Õ)a , call the ◊†°dONLNdf¡ÕW)+
  4348. InitCursor◊†°dONLNdp¡WÕc)< pr™°dONLNds¡cÕÄ) ocedur|`°dONLNdy¡ÄÕ˛)e, which is described in the .°dONLNdñŒä⁄Õ(◊ächapter “Curso†°dONLNd§ŒŒ⁄˘)D r Utilities.Ï`°dONLNd∞Œ˘⁄˛)+”
  4349. ˛H4ˇH H
  4350. ˇ·ˇ‚7^ °dONLNd≤ÒHˇº(˚HOpening and Closing Ä°dONLNdΔÒΩˇ€)uBasic S¿°dONLNdÃÒ€ˇ))Graphics Portsˇˇˇˇˇˇ(˚2
  4351. °dONLNd‹äª(ä All graphicE‡°dONLNdÁº¿)2sLJ°dONLNdË¿¸) operations ar*`°dONLNdˆ˝ù)=$e performed in graphics ports. Befor)¿°dONLNdù)†e a basic graphics port can .°dONLNd6ä}(ä7be used, it must be allocated and initialized with the °dONLNdm}≠)ÛOpenPort°dONLNdu≠π)0 prR`°dONLNdxπ÷) ocedur$¿°dONLNd~÷€)e$¿°dONLNd€)
  4352. . Normally    °dONLNdâ)2, .°dONLNdã ä,()äyour application does not call `°dONLNd™ ,")Üthis –Ä°dONLNdØ ",+)pró†°dONLNd± ,,J)
  4353. ocedur.‡°dONLNd∑ K,_)e dirA†°dONLNdº _,s)ectly†°dONLNd¡ s,Ò). Instead, your application crò¿°dONLNdfl Ò,)~eates a .°dONLNdÁ-ä9(6ä!basic graphics port by using the °dONLNd-9b)ê GetNewWindow°dONLNd-b9o)H or °dONLNd-o9•)    NewWindow°dONLNd!-•9    )6 function (described in .°dONLNd9:äFÕ(Cäthe chapter “W °dONLNdG:ÕF&)Cindow Manager” in ć°dONLNdY:&F§)YInside Macintosh: Macintosh T”`°dONLNdv:£FÁ)}oolbox Essentialsò`°dONLNdá:ËF
  4354. )E    ) or the .°dONLNdêGäS¿(Pä    NewGWorld°dONLNdôG¿Sm)6' function (described in the chapter “OfR`°dONLNd¿GmS})≠fscr$¿°dONLNdƒG}S≈)een Graphics W9¿°dONLNd“GƒS)Gorlds” in this °dONLNd·Tä`(]äbook). These functions call °dONLNd˝T`3)yOpenPort°dONLNdT3`°)0, which in turn calls the °dONLNdT°`—)nInitPort°dONLNd'T—`›)0 prR`°dONLNd*T›`˙) ocedur$¿°dONLNd0T˙`)e..°dONLNd3färê(oäTµ¿°dONLNd4fèrC)(o dispose of a graphics port when you arfl†°dONLNd\fCrP)¥e fi6°dONLNd`fQr∏)nished using a window˛Ä°dONLNduf∑r˙)f, you normally .°dONLNdÑsäö(|äuse °dONLNdàsö¨)the °dONLNdås¨˙)DisposeWindow°dONLNdôs˙)N prR`°dONLNdús#) ocedur$¿°dONLNd¢s#v)e (if you let the Wò °dONLNdµsu )Rindow Manager allocate memory °dONLNd”ÄäåÚ(âäfor the window) or the °dONLNdÍÄÚå4)h CloseWindow°dONLNdıÄ4å@)B prR`°dONLNd¯Ä@å]) ocedur$¿°dONLNd˛Ä]å˘)#e (if you allocated memory for the °dONLNd!çäô∑(ñä    window). R`°dONLNd*ç∑ôæ)-Yg`°dONLNd+çΩôÎ) ou use the g`°dONLNd6çÎô9).DisposeGWorldg`°dONLNdCç9ôE)N pr9¿°dONLNdFçEôb) ocedur  °dONLNdLçbô)%e to dispose of a graphics port when .°dONLNdqö䶶(£äyou ar–¿°dONLNdwö¶¶≥)e fi' °dONLNd{ö¥¶)nished with an of‡°dONLNdåö¶)Mfscr€°dONLNdêö¶ä)een graphics world. These rı °dONLNd´öä¶)zoutines automatically call the .°dONLNd ßä≥¿(∞ä    ClosePort°dONLNd”ß¿≥Ã)6 prR`°dONLNd÷ßÃ≥È) ocedur$¿°dONLNd‹ßÈ≥1)e. If you use the $¿°dONLNdÓß1≥s)H CloseWindow$¿°dONLNd˘ßs≥)B pr˜ °dONLNd¸ß~≥õ) ocedur…Ä°dONLNd    ßõ≥)e, you also dispose of the ˇÿ@ˇ ˇˇˇˇ@
  4355. ˇ·ˇ‚7^
  4356. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4357. (‡*2-38    )BBasic QuickDraw Reference4^*¿¯
  4358. °dONLNd\lhó(elwindow ræ°dONLNd\óh©)+ecor2`°dONLNd \™hÃ)?d containing the graphics port by calling the Memory Manager pr†`°dONLNdK\ÃhÍ(eÃocedur7†°dONLNdQ\ÎhÚ)e ,
  4359. Courier.°dONLNdSilu®(rl
  4360. DisposePtr¬†°dONLNd]ißu¨);. 
  4361. •*Ư4¶*≠¯ ß*߲
  4362. ˇ·ˇ‚7^ .°dONLNd`ò*¶_(¢*OpenPortˇˇˇˇˇˇ(¢Ú2
  4363. .°dONLNdj∑l√Ä(¿lThe °dONLNdn∑Ä√∞)OpenPort°dONLNdv∑∞√º)0 prR`°dONLNdy∑º√Ÿ) ocedur$¿°dONLNd∑Ÿ√|)&e allocates space for and initializes $¿°dONLNd•∑|√›)£a basic graphics port.$¿°dONLNdª∑›√Û)a The ˇˇ‰⁄°dONLNd¿ƒl–w(ÕlWÛ`°dONLNd¡ƒv–’)
  4364. indow Manager calls ˇˇÆé°Ó°dONLNd’ƒ÷–)`OpenPortˇˇ‰⁄°Ó°dONLNd›ƒ–∂)0& for each black-and-white window it cr—j°dONLNdƒ∂–Œ)∞eates—j°dONLNdƒŒ–˜)
  4365. , and the °dONLNd—l›¢(⁄l    NewGWorld°dONLNd—¢›Æ)6 prR`°dONLNd—Æ›À) ocedur$¿°dONLNd$—À›Í)e calls $¿°dONLNd,—Í›)OpenPort$¿°dONLNd4—›P)0 for every of˜ °dONLNdA—O›_)5fscr…Ä°dONLNdE—_›) een graphics world containing a .°dONLNdefilÍÁ(Álbasic graphics port that it crj‡°dONLNdÉfiÁ͡){eates..°dONLNdä˜l¸(lPROCEDURE OpenPort (port°dONLNd¢˜¸)ê: G°dONLNd•˜>)rafPtr);°dONLNdÆlÑ(lport°dONLNd≤ÑÜ) °dONLNd¥Æ∂)*AÛ`°dONLNdµµÂ)  pointer to Û`°dONLNd¡ÂÌ)0a Û`°dONLNd√Ì)GrafPortÛ`°dONLNdÀ#)0 r≈¿°dONLNdÕ#5)ecorò °dONLNd—5>)d..°dONLNd‘5*>c(<* DESCRIPTION
  4366. .°dONLNd‡BlNÄ+BThe °dONLNd‰BÄN∞)OpenPort°dONLNdÏB∞Nº)0 prR`°dONLNdÔBºNŸ) ocedur$¿°dONLNdıBŸN6)e allocates space for $¿°dONLNd B6Nó)]visible and clipping r˜ °dONLNd!BñN’)`egions for the °dONLNd0Ol[q(Xlg°dONLNd1Oq[•) raphics por°dONLNd<O•[…)4t specifi°dONLNdEO…[Û)$
  4367. ed in the °dONLNdOOÛ[ )*port°dONLNdSO [=)
  4368.  parameter¬†°dONLNd]O<[?)1,¬†°dONLNd^O?[ç) initializes the fi¬†°dONLNdqOç[ø)N elds of the ¬†°dONLNd}Oø[€)2port’s °dONLNdÑ\lhú(elGrafPort°dONLNdå\úh¢)0 rR`°dONLNdé\¢h¥)ecor$¿°dONLNdí\¥h)d as indicated in $¿°dONLNd§\h)MT9¿°dONLNd•\h*)able 2-29¿°dONLNd≠\*he)$, and makes t9¿°dONLNd∫\eh});hat g9¿°dONLNdø\}h⁄)raphics port the curr  °dONLNd‘\⁄hÍ)]ent °dONLNdÿilu¥(rlport (by calling °dONLNdÈi¥ufi)HSetPort°dONLNdifiuÁ)*). °dONLNdÛiÁu)    The WÛ`°dONLNd¯iue)indow Manager calls Û`°dONLNd ieuè)`OpenPorÛ`°dONLNdièuï)*tÛ`°dONLNdiïuü) wÛ`°dONLNdiüuÃ)
  4369.  
  4370. hen you cr≈¿°dONLNd iÃuÍ)-eate a .°dONLNd'vlÇ”(lblack-and-white windo√°dONLNd<v”ÇÂ)gw; y© °dONLNd@vÊÇ~)$ou normally won’t call it yourself. :°dONLNddvÇÖ)ôY˙Ä°dONLNdevÑǨ)    ou can crÓ°dONLNdnv¨Ç–)(    eate the .°dONLNdwÉlèH(ål-graphics port pointer with the Memory Manager=`°dONLNd§ÉIèR)›’s =`°dONLNdßÉRèv)    NewPtr=`°dONLNd≠ÉvèÇ)$ pr¿°dONLNd∞ÉÇèü) ocedur‚ °dONLNd∂Éûè£)e‚ °dONLNd∑É£è¶).‚ °dONLNdˇˇ) 
  4371. ≥*ª¯4≥*∫¯ ∂l∂¯
  4372. ˇ·ˇ‚7^    .°dONLNdπ®l≥ì(∞l    Table 2-2°dONLNd√®™≥;)>'Initial values of a basic graphics portÜ∞°dONLNdˇˇ)ë °dONLNdˆ¿lÀr(»lV0°dONLNd˜¿rÀè)ariableHÊ°dONLNdˇ¿ΩÀ¬)KT÷°dONLNd¿¬À—)ypeðdONLNd¿ÀE)LInitial setting
  4373. .°dONLNdœl€ê(ÿldeviceHÊ°dONLNdœΩ€Á)QInteger.ðdONLNd$œ€5)Q
  4374. 0 (the scrµL°dONLNd.œ5€G)'een).°dONLNd4·lÌú(ÍlportBitsHÊ°dONLNd=·ΩÌ·)QBitMapðdONLNdD·ÌJ)Q
  4375. screenBitsðdONLNdN·JÌÕ)< (global variable for main scr‰,°dONLNdl·ÃÌfl)Çeen)°dONLNdrÛlˇú(¸lportRectHÊ°dONLNd{ÛΩˇ’)QRectðdONLNdÄÛˇt)QscreenBits.bounds°dONLNdìlê(lvisRgnHÊ°dONLNdöΩÛ)Q    RgnHandleðdONLNd§)QHaðdONLNd¶J) ndle to a r‰,°dONLNd±I), ectangular r∂å°dONLNdΩ‡)6egion coincident with∂å°dONLNd“‡Ê)a ðdONLNd”t(screenBits.bounds°dONLNdÊ"l.ñ(+lclipRgnHÊ°dONLNdÓ"Ω.Û)Q    RgnHandle.ðdONLNd¯".)QHac,°dONLNd˙".P)ndle to the r‹å°dONLNd"P.Ö)5 ectangular r‡l°dONLNd"Ö.ù)5egionhl°dONLNd"û.†) ðdONLNd-9J(6(–32768,–3276¨°dONLNd'-J9V)<8,3e¨°dONLNd*-W9â) 2767,32767).°dONLNd7?lKä(HlbkPatHÊ°dONLNd=?ΩKÁ)QPattern.ðdONLNdE?K)QWh„,°dONLNdG?K#)itÏ°dONLNdI?$K()e.°dONLNdLQl]ñ(ZlfillPatHÊ°dONLNdTQΩ]Á)QPattern.ðdONLNd\Q])QBlÏ°dONLNd^Q]%)    ack.°dONLNdccloä(llpnLocHÊ°dONLNdicΩo€)QPoint.ðdONLNdoco!)Q(0,0).°dONLNdvulÅê(~lpnSizeHÊ°dONLNd}uΩÅ€)QPoint.ðdONLNdÉuÅ!)Q(1,1).°dONLNdäálìê(êlpnModeHÊ°dONLNdëáΩìÁ)QIntegerðdONLNdôáì8)QpatCopyðdONLNd†á8ìv)* pattern mode°dONLNdØôl•ä(¢lpnPatHÊ°dONLNdµôΩ•Á)QPattern.ðdONLNdΩô•)QBlÏ°dONLNdøô• )    acÜ,°dONLNd¡ô •%)    k.°dONLNdƒ´l∑ä(¥lpnVisHÊ°dONLNd ´Ω∑Á)QInteger.ðdONLNd“´∑9)Q 0 (visible)ˇ3‰@ˇ ˇˇˇˇ@
  4376. ˇ·ˇ‚7^
  4377. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4378. , (‡2-39
  4379. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4380. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4381. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4382. 4€4—?òÄ
  4383. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4384. ˛ˇˇˇ
  4385. ˛ˇˇˇ
  4386. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4387. ˛ˇˇˇˇ
  4388. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4389. ˛ˇˇˇˇ
  4390. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4391. ˛ˇ˛ˇˇ
  4392. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4393. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4394. ˛ˇ˛ˇˇ
  4395. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4396. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4397. ˛ˇˇˇˇ
  4398. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNdF|HÖj(ÉHSPECIALÄ°dONLNdM|kÖü)#
  4399.  CONSIDERAÄ°dONLNdW|ûÖ∏)3TIONS
  4400. .°dONLNd]ääñû(ìäThe ,
  4401. Courier°dONLNdaäûñŒ)OpenPort°dONLNdiäŒñ⁄)0 prR`°dONLNdlä⁄ñ˜) ocedur$¿°dONLNdrä˜ñH)e may move or pur˜ °dONLNdÉäGñ    )P*ge memory blocks in the application heap. .°dONLNd≠óä£ê(†äY@Ä°dONLNdÆóê£6)'our application should not call this pr¿@°dONLNd’ó6£T)¶ocedurWÄ°dONLNd€óU£) e at interr˙Ä°dONLNdÊó£ß)*    upt time.°dONLNdΩHΔo(ƒHSEE ALSO
  4402. .°dONLNd˘Àä◊ó+BTh°dONLNd˚Àó◊û)e °dONLNd˝Àû◊Œ)GrafPort°dONLNdÀŒ◊‘)0 rR`°dONLNdÀ‘◊Ê)ecor$¿°dONLNd ÀÊ◊%)d is described $¿°dONLNdÀ%◊R)?
  4403. beginning $¿°dONLNd$ÀR◊^)-on $¿°dONLNd'À^◊v) page $¿°dONLNd,Àv◊â)2-30$¿°dONLNd0Àâ◊é). $¿°dONLNd2Àé◊‰)Listing 2-2 on page $¿°dONLNdFÀ‰◊Ì)V2-$¿°dONLNdHÀÌ◊˜)    17$¿°dONLNdJÀ˜◊˘)
  4404.  °dONLNdKÿä‰
  4405. (·äillustrates how to use the WÛ`°dONLNdgÿ    ‰w)indow Manager function Û`°dONLNd~ÿw‰ø)n GetNewWindowÛ`°dONLNdäÿø‰‘)H to cr≈¿°dONLNdêÿ‘‰ )eate a basic ˇˇ´4°dONLNdùÂäÒ…(Óägraphics port.+4°dONLNd´ Òfl)@ The ˇˇúÅú°dONLNd∞ÂflÒ)    OpenCPortˇˇ´4Åú°dONLNdπÂÒ )6 prˇ0°dONLNdºÂ Ò=) ocedur—ê°dONLNd¬Â=Ò)/e (described in the chapter “Color QuickDraw”) .°dONLNdÒÚä˛í(˚äcrµ@°dONLNdÛÚí˛)eates a color graphics port.
  4406. .H74/H6 0H0
  4407. ˇ·ˇ‚7^ °dONLNd!H/r(+HInitPortˇˇˇˇˇˇ(+2
  4408. .°dONLNd@äLë(IäYï°dONLNd@êL) ou should never need to use the ï°dONLNd;@LL)åInitPortï°dONLNdC@LLX)0 prg`°dONLNdF@XLu) ocedur9¿°dONLNdL@uLì)e. The 9¿°dONLNdS@ìL√)OpenPort9¿°dONLNd[@√Lœ)0 pr  °dONLNd^@œLÏ) ocedurfiÄ°dONLNdd@ÎL)efiÄ°dONLNde@L
  4409. ) calls °dONLNdlMäYú(Väthe °dONLNdpMúYÃ)InitPort°dONLNdxMÃYÿ)0 prR`°dONLNd{MÿYı) ocedur$¿°dONLNdÅMıY#)
  4410. e, which r˜ °dONLNdãM"Ys)-einitializes the fi˜ °dONLNdûMsY)Q"elds of a basic graphics port and .°dONLNd¿Zäf‘(cämakes it the curr†‡°dONLNd—Z‘f˘)J    ent port..°dONLNd€säV(|ä"PROCEDURE InitPort (port: GrafPtr)°dONLNd˝sV\)Ã;°dONLNdˇãäó¢(îäport°dONLNdã¢ó§) °dONLNdãÃó‘)*AÛ`°dONLNdã”ó ) pointer to a Û`°dONLNdã ó;)8GrafPortÛ`°dONLNdã;óA)0 r≈¿°dONLNdãAóS)ecorò °dONLNd"ãSó\)d.°dONLNdÇäéÆ(ãätxFontHÊ°dONLNdÇ€é)QInteger.ðdONLNdÇ,ém)Q0 (system font).°dONLNd îä†Æ(ùätxFaceHÊ°dONLNd'˘)QStyle.ðdONLNd-î,†4)QPlðdONLNd/î5†B)    ain.°dONLNd4¶ä≤Æ(ØätxModeHÊ°dONLNd;¶€≤)QIntegerðdONLNdC¶,≤J)QsrcOrðdONLNdH¶J≤^) sour‰,°dONLNdM¶]≤Ä)ce mode°dONLNdV∏äƒÆ(¡ätxSizeHÊ°dONLNd]∏€ƒ)QInteger.ðdONLNde∏,ƒÄ)Q0 (system font size).°dONLNd{ ä÷¥(”äspExtraHÊ°dONLNdÉ €÷˘)QFixed.ðdONLNdâ ,÷1)Q0.°dONLNdå‹äË¥(ÂäfgColorHÊ°dONLNdî‹€Ë)QLongIntðdONLNdú‹,Ëh)Q
  4411. blackColor°dONLNd®Óä˙¥(˜äbkColorHÊ°dONLNd∞Ó€˙)QLongIntðdONLNd∏Ó,˙h)Q
  4412. whiteColor°dONLNdƒä ¥(    äcolrBitHÊ°dONLNdÀ )QInteger.ðdONLNd‘, 1)Q0.°dONLNd◊äΔ(ä
  4413. patStretchHÊ°dONLNd‚€)QInteger.ðdONLNdÍ,1)Q0.°dONLNdÌ$ä0¥(-äpicSaveHÊ°dONLNdı$€0ˇ)QHandleðdONLNd¸$,0>)QNIL°dONLNd6äB¥(?ärgnSaveHÊ°dONLNd    6€Bˇ)QHandleðdONLNd6,B>)QNIL°dONLNdHäT∫(QäpolySaveHÊ°dONLNdH€Tˇ)QHandleðdONLNd%H,T>)QNIL°dONLNd*Zäf¿(cä    grafProcsHÊ°dONLNd4Z€f)Q
  4414. QDProcsPtrðdONLNd?Z,f>)QNIL
  4415. gHn4gHn jäj
  4416. ˇ·ˇ‚7^    .°dONLNdˇˇ(dä    Table 2-2°dONLNdˇˇ)>'Initial values of a basic graphics portÜ∞°dONLNdˇˇ)ë  (continued)°dONLNdˇˇ(|äV0°dONLNdˇˇ)ariableHÊ°dONLNdˇˇ)KT÷°dONLNdˇˇ)ypeðdONLNdˇˇ)LInitial settingˇD@ˇ ˇˇˇˇ@
  4417. ˇ·ˇ‚7^
  4418. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4419. (‡*2-40    )BBasic QuickDraw Reference4^*¿¯°dONLNd\*e0(c*D*°dONLNd\1ed)
  4420. ESCRIPTION
  4421. ˇˇÍ(.°dONLNd jlv+;The ,
  4422. Courierˇˇæxj(°dONLNdjÄv∞)InitPortˇˇÍ(j(°dONLNdj∞vª)0 pr&∞°dONLNdjºvŸ) ocedur˘°dONLNd!jÿv‚)e rµò°dONLNd$j„v3) einitializes the fiâË°dONLNd7j4vS)Qelds of ^8°dONLNd?jTv[) a ˇˇæxH`°dONLNdAj\vå)GrafPortˇˇÍ(H`°dONLNdIjåvë)0 rË°dONLNdKjív§)ecor◊H°dONLNdOj£vÆ)d t¡p°dONLNdRjØv˜) hat was opened °dONLNdawlÉó(Äl    with the °dONLNdjwóÉ«)+OpenPort°dONLNdrw«É”)0 prR`°dONLNduw”É) ocedur$¿°dONLNd{wÉY)e, and makes it the curr˜ °dONLNdìwXÉh)hent ˜ °dONLNdówhÉí)    graphics ˜ °dONLNd†wíÉæ)*
  4423. port. The ˜ °dONLNd™wæÉÓ),InitPort˜ °dONLNd≤wÓÉ)0 °dONLNd≥Ñlêv(çlprR`°dONLNdµÑvêì)
  4424. ocedur$¿°dONLNdªÑìê)!e sets the values of the port’s fi$¿°dONLNd›Ñêî)åelds to those listed in the $¿°dONLNd˘Ñîêƒ)uOpenPort$¿°dONLNdуê–)0 pr˜ °dONLNdÑœêÏ) ocedur…Ä°dONLNd
  4425. ÑÏêÛ)e °dONLNd ëlù∏(öldescription. The °dONLNdë∏ùË)LInitPort°dONLNd%ëËùÙ)0 prR`°dONLNd(ëÙù) ocedur$¿°dONLNd.ëù˜)6e does not allocate space for the visible or clipping .°dONLNddûl™o(ßlrE°dONLNdeûp™å)egions
  4426. °dONLNdkûç™è).°dONLNdmƒ*ÕQ(À*SEE ALSO
  4427. .°dONLNdv“lfir+BT°dONLNdw“rfiy)h°dONLNdx“yfiÄ)e °dONLNdz“Äfiû)InitC°dONLNd“ûfi∂)Port°dONLNdÉ“∂fi¬) prR`°dONLNdÜ“¬fifl) ocedur$¿°dONLNdå“flfi¥)-e (described in the chapter “Color QuickDraw”$¿°dONLNdπ“¥fiÛ)’) initializes a$¿°dONLNd»“Ûfiı)? .°dONLNd…fllά(Ëlcolor graphics port.
  4428. *$¯4*#¯ *˛
  4429. ˇ·ˇ‚7^ °dONLNdfi*2(*C)¿°dONLNdfl3_)    losePortˇˇˇˇˇˇ(Ú2
  4430. ˇˇ˛$.°dONLNdÈ-l9(6lThe ˇˇ˙l~$°dONLNdÌ-Ä9∂)    ClosePortˇˇ˛$~$°dONLNdˆ-∂9¡)6 prN®°dONLNd˘-¬9fl) ocedur!°dONLNdˇ-fl9)    e closes P°dONLNd-9)#aP°dONLNd    -9_) basic graphics portº°dONLNd-`9c)X.º°dONLNd-c9É) The Wád°dONLNd$-É9˜) indow Manager calls this °dONLNd=:lFv(ClprR`°dONLNd?:vFì)
  4431. ocedur$¿°dONLNdE:ìF=)&e when you close or dispose of a windo$¿°dONLNdk:=FE)™w9¿°dONLNdl:DFn)
  4432. , and the 9¿°dONLNdv:nFº)*DisposeGWorld9¿°dONLNdÉ:ºF»)N pr  °dONLNdÜ:»FÂ) ocedurfiÄ°dONLNdå:‰FÎ)e .°dONLNdéGlSˇ(Pl"calls it when you dispose of an ofm¿°dONLNd∞GˇS)ìfscr3‡°dONLNd¥GSı)4een graphics world containing a basic graphics port..°dONLNdÈ`ll(ilPROCEDURE ClosePort (port°dONLNd`l)ñ: G°dONLNd`l>)rafPtr)°dONLNd `>lD)*;°dONLNdxlÑÑ(Ålport°dONLNdxÑÑÜ) °dONLNdxÆÑ∂)*AÛ`°dONLNdxµÑÌ) pointer to a Û`°dONLNd#xÌÑ)8GrafPortÛ`°dONLNd+xÑ#)0 r≈¿°dONLNd-x#Ñ5)ecorò °dONLNd1x5Ñ>)d..°dONLNd4û*ß0(•*D*°dONLNd5û1ßd)
  4433. ESCRIPTION
  4434. .°dONLNd@´l∑Ä+;The °dONLNdD´Ä∑∂)    ClosePort°dONLNdM´∂∑¬)6 prR`°dONLNdP´¬∑fl) ocedur$¿°dONLNdV´fl∑Í)e r˜ °dONLNdY´È∑Ì)
  4435. 9eleases the memory occupied by the given graphics port’s °dONLNdí∏lƒê(¡lvisRgn°dONLNdò∏ꃕ)$ and °dONLNdù∏•ƒœ)clipRgn°dONLNd§∏œƒ’)* fPÄ°dONLNd¶∏’ƒ&)ields. When you’r"‡°dONLNd∑∏&ƒq)Qe completely thrı@°dONLNd«∏pƒ©)J ough with a ı@°dONLNd”∏©ƒ¬)9basic ı@°dONLNdŸ∏¬ƒÏ)    graphics .°dONLNd‚≈l—◊(Œlport, you can use this prà°dONLNd˚≈◊—ı)kocedur@°dONLNd≈ˆ—Ù)8e and then dispose of the graphics port with the Memory .°dONLNd9“lfi†(€l
  4436. Manager prR`°dONLNdC“†fiΩ)4ocedur$¿°dONLNdI“Ωfiƒ)e $¿°dONLNdK“ƒfi)
  4437. DisposePtr$¿°dONLNdU“fiu)< (if it was allocated with $¿°dONLNdp“ufiô)uNewPtr$¿°dONLNdv“ôfiÊ)$). When you call °dONLNdáfllÎw(Ëlth°dONLNdâflwÎ|) e°dONLNdäfl|Î~) °dONLNdãfl~ÎÑ)D°dONLNdåflÑÎÃ) isposeWindow°dONLNdòflÃÎŒ)H °dONLNdôflŒÎÿ)prR`°dONLNdõflÿÎı)
  4438. ocedur$¿°dONLNd°flıÎ)e t$¿°dONLNd§flÎÖ) o close or dispose of a window9¿°dONLNd¬flÑδ)Ñ , it calls 9¿°dONLNdÕfl´Î·)'    ClosePort9¿°dONLNd÷fl·Îˆ)6 and °dONLNd€Ïl¯®(ıl
  4439. DisposePtr°dONLNdÂÏ®¯…)< for you°dONLNdÌÏ…¯ )!. When you use the °dONLNdÏ ¯b)W CloseWindow°dONLNd Ïb¯n)B prR`°dONLNdÏn¯ã) ocedur$¿°dONLNdÏã¯∑) e, it calls $¿°dONLNd Ï∑¯Ì),    ClosePort$¿°dONLNd)Ï̯Ú)6, °dONLNd+˘lπ(lbut you must call °dONLNd=˘πı)M
  4440. DisposePtr¬†°dONLNdG˘Ù˜);..°dONLNdI *)L('*SPECIALÄ°dONLNdP M)Å)#
  4441.  CONSIDERAÄ°dONLNdZ Ä)ö)3TIONS
  4442. .°dONLNd`-l9v(6lIf °dONLNdc-v9¨)
  4443.     ClosePort°dONLNdl-¨9˙)6 isn’t called beforR`°dONLNd-˙9)Ne R`°dONLNdÅ-9')    a basic gR`°dONLNdä-'9Ò)&-raphics port is disposed of, the memory used .°dONLNd∑:lFÇ(Clby th*Ä°dONLNdº:ÉF≠) e visible r¶¿°dONLNd«:≠F)*egion and the clipping rL`°dONLNdfl:F:)jegion w´`°dONLNdÊ::Fa)#
  4444. ill be unrS@°dONLNd:bFë)(
  4445. ecoverableû¿°dONLNd˙:ëFì)/..°dONLNd¸LlXÄ(UlThe °dONLNdLÄX∂)    ClosePort°dONLNd    L∂X¬)6 prR`°dONLNd L¬Xfl) ocedur$¿°dONLNdLflX) e may move o$¿°dONLNdLX0)<r pur˜ °dONLNd#L/XÒ)*ge memory blocks in the application heap. .°dONLNdMYler(blY@Ä°dONLNdNYre)'our application should not call this pr¿@°dONLNduYe6)¶ocedurWÄ°dONLNd{Y7ea) e at interr˙Ä°dONLNdÜYaeâ)*    upt time.ˇ?R@ˇ ˇˇˇˇ@
  4446. ˇ·ˇ‚7^
  4447. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4448. , (‡2-41
  4449. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4450. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4451. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4452. 4€4—?òÄ
  4453. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4454. ˛ˇˇˇ
  4455. ˛ˇˇˇ
  4456. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4457. ˛ˇˇˇˇ
  4458. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4459. ˛ˇˇˇˇ
  4460. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4461. ˛ˇ˛ˇˇ
  4462. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4463. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4464. ˛ˇ˛ˇˇ
  4465. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4466. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4467. ˛ˇˇˇˇ
  4468. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\Heo(cHSEE ALSO
  4469. .°dONLNd    jävû+BThe ,
  4470. Courier°dONLNdjûv⁄)
  4471. CloseCPort°dONLNdj⁄vÊ)< prR`°dONLNdjÊv) ocedur$¿°dONLNd jv)8e (described in the chapter “Color QuickDraw”) closes a °dONLNdXwäÉ‚(Ääcolor graphics port.°dONLNdlw‚ɯ)X The °dONLNdqw¯ÉF)DisposeGWorld°dONLNd~wFÉR)N prR`°dONLNdÅwRÉo) ocedur$¿°dONLNdáwoÉ)e is described in the chapter °dONLNd•Ñäêõ(çä“OfR`°dONLNd®Ñõê´)fscr$¿°dONLNd¨Ñ´êÛ)een Graphics W9¿°dONLNd∫ÑÚê^)Gorlds” in this book. The 9¿°dONLNd”Ñ^ê¨)lDisposeWindow9¿°dONLNd‡Ñ¨ê¡)N and 9¿°dONLNdÂÑ¡ê) CloseWindow9¿°dONLNdÑê)B .°dONLNdÒëäùì(öäprG °dONLNdÛëîù≤)
  4472. ocedurfi`°dONLNd˘ë≤ùΔ)es ar*°dONLNd˛ë«ùI)e described in the chapter “Wõ °dONLNdëIù¢)Çindow Manager” in ‡°dONLNd-ë£ùÌ)ZInside Macintosh: °dONLNd?ûä™Ω(ßä Macintosh TÄ°dONLNdJûº™)2oolbox Essentials.µÄ°dONLNd[û™)E. The µÄ°dONLNdaû™V)
  4473. DisposePtrµÄ°dONLNdkûV™b)< prᇰdONLNdnûb™) ocedurZ@°dONLNdtû™)e is described in the chapter .°dONLNdí´ä∑Ò(¥ä“Memory Manager” in U‡°dONLNd¶´Ú∑_)hInside Macintosh: Memoryã °dONLNdæ´^∑`)l.
  4474. €H„4‹H„ fiHfi
  4475. ˇ·ˇ‚7^ °dONLNd¿ŒH‹ (ÿH#Saving and Restoring Graphics Portsˇˇˇˇˇˇ(ÿ2
  4476. °dONLNd„äÔ#(Ïä"If your application draws into morä °dONLNd„#Ôé)ôe than one graphics port‡‡°dONLNd„éÔ—)k (basic or color)ƒ@°dONLNd0„“Ô◊)D, ƒ@°dONLNd2„◊Ô¸)you can †°dONLNd:„˝Ô)&use .°dONLNd>ä¸ú(˘äthe °dONLNdBú¸Δ)SetPort°dONLNdIΔ¸“)* prR`°dONLNdL“¸Ô) ocedur$¿°dONLNdRÔ¸„)6e to set the graphics port into which you want to draw9¿°dONLNdà‚¸Á)Û. €`°dONLNdäʸ)    At times .°dONLNdì˝ä    ‡(äyou may need to prÓ@°dONLNd•˝‡    !)Veserve the curr-`°dONLNd¥˝"    r)Bent graphics port. t†°dONLNd«˝r    x)PY5 °dONLNd»˝x    Ò)ou can do this by using the .°dONLNd‰
  4477. ä¥(äGetPort°dONLNdÎ
  4478. ¥¿)* prR`°dONLNdÓ
  4479. ¿›) ocedur$¿°dONLNdÙ
  4480. ›))e to save the curr˜ °dONLNd
  4481. (u)Kent graphics port˜ °dONLNd
  4482. uπ)M (basic or color)˜ °dONLNd(
  4483. π◊)D, using ˜ °dONLNd0
  4484. ◊)SetPort˜ °dONLNd7
  4485. )* to °dONLNd;ä#ã( ä:set the graphics port you want to draw in, and then using °dONLNduã#µ( ãSetPort°dONLNd|µ#)* again when you .°dONLNdå$ä0±(-ä    need to r}@°dONLNdï$±0Δ)'estor¿°dONLNdö$«0Ë)e the prn‡°dONLNd¢$Ë0B)!evious graphics port@°dONLNd∂$C0E)[.
  4486. >HL4?HL    °dONLNd∏=äHù(EäNote
  4487. ˇ·ˇ‚7^
  4488. °dONLNdΩJäVˆ*When your application r@°dONLNd‘J˜V)munÿ¿°dONLNd÷JV) s inOÄ°dONLNd⁄JV[) Color QuickDraß °dONLNdÈJ[Vk)Iw oÛ†°dONLNdÏJkVê)    r uses ofÿ°dONLNdıJêVü)%fscr퇰dONLNd˘J†V±)een .°dONLNd˝Väb%(_ä#graphics worlds, it should use the °dONLNd V%b[)õ    GetGWorld°dONLNd)V[bg)6 prR`°dONLNd,VgbÑ) ocedur$¿°dONLNd2VÑbØ)
  4489. e instead °dONLNd<bänì(käof°dONLNd>bìnï)     °dONLNd?bïnø)GetPort°dONLNdFbøn$)*, and it should use the °dONLNd^b$nZ)e    SetGWorld°dONLNdgbZnf)6 prR`°dONLNdjbfnÉ) ocedur$¿°dONLNdpbÉnπ)e instead of °dONLNd}näz¥(wäSetPort°dONLNdÑn¥z‡)*
  4490. . These prR`°dONLNdén‡z˝),ocedur$¿°dONLNdîn˝z6)es save and r˜ °dONLNd°n5zK)8estor…Ä°dONLNd¶nKzu)
  4491. e the currõ‡°dONLNd∞nuzƒ)*ent graphics port .°dONLNd¬zäÜU(Éä0for basic and color graphics ports as well as ofÿ@°dONLNdÚzUÜd)Àfscrû`°dONLNdˆzeÜ√)een graphics worlds. °dONLNd Üäífl(èäSee the chapter “OfÙ‡°dONLNdÜflíÓ)Ufscrª°dONLNd"ÜÔí+)een Graphics Ä°dONLNd/Ü,í6)=W1Ä°dONLNd0Ü5íK)    orlds⁄¿°dONLNd5ÜKís)    ” for mor•@°dONLNd>Ütí≤))e information.,Zapf Dingbats*@°dONLNdMâ∏ëæ)Du
  4492. ¡H 4¬H… √H√
  4493. ˇ·ˇ‚7^ °dONLNdO¥H¬r(æHGetPortˇˇˇˇˇˇ(æ2
  4494. .°dONLNdX”äflê(‹äTï°dONLNdY”èfl–)o save the currg`°dONLNdh”–fl)Aent graphics porg`°dONLNdx”fla)It (basic or color)g`°dONLNdä”aflf)H, g`°dONLNdå”fflâ)you can g`°dONLNdî”âfl´)#use the g`°dONLNdú”´fl’)"GetPortg`°dONLNd£”’fl·)* pr9¿°dONLNd¶”·fl˛) ocedur  °dONLNd¨”˛fl)e.°dONLNdØÏä¯n(ıä&PROCEDURE GetPort (VAR port: GrafPtr);°dONLNd’Ïn¯t)‰ °dONLNd◊ä¢(äport°dONLNd€¢§) °dONLNd›Ã‘)*AÛ`°dONLNdfi” ) pointer to a Û`°dONLNdÏ 5)8GrafPorÛ`°dONLNdÛ5;)*tÛ`°dONLNdÙ;A) r≈¿°dONLNdˆAS)ecorò °dONLNd˙S\)d.ò °dONLNd¸\ã)      If the currjÄ°dONLNdã)/ent graphics port is a color °dONLNd%Ã(Ãgraphics port, °dONLNd48)BGetPort°dONLNd;8L)* coerR`°dONLNd@Li)ces its R`°dONLNdHiü)    CGrafPortR`°dONLNdQü•)6 r$¿°dONLNdS•∑)ecor˜ °dONLNdW∂⁄)    d into a ˜ °dONLNd`⁄
  4495. )$GrafPort˜ °dONLNdh
  4496.  )0 .°dONLNdiÃ(œ(%ÃrE°dONLNdj–(‚)ecorπ`°dONLNdn‚(Í)d.°dONLNdqBHKN(IHD*°dONLNdrBOKÇ)
  4497. ESCRIPTION
  4498. .°dONLNd}Oä[û+;The °dONLNdÅOû[»)GetPort°dONLNdàO»[‘)* prR`°dONLNdãO‘[Ò) ocedur$¿°dONLNdëOÒ[¸)e r˜ °dONLNdîO˚[)
  4499. eturn˜ °dONLNdôO[&)s a p˜ °dONLNdûO&[C)ointer ˜ °dONLNd•OC[q) to the curr…Ä°dONLNd∞Oq[ƒ).ent graphics port i…Ä°dONLNd√Oƒ[›)Sn the …Ä°dONLNd…O›[ı)port…Ä°dONLNdÕOı[˜) .°dONLNdŒ\äh∑(eä    parameterS†°dONLNd◊\∑h¬)-. Tt`°dONLNd⁄\¬h·) he curræ`°dONLNd·\·hÉ)'ent graphics port is also available thr|‡°dONLNd\ÑhÒ)£ough the global variable .°dONLNd!iäu¥(räthePort°dONLNd(i¥u˚)*, but you may prR`°dONLNd8i˚u*)G efer to use R`°dONLNdDi*uT)/GetPortR`°dONLNdKiTuÜ)* for better r$¿°dONLNdXiÜu)2eadability of your code. For °dONLNduväÇ÷(äexample, your prR`°dONLNdÖv÷Ç1)Logram could include R`°dONLNdôv1Çó)[GetPort(savePort)R`°dONLNd™vóÇ∞)f befor$¿°dONLNd∞v∞ÇÙ)e setting a new °dONLNd¿Éäè(åägraphics port, followed by °dONLNd€Éèj)zSetPort(savePort)°dONLNdÏÉjè{)f to rR`°dONLNdÒÉ{èë)estor$¿°dONLNdˆÉëè¥)e the pr˜ °dONLNd˛É≥èË)" evious port.ˇ#<@ˇ ˇˇˇˇ@
  4500. ˇ·ˇ‚7^
  4501. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4502. (‡*2-42    )BBasic QuickDraw Reference4^*¿¯°dONLNd\*eQ(c*SEE ALSO
  4503. ˇˇ‡.°dONLNd    jlv¡+BListing 2-3 on page  °dONLNdj¬vÀ)V2- °dONLNdjÀv’)    18 °dONLNd!j’v9)
  4504.  illustrates how to use ,
  4505. Courierˇˇ†°dONLNd9j9vc)dGetPortˇˇ‡°dONLNd@jcv¯)*# to save the graphics port for the °dONLNdcwlÉß(Äl active windo°dONLNdowßɃ);w and °dONLNduwƒÉ )S°dONLNdvw ÉÓ)etPort°dONLNd|wÓÉî)$$ to make an inactive window the currR`°dONLNd†wîÉ›)¶ent graphics porR`°dONLNd∞w›ÉÊ)It; °dONLNd≥Ñlêp(çlt°dONLNd¥ÑpêÉ)hen °dONLNd∏ÑÉê§)how to °dONLNdøѧê¥)!use °dONLNd√Ñ¥êfi)SetPort°dONLNd Ñfiê‡)* °dONLNdÀчê¸)again °dONLNd—Ѹê )to rR`°dONLNd’Ñ ê!)estor$¿°dONLNd⁄Ñ!êÆ)e the active window as the curr˜ °dONLNd˘Ñ≠êÁ)åent graphics °dONLNdëlù3(öl.port. The basic graphics port is described on °dONLNd4ë3ùK)«page °dONLNd9ëKù^)2-30°dONLNd=ë^ùw). The °dONLNdCëwù°)SetPort°dONLNdJë°ù≠)* prR`°dONLNdMë≠ù ) ocedur$¿°dONLNdSë ù€)e is .°dONLNdXûl™¨(ßldescribed next‡†°dONLNdfû¨™Æ)@.°dONLNdh∞lºÿ(πlWhen your application r@°dONLNd∞Ÿº‰)munÿ¿°dONLNdÅ∞‰ºÛ) s inOÄ°dONLNdÖ∞Ùº=) Color QuickDraß °dONLNdî∞=ºM)Iw oÛ†°dONLNdó∞Mºr)    r uses ofÿ°dONLNd†∞rºÅ)%fscr퇰dONLNd§∞ǺË)een graphics worlds, it .°dONLNdºΩl…Ø(Δlshould use the °dONLNdÀΩØ…Â)C    GetGWorld°dONLNd‘ΩÂ…Ò)6 prR`°dONLNd◊ΩÒ…) ocedur$¿°dONLNd›Ω…D)e instead of $¿°dONLNdÍΩD…n)6GetPort$¿°dONLNdÒΩn…á)*. The $¿°dONLNd˜Ωá…Ω)    GetGWorld$¿°dONLNdΩΩ……)6 pr˜ °dONLNdΩ»…Â) ocedur…Ä°dONLNd    ΩÂ…Ï)e .°dONLNd  l÷©(”lsaves the currv@°dONLNd ©÷¬)=Bent graphics port for basic and color graphics ports as well as of√`°dONLNd[ ¬÷—(”¬fscrâÄ°dONLNd_ “÷„)een °dONLNdc◊l„(‡l$graphics worlds. See the chapter “Of`°dONLNdá◊„)¢fscr& °dONLNdã◊„Z)een Graphics ᆰdONLNdò◊Z„d)<Wú†°dONLNdô◊c„y)    orldsE‡°dONLNdû◊z„¢)    ” for mor`°dONLNdß◊£„·))e information.ï`°dONLNdµ◊·„„)> 
  4506. *¯4*¯ *˛
  4507. ˇ·ˇ‚7^ °dONLNd∑*Q(*SetPortˇˇˇˇˇˇ(Ú2
  4508. .°dONLNd¿%l1r(.lTï°dONLNd¡%q1Ω)o change the currg`°dONLNd“%Ω1
  4509. )Lent graphics portg`°dONLNd„%
  4510. 1N)M (basic or color)g`°dONLNdÙ%N1S)D, g`°dONLNdˆ%S1v)you can g`°dONLNd˛%v1ò)#use the g`°dONLNd%ò1¬)"SetPortg`°dONLNd%¬1Œ)* pr9¿°dONLNd%Œ1Î) ocedur  °dONLNd%Î1Û)e.°dONLNd>lJ¥(Gl PROCEDURE Se°dONLNd%>¥J¿)HtP°dONLNd'>¿J>) ort (port: GrafPtr); °dONLNd=VlbÑ(_lport°dONLNdAVÑbÜ) °dONLNdCVÆb∂)*AÛ`°dONLNdDVµbÂ)  pointer to Û`°dONLNdPVÂbÌ)0a Û`°dONLNdRVÌb)GrafPorÛ`°dONLNdYVb)*tÛ`°dONLNdZVb#) r≈¿°dONLNd\V#b5)ecorò °dONLNd`V5b>)d.ò °dONLNdbV>bF)     T≤ °dONLNddVEbm)ypicallyñ`°dONLNdlVlb◊)', you pass a pointer to a °dONLNdÜbÆnfi(kÆGrafPort°dONLNdébfin‰)0 rR`°dONLNdêb‰nˆ)ecor$¿°dONLNdîbˆn1)d that you pr˜ °dONLNd°b0n°):eviously saved with the ˜ °dONLNdπb°nÀ)qGetPort˜ °dONLNd¿bÀnÕ)* .°dONLNd¡nÆz∑(wÆprG °dONLNd√n∏z÷)
  4511. ocedurfi`°dONLNd…n÷z3)e (described in the pr4¿°dONLNdfln4zx)^evious section).°dONLNdî*ùc(õ* DESCRIPTION
  4512. ˇˇ“Í.°dONLNd¸°l≠+BThe ˇˇxæRÍ°dONLNd°Ä≠™)SetPortˇˇ“ÍRÍ°dONLNd°™≠µ)* pr¯4°dONLNd
  4513. °µ≠“) ocedur î°dONLNd°“≠)e sets the curr≤°dONLNd°≠¯)=5ent graphics port (pointed to by the global variable ˇˇ•∏°dONLNdTÆl∫ñ(∑lthePortˇˇ·Ë°dONLNd[Æñ∫‰)*) to be that specifÿ °dONLNdnƉ∫)N ied by the ˇˇ•∏}ÿ°dONLNdyÆ∫,)0portˇˇ·Ë}ÿ°dONLNd}Æ,∫])
  4514.  parameter¢`°dONLNdáÆ]∫a)1. %Ë°dONLNdâÆb∫÷)All QuickDraw drawing rû°dONLNd†Æ÷∫˜)toutines .°dONLNd®ªl«t(ƒlaf¶@°dONLNd™ªt«&)*fect the bitmap of, and use the local coor‘†°dONLNd‘ª&«ñ)≤dinate system of, the currı°dONLNdÓªñ«·)pent graphics porti‡°dONLNdˇª‚«Á)L. °dONLNd»l‘r(—lEõ¿°dONLNd»r‘Ω)Lach graphics port has its own graphics pen and text characteristics, which r¨‡°dONLNdN»Ω‘⁄(—Ωemain °dONLNdT’l·À(filunchanged when the ¿°dONLNdg’÷Ù)`    graphics k†°dONLNdp’Ù·r)(port isn’t selected as the curr2†°dONLNdè’s·É)ent ê°dONLNdì’É·´)    graphics ˙‡°dONLNdú’´·¿)(port.°dONLNd¢¸*Q(*SEE ALSO
  4515. ˇˇ‡.°dONLNd´    l¡+BListing 2-3 on page  °dONLNdø    ¬À)V2- °dONLNd¡    À’)    18 °dONLNd√    ’9)
  4516.  illustrates how to use ˇˇ†°dONLNd€    9c)dGetPortˇˇ‡°dONLNd‚    c¯)*# to save the graphics port for the °dONLNdl"ß(l active windo°dONLNdß"ƒ);w and °dONLNdƒ" )S°dONLNd "Ó)etPort°dONLNdÓ"î)$$ to make an inactive window the currR`°dONLNdBî"›)¶ent graphics porR`°dONLNdR›"Ê)It; °dONLNdU#l/p(,lt°dONLNdV#p/Å)hen°dONLNdY#Å/ó) how°dONLNd]#ó/ô) °dONLNd^#ô/§)to °dONLNda#§/¥) use °dONLNde#¥/fi)SetPort°dONLNdl#fi/‡)* °dONLNdm#‡/¸)again °dONLNds#¸/ )to rR`°dONLNdw# /!)estor$¿°dONLNd|#!/Æ)e the active window as the curr˜ °dONLNdõ#≠/Á)åent graphics °dONLNd®0l<3(9l.port. The basic graphics port is described on °dONLNd÷03<K)«page °dONLNd€0K<^)2-30°dONLNdfl0^<w). The °dONLNdÂ0w<°)GetPort°dONLNdÏ0°<≠)* prR`°dONLNdÔ0≠< ) ocedur$¿°dONLNdı0 <€)e is .°dONLNd˙=lIß(Fldescribed on °Ä°dONLNd=ßIæ);page |`°dONLNd =øI—)2-41–@°dONLNd=—I”).°dONLNdOl[ÿ(XlWhen your application r@°dONLNd)OŸ[‰)munÿ¿°dONLNd+O‰[Û) s inOÄ°dONLNd/OÙ[=) Color QuickDraß °dONLNd>O=[M)Iw oÛ†°dONLNdAOM[r)    r uses ofÿ°dONLNdJOr[Å)%fscr퇰dONLNdNOÇ[Ë)een graphics worlds, it .°dONLNdf\lhØ(elshould use the °dONLNdu\ØhÂ)C    SetGWorld°dONLNd~\ÂhÒ)6 prR`°dONLNdÅ\Òh) ocedur$¿°dONLNdá\hD)e instead of $¿°dONLNdî\Dhn)6SetPort$¿°dONLNdõ\nhá)*. The $¿°dONLNd°\áhΩ)    SetGWorld$¿°dONLNd™\Ωh…)6 pr˜ °dONLNd≠\»hÂ) ocedur…Ä°dONLNd≥\ÂhÏ)e .°dONLNdµiluo(rlrE°dONLNd∂ipuÖ)estor»Ä°dONLNdªiÖu≥) es the curr€Ä°dONLNdΔi≥uÃ).Bent graphics port for basic and color graphics ports as well as of(†°dONLNdiÕu‹(rÕfscrÓ¿°dONLNd i‹uÌ)een °dONLNdvlÇ(l$graphics worlds. See the chapter “Of`°dONLNd4vÇ)¢fscr& °dONLNd8vÇZ)een Graphics ᆰdONLNdEvZÇd)<Wú†°dONLNdFvcÇy)    orldsE‡°dONLNdKvzÇ¢)    ” for mor`°dONLNdTv£Ç·))e information.ï`°dONLNdbv·Ç„)> ˇ?@ˇ ˇˇˇˇ@
  4517. ˇ·ˇ‚7^
  4518. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4519. , (‡2-43
  4520. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4521. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4522. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4523. 4€4—?òÄ
  4524. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4525. ˛ˇˇˇ
  4526. ˛ˇˇˇ
  4527. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4528. ˛ˇˇˇˇ
  4529. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4530. ˛ˇˇˇˇ
  4531. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4532. ˛ˇ˛ˇˇ
  4533. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4534. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4535. ˛ˇ˛ˇˇ
  4536. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4537. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4538. ˛ˇˇˇˇ
  4539. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  4540. jHq4jHq lHl
  4541. ˇ·ˇ‚7^ °dONLNd\Hjw(fHManagin˘°dONLNd\wjØ)/
  4542. g Bitmaps,CÄ°dONLNd\∞j)9 Port Rectangles≠¿°dONLNd!\j)U,≠¿°dONLNd"\j~) and Clipping Regionsˇˇˇˇˇˇ(f2
  4543. .°dONLNd9qä}ë(zäYï°dONLNd:qê}œ)ou can use the ,
  4544. Courierï°dONLNdIqœ} )?
  4545. ScrollRectï°dONLNdSq })<, ï°dONLNdUq}F)    SetOriginï°dONLNd^qF}K)6, ï°dONLNd`qK}u)GetClipï°dONLNdgqu}z)*, ï°dONLNdiqz}§)SetClipï°dONLNdpq§}º)*, and ï°dONLNdvqº}Ï)ClipRectï°dONLNd~qÏ}Ó)0 .°dONLNd~ääì(áäprG °dONLNdÅ~îä≤)
  4546. ocedurfi`°dONLNdá~≤ä)es to assist you when scr@°dONLNd†~ä∑)m olling and drawing into a windowj °dONLNd¿~∂äŒ)ó. The ˇˇyN.°dONLNdΔãäóΔ(îä
  4547. ScrollRectˇˇ”°dONLNd–ãΔó«)< °dONLNd—ã»ó“)prR`°dONLNd”ã“óÔ)
  4548. ocedur$¿°dONLNdŸãÔó)e scr :°dONLNdfiãó%)    olls the pn°dONLNdÁã&óB)%pixelspn°dONLNdÌãBóq)  of a specif∫<°dONLNd˘ãqó∑)/ied portion of a §°dONLNd
  4549. ã∏ó’)Gbasic gŸæ°dONLNdã’ó)raphics port’s °dONLNd ò䧴(°äbitmap°dONLNd&ò´§W)!( (or a color graphics port’s pixel map).°dONLNdNòW§m)¨ The °dONLNdSòm§£)    SetOrigin°dONLNd\ò£§Ø)6 prR`°dONLNd_òاÃ) ocedur$¿°dONLNdeòç)e lets you shift °dONLNdv•ä±Æ(Æäthe coorR`°dONLNd~•Æ±)$dinate plane of the curr$¿°dONLNdñ•±e)jent graphics port$¿°dONLNdß•e±©)M (basic or color)$¿°dONLNd∏•©±¬)D. The $¿°dONLNd敬±Ú)ClipRect$¿°dONLNdΔ•Ú±˜)0, °dONLNd»≤äæ¥(ªäGetClip°dONLNdœ≤¥æÃ)*, and °dONLNd’≤Ãæˆ)SetClip°dONLNd‹≤ˆæ)* prR`°dONLNdfl≤æ) ocedur$¿°dONLNdÂ≤æS)es let you cr˜ °dONLNdÚ≤Ræ”)3eate, save, and set clipping r…Ä°dONLNd≤”æ¸)Å
  4550. egions in …Ä°dONLNd≤¸æ))a .°dONLNdøäÀ (»ägraphics port (basic or color).°dONLNd<—ä›ê*Y@Ä°dONLNd=—ê›)ou can convert bitmaps (or‡°dONLNdW—›º)v,, for color graphics ports, pixel maps) to r醰dONLNdÉ—º›)∂egions using the .°dONLNdîfiäÍfi(ÁäBitMapToRegion°dONLNd¢fifiÍ)T
  4551.  function.°dONLNd≠ä¸û(˘äThe °dONLNd±û¸Œ)PortSize°dONLNdπŒ¸„)0 and °dONLNdæ„¸)
  4552. MovePortTo°dONLNd»¸+)< prR`°dONLNdÀ+¸H) ocedur$¿°dONLNd—H¸])es ar˜ °dONLNd÷\¸‹)e normally called only by WjÄ°dONLNdÒ‹¸˙)Äindow .°dONLNd˜˝ä    ∏(ä    Manager rW°dONLNd˝∏    M)."outines that manipulate the port r܇°dONLNd"˝M    ´)ïectangle of a windowm°dONLNd6˝´    –)^    . These rt`°dONLNd?˝–    ˚)%
  4553. outines ar8¿°dONLNdI˝¸    ),e °dONLNdK
  4554. ä≈(ädescribed her:†°dONLNdX
  4555. Δ)<e for completeness..°dONLNdlä(ë(%äYï°dONLNdmê(œ)ou can use the ï°dONLNd|œ()? SetPortBitsï°dONLNdá()B prg`°dONLNdä(:) ocedur9¿°dONLNdê:(P)e to s9¿°dONLNdñP(¬)et the bitmap for the curr  °dONLNd∞¬( )rent graphics por  °dONLNd¿ ()It. .°dONLNd√)ä5•(2äThis p†°dONLNd…)¶5©)rfi†°dONLNd )©5«)oceduru‡°dONLNd–)»5Î)e was cr¿°dONLNdÿ)Ï5∂)$/eated for initial versions of QuickDraw to alloê@°dONLNd)∂5Δ) w yˆ`°dONLNd
  4556. )Δ5˙) ou to perfor•@°dONLNd)˚5)5m °dONLNd6äBê(?ädõ¿°dONLNd6êB ) rawing and calculations on a buf˛@°dONLNd96 B{)êfer other than the scrà†°dONLNdO6|BÖ)\ee‡°dONLNdQ6ÜBé)
  4557. n.m@°dONLNdS6éBπ) Howevery‡°dONLNd[6πB)+, instead of using .°dONLNdnCäOÃ(Lä SetPortBits°dONLNdyCÃO/)B, you should use the ofR`°dONLNdêC/O?)cfscr$¿°dONLNdîC?O˛)+een graphics capabilities described in the .°dONLNdøPä\ß(Yächapteœ¿°dONLNd≈Pß\Ω)r “OfDÄ°dONLNd Pæ\Õ)fscr
  4558. †°dONLNdŒPŒ\)een Graphics WÅ °dONLNd‹P\g)Eorlds” in this book.
  4559. åHï4çHî éHé
  4560. ˇ·ˇ‚7^ °dONLNdÒHç(âH
  4561. ScrollRectˇˇˇˇˇˇ(â2
  4562. °dONLNd˝ûä™ê(ßäTµ¿°dONLNd˛û虣)o scrÄ°dONLNdû§™)oll the pixels of a specifi˙¿°dONLNdû™I)ied portion of `°dONLNd,ûJ™)=+a basic graphics port’s bitmap (or a color .°dONLNdW´ä∑(¥ägraphics port’s pixel map),°dONLNdr´∑)){     use the °dONLNd{´)∑e)$
  4563. ScrollRect°dONLNdÖ´e∑q)< prR`°dONLNdà´q∑é) ocedur$¿°dONLNdé´é∑ñ)e.°dONLNdëƒä–P(Õä!PROCEDURE ScrollRect (r: Rect; dh°dONLNd≤ƒP–\)Δ,d°dONLNd¥ƒ\–§) v: Integer; °dONLNd»“fi(€ °dONLNd…“fií)updateRgn: RgnHandle);°dONLNd‡Íäˆê(Ûär.°dONLNd‚ÍÈ„)BThe rÄ¿°dONLNdÁÍ„ˆ) ectangle defiņ°dONLNdÙ͈J)8 ning the ar>@°dONLNdˇÍKˆ{)0 ea to be scr@°dONLNd Í|ˆî)1olled..°dONLNd˙äñ(ädh.°dONLNd˙Ã[)B!The horizontal distance to be scrY`°dONLNd6˙[s)èolled..°dONLNd=
  4564. äñ(ädv.°dONLNd@
  4565. ÃN)BThe vertical distance to be scr´¿°dONLNd_
  4566. Nf)Çolled..°dONLNdfä&¿(#ä    updateRgn.°dONLNdpÃ&”)BA∫†°dONLNdq”&) handle to the rÖ`°dONLNdÅ&‰)C-egion of the window that needs to be updated.°dONLNdØ@HIÅ(GH DESCRIPTION
  4567. .°dONLNdªMäYû+BThe °dONLNdøMûY⁄)
  4568. ScrollRect°dONLNd…M⁄YÊ)< prR`°dONLNdÃMÊY) ocedur$¿°dONLNd“MYf)e shifts pixels that ar˜ °dONLNdÈMeY∫)be inside the specifi˜ °dONLNd˝M∫YÀ)Ued r…Ä°dONLNdMÀY)ectangle of the .°dONLNdZäfú(cäcurrØ°dONLNdZúf{)5ent graphics port. No other pixels or the bits they r@°dONLNdJZ|fä)‡eprß°dONLNdMZäf¨)esent ar–°dONLNdUZ¨fª)"e af?‡°dONLNdYZºf )fected. The pixels ˇˇ`N.°dONLNdlgäsî(päarR`°dONLNdngîsˆ)
  4569. e shifted a distance of ˇ˛ Í3Ê°dONLNdÜg˜s)cdhˇˇ`N3Ê°dONLNdàgsS)  horizontally and ˇ˛ ÍT–°dONLNdögSs_)Pdvˇˇ`NT–°dONLNdúg_sè)  verticallyô^°dONLNdßgés€)/. The positive dirå®°dONLNdπg€s)M
  4570. ections arøV°dONLNd√gs)*e to .°dONLNd»täÄ1(}ä&the right and down. The pixels that ar[°dONLNdÓt1Ä¢)ße shifted out of the specifi͇°dONLNd
  4571. t¢Ä≥)qed r@°dONLNdt¥Ä‰) ectangle arÈ°dONLNdt„Ä˚)/e not °dONLNdÅäçµ(ää    displayed  °dONLNd(Å∂ç∏),,† °dONLNd)Å∏ç
  4572. ) and the bits they r Ä°dONLNd=Å ç)Seprú@°dONLNd@Åç;)esent ar≈@°dONLNdHÅ;ç )"2e not saved. It is up to your application to save °dONLNdzéäöµ(óä this data. ˇ@ˇ ˇˇˇˇ@
  4573. ˇ·ˇ‚7^
  4574. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4575. (‡*2-44    )BBasic QuickDraw Reference4^*¿¯
  4576. °dONLNd\lhß(el The empty arr°dONLNd \ßhª);ea cr‡°dONLNd\ªh)eated by the scr»†°dONLNd!\h )Eoll‡°dONLNd$\ h) ingW¿°dONLNd'\h,) is fi⇰dONLNd-\,hà)lled with the graphicû`°dONLNdB\àhå)\s€`°dONLNdC\åh») port’s backgrg`°dONLNdQ\…h‚)=ound °dONLNdVilu⁄(rlpattern, and the update r’°dONLNdoi⁄uJ)negion is changed to this fiᆰdONLNdäiKug)qlled arÇ¿°dONLNdëigu¨)ea, as shown in o`°dONLNd°i≠u≈)FFigurB °dONLNd¶i≈uŸ)e 2-8fl†°dONLNd´iŸu€)._†°dONLNd¨i‹ufi) 
  4577. ó*®¯4ò*®¯"ò*]
  4578. ˇ·ˇ‚7^    °dONLNdÆçlòñ(ïl
  4579. Figure 2-8.°dONLNdπçÆò—)B    Scrolling°dONLNd¬ç—òg)#' the image in a rectangle by using the ,
  4580. Courier°dONLNdÈçgòô)ñ
  4581. ScrollRect°dONLNdÛçôòƒ)2
  4582.  procedure
  4583. °dONLNdˇZlfÄ(clThe °dONLNdZÄfº)
  4584. ScrollRect°dONLNdZºf»)< prR`°dONLNdZ»fÂ) ocedur$¿°dONLNdZÂfm)e doesn’t change the local coor˜ °dONLNd5ZlfÙ)ádinate system of the graphics ˇˇ±ö°dONLNdSgls{(plpor°dONLNdVg{sá)t; i1ö°dONLNdZgàs‚)t simply moves the r b°dONLNdng‚s')Zectangle specifi{¸°dONLNd~g(sQ)F
  4585. ed in the ˇˇŒê °dONLNdàgQsW))rˇˇ±öê °dONLNdâgWs£) parameter to difw¯°dONLNdög£s∞)LferJX°dONLNdùg∞s—)ent coorŒR°dONLNd•g—s˜)!    dinates. °dONLNdÆtlħ(}l Notice that °dONLNd∫t§ć)8
  4586. ScrollRect°dONLNdƒt‡Äµ)<0 doesn’t move the graphics pen or the clipping rR`°dONLNdÙtµÄ“)’egion. .°dONLNd˚Ålçï(älHowever †°dONLNdÅïçN))(, because the document has moved, they’rOÄ°dONLNd*ÅNçl)πe in dif˝@°dONLNd2Ålçx)ferfl¿°dONLNd5Åxç∑) ent positions rÕ¿°dONLNdDÅ∑çÚ)?elative to the °dONLNdSélöõ(ól    document.ˇˇÍr.°dONLNd]†l¨Ç*By cr<“°dONLNdb†É¨‘)eating an update rŒà°dONLNdt†‘¨2)Qegion for the window¢fi°dONLNdà†2¨6)^, ˇˇøVçP°dONLNdä†7¨s)
  4587. ScrollRectˇˇÍrçP°dONLNdî†s¨Å)< forJ"°dONLNdò†Ç¨›)ces an update event. ïä°dONLNd≠†›¨˜)[After °dONLNd≥≠lπÖ(∂lusing °dONLNdπ≠Öπ¡)
  4588. ScrollRect°dONLNd√≠¡π€)<>, your application should use its own window-updating code to .°dONLNd∫lΔœ(√ldraw into the update r*`°dONLNd∫–Δ+)degion of the windowÁ °dONLNd*∫*Δ,)Z.°dONLNd,·*ÍL(Ë*SPECIALÄ°dONLNd3·MÍÅ)#
  4589.  CONSIDERAÄ°dONLNd=·ÄÍö)3TIONS
  4590. .°dONLNdCÓl˙Ä(˜lThe °dONLNdGÓÄ˙º)
  4591. ScrollRect°dONLNdQÓº˙»)< prR`°dONLNdTÓ»˙Â) ocedur$¿°dONLNdZÓÂ˙6)e may move or pur˜ °dONLNdkÓ5˙⁄)P$ge memory blocks in the application .°dONLNdè˚lÜ(lheap. ÔÄ°dONLNdï˚Üå)Y∞°dONLNdñ˚å2)'our application should not call this pr/¿°dONLNdΩ˚3Q)ßocedur«°dONLNd√˚Q{) e at interrj°dONLNdŒ˚|§)+    upt time.°dONLNdÿ"*+Q()*SEE ALSO
  4592. °dONLNd·/l;~+B“Scrı°dONLNdÂ/~;);olling the Pixels in the Port Rectangle” beginning on page I@°dONLNd /Ä;í(8Ä2-20ù °dONLNd$/í;û) pr‰@°dONLNd'/û;Ë) ovides a general .°dONLNd8<lHî(El    discussio°dONLNdA<îH™)(n of t°dONLNdG<™H”)
  4593. he use of °dONLNdQ<”HŸ))S°dONLNdR<ŸH)    crollRect°dONLNd[<H')6, and °dONLNda<'H})Listing 2-5 on page °dONLNdu<}HÜ)V2-°dONLNdw<ÜHê)    22°dONLNdy<êHı)
  4594.  illustrates how to use °dONLNdëIlU®(Rl
  4595. ScrollRect°dONLNdõI®U¡)< to scrR`°dONLNd¢I¡Ufl)oll thr$¿°dONLNd©IflUb)ough a document in a window9¿°dONLNdƒIaUd)Ç.
  4596. ®kC¯4ßj®kò@@ˆ@ˆ®kËa¡‘ˇÔ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄò@@Ĉ@ĈËk(a‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄò@ÄúˆÄúˆ(kDa‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ‘ˇÄ?‘ˇÄ¡¡¡òň@ˆHH™»LIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4597. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ®kËa'ÅÅÅãt˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅ˚ÎÅÅîÎΟÏÅÅîÏΟÎÅÅîÎΟÎÅÅîÎÏŸÏÅÅîÏΟÎÅÅîÎÏŸÎÅÅîÎΟÏÅÅîÏΟÎÅÅîÎΟÎÅÅîÎÏŸÏÅÅîÏΟ"ÎÓ˛ˇ˙ˇ›ˇˇ˛ˇˇÅÅ›ÎÏŸ/ÎÓˇˇ¸ˇÒ˛ˇÓˇ˝ˇ˛˝ˇÙˇÅÅÚÎΟÄÏÓˇˇˇˇ˛ˇ    ˇˇˇˇˇˇ˝ˇ¸˚ˇˇ˛ˇ˝ˇ˝ˇ˝ˇˇ˛ˇ˝ˇ˝ˇÅ˘ˇ˝ˇˇ·ˇˇ˛ˇˇÊˇÛˇˇ˝ˇˇ˙ˇˇ¸ˇˇ˜ˇ¯ÏΟóÎÓ˛ˇ˝ˇ    ˇˇˇˇ˝ˇ˝ˇˇˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˝˛ˇˇ˛ˇˇ˛ˇˇÅ¯ˇˇˇˇˆ˛ˇÓˇ˝ˇ˛˝ˇÙˇ˚ˇÙ    ˇˇˇˇ¸ˇˇ˛ˇˇ¯ˇ¯ÎΟßÎÓˇˇˇ˝    ˇˇˇˇˇ¯ˇˇ¸ˇ˛ˇ˛ˇ˛ˇ˝ˇ˝ˇˇ˚ˇ˚ˇˇÅ˚ˇˇ˘ˇˇˇ˝ˇ¸˚ˇˇ˛ˇ˝ˇ˝ˇ˝ˇˇ˛ˇ˝ˇ˝ˇ˛ˇˇˇˇˆˇˇˇ˘ˇ˛ˇˇ˜ˇ˘ÎÏŸ≠ÏÓ˛ˇ˛ˇˇˇˇˇ˛˛ˇ˝ˇ˛˘ˇ˛ˇ˜ˇˇˇˇˇˇ˛˝ˇ˛ˇˇÅ˙˛ˇˇ˚ˇ˚ˇˇˇ˛ˇˇˇˇˇ˛ˇ˛ˇ˝ˇ˝˛ˇˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇˇˇ¯ˇ˛ˇˇ˚ˇˇ˝ˇˇ˜ˇ˘ÏΟlÎÅõˇ˛ˇˇˇˇ˛ˇ˘ˇˇ¸ˇ˛ˇ˛ˇ˛ˇ˝ˇ˝ˇˇ˚ˇ˚ˇˇˇ˛ˇ˜ˇˇ˝ˇˇ˘ˇ˛ˇˇ˜ˇ˘ÎÏŸoÎÅõˇ˛ˇˇ˚ˇ˝˝ˇ˛˘ˇ˛ˇ˜ˇˇˇˇˇˇ˛˝ˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˛˝ˇ˛ˇˇ˛ˇ˛ˇ¸ˇˇˇˇˇˇ˘ÎΟ ÏÅÅœˇ¯ˇÚˇÎˇ¯ÏΟÎÅÅîÎΟÎÅÅîÎÏŸÏÅÅîÏΟÎÅÅîÎÏŸÎÔúˇìúˇfiÎΟÏÔˇûˇìˇû‡ˇfiÏΟ|ÎÔˇûˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇfiÎΟ|ÎÔˇûˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇfiÎÏŸÏÔˇûˇìˇû‡ˇfiÏΟ|ÎÔˇûˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇfiÎÏŸóÎÔˇûˇ·ˇˇˇˇ¯ˇÈˇ›ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ˛ˇˇˇˇÁÎΟ/ÏÔˇûˇ‚ˇˇˇ∏ˇû‡
  4598. ˇˇˇˇˇËÏΟ∂ÎÔˇûˇ„ˇ¸ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇ    ˇˇˇˇ˛ˇˇˇˇ˛ˇÂˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ¸ˇˇˇËÎΟªÎÔˇûˇ„ˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇ˛Íˇˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ˝˛ˇˇËÎÏŸ]ÏÔˇûˇ‚!ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇÊˇû‡
  4599. ˇˇˇˇˇËÏΟæÎÔˇ…¯ˇflˇ·ˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ˛˛ˇ˛ˇ
  4600. ˇˇˇˇˇÊˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ˛ˇˇˇˇÁÎÏŸòÎÔˇ“˛ˇ˚¯ˇ˝˛ˇÊˇŸˇ˛ˇÙˇıˇ€ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇfiÎΟ>ÏÔˇ‘¸ˇ˚ˇˇ¸ˇˇ˝¸ˇËˇŸˇ˛ˇ˜˛ˇ˜˛ˇ⁄ˇû‡ˇfiÏΟöÎÔˇ’˚ˇ˚ˇˇ¸ˇˇ˝˙ˇÍˇŸˇ˛ˇ¿ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ¸ˇ‰ÎΟõÎÔˇ◊¸ˇ˛ˇ¸ˇˇ¸ˇˇ˝ˇˇ˝ˇÎˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ¸ˇ‰ÎÏŸ:ÏÔˇŸ¸ˇ˛˛ˇ¸ˇˇ¸ˇˇ˛˛ˇ˛˝ˇÏˇìˇû‡ˇ¸ˇ‰ÏΟùÎÔˇŸ˛ˇ˚ˇˇ¸ˇˇ¸ˇˇ˛ˇˇ˚ˇˇÏˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ¸ˇ‰ÎÏŸúÎÔˇŸ˛ˇ˚ˇˇ¸ˇˇ¸ˇˇ˛ˇˇ¸˛ˇÏˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ¸ˇ‰ÎΟ;ÏÔˇŸ˛ˇ˚˛ˇ˝ˇˇ¸ˇˇ˛ˇˇ¸˛ˇÏˇìˇû‡ˇ˛¸ˇÊÏΟùÎÔˇÿˇˇ˙ˇˇ˝˛ˇ˝ˇˇ˛ˇˇ¸ˇˇÎˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ˛˝ˇÂÎΟõÎÔˇÿ˛ˇ˚ˇˇ¸ˇˇ˝ˇˇ˛ˇ˝˛ˇÎˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ˝˛ˇÂÎÏŸ=ÏÔˇ◊ˇˇ˚ˇˇ¸ˇˇ˛˛ˇˇˇ¸ˇˇÍˇìˇû‡ˇ˝˛ˇÂÏΟñÎÔˇ◊˛ˇ¸˛ˇ˝˙ˇ˛ˇˇ¸ˇˇÍˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ˝˛ˇÂÎÏŸìÎÔˇ÷ˇˇ˚ˇˇÛˇ˝˛ˇÍˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ˝ˇˇ‰ÎΟ1ÏÔˇ÷˛ˇ¸˘ˇ˛¯ˇˇˇÈˇìˇû‡ˇ¸ˇ‰ÏΟõÎÔˇ’ˇˇ˛˙ˇ˜¯ˇÈˇ›˛ˇÙˇÛˇˇŸˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ¸ˇ‰ÎΟóÎÔˇ’˛ˇ˝ˇ¸ˇËˇ›ˇˇıˇÛˇ◊ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇfiÎÏŸUÏÔˇ¸˛ˇ‹¸ˇÏ˝ˇÈˇ›ˇˇˇˇ˛ˇ˝ˇˇˇ˛ˇˇ˛ˇ˝ˇˇˇ˛ˇ·ˇ¸‡˛ˇ¶‡ˇfiÏΟ£ÎÔˇ¸Öˇ˙˛ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛‡ˇ‡˛ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇfiÎÏŸeÎÔˇ¸˛ˇ‹˛ˇË˝ˇÎˇ›ˇ˝ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ‚ˇ‡fl˛‡˛ˇ‡fl˛‡fl˛‡fl‡∞ˇfiÎΟQÏÔˇ’˛ˇÊ˝ˇÏˇ›ˇ¸˝ˇˇ˛ˇˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇˇ‚ˇÓ‡ˇ≤ˇfiÏΟ8ÎÔˇ÷˛ˇ‰˝ˇÌˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ≤ˇfiÎΟ8ÎÔˇ◊˛ˇ‚˝ˇÓˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ≤ˇfiÎÏŸ(ÏÔˇÿ˛ˇ‡˝ˇÔˇìˇÓ‡ˇ≤ˇfiÏΟ8ÎÔˇŸ˛ˇfi˛ˇÔˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ≤ˇfiÎÏŸ8ÎÔˇŸ˛ˇ›˛ˇˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ≤ˇfiÎΟ(ÏÔˇ⁄˛ˇ‹˛ˇˇìˇÓ‡ˇ≤ˇfiÏΟòň@ĈHH™ƒMIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4601. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈËk(a'8ÎÔˇ⁄˛ˇ€˛ˇÒˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ≤ˇfiÎΟ9ÎÔˇ⁄ˇˇ⁄˛ˇÒˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ≤ˇfiÎÏŸ)ÏÔˇ€˛ˇŸˇˇÒˇìˇÓ‡ˇ≤ˇfiÏΟ=ÎÔˇ€ˇˇÿ˛ˇÚˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ…¯ˇÛˇfiÎÏŸEÎÔˇ‹˛ˇ◊ˇˇÚˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ“˛ˇ˚¯ˇ˝˛ˇ˙ˇfiÎΟ;ÏÔˇ‹ˇˇ÷˛ˇÛˇìˇÓ‡ˇ‘¸ˇ˚ˇˇ¸ˇˇ˝¸ˇ¸ˇfiÏΟSÎÔˇ›˛ˇ˙˚ˇÔ¸ˇ˘ˇˇÛˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ’˚ˇ˚ˇˇ¸ˇˇ˝˙ˇ˛ˇfiÎΟ\ÎÔˇ›ˇˇ˚˜ˇÛ¯ˇ˚˛ˇÙˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊¸ˇ˛ˇ¸ˇˇ¸ˇˇ˝ˇˇ˝ˇˇfiÎÏŸ_ÏÔˇfi˛ˇ˚˝ˇ˝ˇÙ˝ˇ˛˝ˇ˚ˇˇÙˇ›˛ˇˆˇÛˇ’ˇÓ‡ˇŸ¸ˇ˛˛ˇ¸ˇˇ¸ˇˇ˛˛ˇ˛˝ˇˇfiÏΟ}ÎÔˇfiˇˇ˚˛ˇˇ¸ˇı
  4602. ˇˇˇˇˇˇˇˇ˚ˇˇÙˇ›ˇˇ˜ˇÛˇ’ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇŸ˛ˇ˚ˇˇ¸ˇˇ¸ˇˇ˛ˇˇ˚ˇˇˇfiÎÏŸÑÎÔˇfiˇˇ˚ıˇıˇˇ¸ˇˇˇ˚ˇˇÙˇ› ˇˇˇˇˇˇ˚ˇ˛ˇ˛˝ˇˇˇŸˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇŸ˛ˇ˚ˇˇ¸ˇˇ¸ˇˇ˛ˇˇ¸˛ˇˇfiÎΟ}ÏÔˇfiˇˇ˚ˇˇ˝ˇˇˇˆ˛ˇ¸ˇ˛ˇ¸ˇˇÙˇ›˛ˇ¸ˇˇˇ˛˛ˇ    ˇˇˇˇ˝ˇ˝Àˇ‡ˇŸ˛ˇ˚˛ˇ˝ˇˇ¸ˇˇ˛ˇˇ¸˛ˇˇfiÏΟëÎÔˇfiˇˇ˚ˇˇ˝ˇˇˇˆ˛ˇ¸ˇ˛ˇ¸˛ˇıˇ›ˇˇˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇˇ◊ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇÿˇˇ˙ˇˇ˝˛ˇ˝ˇˇ˛ˇˇ¸ˇˇˇfiÎΟàÎÔˇfiˇˇ˚ıˇıˇˇ¸ˇˇˇ˙ˇˇıˇ›ˇˇ˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ⁄ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇÿ˛ˇ˚ˇˇ¸ˇˇ˝ˇˇ˛ˇ˝˛ˇˇfiÎÏŸdÏÔˇfiˇˇ˚˛ˇˇ¸ˇı
  4603. ˇˇˇˇˇˇˇˇ˙ˇˇıˇ¡ˇ‘ˇÓ‡ˇ◊ˇˇ˚ˇˇ¸ˇˇ˛˛ˇˇˇ¸ˇˇ˛ˇfiÏΟdÎÔˇfl˛ˇ˙˝ˇ˝ˇÙ˝ˇ˛˝ˇ˙ˇˇıˇƒ˛ˇ”ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊˛ˇ¸˛ˇ˝˙ˇ˛ˇˇ¸ˇˇ˛ˇfiÎÏŸTÎÔˇflˇˇ˘˜ˇÛ¯ˇ˘ˇˇıˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ÷ˇˇ˚ˇˇÛˇ˝˛ˇ˛ˇfiÎΟCÏÔˇflˇˇ˜˚ˇÔ¸ˇ˜ˇˇıˇìˇÓ‡ˇ÷˛ˇ¸˘ˇ˛¯ˇˇˇ˝ˇfiÏΟGÎÔˇflˇˇ–ˇˇıˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ’ˇˇ˛˙ˇ˜¯ˇ˝ˇfiÎΟEÎÔˇflˇˇ–˛ˇˆˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ’˛ˇ˝ˇ¸ˇ¸ˇfiÎÏŸ2ÏÔˇflˇˇœˇˇˆˇìˇÓ‡ˇ‘¸ˇÏ˝ˇ˝ˇfiÏΟBÎÔˇflˇˇœˇˇˆˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ‘˝ˇÍ˝ˇ˛ˇfiÎÏŸBÎÔˇflˇˇœˇˇˆˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ‘˛ˇË˝ˇˇfiÎΟ1ÏÔˇflˇˇœˇˇˆˇìˇÓ‡ˇ’˛ˇÊ˝ˇˇfiÏΟGÎÔˇflˇˇˇˇˆˇˇ˛ˇˆˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ÷˛ˇ‰¸ˇfiÎΟFÎÔˇflˇˇ˛ˇ¯˛ˇˇˇıˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ◊˛ˇ‚˝ˇfiÎÏŸ8ÏÔˇflˇˇÔˇˇ¯ˇˇÔˇˇıˇìˇÓ‡ˇÿ˛ˇ‡˛ˇfiÏΟIÎÔˇflˇˇÔˇˇ¯ˇˇÔˇˇıˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇŸ˛ˇfiˇˇfiÎÏŸXÎÔˇfl˛ˇ˛ˇ˙˛ˇÔˇˇıˇ›ˇˇ˘ˇ˚ˇÓˇflˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇŸ˛ˇ›ˇfiÎΟEÏÔˇfiˇˇÔ˝ˇ˛˝ˇÓˇˇıˇ›ˇˇ˘ˇ˚ˇÀˇÓ‡ˇ⁄˛ˇ‹ˇfiÏΟtÎÔˇfiˇˇÓ¯ˇÌˇˇıˇ›ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇ˛ˇÁˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ⁄˛ˇ‹ˇfiÎΟsÎÔˇfiˇˇÏ¸ˇÏ˛ˇıˇ› ˇˇˇˇˇˇ˛ˇˇˇ˝ˇˇ¸ˇˇˇˇˇˇˇËˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ⁄ˇˇ€ˇfiÎÏŸ`ÏÔˇfiˇˇ“ˇˇÙˇ›ˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇ˝·ˇ¯‡ˇ€˛ˇ€ˇfiÏΟqÎÔˇfiˇˇ“ˇˇÙˇ‹ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛˛ˇ˛ˇ
  4604. ˇˇˇˇˇËˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ€ˇˇ⁄ˇfiÎÏŸJÎÔˇfiˇˇÍˇÍˇˇÙˇÿˇ‚ˇ›ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ‹˛ˇ⁄ˇfiÎΟ:ÏÔˇfi˛ˇıˇˇˇÙˇÿˇÂ˛ˇ‹ˇÓ‡ˇ‹ˇˇŸˇfiÏΟMÎÔˇ›ˇˇıΡˆ˛ˇÙˇÿˇΩˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇ›˛ˇ˙˚ˇÔ¸ˇ˝ˇfiÎΟSÎÔˇ›˛ˇ¯˜ˇˇˇ¯ˇ˜ˇˇÛˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇ›ˇˇ˚˜ˇÛ¯ˇˇfiÎÏŸrÏÔˇ‹ˇˇ˘˝ˇˇˇˇˇˇˇˇˇ˚ˇ˘˛ˇÛˇ›ˇ˛ˇˇˇ˘ˇ˘ˇˇˇ˙ˇˇflˇÓ‡ˇfi˛ˇ˚˝ˇ˝ˇÙ˝ˇ˛˝ˇˇfiÏΟåÎÔˇ‹˛ˇ˙˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˙ˇˇÚˇ›ˇˇˇˇ˘ˇˆˇˇ˙ˇˇflˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇfiˇˇ˚˛ˇˇ¸ˇı ˇˇˇˇˇˇˇˇˇfiÎÏŸíÎÔˇ€ˇˇ˚˝ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˚˛ˇÚˇfiˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇˇˇ¸ˇ˝¸ˇ˛ˇˇÊˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇfiˇˇ˚ıˇıˇˇ¸ˇˇˇˇfiÎΟwÏÔˇ€˛ˇ¸‰ˇ˚ˇˇÒˇfiˇ˛ˇˇˇ¸ˇˇˇ˛ ˇˇˇˇˇˇˇ˝ˇˇˇ˝ˇÁˇÓ‡ˇfiˇˇ˚ˇˇ˝ˇˇˇˆ˛ˇ¸ˇ˝ˇfiÏΟÜÎÔˇ⁄ˇˇ¸‰ˇ¸˛ˇÒˇfiˇ˛ˇˇˇˇˇ˝ˇˇ˝ ˇˇˇˇˇˇ˝ˇˇˇˇ‰ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇfiˇˇ˚ˇˇ˝ˇˇˇˆ˛ˇ¸ˇ˝ˇfiÎΟòÎÔˇ⁄˛ˇ¸˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¸˛ˇÒˇfiˇ˛ˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˝ˇˇˇ˛ˇÁˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇfiˇˇ˚ıˇıˇˇ¸ˇˇˇˇfiÎÏŸ`ÏÔˇ⁄˛ˇ¸˝ˇˇˇˇˇˇˇˇˇ˚ˇ¸˛ˇˇ›ˇ∏ˇÓ‡ˇfiˇˇ˚˛ˇˇ¸ˇı ˇˇˇˇˇˇˇˇˇfiÏΟ]ÎÔˇŸ˛ˇ¸˜ˇˇˇ¯ˇ˚˛ˇˇ›ˇ∏ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇfl˛ˇ˙˝ˇ˝ˇÙ˝ˇ˛˝ˇˇfiÎÏŸIÎÔˇŸ˛ˇ˙Ρ˚˛ˇÔˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇflˇˇ˘˜ˇÛ¯ˇˇfiÎΟ9ÏÔˇÿ˛ˇˆıˇ˜˝ˇÔˇìˇÓ‡ˇflˇˇ˜˚ˇÔ¸ˇ˝ˇfiÏΟWÎÔˇ◊˛ˇÚˇÚ˝ˇÓˇfiˇıˇÊˇıˇˇıˇ¸ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇflˇˇ÷ˇfiÎΟSÎÔˇ÷˛ˇ‰˝ˇÌˇfiˇıˇÊˇıˇˇıˇ¸ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇflˇˇ÷ˇfiÎÏŸqÏÔˇ’˛ˇÊ˝ˇÏˇfi˛ˇ˛ˇ    ˇˇˇˇˇ˛ˇ
  4605. ˇˇˇˇˇ˝ˇ˛˛ˇ˛ˇ˛ˇ¸ˇˇˇˇˇ˛ˇˇ˝ˇÓ‡ˇflˇˇ÷ˇfiÏΟÑÎÔˇ‘˛ˇË˝ˇÎˇfiˇˇ˛˛ˇ˛ˇ ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ¸ˇˇˇˇ˝ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇflˇˇ÷ˇfiÎÏŸáÎÔˇ”˛ˇÍ˝ˇÍˇfi    ˇˇˇˇˇˇ˛-ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˝ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇflˇˇ÷ˇfiÎΟmÏÔˇ“˛ˇÏ˝ˇÈˇfi˛ˇ˛˛ˇ˝ˇˇ˛ˇˇˇˇ˛˝ˇˇ˛ˇ˛ˇ˛˛ˇ˝ˇ˝ˇˇˇˇ˝ˇÓ‡ˇflˇˇ÷ˇfiÏΟSÎÔˇ—˝ˇ˝ˇÁˇ ˇÍˇÈˇ¸ˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇflˇˇˇˇˆˇˇˆˇfiÎΟQÎÔˇ–˙ˇ˜˚ˇÊˇÕ˛ˇÈˇÈˇ¸ˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇflˇˇ˛ˇ¯˛ˇˆˇfiÎÏŸ;ÏÔˇŒ˘ˇ˛¯ˇÂˇ≤ˇ„ˇÓ‡ˇflˇˇÔˇˇ¯ˇˇıˇfiÏΟCÎÔˇ ıˇ·ˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇflˇˇÔˇˇ¯ˇˇıˇfiÎÏŸ@ÎÔˇ«¸ˇ›ˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇfl˛ˇ˛ˇ˙˛ˇıˇfiÎΟ-ÏÔˇûˇìˇÓ‡ˇfiˇˇÔ˝ˇ˛˝ˇÙˇfiÏΟ9ÎÔˇûˇìˇ‡fl˛‡fl˛‡fl˛‡fl˛‡fl‡ˇfiˇˇÓ¯ˇÛˇfiÎΟ9ÎÔˇûˇìˇ˛‡fl˛‡fl˛‡fl˛‡fl˛‡ˇfiˇˇÏ¸ˇÒˇfiÎÏŸÏÔúˇìúˇfiÏΟÎÅÅîÎÏŸòňÄúˆHH™»NIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4606. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ(kDa'ÎÅÅîÎΟÏÅÅîÏΟÎÅÅîÎΟÎÅÅîÎÏŸÏÅúˇˇˇˇÅÏΟÎÅùˇˇˇˇ˝˛ˇáÎÏŸÎÅöˇˇˇ˝˙ˇãÎΟÏÅúˇˇˇˇˆˇåÏΟÎÅùˇ˛ˇˇ˝¸ˇâÎΟÎÅù˝ˇˇˇÅÎÏŸÏÅÅîÏΟÎÅÅîÎÏŸÎÅÅîÎΟÏÅÅîÏΟÎÅÅîÎΟÎÅÅîÎÏŸÏÅÅîÏΟÎÅÅîÎÏŸÎÅÅîÎΟÏÅÅîÏΟÎÅÅîÎΟÎÅÅîÎÏŸÏÅÅîÏΟv˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏŸvÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎΟÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆDkÑa¡¡¡¡¡¡¡¡¡ ‡çÁáå  !&맠 "≤†§  Ö9@    H  OÕ@Ëy8  ë D  ;∑8> ` ¡¡¡¡¡!Ú–lÄ`˛@¸¿0Ä`·         `H@˙Ä ˛@·# ˝R    -LKqÊbÒA∏ T6Gê3fõ„Δb·#äJ  ´$íTà™    U%A(†‘©EIPRÖB©™·#
  4607. JéÚ‚$íTàÆ    S%¡(`úà≈IpRÖ"©Æ·#$$ ‘I$¶P™2QA!RäbÄ•
  4608. %LP·#? < $3ˇ˛ Ï?˝qᢰã_Áa¬œ¸ Ï·˛    ˘˝ê¸ $fl˛˘ ˝`˚¿fl¡¡¡˛–m˝Õ`I˛Õ-LIf9Ld3TÄœ´$ì’H+%T¢≤Äœ‚$íù*%¢£Äœ ‘I$¢êTJ°EDŒ $3˛Ÿd1‚√Œ˘Ä ˙¿ ¡¡¡#¿    Ä8¿Ä40˘à p‡0·#1Ä ò ë@˛! ê ê·%!q≥*°ü3Ä 1ú`É6Â_˝«°$6a Y¨ä먄%!T*PU•IBÄͧïA (§®ïRIRÉîÖBïQQP„%!R*pIdI"Å>ÑïA
  4609. (§®ï2IRÇLEîa1P„%!¢TÄìJ*í%1I*ÇTQIQ*£ô®JÇE*¢H°@„%!¸Óa«§Lœ¢ÃÜ}«ŒÎ≥Ûˇ◊?˘5ùÇÙ∑à—@„ˆ@¯    H˛›ˆÄ¯0˝Äfi¡¡¡ˆ˛Ä `< ‡ÿ$Ä˝ $i@@@¿ Äÿ%¶ÈÉnD©lF¬qG3ÄÿIQe"íàE@2R
  4610. †ÖH◊IIC"íÑI¿ Œ
  4611. êÖD◊íääE%¢êÑ
  4612.     !
  4613. Ñ"◊˘qç.œô˘ê`ò‡¡ Xw◊ò@@Ĉ@ĈÑkƒa
  4614. Ù ¸’
  4615. Ùp¸8’¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ Ä˝ÄŒ˛@DÕ˛    Æq Åü÷ä„Œ JR°ï™ò™Œ ÍR·ï´ê®Œ T•*)T     TŒ¯Œ¿Ê0´!ËÄœ ˛!˝@Ã˛sIJ‡Ã¡¡¡    ‡p∞À  @ @Œ*” A-6§l†œò™†ÖP
  4616. Jâî•Äœ P®‡áp
  4617. JI •Œ °U(ÄîR)JŒ  ®√Êb?Àä4≤Œ˙…˙…¡¡¡‡ÄÄ– & ê—$SH3ÛyÄ*∞ãR32Ä”î≈S(9R¢ÄVA §ñ“LÖ2MR¢Ä¸AéÑî“©
  4618. §P •EÇEI(“5‘h∑Ú/£∏Gè Ñ»“˘@Ã˘Äá¡¡ ˆ˝À    $ÄHHÀ    %¶ÈîÀ    IQe$∞` À    IIC$†@À    íääIA! À    ˘qç&@≈‡À¡¡¡¡ò@ÄúˆÄúˆƒk‡a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™ƒOIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4619. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆDkÑa'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅã+Í˝ˇ¸ˇ˛ˇˇ˝ˇ˝ˇ˝˛ˇ˙ˇˇ˛ˇˇÅÅÅ—3͡ˇ˝ ˇˇˇˇˇˇ˛ˇ¸ˇ˙ˇˇˇˇÅÅÅ—/Ͳˇ˛ ˇˇˇ˛ˇˇˇ˜ˇ˙ˇˇˇˇÅÅÅ—,βˇ˝ˇˇ˛ˇˇˇ˜ˇ˙ˇˇˇˇÅÅÅ–/Ρˇ˚ˇˇˇˇˇ˚˛ˇˇ˝˝ˇˇ˛ˇÅÅÅ–6Ï˛ˇˇ˛
  4620. ˇˇ˛ˇˇ˛˛˛¸ˇˇ˝ˇˇ˝ˇÅÅÅœ/Ì˝ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ¸¸ˇ¸ˇˇ˛ˇˇÅÅÅŒÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãH͸ˇˇÍˇˇ˚ˇˇ˘ˇˇˇÙˇˇˇˇˇÒˇˇˆˇÁˇ”ˇˇ˘ˇˇÌˇÒˇˇÅÜD͡ˇËˇˇ˝ˇˇ˚ˇˇˇÛˇˇÒˇ˛ˇæˇÔˇ¯ˇflˇ˛ˇÅ֒Ͳ˝ˇˇ˛ˇ ˛ˇˇ˛ˇ˛ˇ˘˛˝ˇ˛˚ˇ˛ˇˇˇ˛ˇˇˇ˛
  4621. ˇˇˇ˛ˇˇ˛˛˛˛ˇˇˇˇˇ˛ˇ¸ˇˇ˛˛ˇ˛˛˛˝˛ˇ˛ˇ¸˛ˇˇ˛ˇ¸ˇ˚ˇ˛ˇ˝ˇ˛ˇˇˇ˛ˇˇ˛˛˛˛ˇˇ˛˚ˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇÅä◊βˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇ˚ˇˇ˘˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇˇ¸ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ¸ˇˇˇˇ˝ˇˇˇ˝    ˇˇˇˇˇ˝ˇ˛ˇˇˇˇÅä’Ρ¸ ˇˇˇˇˇˇ˛˛ˇ¸ˇ˛˝ˇˇ˚ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇ¸ˇˇˇˇˇˇˇˇ˛ˇ¸ˇˇˇ˝ˇˇ¸ˇ˛ˇˇ˛ˇ˛ˇˇ˛ ˇˇˇˇˇ˛ˇ¸ˇˇˇˇ˝ˇˇˇ˛    ˇˇˇˇˇ˝ˇ˛ˇˇ˛ˇÅä“Ï˛¸ˇˇˇ˛ˇ˛ˇ˛ˇ˚ˇ˛˝ˇ˛˚    ˇ˛ˇ˛ˇ˛˛˛ˇˇˇ˛ˇˇ˛ˇ˝ˇ˛ˇ˛ˇ˙ ˇˇˇˇˇˇ˛ˇˇˇ˙ˇ˛ˇ˛ˇ˛¸ˇˇ˝    ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˙ˇˇ˛ˇ˝ˇˇ˛ ˇ˛ˇ˛ˇ˛¸ˇ˛ˇ˛ˇÅáùÌ˛ˇ˛˚ˇ˝ˇˇˇ˝ˇˇ˝˝ˇ¸ˇˇ˙    ˇˇˇˇˇ˝ˇˇˇ¸ˇ¸ˇˇˇ˝ıˇˇ˛ˇ˛ˇˇ˝˘ˇˇˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˘ˇ˛ˇˇˇ˝˛ˇ˝ˇ˚ˇ˛ˇ˜ˇ˚ˇ¸ˇˇˇÅâ-¡ˇæˇˇ‡ˇˇŒˇˇÔˇÌˇˇÅÅ˘#‰ˇˇºˇˇfiˇˇÃˇˇÔˇÎ˛ˇÅůÅÅÅãÅÅÅãÅÅÅãÈˇˇˇÙˇˇˇˇ¸ˇ⁄ˇˇÅÅÅË&ΡˇˇÛˇˇˇ˛ˇ¯ˇ‰ˇÅÅÅÁ]Ρ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛˛˛ˇ˛ˇˇˇˇ˛ ˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˝ˇ˛ˇ˛ˇ˛ˇˇÅÅÅÙZβˇˇˇˇˇˇˇˇˇ˝ˇ
  4622. ˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇˇˇˇ˛
  4623. ˇˇˇˇˇˇÅÅÅÙXÏˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ˛ˇˇ˝ˇ¸ˇˇˇ˛ˇˇˇ˛˛ˇˇˇ˛ˇˇˇ˛˛ˇÅÅÅÙZÌ    ˇ˛ˇ˛ˇ˛˛˛ˇˇˇ˛ˇˇ˛ˇˇˇ¸˛ˇ˛˛    ˛ˇˇˇˇ˝ˇ˛˛˛ˇ˛˛˛ÅÅÅÒRÌ    ˇˇˇˇˇ˝ˇˇ¯ˇˇˇˇˇˇ˝ˇ˝ˇˇˇ˝ˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇˇˇ˝ˇˇÅÅÅÛ ¡ˇÅÅÅì˛ˇˇÅÅÅÕÅÅÅãÅÅÅãÅÅÅãgͲˇ˜ˇˇˇ¯˛ˇ˛ˇˇˆˇˇˇ¯ˇˇˇÌˇˇ˝¸ˇˇˇ˛ˇ¸ˇıˇ˛ˇÔˇıˇ˛˝ˇıˇ˜ˇˇ¯ˇ¸ˇ˝˝ˇÅá]͡ڡ˜ˇˇ˛ˇˇˇıˇ˘ˇˇˇÏˇ¸ˇˇ˛ˇ¸ˇÒˇˇ·ˇ˝ˇˇÏˇˇÛˇ¸ˇˇÅáÎͲˇˇ˛˛˛ˇˇ˛ˇ˛˛˛˚ˇˇˇˇˇ˝˛ˇ˛˛ˇ˛ˇ˛ˇ˛˛˛ˇ˛ˇ˙ˇˇˇˇ˛ˇ˛˛˛ˇ˛ˇˇ˛ˇˇ¸ˇ¸ˇ˛ˇ˛ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛˛ˇ˛˛˛˝˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˝˛ˇˇ˝ˇ˛ˇˇˇˇ˝˛˝ˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇ˛˛˛ˇˇˇˇÅôÎΡˇˇˇ˝    ˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇ˝ˇˇ˙˛ˇˇˇˇˇˇˇˇˇˇˇ¸˛ˇˇˇ˛ˇˇ˛ ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸˛ˇˇˇˇ˝ˇˇˇ˝ˇ˝ˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇÅóÁΡˇˇˇ˛ˇˇˇ˛ˇ¸ ˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇ˛ˇˇ˚ˇ¸ˇˇ˝ ˇˇˇˇˇˇ¸ˇ˝ˇˇ˛ˇˇ˛ ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇˇ˚ˇ˝
  4624. ˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇ˝ˇˇ˛ˇˇˇÅóÌÏ˛ˇˇ˛
  4625. ˇ˛ˇ˛ˇ˙ˇˇˇˇ˛ˇˇ˛ ˇˇˇˇˇˇ˛ˇ˛ˇ˚ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇ¸ˇ˛ˇ˛˛˛ˇ˛ ˇ˛ˇˇ˛ˇ˛ ˇˇˇˇˇˇ˛ˇˇ˛ ˇˇˇˇˇˇ¸˛ˇˇˇ˝˛ˇˇˇ¸ˇ˛˛˛ˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˝ˇ˛Åï¬Ì˜ˇ˛ˇ˛ˇˇˇ˝˛ˇ˛˝ˇˇˇ˛˙ˇ ˇˇˇˇˇ¸ˇˇ˛
  4626. ˇˇˇˇˇˇ˝ˇˇ¸ˇ˛ˇ˛¸ˇ˛ˇ˛ˇˇ˛ˇˇˇ˚ˇıˇˇ˛ˇˆˇˇ˝˝ˇ
  4627. ˇˇˇˇˇ˛ˇˇ˙ˇˇ¸ˇ˝ˇˇˇˇˇ˝ˇ˛ˇ˛ˇˇˇ˛ˇˇÅï®ˇØˇˇ¯ˇˇflˇÅÅΩˇ≠ˇˇˆˇ˛›ˇÅÅÏÅÅÅãÅÅÅãÅÅÅã?͸ˇˇˇËˇÔˇÒˇˇ¸ˇˇˇÓ¸ˇˇˇıˇ˝ˇ˝ˇ˛ˇ˛ˇÅÅæP͡ˇˇ˜ˇ˜ˇ€ˇˇ˛ˇˇˇˇ¯ˇ¯ˇˇ˛ˇˆˇˇˇ˚ˇˇ˘ˇ¯ˇ˛ˇÅźóͲˇˇ˛ˇˇˇˇ˛ˇˇ˛˛˛ˇˇ˛ˇ˛ˇ˛ˇ¸ˇ˛ˇˇ˛ˇˇ˛ˇ˙
  4628. ˇˇˇˇ˛˝˛ˇˇˇˇˇ¸˛ˇ˛ˇ˛ˇˇˇˇ˝ˇˇˇ˛˛˛ˇ˛
  4629. ˇˇ˛ˇ˛ˇ˛˝ˇ˛ˇÅźàΡˇˇˇˇˇ˛ ˇˇˇˇˇˇ˛
  4630. ˇˇˇˇˇ˛ˇ˝ˇ˛ˇˇˇ˘ ˇˇˇˇˇˇ¸ˇˇˇˇ˘ˇˇˇ¸ˇˇ¸ˇ¸ˇˇˇ˝ˇˇˇˇ˚¸ˇÅŪÑΡˇˇˇˇˇˇˇ˝ˇˇˇ˛
  4631. ˇˇˇˇˇ˝ˇ˛ˇˇ˛ˇ˜ˇ˝ˇ˛ˇ¸ˇˇˇˇ˙ˇˇˇ˚ˇ˚ˇ¸ˇ˝ˇ˝ˇˇˇ˛ˇ¸ˇ˛ˇÅŪäÏ ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇ˛˛
  4632. ˛ˇˇ˛ˇ¸˛ˇˇ˛ˇ¯ˇˇ˝ˇ˝˛¸ˇ˛ˇ˛ˇ˙ˇ˛˚ˇˇ¸ˇˇˇ˝ˇ˝ˇˇˇ˝˛˝ˇ˛ˇÅÅ∫Å̯ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇˇ¸ˇˇˇ˚ˇˇˇˇ¸ˇˇ¸ˇˇˇ˚ˇˇ˛˛ˇ˘ˇˇ¸ˇˇˇˇ˛˛ˇˇˇ¸ˇ˝ˇˇ˛ˇˇˇ˝˛ˇ˛ˇÅŪòň@ĈHH™»PIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4633. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈÑkƒa'óˇ—ˇÅÅßòˇˇ˛”ˇ˛ˇÅÅ®ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÁˇıˇˇ˜˝ˇ⁄˛ˇÅÅÅÏ ËˇÙˇ¯ˇ˛ˇÍˇÒˇÅÅÅÍQÈˇˇ˛ˇˇˇ˛˛˛ˇ¸ˇ˚˛ˇ˛˛ˇ˛˛˛ˇˇˇˇ˛ˇˇˇ˛ˇˇ˙ˇ˛ˇ˛ˇ˛ÅÅÅÛS͡ˇˇˇˇˇˇˇˇ˝ˇ¸
  4634. ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˘    ˇˇˇˇˇÅÅÅÚMθˇ ˇˇˇˇˇ˛ˇ˝ˇ¸
  4635. ˇˇˇˇˇ˛
  4636. ˇˇˇˇˇ˛ˇˇ¯ˇˇˇˇÅÅÅQÏ˛˛˛ˇ˛ˇˇ˛ˇ˙ˇ˛ ˇˇˇˇˇˇ˛ ˇˇˇ˛ˇ˛˝ˇ¯    ˇˇ˛ˇ˛ÅÅÅÒLÌ˛ˇ¸ˇ˛ˇˇ˛ˇˇˇ˚˛ˇˇˇ˙ˇˇˇ˝
  4637. ˇˇˇˇˇˇ˝ˇ˛˘ˇˇ˛ˇÅÅÅÙÁˇ˝ˇ‡ˇÌˇÅÅÅ‚Ëˇˇ˛ˇ˛ˇ‚˛ˇÔˇÅÅÅ·ÅÅÅãÅÅÅãÅÅÅãÍ˝ˇÎ˛ˇÔ˛ˇˇˇÅÅÅ◊"͡ˇÎˇÏˇˇ˜ˇˆˇÅÅÅÌUͲˇˇˇˇˇ˛ˇ˛ˇ˚ˇ¸˛˛˛˘ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇˇ˛    ˇˇˇˇˇˇÅÅňUβˇˇˇ˛
  4638. ˇˇˇˇˇˇ¸ˇ˝ˇˇˇˇ˘ ˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅÅÅÙOΡˇˇ˝ˇˇˇ˛˛ˇ¸ˇ˝˛ˇ˛ˇ˘ˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇÅÅÅÛQÏ˛ˇˇ˝ˇ˛ˇ˛ˇ˙ˇˇˇ˛ˇ˜
  4639. ˇ˛ˇˇ˛˛˛ˇˇ˛ ˇˇˇ˛ˇˇÅÅÅÚOÌ˝ˇˇ¸ˇˇˇ˛ˇˇ˝¸ˇˇˇˇˇ˛ˇ˛˘ˇˇ˛ˇ˛ˇˇ˛ ˇˇˇˇˇˇˇÅÅÅÚ ƒˇÅÅÅ… ≈ˇÅÅÅ»ÅÅÅãÅÅÅãÅÅÅã)Í˝ˇˆˇˇÌˇˇˇÚˇˇˆˇˆ˝ˇ˝ˇÅÅŸ4͡ˇˆˇÓˇˇˇıˇ˛ˇˆˇ˚ˇ¸ˇˇÔˇÅÅärͲˇˇ˛ˇ˛ˇ˛˛˛˛˛ˇˇ¸ˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ¯    ˇˇˇˇˇ˛˝ˇ˛
  4640. ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÅÅîoβˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ¸˛ˇˇˇˇˇˇˇ˛ˇˇ˘ˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇÅÅíiÎ
  4641. ˇˇˇˇˇ˝    ˇˇˇˇˇ˝ˇˇ˝ˇˇˇˇˇˇˇˇˇ˛ˇˇ˙˚ˇ˛ˇ¸ˇ˛ˇˇˇ˛˛ˇˇ˝ˇˇˇˇÅÅëqÏ
  4642. ˛ˇˇˇˇ˝    ˇˇˇˇ˛˛˛ˇ˝ˇ˛ˇˇˇˇ˛ˇ˛˛˛ˇ˙ˇ˛ˇˇ˛ˇ¸ˇ˛˛˛ˇ˛ˇ˛ˇ˛ˇˇˇˇÅÅêfÌ˝ˇˇˇˇˇ˛˛ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇ˛ˇ¸ˇˇ˛˛ˇ˛ˇ˝ˇ˛˝ˇ˛˝ˇ˝ˇˇˇ˝ˇˇˇˇÅÅêºˇˆˇÅÅÅ›ΩˇˆˇÅÅÅ‹ÅÅÅãÅÅÅãÅÅÅã͸ˇˇˇ›ˇˇ˚ˇˇÅÅÅÿ(͡ˇˇ˜ˇ˜ˇÙˇˇ˝ˇˇÅÅÅÿ:Ͳˇˇ˛ˇˇˇˇ˛ˇˇ˛˛
  4643. ˛ˇ˛ˇ˛ˇ˚ˇ˙ˇÅÅÅÿ:Ρˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇ¸ˇˇ˙ˇÅÅÅ÷7Ρˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇ˘ˇ¸ˇÅÅÅ’>Ï ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛¸ˇˇ˝ˇˇÅÅÅ÷5̯ˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇ˚ˇˇ˛ˇ˝ˇÅÅÅ÷ÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™ƒQIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4644. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆƒk‡a'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ‡k a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉ k`a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ`k|a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™»RIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4645. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ‡k a'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHH™ƒSIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4646. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉ k`a'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™»TIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4647. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ`k|a'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆ|kºa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@Ĉºk¸a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆ¸ka¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™ƒUIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4648. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆ|kºa'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHH™»VIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4649. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ĉºk¸a'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™ƒWIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4650. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆ¸ka'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãò@@ˆ@ˆkXa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ĉ@ĈXkòa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúˆÄúˆòk¥a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òň@ˆHH™»XIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4651. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˆkXa'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòň@ĈHH™ƒYIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4652. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĈXkòa'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãòňÄúˆHH™»ZIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  4653. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúˆòk¥a'ÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãÅÅÅãˇA≤@ˇ ˇˇˇˇ@
  4654. ˇ·ˇ‚7^
  4655. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4656. , (‡2-45
  4657. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4658. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4659. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4660. 4€4—?òÄ
  4661. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4662. ˛ˇˇˇ
  4663. ˛ˇˇˇ
  4664. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4665. ˛ˇˇˇˇ
  4666. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4667. ˛ˇˇˇˇ
  4668. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4669. ˛ˇ˛ˇˇ
  4670. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4671. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4672. ˛ˇ˛ˇˇ
  4673. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4674. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4675. ˛ˇˇˇˇ
  4676. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  4677. jHr4jHr lHl
  4678. ˇ·ˇ‚7^ °dONLNd\Hj}(fH    SetOriginˇˇˇˇˇˇ(f2
  4679. °dONLNd {äáê(ÑäTµ¿°dONLNd {èá‹)o change the coor†°dONLNd{›áî)N*dinates of the window origin of the port rц°dONLNdG{îáÈ)∑ectangle of the curri °dONLNd[{Èá˘)Uent .°dONLNd_àäî«(ëägraphics port°dONLNdlà«î )= (basic or color)°dONLNd}à î2)D
  4680. , use the ,
  4681. Courier°dONLNdáà2îh)'    SetOrigin°dONLNdêàhît)6 prR`°dONLNdìàtîë) ocedur$¿°dONLNdôàëîô)e.°dONLNdú°ä≠(™äPROCEDURE SetOrigin (h,v°dONLNd¥°≠,)ê: I°dONLNd∑°,≠\)nteger);°dONLNd¿πä≈ê(¬äh.°dONLNd¬πÃ≈“)BT†¿°dONLNd√π“≈fl)he ª¿°dONLNdΔπfl≈) horizontal œ@°dONLNd—π≈")0coorÔÄ°dONLNd’π"≈9)dinat`°dONLNd⁄π:≈F)e oΔÄ°dONLNd›πF≈v) f the upperë¿°dONLNdËπw≈fi)1-left corner of the port r,@°dONLNdπfl≈)h    ectangle..°dONLNd…ä’ê(“äv.°dONLNd…Ã’)BThe vertical coorA‡°dONLNd …’j)Jdinate of the upper‰ °dONLNd3…j’—)T-left corner of the port r~†°dONLNdM…“’˘)h    ectangle.°dONLNdWÔH¯Å(ˆH DESCRIPTION
  4682. .°dONLNdc¸äû+BThe °dONLNdg¸û‘)    SetOrigin°dONLNdp¸‘‡)6 prR`°dONLNds¸‡˝) ocedur$¿°dONLNdy¸˝N)e changes the coor˜ °dONLNdã¸M®)Pdinates of the upper…Ä°dONLNdü¸®˘)[-left corner of the °dONLNd≥    äõ(äcurrR`°dONLNd∑    õ
  4683. )ent graphics port’s port r$¿°dONLNd—    
  4684. ∏)o'ectangle to the values supplied by the $¿°dONLNd¯    ∏æ)Æh$¿°dONLNd˘    æ”) and $¿°dONLNd˛    ”Ÿ)v$¿°dONLNdˇ    Ÿ) parameters. .°dONLNd ä"À(äAll other point—@°dONLNdÀ"‘)As iv†°dONLNd’")
  4685.  
  4686. n the currT`°dONLNd(")+ent graphics port’s local coor§@°dONLNdF"«)dinate system ar3‡°dONLNdV»"˛)Ie calculated °dONLNdc#ä/ë(,äfrò‡°dONLNde#ë/Œ)om this point.@°dONLNds#œ/—)> 0‡°dONLNdt#—/à)(All subsequent drawing and calculation r#@°dONLNdú#à/ı)∑outines use the new coor†°dONLNd¥#ı/)mdinate °dONLNdª0ä<´(9äsystem..°dONLNd√BäNû*The °dONLNd«BûN‘)    SetOrigin°dONLNd–B‘N‡)6 prR`°dONLNd”B‡N˝) ocedur$¿°dONLNdŸB˝N4)e does not af˜ °dONLNdÊB3Nd)6 fect the scr…Ä°dONLNdÚBdN√)1een; it does, however  °dONLNdB√N“)_, affiÄ°dONLNd B—N¸)    fect wher∞‡°dONLNdB¸N)+e °dONLNdOä[L(Xä*subsequent drawing inside the graphics por°dONLNd@OL[X)¬t a°dONLNdCOX[s) ppear°dONLNdHOs[w)s°dONLNdIOw[|). °dONLNdKO|[â)Th°dONLNdMOâ[ê)e °dONLNdOOê[Δ)    SetOrigin°dONLNdXOΔ[“)6 prR`°dONLNd[O“[Ô) ocedur$¿°dONLNdaOÔ[ )e does .°dONLNdh\äh£(eänot of%°dONLNdn\§hŸ)fset the coorøÄ°dONLNd{\ŸhB)5dinates of the clipping r◊‡°dONLNdî\BhÊ)i%egion or the graphics pen, which ther¢ °dONLNdπ\Áh¯)•efor˙ °dONLNdΩ\¯hˇ)e °dONLNdøiäu˝(rächange position on the scrꇰdONLNdŸi˝ur)seen (unlike the boundary r`‡°dONLNdÛisuµ)vectangle, port r·@°dONLNdiµu)Bectangle, and visible °dONLNdväÇç(ärE°dONLNdvéÇ))"egion, which don’t change positionÜ°dONLNd<v)ÇC)õ onscrø °dONLNdBvCÇR)een#¿°dONLNdEvSÇX))..°dONLNdHàäî∞(ëäBecause °dONLNdPà∞îÊ)&    SetOrigin°dONLNdYàÊîì)6& does not move the window’s clipping rR`°dONLNdàìî“)≠egion, use the °dONLNdéïä°¥(ûäGetClip°dONLNdï殺∂)* °dONLNdñï∂°¿)prR`°dONLNdòï¿°›)
  4687. ocedur$¿°dONLNdûï›°)    e to stor˜ °dONLNdßïˇ°H)"e your clipping r…Ä°dONLNd∏ïH°”)Iegion immediately after your fö°dONLNd÷ï”°˘)ã
  4688. irst call °dONLNd‡¢äÆì(´äto°dONLNd‚¢ìÆï)     °dONLNd„¢ïÆÀ)    SetOrigin°dONLNdÏ¢ÀÆ-)6—if you use clipping rR`°dONLNd¢-Æ≤)begions in your windows. Befor$¿°dONLNd¢≤Æ)Öe calling your own °dONLNd2Øäªfi(∏äwindow-drawing rR`°dONLNdBØfiª!)Toutine, use the R`°dONLNdRØ!ªQ)CClipRectR`°dONLNdZØQª])0 pr$¿°dONLNd]Ø]ªz) ocedur˜ °dONLNdcØyªù)e to defi˜ °dONLNdlØùªÌ)$ne a new clipping .°dONLNd~ºä»ç(≈ärE°dONLNdºé»:)$egion—to avoid drawing over your scr†°dONLNd£º:»ô)¨oll bars, for example. Ò °dONLNd∫ºò»ˇ)^After calling your own .°dONLNd—…ä’fi(“äwindow-drawing rR`°dONLNd·…fi’!)Toutine, use the R`°dONLNdÒ…!’K)CSetClipR`°dONLNd¯…K’W)* pr$¿°dONLNd˚…W’t) ocedur˜ °dONLNd…s’â)e to r…Ä°dONLNd…â’ü)estorõ‡°dONLNd …ü’)e the original clipping °dONLNd$÷ä‚é(flärR`°dONLNd%÷é‚´)egion. $¿°dONLNd,÷´‚≤)Y9¿°dONLNd-÷±‚˘)ou can then call 9¿°dONLNd>÷˘‚/)H    SetOrigin9¿°dONLNdG÷/‚\)6  again to r  °dONLNdR÷\‚r)-estorfiÄ°dONLNdW÷q‚—)e the window origin tfiÄ°dONLNdl÷—‚)`o a horizontal .°dONLNd{„äÔù(Ïäcoor†@°dONLNd„ùÔ)dinate of 0 and a vertical coor>`°dONLNdû„ ÔY)Édinate of 0 w¿@°dONLNd´„YÔŒ)9ith your original clipping r膰dONLNd«„œÔ)vegion intact. °dONLNd÷ıä∑(˛ä All other r"Ä°dONLNd·ı∏ˆ).outines in the π°dONLNdıˆ&)>
  4689. Macintosh ûÄ°dONLNd˙ı'-)1T‘@°dONLNd˚ı,ª)oolbox and Operating System prì°dONLNdıº)êeserve the local .°dONLNd*äú( äcoorR`°dONLNd.ú )dinate system of the curr$¿°dONLNdG q)oent graphics port. The $¿°dONLNd^qß)f    SetOrigin$¿°dONLNdgß≥)6 pr˜ °dONLNdj≤œ) ocedur…Ä°dONLNdpœ )e is useful for .°dONLNdÄäç(ärE°dONLNdÅé‚)eadjusting the coorN °dONLNdî‚L)Tdinate system after a scr›Ä°dONLNd≠Ló)jolling operation. 
  4690. *H84*H7    °dONLNd¿)ä4ù(1äNote
  4691. ˇ·ˇ‚7^
  4692. °dONLNd≈5äAß*The W/ °dONLNd 5ßAΔ)indow Q °dONLNd–5ΔA)Manager c °dONLNdÿ5A)*    and Contr5Ä°dONLNd·5AK)-    ol Manage≤¿°dONLNdÍ5KAV).r a%`°dONLNdÌ5WAß) lways assume the °dONLNd˛AäM”(Jäwindow’s upperó@°dONLNd A”M˚)I
  4693. -left poin‰¿°dONLNdA˚M])(t has a horizontal coorÈ@°dONLNd-A]MÃ)bdinate of 0 and a vertical °dONLNdHMäYù(Väcoor†@°dONLNdLMùY÷)dinate of 0 w" °dONLNdYM◊YQ):hen they draw in a window® °dONLNdrMPYi)y. Ther(‡°dONLNdxMjY{)eforć°dONLNd|M{Y≤)e, if you use .°dONLNdäYäe¿(bä    SetOrigin°dONLNdìY¿e`)6$ to change the window origin, be surR`°dONLNd∑Y`eÇ)†    e to use R`°dONLNd¿YÇe∏)"    SetOriginR`°dONLNd…Y∏e∫)6 .°dONLNd eäq≥(nä
  4694. again to rE¿°dONLNd‘e¥q&)*eturn the window origin tœ°dONLNdÌe&qx)ro a horizontal coorx@°dONLNd    eyq≈)Sdinate of 0 and a °dONLNd    qä}¿(zävertical coor °dONLNd    q¡}˜)7dinate of 0 b∏†°dONLNd    ,q˜})6efor†°dONLNd    0q    }H)e using any Wª °dONLNd    =qG}f)>indow › °dONLNd    Cqf}ê)Manager Ô °dONLNd    Kqê}µ)*or Contr<Ä°dONLNd    Sq∂}¿)&ol °dONLNd    V}äâ∏(Üä    Manager rW°dONLNd    _}∏â⁄).outines.,Zapf DingbatsV`°dONLNd    hćàÊ)(uˇÏ@ˇ ˇˇˇˇ@
  4695. ˇ·ˇ‚7^
  4696. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4697. (‡*2-46    )BBasic QuickDraw Reference4^*¿¯°dONLNd\*eQ(c*SEE ALSO
  4698. °dONLNd    jlv~+B“Scrı°dONLNdj~v);olling the Pixels in the Port Rectangle” beginning on page I@°dONLNdHjÄví(sÄ2-20ù °dONLNdLjívû) pr‰@°dONLNdOjûvË) ovides a general .°dONLNd`wlÉî(Äl    discussio°dONLNdiwîÉ™)(n of t°dONLNdow™É”)
  4699. he use of ,
  4700. Courier°dONLNdyw”ÉŸ))S°dONLNdzwŸÉ    )etOrigin°dONLNdÇw    É!)0, and °dONLNdàw!Éw)Listing 2-5 on page °dONLNdúwwÉÄ)V2-°dONLNdûwÄÉä)    22°dONLNd†wäÉÔ)
  4701.  illustrates how to use °dONLNd∏Ñlê¢(çl    SetOrigin°dONLNd¡Ñ¢êÀ)6     when scrR`°dONLNd ÑÀê˜))
  4702. olling thr$¿°dONLNd‘јêz),ough a document in a window9¿°dONLNdÔÑyê|)Ç.
  4703. ¿*…¯4¡*»¯ ¬*¬˛
  4704. ˇ·ˇ‚7^ .°dONLNdÒ≥*¡W(Ω*PortSizeˇˇˇˇˇˇ(ΩÚ2
  4705. .°dONLNd˚“lfiÄ(€lThe °dONLNdˇ“Äfi∞)PortSize°dONLNd“∞fiº)0 prR`°dONLNd
  4706. “ºfiŸ) ocedur$¿°dONLNd“Ÿfiu)"e is normally called only by the Wò °dONLNd2“tfi…)õindow Manager; it .°dONLNdDfllÎè(Ëlchanges(¿°dONLNdKflêÎí)$ ®¿°dONLNdLflíÎÍ)the size of the port rÄ°dONLNdbflÎÎ@)Yectangle of the currÚ°dONLNdvfl?Îä)Tent graphics portf‡°dONLNdáflãÎŒ)L (basic or color)J@°dONLNdòflœÎ—)D..°dONLNdö¯ln(l+PROCEDURE PortSize (width,height: Integer);°dONLNdΔlä*width.°dONLNdÃÆ˝)BThe width of the r`°dONLNdfi˛*)P eset port rö†°dONLNdÈ*Q),    ectangle..°dONLNdÛ l,ê()lheight.°dONLNd˙ Æ,ˇ)BThe height of the rÕ¿°dONLNd ˇ,+)Q eset port rR°dONLNd ,,S)-    ectangle.°dONLNd"F*Oc(M* DESCRIPTION
  4707. .°dONLNd.Sl_Ä+BThe °dONLNd2SÄ_∞)PortSize°dONLNd:S∞_º)0 prR`°dONLNd=Sº_Ÿ) ocedur$¿°dONLNdCSŸ_Z)e changes the size of the curr˜ °dONLNdaSY_©)Äent graphics port’˜ °dONLNdsS©_≠)Ps˜ °dONLNdtS≠_¬) port˜ °dONLNdyS¬_ƒ) .°dONLNdz`llo(ilrE°dONLNd{`plî)ectangle”¿°dONLNdÉ`îlñ)$.S¿°dONLNdÑ`ólô) ”¿°dONLNdÖ`ôl«)    The upper©Ä°dONLNdé`«l.).-left corner of the port rD°dONLNd®`/lZ)h
  4708. ectangle r¿°dONLNd≤`ZlÂ)+!emains at its same location; the .°dONLNd”mlyˆ(vlwidth and height of the port rR`°dONLNdÒmˆy()ä ectangle ar$¿°dONLNd¸m(yv)2e set to the given $¿°dONLNdmvyî)Nwidth$¿°dONLNdmîy©) and $¿°dONLNdm©yÕ)height$¿°dONLNdmÕy¯)$ . In other °dONLNd*zlÜ}(ÉlworR`°dONLNd-z}Üå)ds, R`°dONLNd1zåܺ)PortSizeR`°dONLNd9zºÜ)0 moves the lower$¿°dONLNdIzÜy)L-right corner of the port r˜ °dONLNddzxÜ⁄)pectangle to a position .°dONLNd{álìo(êlrE°dONLNd|ápìΔ)elative to the upper@‡°dONLNdêáΔìˆ)V -left corner†°dONLNdúáˆì¯)0..°dONLNdûôl•Ä(¢lThe °dONLNd¢ôÄ•∞)PortSize°dONLNd™ô∞•≤)0 °dONLNd´ô≤•º)prR`°dONLNd≠ôº•Ÿ)
  4709. ocedur$¿°dONLNd≥ôŸ•Ê)e d$¿°dONLNd∂ôÊ•è)'oesn’t change the clipping or visible r˜ °dONLNd›ôé•Ô)®egion of the graphics .°dONLNdÛ¶l≤Ω(Ølport, nor does it afœ°dONLNd¶Ω≤
  4710. )Qfect the local coor”@°dONLNd¶
  4711. ≤Í)M4dinate system of the graphics port; it changes only °dONLNdN≥lø(ºl"the width and height of the port rx°dONLNdp≥øˆ)î7ectangle. Remember that all drawing occurs only in the °dONLNdß¿lÃÔ(…lintersection of the boundary rˇ¿°dONLNd≈¿ÔÃR)Éectangle and the port r †°dONLNd‹¿SÃ|)d
  4712. ectangle, Y`°dONLNdÊ¿}Ã∑)*after being cr{@°dONLNdÙ¿∑ß):opped tú¿°dONLNd˚¿ŸÃÒ)"o the °dONLNdÕlŸè(÷l    visible r≤†°dONLNd
  4713. Õ蟯)#egion and the clipping rX@°dONLNd"Õ˘Ÿ)jegion.
  4714. 
  4715. *¯4
  4716. *¯  * ˛
  4717. ˇ·ˇ‚7^ °dONLNd)¸*
  4718. h(*    MovePortT-@°dONLNd2¸g
  4719. m)=oˇˇˇˇˇˇ(Ú2
  4720. .°dONLNd5l(Ä(%lThe °dONLNd9Ä(º)
  4721. MovePortTo°dONLNdCº(»)< prR`°dONLNdF»(Â) ocedur$¿°dONLNdLÂ(Å)"e is normally called only by the Wò °dONLNdnÄ(’)õindow Manager; it .°dONLNdÄ)l5è(2lchanges(¿°dONLNdá)ê5í)$ ®¿°dONLNdà)í5˝)the position of the port r- °dONLNd¢)˛5S)lectangle of the curr†°dONLNd∂)S5û)Uent graphics portÜÄ°dONLNd«)û5·)K (basic or color)i‡°dONLNdÿ)‚5‰)D..°dONLNd⁄BlN™(Kl5PROCEDURE MovePortTo (leftGlobal,topGlobal: Integer);°dONLNdZlf¢*    leftGloba°dONLNdZ¢f®)6l.°dONLNdfÆrh+ *The horizontal distance to move the port rû@°dONLNdFfhrè)∫    ectangle..°dONLNdPvlÇ¢(l    topGlobal.°dONLNdZvÆÇ¥)BT†¿°dONLNd[v¥Ç[)'he vertical distance to move the port r†°dONLNdÇv[ÇÇ)ß    ectangle.ˇ6Ï@ˇ ˇˇˇˇ@
  4722. ˇ·ˇ‚7^
  4723. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4724. , (‡2-47
  4725. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4726. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4727. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4728. 4€4—?òÄ
  4729. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4730. ˛ˇˇˇ
  4731. ˛ˇˇˇ
  4732. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4733. ˛ˇˇˇˇ
  4734. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4735. ˛ˇˇˇˇ
  4736. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4737. ˛ˇ˛ˇˇ
  4738. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4739. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4740. ˛ˇ˛ˇˇ
  4741. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4742. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4743. ˛ˇˇˇˇ
  4744. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\HeÅ(cH DESCRIPTION
  4745. .°dONLNd jävû+BThe ,
  4746. Courier°dONLNdjûv⁄)
  4747. MovePortTo°dONLNdj⁄vÊ)< prR`°dONLNdjÊv) ocedur$¿°dONLNd#jvó)"e changes the position of the curr˜ °dONLNdEjñv)ìent graphics port’s port °dONLNd^wäÉé(ÄärR`°dONLNd_wéÉÀ)ectangle: the R`°dONLNdmwÀÉ)=
  4748. leftGlobalR`°dONLNdwwÉ)< and R`°dONLNd|wÉR)    topGlobalR`°dONLNdÖwRÉ )6) parameters set the distance between the .°dONLNdÆÑäê§(çäupper°dONLNd≥Ñ•ê„)-left corner of eÄ°dONLNd√Ñ„êÛ)>the ¬‡°dONLNd«ÑÛê$)
  4749. boundary r{°dONLNd—Ñ%êä)2ectangle and the upperÓ@°dONLNdÁÑäê)e-left corner of the new port °dONLNdëäùç(öärE°dONLNdëéùµ)    ectangle.°dONLNd£äØ–(¨äThis does not af^‡°dONLNd£–Øˇ)F fect the scr~†°dONLNd+£ˇØ-)/ een; it mer†°dONLNd6£-؈).-ely changes the location at which subsequent .°dONLNdc∞亂(πädrawing inside the °dONLNdv∞‚º )X    graphics °dONLNd∞ º)*por°dONLNdÇ∞º')t a°dONLNdÖ∞'ºB) ppear°dONLNdä∞BºF)s°dONLNdã∞Fºt) . Like the °dONLNdñ∞tº§).PortSize°dONLNdû∞§º∞)0 prR`°dONLNd°∞∞ºÕ) ocedur$¿°dONLNdß∞Õº◊)e, $¿°dONLNd™∞◊º)
  4750.  
  4751. MovePortTo$¿°dONLNd¥∞º)< .°dONLNdµΩä…5(Δä(doesn’t change the clipping or visible r‰‡°dONLNd›Ω5…å)´egion, nor does it af@°dONLNdÚΩç…⁄)Xfect the local coorÄ°dONLNdΩ⁄…¯)Mdinate °dONLNd  ä÷(”äsystem of the graphics port.
  4752. H4H H
  4753. ˇ·ˇ‚7^ °dONLNd)˘Hs(HGetClipˇˇˇˇˇˇ(2
  4754. ˇˇÙd.°dONLNd2ä$ê(!äTï°dONLNd3è$Í)o save the clipping r8°dONLNdHÎ$2)\egion of the currË|°dONLNdY2$~)Gent graphics port—D°dONLNdj$¬)M (basic or color)Æp°dONLNd{√$È)D
  4755. , use the ˇˇ›,ãú°dONLNdÖÍ$)'GetClipˇˇÙdãú°dONLNdå$)* .°dONLNdç%ä1ì(.äprG °dONLNdè%î1≤)
  4756. ocedurfi`°dONLNdï%≤1ª)e. .°dONLNdô>äJ\(Gä#PROCEDURE GetClip (rgn: RgnHandle);°dONLNdΩVäbú*rgn.°dONLNd¡VÃb”)BA∫†°dONLNd¬V”b) handle to the rÖ`°dONLNd“Vb—)C+egion to be clipped to match the clipping rÅÄ°dONLNd˝V—b)ªegion of the °dONLNd
  4757. bÃnfi(kÃcurrØ°dONLNdbfin+)ent graphics port.°dONLNd!àHëÅ(èH DESCRIPTION
  4758. .°dONLNd-ïä°û+BThe °dONLNd1ïû°»)GetClip°dONLNd8ï»°‘)* prR`°dONLNd;ï‘°Ò) ocedur$¿°dONLNdAïÒ°4)e changes the r˜ °dONLNdPï3°k)B egion specifi˜ °dONLNd]ïk°ï)8
  4759. ed in the ˜ °dONLNdgïï°ß)*rgn˜ °dONLNdjïß°) parameter to one that’s °dONLNdÉ¢äÆ(´äequivalent to the clipping rR`°dONLNdü¢ÆN)|egion of the curr$¿°dONLNd∞¢NÆ¥)Hent graphics port. The $¿°dONLNd«¢¥Æfi)fGetClip$¿°dONLNdŒ¢fiÆÍ)* pr˜ °dONLNd—¢ÈÆ) ocedur…Ä°dONLNd◊¢Æ)e .°dONLNdŸØ䪄(∏ädoesn’t change the rÅ°dONLNdÌØ„ª!)Yegion handle. .°dONLNd¸¡äÕë( äYï°dONLNd˝¡êÕœ)ou can use the ï°dONLNd ¡œÕ˘)?GetClipï°dONLNd¡˘Õ)* and ï°dONLNd¡Õ8)SetClipï°dONLNd¡8ÕD)* prg`°dONLNd"¡DÕa) ocedur9¿°dONLNd(¡aÕÅ)es to pr  °dONLNd0¡ÅÕ√) eserve the currfiÄ°dONLNd?¡¬Õ˙)Aent clipping °dONLNdLŒä⁄é(◊ärR`°dONLNdMŒé⁄ª) egion: use R`°dONLNdXŒª⁄Â)-GetClipR`°dONLNd_ŒÂ⁄,)* to save the curr$¿°dONLNdpŒ,⁄Ñ)Gent port’s clipping r˜ °dONLNdÖŒÉ⁄´)W    egion, an˜ °dONLNd錴⁄√)(d use ˜ °dONLNdîŒ√⁄…)S˜ °dONLNd⁄Ì)etClip˜ °dONLNdõŒÌ⁄˙)$ to .°dONLNdü€äÁç(‰ärE°dONLNd†€éÁ£)estor»Ä°dONLNd•€£Áa)-e it. If, for example, you want to draw a hals °dONLNd“€bÁm)øf-cã °dONLNd’€mÁs) ir8Ä°dONLNd◊€tÁ≠)cle on the scrq@°dONLNd€≠Á)9een, you can set the °dONLNd˙ËäÙµ(Òä
  4760. clipping rS °dONLNd˵Ù#)+egion to half of the squari†°dONLNdË#Ùπ)n"e that would enclose the whole cir¿°dONLNd@Ë∫Ù)ócle, and then draw °dONLNdSıä√(˛äthe whole cir ‡°dONLNd`ı√k)9(cle. Only the half within the clipping r:@°dONLNdàıl~)©egio‡°dONLNdåı~î)n is aÁ†°dONLNdíıï≠)ctuallr °dONLNdòıƺ)y dù°dONLNdõıºÒ) rawn in the °dONLNdßä≈( ägraphics portóÄ°dONLNd¥≈«);.°dONLNd∂)H2j(0HSPECIALÄ°dONLNdΩ)k2ü)#
  4761.  CONSIDERAÄ°dONLNd«)û2∏)3TIONS
  4762. .°dONLNdÕ6äBû(?äThe °dONLNd—6ûB»)GetClip°dONLNdÿ6»B‘)* prR`°dONLNd€6‘BÒ) ocedur$¿°dONLNd·6ÒBB)e may move or pur˜ °dONLNdÚ6AB)P*ge memory blocks in the application heap. .°dONLNdCäOê(LäY@Ä°dONLNdCêO6)'our application should not call this pr¿@°dONLNdDC6OT)¶ocedurWÄ°dONLNdJCUO) e at interr˙Ä°dONLNdUCOß)*    upt time.ˇû@ˇ ˇˇˇˇ@
  4763. ˇ·ˇ‚7^
  4764. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4765. (‡*2-48    )BBasic QuickDraw Reference4^*¿¯
  4766. j*r¯4j*r¯ l*l˛
  4767. ˇ·ˇ‚7^ °dONLNd\*jS(f*SetClipˇˇˇˇˇˇ(fÚ2
  4768. °dONLNd    {lár(ÑlTµ¿°dONLNd
  4769. {qá÷)o change the clipping r«Ä°dONLNd!{÷á)eegion of the curr•@°dONLNd2{áj)Ient graphics port °dONLNdC{káÆ)L (basic or color)˝Ä°dONLNdT{Æá«)C to a r˙`°dONLNd[{«áı)
  4770. egion you .°dONLNdeàlîç(ëlspecifyd@°dONLNdlàåî≥) 
  4771. , use the ,
  4772. Courierd@°dONLNdvà≥î›)'SetClipd@°dONLNd}à›îÈ)* pr6†°dONLNdÄàÈî) ocedur    °dONLNdÜàî)e. °dONLNdä°l≠>(™l#PROCEDURE SetClip (rgn: RgnHandle);°dONLNdÆπl≈~*rgn.°dONLNd≤πÆ≈µ)BA∫†°dONLNd≥πµ≈˜) handle to the rÖ`°dONLNd√π¯≈h)Cegion to be set as the curr®‡°dONLNdfiπh≈ø)pent port’s clipping r
  4773. @°dONLNdÛπ¿≈€)Xegion.°dONLNd˙fl*Ëc(Ê* DESCRIPTION
  4774. .°dONLNdÏl¯Ä+BThe °dONLNd
  4775. Ïį™)SetClip°dONLNdÏ™¯∂)* prR`°dONLNdÏ∂¯”) ocedur$¿°dONLNdÏ”¯>)e changes the clipping r˜ °dONLNd2Ï=¯Ö)jegion of the curr…Ä°dONLNdCÏÖ¯fl)Hent graphics port to °dONLNdX˘l|(lthe°dONLNd[˘|~) °dONLNd\˘~Ç)rR`°dONLNd]˘Ç∫) egion specifiR`°dONLNdj˘∫‰)8
  4776. ed in the R`°dONLNdt˘‰ˆ)*rgnR`°dONLNdw˘ˆ()
  4777.  parameterï°dONLNdÅ˘'@)1. The ï°dONLNdá˘@j)SetClipï°dONLNdé˘jv)* prg`°dONLNdë˘vì) ocedur9¿°dONLNdó˘ì)e doesn’t change the °dONLNd¨lp(lrR`°dONLNd≠pÓ)egion handle, but instead af$¿°dONLNd…ÓC)~fects the clipping r˜ °dONLNd›Bî)Tegion itself. Since ˜ °dONLNdÒîæ)RSetClip˜ °dONLNd¯æ)*  copies the .°dONLNdlà(lspecifiÓ °dONLNd àô)ed rÄ°dONLNdöÎ)egion into the currûÄ°dONLNd"Îj)Qent graphics port’s clipping rj¿°dONLNd@kˆ)Äegion, any subsequent changes .°dONLNd^ l,ù()l
  4778. you make t°dONLNdh ù,∫)1o the rR`°dONLNdo ∫,Ú) egion specifiR`°dONLNd| Ú,)8
  4779. ed in the R`°dONLNdÜ ,")*rR`°dONLNdá ",()gR`°dONLNdà (,.)nR`°dONLNdâ .,o) parameter do R`°dONLNdó o,)Anot R`°dONLNdõ ,Ö)aR`°dONLNdú Ö,â)f$¿°dONLNdù â,⁄)fect the clipping r˜ °dONLNd∞ Ÿ,Û)Pegion .°dONLNd∂-l9≈(6lof the graphics port.°dONLNdÃ?lKΔ*The initial clipping rƒ °dONLNd‚?ΔKÉ)Z.egion of a graphics port is an arbitrarily lar;@°dONLNd?ÑKî)æge rŸ°dONLNd?îKΩ)
  4780. ectangle. : °dONLNd?æKƒ)*Y˙†°dONLNd?√K‚)ou can °dONLNd&LlXx(Ulset…°dONLNd)LxXz)  I°dONLNd*L{X∂)the clipping ryÄ°dONLNd8L∂X);egion to any arbitrary r¯@°dONLNdPLXÚ)f1egion, to aid you in drawing inside the graphics °dONLNdÅYle4(bl+port—for example, to avoid drawing over scr≥@°dONLNd¨Y4e⁄)»#oll bars when drawing into a window¢°dONLNdœY⁄eÚ)¶, you °dONLNd’flrò(ol    could defi„ °dONLNdflfòr◊),ne a clipping rQ@°dONLNdÓfÿrL)@egion that excludes the scrÛ`°dONLNd    fLrq)t
  4781. oll bars. .°dONLNdxlÑs(ÅlYï°dONLNdxrѱ)ou can use the ï°dONLNd$x±Ñ€)?GetClipï°dONLNd+x€Ñ)* and ï°dONLNd0xÑ)SetClipï°dONLNd7xÑ&)* prg`°dONLNd:x&ÑC) ocedur9¿°dONLNd@xCÑc)es to pr  °dONLNdHxcÑ•) eserve the currfiÄ°dONLNdWx§Ñ‹)Aent clipping °dONLNddÖlëp(élrR`°dONLNdeÖpëù) egion: use R`°dONLNdpÖùë«)-GetClipR`°dONLNdwÖ«ë)* to save the curr$¿°dONLNdàÖëf)Gent port’s clipping r˜ °dONLNdùÖeëç)W    egion, an˜ °dONLNd¶Öçë•)(d use ˜ °dONLNd¨Ö•ë´)S˜ °dONLNd≠Ö´ëœ)etClip˜ °dONLNd≥Öœë‹)$ to .°dONLNd∑ílûo(õlrE°dONLNd∏ípûÖ)estor»Ä°dONLNdΩíÖûî)e it.°dONLNd√§l∞ÿ(≠lAll other system softwar+`°dONLNd€§Ÿ∞‰)me r:°dONLNdfi§‰∞)
  4782. outines prÄ°dONLNd˧∞R)-eserve the curr?†°dONLNd˜§R∞ç)Aent clipping rp °dONLNd§ç∞®);egion.°dONLNd À*‘L(“*SPECIALÄ°dONLNdÀM‘Å)#
  4783.  CONSIDERAÄ°dONLNdÀÄ‘ö)3TIONS
  4784. .°dONLNd#ÿl‰Ä(·lThe °dONLNd'ÿĉ™)SetClip°dONLNd.ÿ™‰∂)* prR`°dONLNd1ÿ∂‰”) ocedur$¿°dONLNd7ÿ”‰$)e may move or pur˜ °dONLNdHÿ#‰Â)P*ge memory blocks in the application heap. .°dONLNdrÂlÒr(ÓlY@Ä°dONLNdsÂrÒ)'our application should not call this pr¿@°dONLNdöÂÒ6)¶ocedurWÄ°dONLNd†Â7Òa) e at interr˙Ä°dONLNd´ÂaÒâ)*    upt time.°dONLNdµ *Q(*SEE ALSO
  4785. °dONLNdæl%Ñ+BFigurR¿°dONLNd√Ñ%¿)e 2-4 on page °dONLNd—¡%…)=2-e‡°dONLNd”…%”)12e‡°dONLNd’”%5)
  4786.  illustrates a clipping r4@°dONLNdÓ6%È)c*egion that has been set to exclude the scrdONLNdÈ%ˆ)≥oll °dONLNd&l2∏(/lbars of a window醰dONLNd,&∏2Ω)L. ˇ2™@ˇ ˇˇˇˇ@
  4787. ˇ·ˇ‚7^
  4788. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4789. , (‡2-49
  4790. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4791. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4792. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4793. 4€4—?òÄ
  4794. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4795. ˛ˇˇˇ
  4796. ˛ˇˇˇ
  4797. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4798. ˛ˇˇˇˇ
  4799. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4800. ˛ˇˇˇˇ
  4801. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4802. ˛ˇ˛ˇˇ
  4803. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4804. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4805. ˛ˇ˛ˇˇ
  4806. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4807. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4808. ˛ˇˇˇˇ
  4809. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  4810. jHr4jHr lHl
  4811. ˇ·ˇ‚7^ °dONLNd\Hjw(fHClipRectˇˇˇˇˇˇ(f2
  4812. °dONLNd
  4813. {äáê(ÑäTµ¿°dONLNd {èáÙ)o change the clipping r«Ä°dONLNd"{Ùá=)eegion of the curr•@°dONLNd3{=áà)Ient graphics port °dONLNdD{âáœ)L (basic or color),}Ä°dONLNdV{œáÛ)F     use the ,
  4814. Courier.°dONLNd_àäî∫(ëäClipRect°dONLNdgà∫îΔ)0 prR`°dONLNdjàΔî„) ocedur$¿°dONLNdpà„îÌ)e. °dONLNdt°ä≠8(™äPROCEDURE ClipRect (r: rect);°dONLNdíπä≈ê*r.°dONLNdîπÃ≈”)BA∫†°dONLNdïπ”≈Ÿ) rˇ†°dONLNdóπŸ≈¯)ectanglƒ¿°dONLNdûπ˘≈) e to defi8`°dONLNdßπ≈v)$ne the boundary of t/†°dONLNdªπw≈ƒ)Zhe new clipping rè¿°dONLNdÃπƒ≈÷)MegioF`°dONLNd–π◊≈Ò)n for t °dONLNd◊πÚ≈ˇ)he °dONLNd⁄≈×fi(ŒÃcurrØ°dONLNdfi≈fi—+)ent graphics port.°dONLNdÒÎHÙÅ(ÚH DESCRIPTION
  4815. .°dONLNd˝¯äû+BThe °dONLNd¯ûŒ)ClipRect°dONLNd    ¯Œ⁄)0 prR`°dONLNd ¯⁄˜) ocedur$¿°dONLNd¯˜b)e changes the clipping r˜ °dONLNd*¯a©)jegion of the curr…Ä°dONLNd;¯©¸)Hent graphics port t…Ä°dONLNdN¯¸ )So a ˇˇ≥ °dONLNdRäé(ärR`°dONLNdSé)egion that’s equivalent to the “°dONLNdr)Ür§`°dONLNds])ectangle specifiWÄ°dONLNdÉ^á)F
  4816. ed in the ˇˇ`p‡°dONLNdçáç))rˇˇ≥ p‡°dONLNdéçæ)
  4817.  parameterf†°dONLNdòæ¡)1.f†°dONLNdô¡¬) ˇˇ`¿°dONLNdö√Û)ClipRectˇˇ≥ ¿°dONLNd¢Û)0     doesn’t ˇˇw|°dONLNd´ä¿(ä change the rAX°dONLNd∑¡)7egion handle, but ßðdONLNd…)Nit H°dONLNdÃ#)
  4818. afÒ®°dONLNdŒ"u)    fects the clipping r*|°dONLNd‚vΔ)Tegion itself. Since ˇ˛ftê°dONLNdˆΔˆ)PClipRectˇˇw|ê°dONLNd˛ˆ)0 makes .°dONLNdä+‰((äa copy of the given rõÄ°dONLNd‰+Ã)Z3ectangle, any subsequent changes you make to that r°dONLNdMÕ+Ï)Èectangl‘ °dONLNdTÏ+)e do n`°dONLNdZ+)ot °dONLNd],ä8í(5äaf¶@°dONLNd_,í8fl)fect the clipping r&‡°dONLNdr,‡8+)Negion of the port.°dONLNdÖSH\j(ZHSPECIALÄ°dONLNdåSk\ü)#
  4819.  CONSIDERAÄ°dONLNdñSû\∏)3TIONS
  4820. .°dONLNdú`älû(iäThe °dONLNd†`ûlŒ)ClipRect°dONLNd®`Œl⁄)0 prR`°dONLNd´`⁄l˜) ocedur$¿°dONLNd±`˜lH)e may move or pur˜ °dONLNd¬`Gl    )P*ge memory blocks in the application heap. .°dONLNdÏmäyê(väY@Ä°dONLNdÌmêy6)'our application should not call this pr¿@°dONLNdm6yT)¶ocedurWÄ°dONLNdmUy) e at interr˙Ä°dONLNd%myß)*    upt time.°dONLNd/îHùo(õHSEE ALSO
  4821. °dONLNd8°ä≠¢+BFigurR¿°dONLNd=°¢≠fi)e 2-4 on page °dONLNdK°fl≠Á)=2-e‡°dONLNdM°Á≠Ò)12e‡°dONLNdO°Ò≠S)
  4822.  illustrates a clipping r4@°dONLNdh°T≠)c*egion that has been set to exclude the scrdONLNdí°≠)≥oll °dONLNdñÆä∫÷(∑äbars of a window醰dONLNd¶Æ÷∫ÿ)L.†°dONLNdßÆŸ∫€) 
  4823. ÎHÛ4ÎHÛ ÌHÌ
  4824. ˇ·ˇ‚7^ °dONLNd©›HÎy(ÁHBitMapT~Ä°dONLNd∞›xΕ)0oRegionˇˇˇˇˇˇ(Á2
  4825. .°dONLNdπ˝ä    ë(äYï°dONLNd∫˝ê    œ)ou can use the ï°dONLNd…˝œ    #)?BitMapToRegionï°dONLNd◊˝#    ˆ)T1 function to convert a bitmap or pixel map to a rg`°dONLNd˝ˆ    )”egion. °dONLNdä"(äAFUNCTION BitMapToRegion (region: RgnHandle; bMap: BitMap): OSErr;°dONLNdR.ä:Æ*region°dONLNdY.Ã:‘)BAÛ`°dONLNdZ.”:) handle to a r≈¿°dONLNdh.:å)<egion to hold the converted ≈¿°dONLNdÑ.å:∞)}BitMap≈¿°dONLNdä.∞:Ω)$ or ≈¿°dONLNdé.Ω:·)PixMap≈¿°dONLNdî.·:Á)$ rò °dONLNdñ.Á:˘)ecorjÄ°dONLNdö.˘:)d.°dONLNdù>äJ¢(GäbMap°dONLNd¢>ÃJ‘)BAÛ`°dONLNd£>”J’) Û`°dONLNd§>’J˘)BitMapÛ`°dONLNd™>˘J)$ or Û`°dONLNdÆ>J*)PixMapÛ`°dONLNd¥>*J0)$ r≈¿°dONLNd∂>0JB)ecorò °dONLNd∫>BJK)d.ˇÜ@ˇ ˇˇˇˇ@
  4826. ˇ·ˇ‚7^
  4827. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4828. (‡*2-50    )BBasic QuickDraw Reference4^*¿¯°dONLNd\*ec(c* DESCRIPTION
  4829. .°dONLNd jlvÄ+BThe ,
  4830. Courier°dONLNdjÄv‘)BitMapToRegion°dONLNdj‘vF)T function converts a given °dONLNd9jFvj)rBitMap°dONLNd?jjvw)$ or °dONLNdCjwvõ)PixMap°dONLNdIjõv°)$ rR`°dONLNdKj°v≥)ecor$¿°dONLNdOj≥v“)d to a r˜ °dONLNdWj—vÓ)egion. °dONLNd^wlÉs(ÄlYï°dONLNd_wrÉÈ)ou would generally use thiï°dONLNdywÈÉÛ)ws rg`°dONLNd|wÛɶ)
  4831. (egion later for drawing operations. The g`°dONLNd§w¶É )≥regiong`°dONLNd™w ÉÃ)$ ˇˇ´°dONLNd´ÑlêÁ(çlparameter must be a valid r©Œ°dONLNdΔÑÁê+){egion handle cr“Z°dONLNd’Ñ+êq)Deated with the ˇˇB”ú°dONLNd‰Ñqêï)FNewRgnˇˇ´”ú°dONLNdÍÑïê˜)$ function (described in .°dONLNdëlù8(öl+the chapter “QuickDraw Drawing”). The old rè`°dONLNd-ë8ùÉ)Ãegion contents ar@°dONLNd>ëÉùü)Ke lost. .°dONLNdG£lØÄ(¨lThe °dONLNdK£ÄØò)bMap°dONLNdO£òØ‚) parameter may °dONLNd^£‚ØÓ)Jbe °dONLNda£ÓØ) eithe°dONLNdf£Ø)r a°dONLNdi£Ø)  °dONLNdj£Ø9)BitMap°dONLNdp£9ØF)$ or °dONLNdt£FØj)PixMap°dONLNdz£jØp)$ rR`°dONLNd|£pØÇ)ecor$¿°dONLNdÄ£ÇØ«)d. If you pass a $¿°dONLNd룫ØÎ)EPixMap$¿°dONLNdó£ÎØÌ)$ .°dONLNdò∞lºo(πlrE°dONLNdô∞pºÇ)ecorπ`°dONLNdù∞Ǻ˛)d, its pixel depth must be 1. °dONLNdº÷*flD(›*RESULëÄ°dONLNd¡÷Dflh)T CODES
  4832. **3¯4+*2¯ ,*,˛
  4833. ˇ·ˇ‚7^ °dONLNdP*+g('* SetPortBitsˇˇˇˇˇˇ('Ú2
  4834. °dONLNd]<lH¡(ElLAlthough you should never need to do so, you can set the bitmap for the curr˘Ä°dONLNd©<¡HÈ(E¡
  4835. ent basic .°dONLNd≥IlU„(Rlgraphics port by using the °dONLNdŒI„U%)w SetPortBits°dONLNdŸI%U1)B prR`°dONLNd‹I1UN) ocedur$¿°dONLNd‚INUV)e.°dONLNdÂblnD(kl$PROCEDURE SetPortBits (bm: BitMap); °dONLNd
  4836. zlÜx*bm°dONLNd zxÜz)  °dONLNdzÆÜ∂)6AÛ`°dONLNdzµÜ∑) Û`°dONLNdz∑Ü€)BitMapÛ`°dONLNdz€Ü·)$ r≈¿°dONLNdz·ÜÛ)ecorò °dONLNdzÛܸ)d..°dONLNd†*©c(ß* DESCRIPTION
  4837. .°dONLNd+≠lπÄ+BThe °dONLNd/≠Äπ¬) SetPortBits°dONLNd:≠¬πŒ)B prR`°dONLNd=≠ŒπÎ) ocedur$¿°dONLNdC≠Îπ) e sets the $¿°dONLNdN≠πG),portBits$¿°dONLNdV≠GπP)0 fi$¿°dONLNdY≠Pπè)    eld of the curr˜ °dONLNdh≠éπË)>ent graphics port to ˇˇÛ(°dONLNd}∫lΔà(√lany prEà°dONLNdÉ∫âΔ√) eviously defi8∞°dONLNdê∫ƒΔ);ned bitmap. Be sur‰à°dONLNd¢∫Δ1)Re to prù8°dONLNd©∫2ΔG)eparoò°dONLNd≠∫GΔd)e all fiUË°dONLNdµ∫eΔñ) elds of the ˇˇŸx/`°dONLNd¡∫óΔª)2BitMapˇˇÛ(/`°dONLNd«∫ªΔ¿)$ rÙË°dONLNd…∫¿Δ“)ecor«H°dONLNdÕ∫“Δ)d beforå–°dONLNd‘∫ÒΔ˜)e °dONLNd÷«l”í(–l    you call °dONLNdfl«í”‘)& SetPortBits°dONLNdÍ«‘”◊)B..°dONLNdÏÓ*˜L(ı*SPECIALÄ°dONLNdÛÓM˜Å)#
  4838.  CONSIDERAÄ°dONLNd˝ÓĘö)3TIONS
  4839. .°dONLNd˚lÄ(lThe °dONLNd˚Ĭ) SetPortBits°dONLNd˚¬Œ)B prR`°dONLNd˚ŒÎ) ocedur$¿°dONLNd˚ν)e, cr˜ °dONLNd ˚¸•)$eated in early versions of QuickDraw  °dONLNdD˚•Ë)©, allows you to .°dONLNdTlY(l4perform all normal drawing and calculations on a bufì@°dONLNdàY¥)Ìfer other than the scr†°dONLNdûµ›)\een—for ˇˇ÷x.°dONLNd¶l!È(lexample, copying a small of¨@°dONLNd¡È!˘)}fscr~†°dONLNd≈˘!Z)een image onto the scr™‡°dONLNd€Z!ï)aeen with the ˇˇÉh.H°dONLNdËñ!Δ)<CopyBitsˇˇ÷x.H°dONLNdΔ!—)0 pr◊ °dONLNdÛ—!Ó) ocedur©Ä°dONLNd˘Ó!˜)e. °dONLNd¸"l.ñ(+lHowever¬†°dONLNd"ï.‚)), instead of using ¬†°dONLNd"‚.$)M SetPortBits¬†°dONLNd!"$.è)B, you should use the morï°dONLNd9"è. )ke powerful ofg`°dONLNdF" .⁄);fscr9¿°dONLNdJ"⁄.Î)een .°dONLNdN/l;:(8l0graphics capabilities described in the chapter “Ä°dONLNd~/;;F)œOf†°dONLNdÄ/F;U) fscrÀ¿°dONLNdÑ/U;f)een ∞`°dONLNdà/g;õ)
  4840. Graphics WB@°dONLNdí/õ;ª)4orlds.” .°dONLNd»‰lÃ(ÌlpixmapTooDeepErr.    °dONLNdŸ‰‚ˆ)v–148    °dONLNdfi‰
  4841. ∂)((Pixel map is deeper than 1 bit per pixel.°dONLNdÔl˚¥(¯l rgnTooBigErr.    °dONLNdÔ‚˚ˆ)v–500    °dONLNdÔ
  4842. ˚Ü)(Bitmap would convert to a rVT°dONLNd5ÔÜ˚™)|egion gr≤t°dONLNd=Ô™˚Ú)$eater than 64 KBˇ7˛@ˇ ˇˇˇˇ@
  4843. ˇ·ˇ‚7^
  4844. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4845. , (‡2-51
  4846. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4847. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4848. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4849. 4€4—?òÄ
  4850. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4851. ˛ˇˇˇ
  4852. ˛ˇˇˇ
  4853. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4854. ˛ˇˇˇˇ
  4855. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4856. ˛ˇˇˇˇ
  4857. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4858. ˛ˇ˛ˇˇ
  4859. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4860. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4861. ˛ˇ˛ˇˇ
  4862. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4863. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4864. ˛ˇˇˇˇ
  4865. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  4866. jHq4jHq lHl
  4867. ˇ·ˇ‚7^ °dONLNd\Hj(fH%Manipulating Points in Graphics Portsˇˇˇˇˇˇ(f2
  4868. °dONLNd'qä}Ÿ(zäEach graphics por2Ä°dONLNd8q⁄}#)Pt (basic or color) ÿ@°dONLNdKq#}Ç)Ihas its own local coor√°dONLNdaqÇ}Â)_dinate system. Some T@°dONLNdvqÂ})coolbox °dONLNd}~ääç(áärE°dONLNd~~éä¥)    outines r    `°dONLNdá~µä5)'eturn or expect points that ar °dONLNd•~5äP)Äe expr °dONLNd´~Pä∑)essed in the global coorEÄ°dONLNd√~∑ä)gdinate system, while °dONLNdÿãäó‰(îäothers use local coorg°dONLNdÌã‰ófi)Z6dinates. For example, when the Event Manager function ,
  4869. Courier.°dONLNd#òä§ÿ(°äWaitNextEvent°dONLNd0òÿ§fi)N rR`°dONLNd2òfi§Í)?eports an event, it gives the cursor location (also called the .R`°dONLNdqòͧ(°Ímouse °dONLNdw•ä±©(ÆälocationT °dONLNd•™±Ï) ) in global coor_°dONLNdè•Ï±å)B$dinates; but when you call the Contr!`°dONLNd≥•ç±È)°ol Manager function .°dONLNd«≤äæÃ(ªä FindControl°dONLNd“≤Ãæ›)B to fPÄ°dONLNd◊≤›æi)ind out whether the user clickePÄ°dONLNdˆ≤iæw)åd aPÄ°dONLNd˘≤wæè) contr"‡°dONLNdˇ≤èæ)ol in one of your windows, °dONLNdøäÀ=(»ä*you pass the cursor location in local coorR`°dONLNdDø=Àd)≥    dinates. $¿°dONLNdMødÀk)'Y9¿°dONLNdNøjÀ©)ou can use the 9¿°dONLNd]ø©À˜)?GlobalToLocal9¿°dONLNdjø˜À˘)N .°dONLNdkÃäÿì(’äprG °dONLNdmÃîÿ≤)
  4870. ocedurfi`°dONLNdsÃ≤ÿ)e to convert global coor9 °dONLNdãÃÿr)hdinates to local coorf@°dONLNd†Ãrÿ™)Xdinates, and Ò‡°dONLNd≠Ùÿ‡)8 you can use Õ°dONLNdπ÷ÿÒ)7the .°dONLNdΩŸäÂÿ(‚äLocalToGlobal°dONLNd Ÿÿ‰)N prR`°dONLNdÕŸ‰Â) ocedur$¿°dONLNd”ŸÂ-) e for the r˜ °dONLNdfiŸ,ÂL)+everse.°dONLNdÊÎä˜ë(ÙäYï°dONLNdÁÎꘉ)ou can also use the ï°dONLNd˚Ή˜)TSetPtï°dONLNdΘ) prg`°dONLNdΘ+) ocedur9¿°dONLNd    Î+˜E)e to cr  °dONLNdÎE˜í)eate a point, the   °dONLNd"Î혺)MEqualPt  °dONLNd)κ˜æ)*   °dONLNd*Î昉)    function   °dONLNd3Ή˜Ô)&to °dONLNd6¯ä´(äcomparR`°dONLNd<¯´ )!e two points, and the R`°dONLNdR¯ ))`AddPtR`°dONLNdW¯)5) pr$¿°dONLNdZ¯5R) ocedur˜ °dONLNd`¯Q[)e, ˜ °dONLNdc¯[y)
  4871. SubPt˜ °dONLNdh¯yÖ) pr…Ä°dONLNdk¯Ö¢) ocedurõ‡°dONLNdq¯¢ø)e, and õ‡°dONLNdx¯ø˚)
  4872. DeltaPointõ‡°dONLNdǯ˚˝)< .°dONLNdÉäÒ(äfunction to shift points.ɇ°dONLNdúÒ˘)g T9†°dONLNdû˘ )?o determine whether the pixel associated with a point is black .°dONLNd›äÿ(äor white, use the °dONLNdÔÿ)NGetPixel°dONLNd˜1)0
  4873.  function.
  4874. NHW4OHV PHP
  4875. ˇ·ˇ‚7^ .°dONLNdAHOu(KHGlobalT'Ä°dONLNd    AuOò)-oLocalˇˇˇˇˇˇ(K2
  4876. °dONLNd`älê(iäTµ¿°dONLNd`èlfi)o convert the coor‡°dONLNd$`fll5)Pdinates of a point fry`°dONLNd9`5lv)Vom global coor@ °dONLNdG`wlfl)Bdinates to the local coor †°dONLNd``fll )h dinates of .°dONLNdkmäy≠(väthe currR`°dONLNdsm≠y˙)#ent graphics portR`°dONLNdÑm˙yA)M (basic or color),R`°dONLNdñmAye)G     use the R`°dONLNdümey≥)$GlobalToLocalR`°dONLNd¨m≥yø)N pr$¿°dONLNdØmøy‹) ocedur˜ °dONLNdµm€y„)e.°dONLNd∏ÜäíD(èäPROCEDURE GlobalToLocal (VAR pt°dONLNd◊ÜDíV)∫: P°dONLNd⁄ÜVíz)oint);°dONLNd·ûä™ñ(ßäpt.°dONLNd‰ûÙI)BThe point whose global coor—@°dONLNdˇûI™t)}
  4877. dinates ar4¿°dONLNd    ûu™Â),e to be converted to local °dONLNd$™Ã∂fl(≥Ãcoor†@°dONLNd(™fl∂)dinates.°dONLNd1–HŸÅ(◊H DESCRIPTION
  4878. .°dONLNd=›äÈû+BThe °dONLNdA›ûÈÏ)GlobalToLocal°dONLNdN›Ïȯ)N prR`°dONLNdQ›¯È) ocedur$¿°dONLNdW›Èm)e takes a point expr˜ °dONLNdk›lȬ)Wessed in global coor…Ä°dONLNd›¬ÈÊ)Vdinates .°dONLNdáÍ䈧(Ûä(wher䇰dONLNdåͧˆ®)eTÄ°dONLNdçÍ©ˆ´) ‘Ä°dONLNdéÍ´ˆ÷)    the upperÀ‡°dONLNdóÍ÷ˆJ)+-left corner of the main scrÙ¿°dONLNd≥ÍJˆÄ)t een has coorà°dONLNdøÍň)7dinates [0,0]) and converts it °dONLNdfi˜äõ(äintoÒ†°dONLNd‚˜õù) q†°dONLNd„˜ûÿ)the local coor%¿°dONLNdÒ˜Ÿ));dinates of the currö°dONLNd˜)v)Pent graphics port.°dONLNdH'o(%HSEE ALSO
  4879. .°dONLNd +ä7‡+BListing 2-4 on page °dONLNd4+‡7È)V2-°dONLNd6+È7Û)    19°dONLNd8+Û7X)
  4880.  illustrates how to use °dONLNdP+X7¶)eGlobalToLocal°dONLNd]+¶7)N to convert a point in an °dONLNdw8äD©(Aäevent rR`°dONLNd~8©DY)&eported by the Event Manager function R`°dONLNd§8YDß)∞WaitNextEventR`°dONLNd±8ßDfl)N to local coor$¿°dONLNdø8flD)8 dinates as °dONLNd EäQé(NärR`°dONLNdÀEéQ•)equir$¿°dONLNd–E•QÍ)ed by the Contr˜ °dONLNdflEÈQD)Dol Manager function ˜ °dONLNdÛEDQÜ)[ FindControl˜ °dONLNd˛EÜQâ)B.ˇ–@ˇ ˇˇˇˇ@
  4881. ˇ·ˇ‚7^
  4882. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4883. (‡*2-52    )BBasic QuickDraw Reference4^*¿¯
  4884. j*r¯4j*r¯ l*l˛
  4885. ˇ·ˇ‚7^ °dONLNd\*jO(f*LocalT~Ä°dONLNd\Njz)$oGlobalˇˇˇˇˇˇ(fÚ2
  4886. °dONLNd{lár(ÑlTµ¿°dONLNd{qáÿ)o convert a point’s coorÄ°dONLNd({Ÿá)h
  4887. dinates fr÷‡°dONLNd2{áM))om the local coorTÄ°dONLNdC{Náû)Ldinates of the curr»¿°dONLNdV{ûáÊ)Pent graphics por˚@°dONLNdf{ÊáÎ)Ht .°dONLNdhàlî∞(ël(basic or color) °dONLNdyà∞îÏ)Dto global coorR`°dONLNdáàÏî5)<dinates, use the ,
  4888. CourierR`°dONLNdòà5îÉ)ILocalToGlobalR`°dONLNd•àÉîè)N pr$¿°dONLNd®àèî¨) ocedur˜ °dONLNdÆà´î≥)e.°dONLNd±°l≠\(™l(PROCEDURE LocalToGlobal (VAR pt: Point);°dONLNd⁄πl≈x*pt.°dONLNd›πÆ≈$)BThe point whose local coor*¿°dONLNd˜π%≈P)w
  4889. dinates aré@°dONLNdπP≈«)+e to be converted to global °dONLNd≈Æ—¡(ŒÆcoor†@°dONLNd!≈¡—„)dinates.°dONLNd*Î*Ùc(Ú* DESCRIPTION
  4890. .°dONLNd6¯lÄ+BThe °dONLNd:¯ÄŒ)LocalToGlobal°dONLNdG¯Œ⁄)N prR`°dONLNdJ¯⁄˜) ocedur$¿°dONLNdP¯˜t)e converts the given point fr˜ °dONLNdm¯s•)| om the curr…Ä°dONLNdx¯•fl)2ent graphics .°dONLNdÖl≤(lport’s local coor†°dONLNdñ≥)Gdinate system intoC‡°dONLNd®)Q the°@°dONLNd¨G)  global coorÄ°dONLNd∏H¢)4dinate system (wherÙ°dONLNdÀ°”)Y e the upper5°dONLNd÷‘Ë)3-left °dONLNd‹lÃ(lcorner of the main scrå¿°dONLNdÚÃ)` een has coor °dONLNd˛‰)74dinates [0,0]). This global point can then be compar‰‡°dONLNd2‰Ò)·ed °dONLNd5l+€((lto other global points, or Û@°dONLNdP€+ı)oit can _†°dONLNdWˆ+y)be changed into the local coorfi °dONLNduy+Û)Édinates of another graphics °dONLNdë,l8Å(5lport.°dONLNdó>lJñ*    Because ac`°dONLNd†>óJù)+ r®`°dONLNd¢>ùJfi)ectangle is defiN†°dONLNd≤>flJà)B&ned by two points, you can convert a r  °dONLNdÿ>àJ‡)©ectangle into global .°dONLNdÌKlW~(TlcoorR`°dONLNdÒK~WŒ)dinates with two R`°dONLNdKŒWÒ)P    calls to R`°dONLNd KÒW9)# LocalToGlobaR`°dONLNdK9W?)HlR`°dONLNdK?WB).R`°dONLNdKBWö) In conjunction with R`°dONLNd.KöWË)XLocalToGlobalR`°dONLNd;KËWÌ)N, °dONLNd=Xldw(alyo°dONLNd?Xwdà) u ca°dONLNdCXàd±)
  4891. n use the °dONLNdMX±dÌ))
  4892. OffsetRect°dONLNdWXÌdÚ)<, °dONLNdYXÚd()    OffsetRgn°dONLNdbX(d8)6, or °dONLNdgX8dt)
  4893. OffsetPoly°dONLNdqXtdÄ)< prR`°dONLNdtXÄdù) ocedur$¿°dONLNdzXùd÷) es (which ar˜ °dONLNdÜX’d‹)8e .°dONLNdàelqQ(nl1described in the chapter “QuickDraw Drawing”) to ·@°dONLNdπeQqÄ) convert a r@°dONLNdƒeÅqÆ)0 ectangle, rV°dONLNdœeÆq◊)-
  4894. egion, or °dONLNdŸrl~ÿ({lpolygon into global coor¥°dONLNdÒrÿ~Û)ldinateïÄ°dONLNd˜rÙ~˙)s.
  4895. Ø*∑¯4Ø*∑¯ ±*±˛
  4896. ˇ·ˇ‚7^ °dONLNd˙°*ØM(´*AddPtˇˇˇˇˇˇ(´Ú2
  4897. .°dONLNd¡lÕr( lTï°dONLNd¡qÕ∞)o add the coorg`°dONLNd¡∞Õ5)?dinates of two points, use the g`°dONLNd/¡5ÕS)ÖAddPtg`°dONLNd4¡SÕ_) pr9¿°dONLNd7¡_Õ|) ocedur  °dONLNd=¡|ÕÑ)e.°dONLNd@⁄lÊí(„l1PROCEDURE AddPt (srcPt: Point; VAR dstPt: Point);°dONLNdrÚl˛Ñ*srcP°dONLNdvÚÑ˛ä)t.°dONLNdxÚÆ˛µ)*A∫†°dONLNdyÚµ˛Ω) p<¿°dONLNd{Úæ˛œ)    ointÆ`°dONLNdÚœ˛Ë), the c|°dONLNdÜÚÈ˛˜)oor,°dONLNdâÚ¯˛)dinates  Ä°dONLNdëÚ˛H)"
  4898. of which aÊ@°dONLNdõÚH˛K).r´@°dONLNdúÚL˛á)e to be added‡°dONLNd©Úà˛€)< to the point in the .°dONLNdæ˛Æ
  4899. Ã(ÆdstPt°dONLNd√˛Ã
  4900. ˛)
  4901.  parameter¬†°dONLNdÕ˛˝
  4902. )1.°dONLNdœlÑ(ldstP°dONLNd”Ñä)t.°dONLNd’Æ")*On input: a point, the coor$°dONLNd#w)udinates of which ar£@°dONLNdwı)Te to be added to the point in .°dONLNd!Æ&¿(#Æthe °dONLNd%¿&fi)srcPt°dONLNd*fi&)
  4903.  parameter¬†°dONLNd4&{)1. Upon completion: the rï°dONLNdL{&“)lesult of adding the °dONLNd`&Æ2¿(/ÆcoorR`°dONLNdd&¿2<)dinates of the points in the R`°dONLNdÅ&<2Z)|srcPtR`°dONLNdÜ&Z2o) and R`°dONLNdã&o2ç)dstPtR`°dONLNdê&ç2Δ)  parameters..°dONLNdùK*Tc(R* DESCRIPTION
  4904. .°dONLNd©YleÄ+BThe °dONLNd≠YÄeû)AddPt°dONLNd≤Yûe™) prR`°dONLNdµY™e«) ocedur$¿°dONLNdªY«e
  4905. )e adds the coor˜ °dONLNd Y    eÇ)Bdinates of the point specifi˜ °dONLNdÊYÇe¨)y
  4906. ed in the ˜ °dONLNdY¨e )*srcPt˜ °dONLNdıY eÃ) °dONLNdˆflrÕ(olparameter to the coorR`°dONLNd fÕrF)adinates of the point specifiR`°dONLNd'fFrp)y
  4907. ed in the R`°dONLNd1fpré)*dstPtR`°dONLNd6fér¿)
  4908.  parameterï°dONLNd@før€)1, and rg`°dONLNdGf€r¯)eturns °dONLNdNslÇ(|lthe rR`°dONLNdSsÇ∑)esult in the R`°dONLNd`s∑’)5dstPtR`°dONLNdes’)
  4909.  parameterï°dONLNdos    )1.ˇ;@ˇ ˇˇˇˇ@
  4910. ˇ·ˇ‚7^
  4911. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4912. , (‡2-53
  4913. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4914. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4915. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4916. 4€4—?òÄ
  4917. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  4918. ˛ˇˇˇ
  4919. ˛ˇˇˇ
  4920. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  4921. ˛ˇˇˇˇ
  4922. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  4923. ˛ˇˇˇˇ
  4924. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4925. ˛ˇ˛ˇˇ
  4926. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  4927. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  4928. ˛ˇ˛ˇˇ
  4929. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  4930. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  4931. ˛ˇˇˇˇ
  4932. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  4933. jHr4jHr lHl
  4934. ˇ·ˇ‚7^ °dONLNd\Hji(fHSubPtˇˇˇˇˇˇ(f2
  4935. .°dONLNd{äáê(ÑäTï°dONLNd{èá‡)o subtract the coorg`°dONLNd{‡áB)Qdinates of one point fr9¿°dONLNd2{Báu)b
  4936. om another|`°dONLNd<{táæ)2, you can use the ,
  4937. Courier|`°dONLNdN{æá‹)JSubPt|`°dONLNdS{‹áË) prN¿°dONLNdV{Ëá) ocedur! °dONLNd\{á)e.°dONLNd_îä†∞(ùä1PROCEDURE SubPt (srcPt: Point; VAR dstPt: Point);°dONLNdë¨ä∏¢*srcP°dONLNd諸∏®)t.°dONLNdó¨Ã∏”)*A∫†°dONLNdò¨”∏€) p<¿°dONLNdö¨‹∏Ì)    ointÆ`°dONLNdû¨Ì∏Ô),.`°dONLNdü¨∏Ú) Æ`°dONLNd†¨Ú∏)the c|°dONLNd•¨∏)oor,°dONLNd®¨∏8)dinates  Ä°dONLNd∞¨8∏j)" of which ar´@°dONLNdª¨j∏¡)2e to be subtracted fr/†°dONLNd–¨¬∏Ï)X    om those .°dONLNdŸ∏ÃÍ(¡Ãspecifi°dONLNd‡∏̓)
  4938. ed in the °dONLNdÍ∏ƒ2)*dstPt°dONLNdÔ∏2ƒd)
  4939.  parameter¬†°dONLNd˘∏cƒf)1.°dONLNd˚»ä‘¢(—ädstP°dONLNdˇ»¢‘®)t.°dONLNd»Ã‘)*On input: a p4¿°dONLNd»‘);oint¶`°dONLNd»‘),&`°dONLNd»‘) ¶`°dONLNd»‘$)frø@°dONLNd»$‘4)om à¿°dONLNd»5‘g)
  4940. whose coorÕÄ°dONLNd#»g‘Ç)2dinateØ°dONLNd)»É‘í)s ar1°dONLNd-»ì‘ù)e tΩ°dONLNd0»ù‘⁄)
  4941. o be subtracte¿°dONLNd>»€‘˝)>d those .°dONLNdF‘ÇÍ(›Ãspecifi°dONLNdM‘͇)
  4942. ed in the °dONLNdW‘‡2)*srcPt°dONLNd\‘2‡d)
  4943.  parameter¬†°dONLNdf‘c‡œ)1. Upon completion: the rï°dONLNd~‘œ‡Ú)l    esult of ˇˇú°dONLNdá‡ÃÏ#(ÈÃsubtracting the coorå@°dONLNdõ‡#Ïú)Wdinates of the points in the ˇ˛÷–9‡°dONLNd∏‡ùϪ)zsrcPtˇˇú9‡°dONLNdΩ‡ªÏˆ) parameter frF °dONLNd ‡ˆÏ);om the °dONLNd—Ïïfi(ıÃcoorR`°dONLNd’Ïfi¯Z)dinates of the points in the R`°dONLNdÚÏZ¯x)|dstPtR`°dONLNd˜Ïx¯™)
  4944.  parameterï°dONLNdÏ©¯¨)1..°dONLNdHÅ(H DESCRIPTION
  4945. .°dONLNdä+û+BThe °dONLNdû+º)SubPt°dONLNdº+») prR`°dONLNd»+Â) ocedur$¿°dONLNd!Â+:)e subtracts the coor˜ °dONLNd59+≤)Tdinates of the point specifi˜ °dONLNdQ≤+‹)y
  4946. ed in the ˜ °dONLNd[‹+˙)*srcPt˜ °dONLNd`˙+¸) °dONLNda,ä8ƒ(5ä parameter frR`°dONLNdm,ƒ8˜): om the coor$¿°dONLNdx,˜8p)3dinates of the point specifi$¿°dONLNdî,p8ö)y
  4947. ed in the $¿°dONLNdû,ö8∏)*dstPt$¿°dONLNd£,∏8Í)
  4948.  parameterg`°dONLNd≠,È8)1, and °dONLNd≥9äEé(BärR`°dONLNd¥9éE¡) eturns the r$¿°dONLNd¿9¡Eˆ)3esult in the $¿°dONLNdÕ9ˆE)5dstPt$¿°dONLNd“9EF)
  4949.  parameterg`°dONLNd‹9EEH)1..°dONLNdfiKäWê(TäTµ¿°dONLNdflKèWª) o get the rË¿°dONLNdÍKªWı),esults of coorG‡°dONLNd¯KˆWL);dinate subtraction r—°dONLNd KLWØ)Veturned as a function rù¿°dONLNd#K∞W)desult, you can instead ˇˇ√N.°dONLNd:Xäd´(aäuse the ˇˇIÍú°dONLNdBX¨dË)"
  4950. DeltaPointˇˇ√Nú°dONLNdLXËdV)< function. Note, howeverì&°dONLNddXUdÙ)m$, that the parameters in these two rº®°dONLNdàXÙd)üoutines .°dONLNdêeäqí(näarE°dONLNdíeìqû)    e rS†°dONLNdïeûq¬) eversed.
  4951. ¢H™4¢H™ §H§
  4952. ˇ·ˇ‚7^ °dONLNdûîH¢É(ûH
  4953. DeltaPointˇˇˇˇˇˇ(û2
  4954. .°dONLNd™¥ä¿ê(ΩäTï°dONLNd´¥è¿‡)o subtract the coorg`°dONLNd楇¿B)Qdinates of one point fr9¿°dONLNd’¥B¿u)b
  4955. om another|`°dONLNdfl¥t¿æ)2, you can use the |`°dONLNdÒ¥æ¿˙)J
  4956. DeltaPoint|`°dONLNd˚¥˙¿¸)< .°dONLNd¸¡äÕ±( ä    function..°dONLNd⁄äÊb*$FUNCTION DeltaPoint (ptA: Point; ptB°dONLNd*⁄bÊh)ÿ:°dONLNd+⁄hÊí) Point)°dONLNd2⁄íÊŒ)*
  4957. : LongInt;°dONLNd=Úä˛ú(˚äptA.°dONLNdAÚÃ˛”)BA∫†°dONLNdBÚ”˛€) p<¿°dONLNdDÚ‹˛Ì)    ointÆ`°dONLNdHÚÌ˛˘), fr«@°dONLNdLÚ˘˛<) om whose coor’Ä°dONLNdYÚ<˛g)C
  4958. dinates ar9°dONLNdcÚh˛Ó),e to be subtracted those specifi"Ä°dONLNdÉÚÔ˛)áed in .°dONLNdâ˛Ã
  4959. fi(Ãthe °dONLNdç˛fi
  4960. )ptB°dONLNdê˛
  4961. ")
  4962.  parameter¬†°dONLNdö˛!
  4963. $)1.°dONLNdúäú(äptB.°dONLNd†Ã”)BA∫†°dONLNd°”) point, the coor,°dONLNd±j)Cdinates of which ar´@°dONLNdƒj¡)Te to be subtracted fr/†°dONLNdŸ¬Ï)X    om those .°dONLNd‚Ã&Í(#Ãspecifi°dONLNdÈÍ&)
  4964. ed in the °dONLNdÛ&&)*ptAÛ`°dONLNdˆ%&W)
  4965.  parameter6°dONLNdW&Z)2..°dONLNd?HHÅ(FH DESCRIPTION
  4966. .°dONLNdMäYû+BThe °dONLNdMûY⁄)
  4967. DeltaPoint°dONLNdM⁄YP)< function subtracts the coorR`°dONLNd8MPY…)vdinates of the point specifiR`°dONLNdTM…YÛ)y
  4968. ed in the R`°dONLNd^MÛY)*ptBR`°dONLNdaMY) °dONLNdbZäfƒ(cä parameter frR`°dONLNdnZƒf˜): om the coor$¿°dONLNdyZ˜fp)3dinates of the point specifi$¿°dONLNdïZpfö)y
  4969. ed in the $¿°dONLNdüZöf¨)*ptAò °dONLNd¢Z´f›)
  4970.  parameter⁄¿°dONLNd¨Z‹f¯)1, and r≠ °dONLNd≥Z¯f)eturns .°dONLNd∫gäsû(päthe r¢`°dONLNdøgûs˘)esult as its function rR‡°dONLNd÷g˙s)\esult..°dONLNd›yäÖê(ÇäTï°dONLNdfiyèÖº) o get the rg`°dONLNdÈyºÖı)-esults of coor9¿°dONLNd˜yıÖµ)9,dinate subtraction, you can instead use the 9¿°dONLNd#yµÖ”)¿SubPt9¿°dONLNd(y”Öfl) pr  °dONLNd+yflÖ¸) ocedurfiÄ°dONLNd1y˚Ö)e. .°dONLNd4ÜäíÀ(èäNote, however]°dONLNdAÜÀíd)A$, that the parameters in these two r– °dONLNdeÜdíè)ô
  4971. outines arîÄ°dONLNdoÜêíõ),e r£ °dONLNdrÜõíø) eversed.ˇF@ˇ ˇˇˇˇ@
  4972. ˇ·ˇ‚7^
  4973. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  4974. (‡*2-54    )BBasic QuickDraw Reference4^*¿¯
  4975. j*r¯4j*r¯ l*l˛
  4976. ˇ·ˇ‚7^ °dONLNd\*jF(f*SetPtˇˇˇˇˇˇ(fÚ2
  4977. .°dONLNd{lár(ÑlTï°dONLNd{qáª)o assign two coorg`°dONLNd{ªá1)Jdinates to a point, use the ,
  4978. Courierg`°dONLNd5{1áO)vSetPtg`°dONLNd:{Oá[) pr9¿°dONLNd={[áx) ocedur  °dONLNdC{xáÄ)e.°dONLNdFîl†Ä(ùl.PROCEDURE SetPt (VAR pt: Point; h,v: Integer);°dONLNdu¨l∏x*pt.°dONLNdx¨Æ∏7)BThe point to be given new coorɆ°dONLNdñ¨7∏Y)âdinates..°dONLNdüºl»r(≈lh.°dONLNd°ºÆ»P)B$The horizontal value of the new coorÁ†°dONLNd≈ºP»r)¢dinates..°dONLNdŒÃlÿr(’lv.°dONLNd–ÃÆÿC)B"The vertical value of the new coor:°dONLNdÚÃDÿf)ñdinates.°dONLNd˚Ú*˚c(˘* DESCRIPTION
  4979. .°dONLNdˇl Ä+BThe °dONLNd ˇÄ û)SetPt°dONLNdˇû ™) prR`°dONLNdˇ™ «) ocedur$¿°dONLNdˇ« G)e assigns the horizontal coor˜ °dONLNd6ˇF Ñ)dinate specifi˜ °dONLNdDˇÑ Æ)>
  4980. ed in the ˜ °dONLNdNˇÆ ¥)*h˜ °dONLNdOˇ¥ Ë)  parameter °dONLNdZ l}(land°dONLNd] }) °dONLNd^  )the vertical coorR`°dONLNdo  )Kdinate specifiR`°dONLNd} 2)>
  4981. ed in the R`°dONLNdá 28)*vR`°dONLNdà 8ß) parameter to the point r$¿°dONLNd° ßË)oeturned in the $¿°dONLNd∞ ËÙ)Apt$¿°dONLNd≤ Ùˆ)  .°dONLNd≥l%ô("l    parameterS†°dONLNdºô%õ)-.
  4982. V*^¯4V*^¯ X*X˛
  4983. ˇ·ˇ‚7^ °dONLNdæH*VU(R*EqualPtˇˇˇˇˇˇ(RÚ2
  4984. .°dONLNd«hltr(qlTï°dONLNd»hqtˆ)o determine whether the coorg`°dONLNd‰hˆt{)Ödinates of two given points ar9¿°dONLNdh{t¬)Öe equal, use the 9¿°dONLNdh¬tÊ)GEqualP9¿°dONLNdhÊtÏ)$t9¿°dONLNdhÏtÓ) .°dONLNdulÅì(~l    function.@°dONLNd$uîÅñ)( .°dONLNd&élö(ólFUNCTION EqualPt (pt1,pt2°dONLNd?éö)ñ: P°dONLNdBéö&)oin°dONLNdEé&öD)t): B°dONLNdJéDön)oolean;°dONLNdR¶l≤ñ(Ølpt1,pt2.°dONLNdZ¶Æ≤,)BThe two points to be compar`°dONLNdu¶-≤:)ed.°dONLNdyÀ*‘c(“* DESCRIPTION
  4985. .°dONLNdÖŸlÂÄ+BThe °dONLNdâŸÄ§)EqualP°dONLNd蟧™)$t°dONLNdꟙÂ÷)  function c°dONLNdõŸ÷ÂÛ),omparR`°dONLNd†ŸÛÂL)es the points specifiR`°dONLNdµŸLÂv)Y
  4986. ed in the R`°dONLNdøŸvÂà)*pt1R`°dONLNd¬ŸàÂù) and R`°dONLNd«ŸùÂØ)pt2R`°dONLNd ŸØÂÁ)  parameters °dONLNd÷ÊlÚÉ(Ôland rR`°dONLNd€ÊÉÚ†)eturns R`°dONLNd‚ʆÚ∏)TRUER`°dONLNdÊÊ∏Ú) if their coor$¿°dONLNdÙÊÚ)8
  4987. dinates ar˜ °dONLNd˛ÊÚJ)- e equal or ˜ °dONLNd    ÊJÚh)-FALSE˜ °dONLNdÊhÚt) if ˜ °dONLNdÊtÚñ) they ar…Ä°dONLNdÊñÚù)"e …Ä°dONLNdÊùÚÆ)not.
  4988. "*+¯4#**¯ $*$˛
  4989. ˇ·ˇ‚7^ .°dONLNd *#Y(*GetPixelˇˇˇˇˇˇ(Ú2
  4990. °dONLNd*4l@r(=lTµ¿°dONLNd+4q@–)Qo determine whether the pixel associated with a point is black or white, use the .°dONLNd|AlMú(JlGetPixel°dONLNdÑAúM≈)0
  4991.  function.°dONLNdèZlfh(cl*FUNCTION GetPixel (h,v: Integer): Boolean;°dONLNd∫rl~r*h.°dONLNdºrÆ~)BThe horizontal coorÔÄ°dONLNdœr~ƒ)V/dinate of the point for the pixel to be tested..°dONLNdˇÇlér(ãlv.°dONLNdÇÆé˜)BThe vertical coorA‡°dONLNdǯé∏)J/dinate of the point for the pixel to be tested.ˇ(†@ˇ ˇˇˇˇ@
  4992. ˇ·ˇ‚7^
  4993. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äBasic QuickDraw Reference
  4994. , (‡2-55
  4995. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  4996. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  4997. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  4998. 4€4—?òÄ
  4999. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  5000. ˛ˇˇˇ
  5001. ˛ˇˇˇ
  5002. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  5003. ˛ˇˇˇˇ
  5004. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  5005. ˛ˇˇˇˇ
  5006. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5007. ˛ˇ˛ˇˇ
  5008. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5009. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5010. ˛ˇ˛ˇˇ
  5011. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  5012. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5013. ˛ˇˇˇˇ
  5014. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\HeÅ(cH DESCRIPTION
  5015. .°dONLNd jävû+BThe ,
  5016. Courier°dONLNdjûvŒ)GetPixel°dONLNdjŒv§)00 function examines the pixel at the point specifi°dONLNdIj§v–)÷
  5017. ed by the °dONLNdSj–v÷),h°dONLNdTj÷vÎ) and °dONLNdYjÎvÒ)v°dONLNdZjÒvÛ) °dONLNd[wäÉ◊(Ääparameters and rR`°dONLNdkw◊ÉÙ)Meturns R`°dONLNdrwÙÉ )TRUER`°dONLNdvw Ét) if the pixel is black or R`°dONLNdêwtÉí)hFALSER`°dONLNdïwíÉ≤)
  5018.  if it is R`°dONLNdüw≤É–) whiteR`°dONLNd§w–É”)..°dONLNd¶âäïÎ(íäPThe selected pixel is immediately below and to the right of the point whose coor> °dONLNdˆâÏï(íÏdinate†°dONLNd¸âï)s .°dONLNd˛ñ䢡(üä you supply i°dONLNd
  5019. ñ¡¢⁄)7n the °dONLNdñ⁄¢‡)h°dONLNdñ‡¢ı) and °dONLNdñı¢˚)v°dONLNdñ˚¢~) parameters, in the local coorR`°dONLNd5ñ~¢–)Édinates of the curr$¿°dONLNdHñ–¢
  5020. )Rent graphics .°dONLNdU£äØú(¨äport,†°dONLNdY£ùØ®). TM`°dONLNd\£®Ø∂) her≠`°dONLNd_£∂ØA) e’s no guarantee that the specifi†°dONLNdÄ£B؇)å%ed pixel actually belongs to the currˆ°dONLNd•£flØÔ)ùent °dONLNd©∞亸(πäRgraphics port, however; it may have been drawn in a graphics port overlapping the °dONLNd˚Ωä…ú*currØ°dONLNdˇΩú…«)
  5021. ent one. TR†°dONLNd    Ω«…Ü)+-o see if the point indeed belongs to the curr; °dONLNd6ΩÜ…)øent graphics port, you could ˇˇÿú.°dONLNdS ä÷´(”äuse the ˇˇâ‘18°dONLNd[ ¨÷÷)"PtInRgnˇˇÿú18°dONLNdb ÷÷◊)*     ‘°dONLNdc ÿ÷¸)function    ‘°dONLNdk ¸÷)$= (described in the chapter “QuickDraw Drawing” in this book) .°dONLNd®◊ä„0(‡ä(to test whether the point is in the curr¡‡°dONLNd–◊0„®)¶ent graphics port’s visible r̆°dONLNdÌ◊®„ˇ)xegion, as shown her懰dONLNd◊„)Xe..°dONLNdÓä˙8(˜äPtInRgn(pt, thePort^.visRgn);ˇ∫@ˇ ˇˇˇˇ@
  5022. ˇ·ˇ‚7^
  5023. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  5024. (‡*2-56    )BSummary of Basic QuickDraw4^*¿¯
  5025. ^*x¯4^*x¯
  5026. à*ê¯4â*ꯠä*ä˛
  5027. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNdu*à(É*Summary of Basic QuickDrawˇˇˇˇˇˇV˛(É2
  5028. ¡*»¯4¡*»¯ ¬*¬¯
  5029. ˇ·ˇ‚7^°dONLNd≤*¡ì(Ω*Pascal Summaryˇˇˇˇˇˇ∑†(Ω2
  5030. È*Ô¯4Í*Ó¯ Î*ί
  5031. ˇ·ˇ‚7^ °dONLNd,fi*È;(Ê*Datû °dONLNd/fi;ÈD)a òp°dONLNd1fiDÈJ)    Tµ‡°dONLNd2fiJÈa)ypesˇˇˇˇˇˇa‡(ÊÚ2,
  5032. Courier
  5033. .°dONLNd8˘*B(*TYPE°dONLNd>˘N~)$Point = °dONLNdIN“*RECORD CASE Integer OF°dONLNdc`!l+0:°dONLNdfr!ê)(v:  °dONLNdo∫!Í)HInteger;°dONLNd{!Ä)H{vertical coordinate}°dONLNdï#r/ê(,r h:  °dONLNdû#∫/)H    Integer);°dONLNd´#/å)H{horizontal coordinate}°dONLNdΔ1`=l(:`1:°dONLNd…1r=ê)(vh: °dONLNd“1∫=\)HARRAY[VHSelect] OF Integer)°dONLNdÌ1\=b)¢;°dONLNdÒ?NKf(HNEND;°dONLNd¯XNdr*Rect =°dONLNd˛Xrdx)$ °dONLNdfNr“(oNRECORD CASE Integer OF°dONLNd"frŒ)¥"{cases: 4 boundaries or 2 corners}°dONLNdHt`Äl(}`0:°dONLNdKtrÄê)(top:°dONLNdTt∫ÄÍ)HInteger;°dONLNd`tÄ∞)H{upper boundary of rectangle}°dONLNdÇÇréñ(ãr left:°dONLNdåÇ∫éÍ)HInteger;°dONLNdòÇé™)H{left boundary of rectangle}°dONLNdπêrú®(ôr     bottom: °dONLNdΔê∫úÍ)HInteger;°dONLNd“êú∞)H{lower boundary of rectangle}°dONLNdÙûr™ú(ßr right:°dONLNdˇû∫™)H    Integer);°dONLNd û™∞)H{right boundary of rectangle}°dONLNd-¨`∏l(µ`1:°dONLNd0¨r∏®)    (topLeft:°dONLNd=¨∫∏fi)HPoint;°dONLNdG¨∏¬)H {upper-left corner of rectangle}°dONLNdl∫rΔÆ(√r
  5034.  botRight:°dONLNdz∫∫Δ‰)HPoint);°dONLNdÖ∫Δ»)H!{lower-right corner of rectangle}°dONLNd©»N‘T(—NE°dONLNd™»T‘f)ND;°dONLNd∞·NÌ~(ÍNRgnHandl°dONLNd∏·~ÌÑ)0e°dONLNdπ·ÑÌê) =°dONLNdø·ñÌΔ)^RgnPtr;°dONLNd ÔN˚~(¯NRgnPtr =°dONLNd÷Ôñ˚Δ)H^Region;°dONLNd·˝N    Ñ(N    Region = °dONLNdÌ Nr*RECORD°dONLNd˜`%ê+rgnSize:°dONLNdñ%Δ)6Integer;°dONLNdÃ%&)6{size in bytes}°dONLNd '`3ê(0`rgnBBox:°dONLNd+'ñ3¥)6Rect;°dONLNd3'Ã3J)6{enclosing rectangle}°dONLNdL5`A(>`{more data if not rectangular}°dONLNdmCNOf(LNEND;°dONLNdt\Nh~*BitMap =°dONLNdÄjNvr*RECORD°dONLNdäx`Ññ+    baseAddr:°dONLNdóx®Ñ¿)HPtr;°dONLNdûxfiÑb)6{pointer to bit image}°dONLNd∏Ü`íñ(è`    rowBytes:°dONLNd≈Ü®íÿ)HInteger;°dONLNd–Üfií )6 {row width}°dONLNdflî`†ä(ù`bounds:°dONLNdÍ¿)HRect°dONLNdÔΔ);°dONLNdÚîfi†V){boundary rectangle}°dONLNd    ¢NÆf(´NEND;ˇ/4@ˇ ˇˇˇˇ@
  5035. ˇ·ˇ‚7^
  5036. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äSummary of Basic QuickDraw
  5037. , (‡2-57
  5038. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5039. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  5040. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5041. 4€4—?òÄ
  5042. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  5043. ˛ˇˇˇ
  5044. ˛ˇˇˇ
  5045. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  5046. ˛ˇˇˇˇ
  5047. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  5048. ˛ˇˇˇˇ
  5049. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5050. ˛ˇ˛ˇˇ
  5051. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5052. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5053. ˛ˇ˛ˇˇ
  5054. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  5055. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5056. ˛ˇˇˇˇ
  5057. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿,
  5058. Courier.°dONLNd\lh¢(el    GrafPtr =°dONLNd\Δh)Z
  5059. ^GrafPort;°dONLNdjlvÆ(sl WindowPtr =°dONLNd+jΔvˆ)ZGrafPtr;°dONLNd6Élè®(ål
  5060. GrafPort =°dONLNdDÉ¥è2)H{basic graphics port}°dONLNd\ëlùê(ölRECORD°dONLNdfü~´®+device:°dONLNdqüΔ´ˆ)HInteger;°dONLNd}ü´º)H{device-specific information}°dONLNdû≠~π¥(∂~    portBits:°dONLNd´≠Δπ)HBitMap;°dONLNd∂≠π>)H{bitmap}°dONLNd¬ª~«¥(ƒ~    portRect:°dONLNdœªΔ«‰)HRect;°dONLNdÿª«n)H{port rectangle}°dONLNdÏ…~’®(“~visRgn:°dONLNd˜…Δ’)H
  5061. RgnHandle;°dONLNd…’n)H{visible region}°dONLNd◊~„Æ(‡~clipRgn:°dONLNd%◊Δ„)H
  5062. RgnHandle;°dONLNd3◊„t)H{clipping region}°dONLNdHÂ~Ò¢(Ó~bkPat:°dONLNdRÂΔÒˆ)HPattern;°dONLNd^ÂÒÜ)H{background pattern}°dONLNdvÛ~ˇÆ(¸~fillPat:°dONLNdÇÛΔˇˆ)HPattern;°dONLNdéÛˇb)H{fill pattern}°dONLNd†~¢(
  5063. ~pnLoc:°dONLNd™ΔÍ)HPoint;°dONLNd¥b)H{pen location}°dONLNdΔ~®(~pnSize:°dONLNd—ΔÍ)HPoint;°dONLNd€J)H
  5064. {pen size}°dONLNdÈ~)®(&~pnMode:°dONLNdÙΔ)ˆ)HInteger;°dONLNd)b)H{pattern mode}°dONLNd+~7¢(4~pnPat:°dONLNd+Δ7ˆ)HPattern;°dONLNd(+7\)H{pen pattern}°dONLNd99~E¢(B~pnVis:°dONLNdC9ΔEˆ)HInteger;°dONLNdO9En)H{pen visibility}°dONLNdcG~S®(P~txFont:°dONLNdnGΔSˆ)HInteger;°dONLNdzGSí)H{font number for text}°dONLNdîU~a®(^~txFace:°dONLNdüUΔaÍ)HStyle;°dONLNd©Ua2)H{text'°dONLNdØU2ab)$s font s°dONLNd∑UbaÄ)0tyle}°dONLNd¿c~o®(l~txMode:°dONLNdÀcΔoˆ)HInteger;°dONLNd◊coí)H{source mode for text}°dONLNdÒq~}®(z~txSize:°dONLNd¸qΔ}ˆ)HInteger;°dONLNdq}Ü)H{font size for text}°dONLNd ~ãÆ(à~spExtra:°dONLNd,ΔãÍ)HFixed;°dONLNd6ã\)H{extra space}°dONLNdGç~ôÆ(ñ~fgColor:°dONLNdSçΔôˆ)HLongInt;°dONLNd_çôz)H{foreground color}°dONLNduõ~ßÆ(§~bkColor:°dONLNdÅõΔ߈)HLongInt;°dONLNdçõßz)H{background color}°dONLNd£©~µÆ(≤~colrBit:°dONLNdØ©Δµˆ)HInteger;°dONLNdª©µP)H {color bit}°dONLNd ∑~√ˆ(¿~patStretch: Integer;°dONLNdÊ∑√t)ê{used internally}°dONLNd˚≈~—Æ(Œ~picSave:°dONLNd≈Δ—)HHandle;°dONLNd≈—Ú)H&{picture being saved, used internally}°dONLNd<”~flÆ(‹~rgnSave:°dONLNdH”Δfl)HHandle;°dONLNdS”flÏ)H%{region being saved, used internally}°dONLNd|·~Ì¥(Í~    polySave:°dONLNdâ·ΔÌ)HHandle;°dONLNdî·ÌÚ)H&{polygon being saved, used internally}°dONLNdæÔ~˚∫(¯~
  5065. grafProcs:°dONLNdÃÔΔ˚)H
  5066. QDProcsPtr°dONLNd÷Ô˚)<;°dONLNd€Ô˚∂) {low-level drawing routines}°dONLNd˙˝l    Ñ(lEND;
  5067. ,H24-H1 .H.
  5068. ˇ·ˇ‚7^ .°dONLNdˇ!H,s()HRoutinesˇˇˇˇˇˇa‡()2°dONLNd    BHNæ(KHInitializing QuickDraw
  5069. .°dONLNd UHa¥*PROCEDURE InitGraf°dONLNd3UÚa.)™
  5070. (globalPtr°dONLNd=U.a@)<: P°dONLNd@U@aX)tr); .°dONLNdEsH∂(|HOpening and Closing e†°dONLNdYs∑‘)oBasic i`°dONLNd_s‘)Graphics Ports
  5071. .°dONLNdnÖHë¥(éHPROCEDURE OpenPort°dONLNdÅÖÚëR)™(port: GrafPtr);°dONLNdíïH°¥(ûHPROCEDURE InitPort°dONLNd•ïÚ°X)™(port: GrafPtr); °dONLNd∑•H±∫(ÆHPROCEDURE ClosePort°dONLNdÀ•Ú±R)™(port: GrafPtr);ˇ∫@ˇ ˇˇˇˇ@
  5072. ˇ·ˇ‚7^
  5073. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  5074. (‡*2-58    )BSummary of Basic QuickDraw4^*¿¯ °dONLNd\*h„(e*#Saving and Restoring Graphics Ports,
  5075. Courier
  5076. .°dONLNd$o*{ê*PROCEDURE GetPort°dONLNd6o‘{L)™(VAR port: GrafPtr);°dONLNdK*ãê(à*PROCEDURE SetPort°dONLNd]‘ã4)™(port: GrafPtr); .°dONLNdnù*©W(¶*Managin∏ °dONLNduùW©Æ)-g Bitmaps, Port R`°dONLNdÜùØ©›)X    ectanglesà‡°dONLNdèù›©fl).,H‡°dONLNdêù‡©Q) and Clipping Regions
  5077. .°dONLNd¶Ø*ª¢(∏*PROCEDURE ScrollRect°dONLNdªØ‘ªÙ)™0(r: Rect; dh,dv: Integer; updateRgn: RgnHandle);°dONLNdÏø*Àú(»*PROCEDURE SetOrigin°dONLNdø‘ÀÏ)™(h,v°dONLNdøÏÀ˛): I°dONLNdø˛À.)nteger);°dONLNdœ*€ñ(ÿ*PROCEDURE PortSize°dONLNd#œ‘€d)™(width,height: Integer);°dONLNd<fl*΢(Ë*PROCEDURE MovePortTo°dONLNdQfl‘Îî)™ (leftGlobal,topGlobal: Integer);°dONLNdrÔ*˚ê(¯*PROCEDURE GetClip°dONLNdÑÔ‘˚:)™(rgn: RgnHandle);°dONLNdñˇ* ê(*PROCEDURE SetClip°dONLNd®ˇ‘ :)™(rgn: RgnHandle);°dONLNd∫*ñ(*PROCEDURE ClipRect°dONLNdÕ‘)™
  5078. (r: Rect);°dONLNdÿ*+∫((*FUNCTION BitMapToRegion °dONLNdÒ‘+î)™ (region: RgnHandle; bMap: BitMap°dONLNdî+†)¿):°dONLNd†+ )  OSErr;°dONLNd/*;f(8*
  5079. PROCEDURE °dONLNd%/f;®)< SetPortBits°dONLNd1/‘;")n(bm: BitMap); .°dONLNd?M*YÏ(V*%Manipulating Points in Graphics Ports
  5080. .°dONLNde`*l¥*PROCEDURE GlobalToLocal°dONLNd}`‘l4)™(VAR pt: Point);°dONLNdép*|¥(y*PROCEDURE LocalToGlobal°dONLNd¶p‘|4)™(VAR pt: Point);°dONLNd∑Ä*åÑ(â*PROCEDURE AddPt°dONLNd«Ä‘åö)™!(srcPt: Point; VAR dstPt: Point);°dONLNdÈê*úÑ(ô*PROCEDURE SubPt°dONLNd˘ê‘úö)™!(srcPt: Point; VAR dstPt: Point);°dONLNd†*¨ú(©*FUNCTION DeltaPoint°dONLNd/†‘¨†)™"(ptA: Point; ptB: Point): LongInt;°dONLNdR∞*ºÑ(π*PROCEDURE SetPt°dONLNdb∞‘ºÇ)™(VAR pt: Point; h,v: Integer)°dONLNd∞Ǻà)Æ;°dONLNdÅ¿*Ã0(…*F°dONLNdÇ¿0Ãä)UNCTION EqualPt°dONLNdí¿‘Ã)§(pt1,pt2°dONLNdö¿Ã)0: P°dONLNdù¿Ã.)oint°dONLNd°¿.ÃF)): B°dONLNd•¿FÃj)oolean°dONLNd´¿jÃp)$;°dONLNd≠–*‹ñ(Ÿ*FUNCTION GetPixel °dONLNd¿–‘‹d)™(h,v: Integer): Boolean;
  5081. *¯4*¯ *¯
  5082. ˇ·ˇ‚7^.°dONLNdŸ˛*s(    *    C Summaryˇˇˇˇˇˇ∑†(    2
  5083. 5*;¯46*:¯ 7*7¯
  5084. ˇ·ˇ‚7^ °dONLNd‰**5;(2*Datû °dONLNdÁ*;5D)a òp°dONLNdÈ*D5J)    Tµ‡°dONLNdÍ*J5a)ypesˇˇˇˇˇˇa‡(2Ú2
  5085. .°dONLNdE*Q~(N*struct Point {°dONLNdSN_~+$short v;°dONLNdSñ_¢)H/*°dONLNdS¢_®)  °dONLNdS®_)vertical coordinate°dONLNd#S_ )r °dONLNd$S _,)*/°dONLNd)aNm~(jNshort h;°dONLNd5añm¢)H/*°dONLNd7a¢m®)  °dONLNd8a®m&)horizontal coordinate°dONLNdMa&m,)~ °dONLNdNa,m8)*/°dONLNdRo<{H(x<};ˇ<`@ˇ ˇˇˇˇ@
  5086. ˇ·ˇ‚7^
  5087. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äSummary of Basic QuickDraw
  5088. , (‡2-59
  5089. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5090. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  5091. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5092. 4€4—?òÄ
  5093. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  5094. ˛ˇˇˇ
  5095. ˛ˇˇˇ
  5096. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  5097. ˛ˇˇˇˇ
  5098. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  5099. ˛ˇˇˇˇ
  5100. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5101. ˛ˇ˛ˇˇ
  5102. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5103. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5104. ˛ˇ˛ˇˇ
  5105. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  5106. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5107. ˛ˇˇˇˇ
  5108. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿,
  5109. Courier.°dONLNd\Hhñ(eHstruct Rect {°dONLNdjlv®+$
  5110. short top;°dONLNdjΔvå)Z!/* upper boundary of rectangle */°dONLNdCxlÑÆ(Ål short left;°dONLNdSxΔÑÜ)Z /* left boundary of rectangle */°dONLNdvÜlí∫(èlshort bottom;°dONLNdàÜΔíå)Z!/* lower boundary of rectangle */°dONLNd¨îl†¥(ùl short right;°dONLNdΩîΔ†å)Z!/* right boundary of rectangle */°dONLNd‡¢ZÆf(´Z};°dONLNd„ªH«¢(ƒHstruct Region {°dONLNdı…l’Ñ+$shor°dONLNd˘…Ñ’ä)t°dONLNd¸…ê’ñ) r°dONLNd˝…ñ’¿)gnSize;°dONLNd
  5111. …¸’)f/*°dONLNd …’)  °dONLNd…’\)size in bytes°dONLNd…\’b)N °dONLNd…b’n)*/°dONLNd ◊l„~(‡lRec°dONLNd#◊~„Ñ)t°dONLNd&◊ê„ñ)r°dONLNd'◊ñ„¿)gnBBox;°dONLNd4◊¸„)f/*°dONLNd6◊„)  °dONLNd7◊„Ä)enclosing rectangle°dONLNdJ◊Ä„í)r */°dONLNdPÂlÒx(Ól/*°dONLNdRÂxÒ~)  °dONLNdSÂ~Ò&)more data if not rectangular°dONLNdoÂ&Ò,)® °dONLNdpÂ,Ò8)*/°dONLNdtÛZˇf(¸Z};°dONLNdw Hˆ(Htypedef struct Region Region;°dONLNdïH& *$typedef Region *RgnPtr, **RgnHandle;°dONLNd∫3H?¢*struct BitMap {°dONLNdÃAlMx+$Pt°dONLNdŒAxM~) r°dONLNd—AêMñ)b°dONLNd“AñMΔ)aseAddr;°dONLNd‡A¸M)f/*°dONLNd‚AM)  °dONLNd„AMÜ)pointer to bit image°dONLNd˜AÜMò)x */°dONLNd˝Ol[Ñ(Xlshor°dONLNdOÑ[ä)t°dONLNdOê[ñ) r°dONLNdOñ[Δ)owBytes;°dONLNdO¸[)f/*°dONLNdO[)  °dONLNdO[D)    row width°dONLNdOD[V)6 */°dONLNd%]li~(flRec°dONLNd(]~iÑ)t°dONLNd+]êiñ)b°dONLNd,]ñi∫)ounds;°dONLNd8]¸i)f/*°dONLNd:]i)  °dONLNd;]iz)boundary rectangle°dONLNdM]ziå)l */°dONLNdRkZwf(tZ};°dONLNdUÑHêÆ(çHstruct GrafPort {°dONLNdpѸêí)¥/* basic graphics port */°dONLNdåílûÑ(õlshor°dONLNdêíÑûä)t°dONLNdïí¥û∫)0d°dONLNdñí∫ûÿ)evice°dONLNdõíÿûfi);°dONLNd†í¸û)$/* d°dONLNd§íû™)evice-specific informatio°dONLNdΩí™û¬)ñn */°dONLNdƒ†l¨ä(©lBitMa°dONLNd…†ä¨ê)p°dONLNdŒ†¥¨∫)*p°dONLNdœ†∫¨‰)ortBits°dONLNd÷†‰¨Í)*;°dONLNd€†¸¨)/* b°dONLNdfl†¨,)itma°dONLNd„†,¨D)p */°dONLNdÍÆl∫~(∑lRec°dONLNdÌÆ~∫Ñ)t°dONLNdÚÆ¥∫∫)6p°dONLNdÛÆ∫∫‰)ortRect°dONLNd˙Ɖ∫Í)*;°dONLNdˇƸ∫)/* p°dONLNdÆ∫\) ort rectangl°dONLNdÆ\∫t)He */°dONLNdºl»ú(≈lRgnHandl°dONLNdºú»¢)0e°dONLNd#º¥»∫)v°dONLNd$º∫»ÿ)isRgn°dONLNd)ºÿ»fi);°dONLNd.º¸»)$/* v°dONLNd2º»\) isible regio°dONLNd>º\»t)Hn */°dONLNdE l÷ú(”lRgnHandl°dONLNdM ú÷¢)0e°dONLNdR ¥÷∫)c°dONLNdS ∫÷fi)lipRgn°dONLNdY fi÷‰)$;°dONLNd^ ¸÷)/* c°dONLNdb ÷b)lipping regio°dONLNdo b÷z)Nn */°dONLNdvÿl‰ê(·lPatter°dONLNd|ÿê‰ñ)$n°dONLNdÅÿ¥‰∫)$b°dONLNdÇÿ∫‰“)kPat°dONLNdÜÿ“‰ÿ);°dONLNdãÿ¸‰)*/* b°dONLNdèÿ‰t)ackground patter°dONLNdüÿt‰å)`n */°dONLNd¶ÊlÚê(ÔlPatter°dONLNd¨ÊêÚñ)$n°dONLNd±Ê¥Ú∫)$f°dONLNd≤Ê∫Úfi)illPat°dONLNd∏ÊfiÚ‰)$;°dONLNdΩʸÚ)/* f°dONLNd¡ÊÚP)
  5112. ill patter°dONLNdÀÊPÚh)<n */°dONLNd“ÙlÑ(˝lPoin°dONLNd÷ÙÑä)t°dONLNd€Ù¥∫)0p°dONLNd‹Ù∫“)nLoc°dONLNd‡Ù“ÿ);°dONLNdÂÙ¸)*/* p°dONLNdÈÙP)
  5113. en locatio°dONLNdÛÙPh)<n */°dONLNd˙lÑ( lPoin°dONLNd˛Ñä)t°dONLNd¥∫)0p°dONLNd∫ÿ)nSize°dONLNd    ÿfi);°dONLNd¸)$/* p°dONLNd8)en siz°dONLNd8P)$e */°dONLNdlÑ(lshor°dONLNd#Ñä)t°dONLNd(¥∫)0p°dONLNd)∫ÿ)nMode°dONLNd.ÿfi);°dONLNd3¸h)$/* pattern mode */°dONLNdHl*ê('lPatter°dONLNdNê*ñ)$n°dONLNdS¥*∫)$p°dONLNdT∫*“)nPat°dONLNdX“*ÿ);°dONLNd]¸*)*/* p°dONLNda*J)    en patter°dONLNdjJ*b)6n */°dONLNdq,l8Ñ(5lshor°dONLNdu,Ñ8ä)t°dONLNdz,¥8∫)0p°dONLNd{,∫8“)nVis°dONLNd,“8ÿ);°dONLNdÑ,¸8)*/* p°dONLNdà,8\) en visibilit°dONLNdî,\8t)Hy */°dONLNdõ:lFÑ(Clshor°dONLNdü:ÑFä)t°dONLNd§:¥F∫)0t°dONLNd•:∫Fÿ)xFont°dONLNd™:ÿFfi);°dONLNdØ:¸F)$/* f°dONLNd≥:FÄ)ont number for tex°dONLNd≈:ÄFò)lt */°dONLNdÃHlTÑ(QlStyl°dONLNd–HÑTä)e°dONLNd’H¥T∫)0t°dONLNd÷H∫Tÿ)xFace°dONLNd€HÿTfi);°dONLNd‡H¸T)$/* t°dONLNd‰HT,)ext'°dONLNdËH,T\)s font s°dONLNdH\Tn)0tyl°dONLNdÛHnTÜ)e */°dONLNd˙Vlb~(_lcha°dONLNd˝V~bÑ)r°dONLNdV¥b∫)6f°dONLNdV∫bfi)iller;°dONLNd dlpÑ(mlshor°dONLNddÑpä)t°dONLNdd¥p∫)0t°dONLNdd∫pÿ)xMode°dONLNddÿpfi);°dONLNd d¸p)$/* °dONLNd#dpJ)
  5114. source mod°dONLNd-dJpV)<e °dONLNd/dVpå)     for text °dONLNd8dåpò)6*/°dONLNd=rl~Ñ({lshor°dONLNdArÑ~ä)t°dONLNdFr¥~∫)0t°dONLNdGr∫~ÿ)xSize°dONLNdLrÿ~fi);°dONLNdQr¸~)$/* f°dONLNdUr~t)ont size for tex°dONLNdert~å)`t */°dONLNdlÄlåÑ(âlFixe°dONLNdpÄÑåä)d°dONLNduÄ¥å∫)0s°dONLNdvÄ∫åfi)pExtra°dONLNd|Äfiå‰)$;°dONLNdÅĸå)/* e°dONLNdÖÄåJ)    xtra spac°dONLNdéÄJåb)6e */°dONLNdïélö~(óllon°dONLNdòé~öÑ)g°dONLNdùé¥ö∫)6f°dONLNdûé∫öfi)gColor°dONLNd§éfiö‰)$;°dONLNd©é¸ö)/* f°dONLNd≠éöh)oreground colo°dONLNdªéhöÄ)Tr */°dONLNd¬úl®~(•llon°dONLNd≈ú~®Ñ)g°dONLNd ú¥®∫)6b°dONLNdÀú∫®fi)kColor°dONLNd—úfi®‰)$;°dONLNd÷ú¸®)/* b°dONLNd⁄ú®h)ackground colo°dONLNdËúh®Ä)Tr */°dONLNdÔ™l∂Ñ(≥lshor°dONLNdÛ™Ñ∂ä)t°dONLNd¯™¥∂∫)0c°dONLNd˘™∫∂fi)olrBit°dONLNdˇ™fi∂‰)$;°dONLNd™¸∂)/* c°dONLNd™∂>)olor bi°dONLNd™>∂V)*t */ˇ¶@ˇ ˇˇˇˇ@
  5115. ˇ·ˇ‚7^
  5116. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  5117. (‡*2-60    )BSummary of Basic QuickDraw4^*¿¯,
  5118. Courier
  5119. .°dONLNd\Nhf(eNshor°dONLNd\fhl)t°dONLNd    \ñhú)0p°dONLNd
  5120. \úh“)    atStretch°dONLNd\“hÿ)6;°dONLNd\fihˆ) /* u°dONLNd\ˆhD)sed internall°dONLNd)\Dh\)Ny */°dONLNd0jNvl(sNHandl°dONLNd5jlvr)e°dONLNd:jñvú)*p°dONLNd;júv¿)icSave°dONLNdAj¿vΔ)$;°dONLNdFjfivˆ)/* p°dONLNdJjˆv¬)"icture being saved, used internall°dONLNdlj¬v⁄)Ãy */°dONLNdsxNÑl(ÅNHandl°dONLNdxxlÑr)e°dONLNd}xñÑú)*r°dONLNd~xúÑ¿)gnSave°dONLNdÑx¿ÑΔ)$;°dONLNdâxfiш)/* r°dONLNdçxˆÑº)!egion being saved, used internall°dONLNdÆxºÑ‘)Δy */°dONLNdµÜNíl(èNHandl°dONLNd∫Ülír)e°dONLNdøÜñíú)*p°dONLNd¿ÜúíΔ)olySave°dONLNd«ÜΔíÃ)*;°dONLNdÃÜfiíˆ)/* p°dONLNd–܈í¬)"olygon being saved, used internall°dONLNdÚܬí⁄)Ãy */°dONLNd˘îN†Ñ(ùN    QDProcsPt°dONLNdîцä)6r°dONLNdîñ†ú)g°dONLNdîú†Ã)rafProcs°dONLNdîÆ“)0;°dONLNdîfi†ˆ)/* l°dONLNdÜ)ow-level drawing routine°dONLNd1î܆û)ês */°dONLNd7¢<ÆH(´<};°dONLNd:ª*«(ƒ*!typedef struct GrafPort GrafPort;°dONLNd\…*’Δ*typedef GrafPort *GrafPtr;°dONLNdw◊*„Δ*typedef GrafPtr WindowPtr;
  5121. * ¯4* ¯ *¯
  5122. ˇ·ˇ‚7^ .°dONLNdí˚*Y*#    Functionsˇˇˇˇˇˇa‡(Ú2°dONLNdù*(†(%*Initializing QuickDraw
  5123. .°dONLNd¥/*;¢*pascal void InitGraf°dONLNd…/‘;:)™(void *globalPtr)°dONLNd⁄/:;@)f; .°dONLNd‹M*Yò(V*Opening and Closing e†°dONLNdMôY∂)oBasic i`°dONLNdˆM∂Y)Graphics Ports
  5124. .°dONLNd_*k¢(h*pascal void OpenPort°dONLNd_‘k.)™(GrafPtr port);°dONLNd*o*{¢(x*pascal void InitPort°dONLNd?o‘{4)™(GrafPtr port); °dONLNdP*ã®(à*pascal void ClosePort°dONLNdf‘ã.)™(GrafPtr port); .°dONLNdvù*©„(¶*#Saving and Restoring Graphics Ports
  5125. .°dONLNdö∞*ºú*pascal void GetPort°dONLNdÆ∞‘º4)™(GrafPtr *port);°dONLNdø¿*Ãú(…*pascal void SetPort°dONLNd”¿‘Ã.)™(GrafPtr port); .°dONLNd„fi*Í`(Á*    Managing ñ@°dONLNdÏfi`Íè)6    Bitmaps, °‡°dONLNdıfièÍ‹)/Port Rectanglesà‡°dONLNdfi›Ífl)N,H‡°dONLNdfi‡ÍQ) and Clipping Regions
  5126. .°dONLNd*¸Æ(˘*pascal void ScrollRect°dONLNd2‘¸¶)™#(const Rect *r, short dh, short dv,°dONLNdU¶¸¨)“ °dONLNdW˝⁄    ‡(⁄R°dONLNdX˝‡    X)gnHandle updateRgn);°dONLNdm*®(*pascal void SetOrigin°dONLNdÉ‘
  5127. )™    (short h,°dONLNdå
  5128. )6 °dONLNdçF)    short v);°dONLNdó*)¢(&*pascal void PortSize°dONLNd¨‘)|)™(short width, short height);°dONLNd…-*9Æ(6*pascal void MovePortTo°dONLNd‡-‘9¨)™$(short leftGlobal, short topGlobal);°dONLNd=*Iú(F*pascal void GetClip°dONLNd=‘I4)™(RgnHandle rgn);°dONLNd*M*Yú(V*pascal void SetClip°dONLNd>M‘Y4)™(RgnHandle rgn);°dONLNdO]*i¢(f*pascal void ClipRect°dONLNdd]‘i4)™(const Rect *r);°dONLNdum*yÃ(v*pascal OSErr BitMapToRegion°dONLNdëm‘yƒ)™((RgnHandle region, const BitMap *bMap); °dONLNd∫}*â¥(Ü*pascal void SetPortBits°dONLNd“}‘â@)™(const BitMap *bm)°dONLNd‰}@âF)l;ˇ2æ@ˇ ˇˇˇˇ@
  5129. ˇ·ˇ‚7^
  5130. 4H\, Palatino&e.3+ä"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@äBasic QuickDraw4⁄ä˙(‡äSummary of Basic QuickDraw
  5131. , (‡2-61
  5132. ˇˇˇˇˇˇˇˇ4∏4÷lòÄ2∏A÷rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏A÷r∏A÷r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5133. ∏6÷@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∏6÷@∏6÷@˜˜˜˜˜˜˜˜˜˜˜˜ ˇˇ˛ˇˇ ˛ˇˇˇ     ˇˇˇˇ
  5134. ˇ˝ˇ ˇ˛ˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5135. 4€4—?òÄ
  5136. €6—@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""€6—@€6—@$˛˙ˇ
  5137. ˛ˇˇˇ
  5138. ˛ˇˇˇ
  5139. ˛ˇˇˇ    ˝ˇˇˇˇ˜˝ˇˇ˛
  5140. ˛ˇˇˇˇ
  5141. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚    ˛ˇˇ˛
  5142. ˛ˇˇˇˇ
  5143. ˛ˇˇˇˇ    ˝ˇˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5144. ˛ˇ˛ˇˇ
  5145. ˛ˇ˛ˇˇ˝ˇˇ˛˜˜˜¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5146. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5147. ˛ˇ˛ˇˇ
  5148. ˛ˇ˛ˇˇ˝ˇˇ˛˛˙ˇ¸ˇ˝˝ˇˇ˛
  5149. ˛ˇ˛ˇˇ˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5150. ˛ˇˇˇˇ
  5151. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿ °dONLNd\Hh
  5152. (eH%Manipulating Points in Graphics Ports,
  5153. Courier
  5154. .°dONLNd&oH{fi*pascal void GlobalToLocal°dONLNd@oÚ{:)™ (Point *pt);°dONLNdMHãfi(àHpascal void LocalToGlobal°dONLNdgÚã:)™ (Point *pt);°dONLNdtèHõÆ(òHpascal void AddPt°dONLNdÜèÚõ4)™ (Point src,°dONLNdëè4õ:)B °dONLNdíè:õÇ) Point *dst);°dONLNdüüH´Æ(®Hpascal void SubPt°dONLNd±üÚ´4)™ (Point src,°dONLNdºü4´:)B °dONLNdΩü:´Ç) Point *dst);°dONLNd ØHªÃ(∏Hpascal long DeltaPoint°dONLNd·ØÚª|)™(Point ptA, Point ptB);°dONLNd˘øHÀÆ(»Hpascal void SetPt°dONLNd øÚÀ¶)™(Point *pt, short h, short v);°dONLNd*œH€Ã(ÿHpascal Boolean EqualPt°dONLNdAœÚ€4)™ (Point pt1,°dONLNdLœ4€:)B °dONLNdMœ:€v)
  5155. Point pt2)°dONLNdWœv€|)<;°dONLNdYflHΓ(ËHpascal Boolean GetPixel°dONLNdqflÚÎd)™(short h, short v);
  5156. H#4H# H
  5157. ˇ·ˇ‚7^.°dONLNdÖH(HAssembly-Language Summaryˇˇˇˇˇˇ∑†(2
  5158. DHJ4EHI FHF
  5159. ˇ·ˇ‚7^ °dONLNd†9HDî(AHData Structuresˇˇˇˇˇˇa‡(A2°dONLNd±ZHfÆ(cHPoint Data Structure°dONLNdïH°≈*;Rectangle Data Structure°dONLNd#H ∑*kRegion Data Structure°dONLNdúGHS∏*GBitmap Data Structure
  5160. ø˜°dONLNd≈lHxM(uH0.ø˜°dONLNd«laxg)v.°dONLNd…l|xç)worìú°dONLNdÃlçxì)d°dONLNdŒl®xfi)vertical coor•<°dONLNd€lfix˘)6dinateø˜°dONLNd„xHÑM(ÅH2.ø˜°dONLNdÂxaÑg)h.°dONLNdÁx|Ñç)worìú°dONLNdÍxçÑì)d°dONLNdÏx®ÑÎ)horizontal coorR‹°dONLNd˚xÎÑ)Cdinateø˜°dONLNdßH≥M(∞H0.ø˜°dONLNdßa≥ã)topLeft.jΰdONLNd&߶≥π)ElongáΰdONLNd+ß“≥Ï),upper!ΰdONLNd0ßÌ≥) -left corner§ °dONLNd<ß≥.)0 of r2k°dONLNdAß/≥S)ectangleø˜°dONLNdK≥HøM(ºH4.ø˜°dONLNdM≥aøë)botRight.jΰdONLNdV≥¶øπ)ElongáΰdONLNd[≥“øÎ),lowerÀk°dONLNd`≥Îø")-right cornerÉ+°dONLNdm≥#ø4)8 of rã°dONLNdr≥5ø\)    ectangle ø˜°dONLNd}øHÀM(»H0.ø˜°dONLNdøaÀs)top.jΰdONLNdÉø¶À∑)Ewor¸k°dONLNdÜø∑ÀΩ)dáΰdONLNdàø“À,)upper boundary of r— °dONLNdõø,ÀP)Zectangleø˜°dONLNd•ÀH◊M(‘H2.ø˜°dONLNdßÀa◊y)left.jΰdONLNd¨À¶◊∑)Ewor¸k°dONLNdØÀ∑◊Ω)dáΰdONLNd±À“◊›)lefçÀ°dONLNd¥À›◊) t boundary of rQ´°dONLNd√À ◊D)Cectangleø˜°dONLNdÕ◊H„M(‡H4.ø˜°dONLNdœ◊a„Ö)bottom.jΰdONLNd÷◊¶„∑)Ewor¸k°dONLNdŸ◊∑„Ω)dáΰdONLNd€◊“„+)lower boundary of rzã°dONLNdÓ◊+„O)Yectangleø˜°dONLNd¯„HÔM(ÏH6.ø˜°dONLNd˙„aÔ)right.jΰdONLNd„¶Ô∑)Ewor¸k°dONLNd„∑ÔΩ)dáΰdONLNd„“Ô‰)righ√k°dONLNd    „‰Ô&)t boundary of ráK°dONLNd„'ÔK)Cectangleì°dONLNd8MR(M0.ì°dONLNd:fê)rgnSize.hΩ°dONLNdB•∂)?wor˙=°dONLNdE∂º)d ß°dONLNdGÿ¸)"    size in b˚°dONLNdP¸    )$yteñ'°dONLNdS
  5161. )sì°dONLNdVM*R('M2.ì°dONLNdXf*ê)rgnBBox.hΩ°dONLNd`•*√)?8 bytes ß°dONLNdhÿ*)3 enclosing r˛ß°dONLNds*,)0ectangleì°dONLNd}*H6R(3H10.ì°dONLNdÄ*f6ê)rgnData.hΩ°dONLNdà*•6º)?array ß°dONLNdé*ÿ6€)3rèß°dONLNdè*‹6
  5162. )
  5163. egion dataø˜°dONLNd±YHeM(bH0.ø˜°dONLNd≥Yaeë)baseAddr.jΰdONLNdºY¶eπ)ElongÃ’°dONLNd¡YŸe0)3pointer to bit imageø˜°dONLNd◊eHqM(nH4.ø˜°dONLNdŸeaqë)rowBytes.jΰdONLNd‚e¶q∑)Ewor¸k°dONLNdÂe∑qΩ)dÃ’°dONLNdÁeŸq‹)"rë’°dONLNdËe›q‚)oU°dONLNdÈe„q)w widthø˜°dONLNdÚqH}M(zH6.ø˜°dONLNdÙqa}Ö)bounds.jΰdONLNd˚q¶}ƒ)E8 bytesÃ’°dONLNdqŸ}Ô)3boun¢u°dONLNdq} )dary rÑı°dONLNdq }/)ectangleˇ"‡@ˇ ˇˇˇˇ@
  5164. ˇ·ˇ‚7^
  5165. 4*\¯, Palatino&e.3+l"CHAPTER à)>2,     Helvetica    ˇˇ—ÚˇÆ(@lBasic QuickDraw4⁄*˙¯
  5166. (‡*2-62    )BSummary of Basic QuickDraw4^*¿¯ °dONLNd\*h°(e*GrafPort Data Structure
  5167. »*Õ¯4»*Õ¯ …*…¯
  5168. ˇ·ˇ‚7^°dONLNdƒΩ*»2(≈*G`°dONLNd≈Ω3»T)    lobal V‡P°dONLNdÃΩS»y) ariablesˇˇˇˇˇˇa‡(≈Ú2
  5169. v*}¯4v*}¯ w*w¯
  5170. ˇ·ˇ‚7^°dONLNdÒg*vw(r* Result CodeÉÄ°dONLNd¸gwv~)Msˇˇˇˇˇˇ∑†(r2
  5171. Ÿç°dONLNdn4z9(w40,
  5172. Courier.Ÿç°dONLNdnMzq)device.¢s°dONLNd nûzØ)Qwor3Û°dONLNd#n∞z∂)d(°dONLNd%n◊z)'device-specifiÅ°dONLNd3nzN)<c informationŸç°dONLNdBz4Ü9(É42.Ÿç°dONLNdDzMÜ})portBits.¢s°dONLNdMzûÜ¡)Q14 bytes(°dONLNdVz◊Üfl)9biÅ(°dONLNdXzflÜÎ)tmóà°dONLNdZzÎ܈) apŸç°dONLNd^Ü/í9(è/16.Ÿç°dONLNdaÜMíâ)
  5173. portBounds.¢s°dONLNdlÜûíº)Q8 bytes(°dONLNdtÜ◊í)9
  5174. boundary r…H°dONLNd~Üí,)1ectangleŸç°dONLNdàí/û9(õ/24.Ÿç°dONLNdãíMû})portRect.¢s°dONLNdîíûûº)Q8 bytes(°dONLNdúí◊û)9port r»°dONLNd¢íû)ectangleŸç°dONLNd¨û/™9(ß/32.Ÿç°dONLNdØûM™q)visRgn.¢s°dONLNd∂ûû™±)Qlong(°dONLNdªû◊™‹)9v∑h°dONLNdºû‹™˘)isible rC»°dONLNdƒû˙™)egionŸç°dONLNdÀ™/∂9(≥/36.Ÿç°dONLNdŒ™M∂w)clipRgn.¢s°dONLNd÷™û∂±)Qlong(°dONLNd€™◊∂€)9cÅh°dONLNd‹™€∂)    lipping r‰H°dONLNd™∂)&egionŸç°dONLNdÏ∂/¬9(ø/40.Ÿç°dONLNdÔ∂M¬k)bkPat.¢s°dONLNdı∂û¬º)Q8 bytes(°dONLNd˝∂◊¬ı)9backgrÏH°dONLNd∂Ù¬-) ound patternŸç°dONLNd¬/Œ9(À/48.Ÿç°dONLNd¬MŒw)fillPat.¢s°dONLNd¬ûŒº)Q8 bytes(°dONLNd$¬◊Œ›)9fiË°dONLNd&¬›Œ)
  5175. ll patternŸç°dONLNd2Œ/⁄9(◊/56.Ÿç°dONLNd5ŒM⁄k)pnLoc.¢s°dONLNd;Œû⁄±)Qlong(°dONLNd@Œ◊⁄)9 pen locationŸç°dONLNdN⁄/Ê9(„/60.Ÿç°dONLNdQ⁄MÊq)pnSize.¢s°dONLNdX⁄ûʱ)Qlong(°dONLNd]⁄◊Ê˚)9pen sizeŸç°dONLNdgÊ/Ú9(Ô/64.Ÿç°dONLNdjÊMÚq)pnMode.¢s°dONLNdqÊûÚØ)Qwor3Û°dONLNdtÊ∞Ú∂)d(°dONLNdvÊ◊Ú)' pattern modeŸç°dONLNdÑÚ/˛9(˚/66.Ÿç°dONLNdáÚM˛k)pnPat.¢s°dONLNdçÚû˛º)Q8 bytes(°dONLNdïÚ◊˛
  5176. )9 pen patternŸç°dONLNd¢˛/
  5177. 9(/74.Ÿç°dONLNd•˛M
  5178. k)pnVis.¢s°dONLNd´˛û
  5179. Ø)Qwor3Û°dONLNdÆ˛∞
  5180. ∂)d(°dONLNd∞˛◊
  5181. )'pen visibilityŸç°dONLNd¿
  5182. /9(/76.Ÿç°dONLNd√
  5183. Mq)txFont.¢s°dONLNd 
  5184. ûØ)Qwor3Û°dONLNdÕ
  5185. ∞∂)d(°dONLNdœ
  5186. ◊⁄)'fe°dONLNd–
  5187. ⁄Ë)ontÓH°dONLNd”
  5188. Ë/) number for textŸç°dONLNdÂ/"9(/78.Ÿç°dONLNdËM"q)txFace.¢s°dONLNdÔû"Ø)Qwor3Û°dONLNdÚ∞"∂)d(°dONLNdÙ◊")'text’s  h°dONLNd˚Ò")
  5189. font styleŸç°dONLNd"/.9(+/80.Ÿç°dONLNd
  5190. "M.q)txMode.¢s°dONLNd"û.Ø)Qwor3Û°dONLNd"∞.∂)d(°dONLNd"◊.Í)'sourè»°dONLNd"Í.ı)ce I®°dONLNd"ˆ.) modexà°dONLNd!".1)     for textŸç°dONLNd,./:9(7/82.Ÿç°dONLNd/.M:q)txSize.¢s°dONLNd6.û:Ø)Qwor3Û°dONLNd9.∞:∂)d(°dONLNd;.◊:Ô)'font s´H°dONLNdA.Ô:˚)ize]H°dONLNdD.¸:)     for textŸç°dONLNdO:/F9(C/84.Ÿç°dONLNdR:MFw)spExtra.¢s°dONLNdZ:ûF±)Qlong(°dONLNd_:◊F)9 extra spaceŸç°dONLNdlF/R9(O/88.Ÿç°dONLNdoFMRw)fgColor.¢s°dONLNdwFûR±)Qlong(°dONLNd|F◊R„)9forüà°dONLNdF„RÒ) egrΩH°dONLNdÇFÒR)    ound coloÍ®°dONLNdãFR ),rŸç°dONLNdéR/^9([/92.Ÿç°dONLNdëRM^w)bkColor.¢s°dONLNdôRû^±)Qlong(°dONLNdûR◊^ı)9backgrÏH°dONLNd§RÙ^ )    ound colo®°dONLNd≠R!^$)-rŸç°dONLNd∞^/j9(g/96.Ÿç°dONLNd≥^Mjw)colrBit.¢s°dONLNdª^ûjØ)Qwor3Û°dONLNdæ^∞j∂)d(°dONLNd¿^◊j˚)'    color bitŸç°dONLNdÀj/v9(s/98.Ÿç°dONLNdŒjMvâ)
  5191. patStretch.¢s°dONLNdŸjûvØ)Qwor3Û°dONLNd‹j∞v∂)d(°dONLNdfij◊v)'used internallyŸç°dONLNdÔv*Ç9(*100.Ÿç°dONLNdÛvMÇw)#picSave.¢s°dONLNd˚vûDZ)Qlong(°dONLNdv◊Ç›)9pH°dONLNdv›ÇÒ)icturzh°dONLNdvÒÇ-)e being saved¶»°dONLNdv-Çt)<, used internallyŸç°dONLNd&Ç*é9(ã*104.Ÿç°dONLNd*ÇMéw)#rgnSave.¢s°dONLNd2Çûé±)Qlong(°dONLNd7Ç◊é⁄)9r÷(°dONLNd8Ç⁄é))egion being saved¿Ë°dONLNdIÇ*éq)P, used internallyŸç°dONLNd\é*ö9(ó*108.Ÿç°dONLNd`éMö})#polySave.¢s°dONLNdiéûö±)Qlong(°dONLNdné◊ö›)9pH°dONLNdoé›ö3)olygon being saved9°dONLNdÅé3öz)V, used internallyf-°dONLNdîö+¶0(£+1Ÿç°dONLNdïö/¶9)12.Ÿç°dONLNdòöM¶É)    grafProcs.¢s°dONLNd¢öû¶±)Qlong(°dONLNdßö◊¶.)9low-level drawing róh°dONLNd∫ö.¶N)Woutines.°dONLNd‘œ*€H(ÿ*arrow.HÊ°dONLNd⁄œ{€é)QThe Ѷ°dONLNdfiœé€Ø)standar∂&°dONLNdœ؀ƒ)!d arr    Ü°dONLNdÍœ≈€Ò)    ow cursorßΔ°dONLNdÛœ€Ú)+..°dONLNdˆ‹*ËH(Â*black.HÊ°dONLNd¸‹{Ëã)QAn aÜ°dONLNdˇ‹ãË”)all-black patternä°dONLNd‹”Ë’)H..°dONLNdÈ*ıN(Ú*dkGray.HÊ°dONLNdÈ{ıÇ)QAÉÜ°dONLNdÈÇıÑ) Ü°dONLNdÈÖı–)75% gray patternéÊ°dONLNd,È–ı“)K..°dONLNd/ˆ*B(ˇ*gray.HÊ°dONLNd4ˆ{Ç)QAÉÜ°dONLNd5ˆÇÑ) Ü°dONLNd6ˆÖ–)50% gray patternéÊ°dONLNdFˆ–“)K..°dONLNdI*N( *ltGray.HÊ°dONLNdP{Ç)QAÉÜ°dONLNdQÇÑ) Ü°dONLNdRÖ–)25% gray patternéÊ°dONLNdb–“)K..°dONLNde*Z(*randSeed.HÊ°dONLNdn{ä)QWhF°dONLNdpãì)er®Ê°dONLNdrì)e the random sequence beginsðdONLNdé)Ö..°dONLNdë*)f(&*
  5192. screenBits.HÊ°dONLNdú{)Ü)QTh;°dONLNdûá)´) e main sœf°dONLNd¶´)≥)$cr¶°dONLNd®¥)≈)    een..°dONLNdÆ**6T(3*thePort.HÊ°dONLNd∂*{6Ü)QTh;°dONLNd∏*á6†) e curr≥¶°dONLNdæ*†6Î)ent graphics port(Ü°dONLNdœ*Ï6Ó)L..°dONLNd“7*CH(@*white.HÊ°dONLNdÿ7{Cã)QAn aÜ°dONLNd€7ãC‘)all-white pattern7f°dONLNdÏ7’C◊)J..°dONLNd˝}*âä(Ü*pixmapTooDeepErr.    °dONLNd}†â¥)v–148    °dONLNd}»ât)((Pixel map is deeper than 1 bit per pixel.°dONLNd=à*îr(ë* rgnTooBigErr.    °dONLNdJà†î¥)v–500    °dONLNdOà»îD)(Bitmap would convert to a rVT°dONLNdjàDîh)|egion gr≤t°dONLNdràhî∞)$eater than 64 KBˇ"6@ˇ ˇˇˇˇ@
  5193. ˇ·ˇ‚7^
  5194. 4⁄∫˙,     Helvetica    .(‡∫Contents, Palatino
  5195. , (‡    3-1    3, Ã(#∫CHAPTER ÿ)h3
  5196. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5197. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5198. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5199. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜ˇˇˇˇˇˇ(JH
  5200. Figure 3-0*     Listing 3-0*    T)able 3-0
  5201. zH,
  5202. 4zH, H°dONLNd∫*˘+m Contentsˇˇˇˇˇˇ
  5203. ˇ·ˇ‚7^ˇˇ∫Ρ◊(qH3°dONLNd[∫x≤)rQuickDraw Drawing
  5204. °dONLNd;∫G6*”About QuickDraw DrawingØ@°dONLNd4;JGW)ê3-3°dONLNd8HƒT(QƒThe Graphics Pen›@°dONLNdJH&T3)b3-4°dONLNdNUƒa“(^ƒBit FÄ°dONLNdRU”a˜)PatternsüÄ°dONLNd\U a)83-5°dONLNd`bƒn(kƒ    Boolean Tƒ‡°dONLNdibÔnÚ)+r∑Ä°dONLNdjbÛn.) ansfer Modesc °dONLNdvb/n;)< WVÄ°dONLNdxb;nz) ith 1-Bit Pixelsˆ†°dONLNdäbénõ)S3-8°dONLNdéoƒ{(xƒLines and Shapesc °dONLNd†o%{2)a3-1*`°dONLNd£o2{7)1°dONLNd•|Œà‡(ÖŒDefi†°dONLNd©|·àD)ning Lines and Shapesë°dONLNd¿|Xàe)w3-1X@°dONLNd√|eàj)1°dONLNd≈âŒï(íŒFraming Shapes∏Ä°dONLNd’â)ï;)[3-12°dONLNd⁄ñŒ¢ı(üŒ    Painting N†°dONLNd„ñˆ¢()( and Filling Ç°dONLNdÔñ(¢G)2ShapesÊ¿°dONLNd˜ñ[¢m)33-12°dONLNd¸£ŒØ‘(¨ŒEõ¿°dONLNd˝£‘Ø)rasing ShapesÆ °dONLNd £%Ø7)Q3-12°dONLNd∞Œº(πŒInverting Shapes7Ä°dONLNd#∞-º?)_3-13°dONLNd(ΩŒ…1(ΔŒOther Graphic Entities5°dONLNd@ΩF…X)x3-13°dONLNdE ƒ÷](”ƒ The Eight Basic QuickDraw Colors¿°dONLNdg r÷Ñ)Æ3-14°dONLNdl◊∫„Ì(‡∫    Drawing W√ °dONLNdu◊Ì„/)3ith QuickDraw‡°dONLNdÑ◊D„V)W3-16°dONLNd≃(̃Drawing Lines+‡°dONLNdò‰,)V3-17°dONLNdùÒƒ˝Â(˙ƒDrawin@†°dONLNd£ÒÊ˝Ù)"g R˝¿°dONLNd¶ÒÙ˝)    ectangles…Ä°dONLNd±Ò1˝C)=3-22°dONLNd∂˛ƒ
  5205. Â(ƒDrawin@†°dONLNdº˛Ê
  5206. ı)"g O+†°dONLNdø˛ˆ
  5207.  )vals, ò‡°dONLNd≈˛ 
  5208. )Ar% °dONLNd«˛
  5209. C)     cs, and WTÄ°dONLNd–˛B
  5210. [)*edgesœ†°dONLNd◊˛o
  5211. Å)-3-25°dONLNd‹ ƒÂ(ƒDrawin@†°dONLNd‚ ÊÙ)"g R˝¿°dONLNd ÙO)egions and PolygonsπÄ°dONLNd˙ dv)p3-27°dONLNdˇƒ$•(!ƒ0Performing Calculations and Other Manipulations ¿°dONLNd/¶$∂)‚of Sù‡°dONLNd3∂$œ)hapesx°dONLNd:‰$ˆ).3-31°dONLNd?%ƒ1i(.ƒ#Copying Bits Between Graphics Ports;Ä°dONLNdd%~1ê)∫3-32°dONLNdi2ƒ>H(;ƒCustomizing QuickDraw’s Loˇ`°dONLNdÉ2H>Y)Ñw-LΔ°dONLNdÜ2Z>ï)evel Routinesï@°dONLNdï2™>º)P3-35°dONLNdö?∫K1(H∫QuickDraw Drawing Refer˚Ä°dONLNd±?1KD)wence–`°dONLNd∑?YKk)(3-36°dONLNdºLƒXÁ(UƒData Str``°dONLNdƒLËXˇ)$ucturÊ@°dONLNd…LˇX)esχ°dONLNdÕLX.)3-36°dONLNd“YƒeÎ(bƒRoutines≠`°dONLNd‹Yˇe);3-41°dONLNd·fŒrI(oŒManaging the Graphics PenùÄ°dONLNd¸f]ro)è3-41°dONLNdsŒ+(|ŒChanging the Backgr^`°dONLNds+s)]ound Bit Pattern*†°dONLNd&sàö)]3-48°dONLNd+ÄŒå’(âŒD=@°dONLNd,Ä÷å) rawing Lines+‡°dONLNd:Ä$å6)N3-49°dONLNd?çŒôŸ(ñŒCr\°dONLNdAçŸôe) eating and Managing Rectangley`°dONLNd^çeôi)ås∂`°dONLNdaç}ôè)3-52°dONLNdföŒ¶Ô(£ŒDrawin@†°dONLNdlö¶˛)"g R˝¿°dONLNdoö˛¶&)    ectangles…Ä°dONLNdzö;¶M)=3-58°dONLNdߌ≥Ô(∞ŒDrawin@†°dONLNdÖß≥˛)"g R˝¿°dONLNdà߲≥R)ounded RectanglesF†°dONLNdõßg≥y)i3-63°dONLNd†¥Œ¿Ô(ΩŒDrawin@†°dONLNd¶¥¿ˇ)"g O+†°dONLNd©¥¿)vals˜@°dONLNdØ¥%¿7)%3-68ˇ0@ˇ ˇˇˇˇ@
  5212. ˇ·ˇ‚7^
  5213. 4*\¯, Palatino&e.3+ú"CHAPTER à)>34⁄*˙¯
  5214. (‡*3-2,     Helvetica    )rContents4^*¿¯
  5215. °dONLNd\∞h—(e∞Drawin@†°dONLNd\“h⁄)"g Ò`°dONLNd\Ÿh‡)A∏†°dONLNd    \·h‰)r}†°dONLNd
  5216. \Âh)cs and W-°dONLNd\h&)(edges® °dONLNd\:hL)-3-71°dONLNdi∞uª(r∞Cr\°dONLNd iªuD) eating and Managing PolygonsF@°dONLNd>iYuk)û3-78°dONLNdCv∞Ç—(∞Drawin@†°dONLNdIv“LJ)"g PY`°dONLNdLv‡Ç)olygonsY`°dONLNdUvÇ))73-81°dONLNdZÉ∞èª(å∞Cr\°dONLNd\ɪè?) eating and Managing Regions؆°dONLNdyÉSèe)ò3-85°dONLNd~ê∞ú—(ô∞Drawin@†°dONLNdÑê“ú‡)"g R˝¿°dONLNdáê‡ú¸)egions¬¿°dONLNdèêú()13-100°dONLNdïù∞©À(¶∞=Scaling and Mapping Points, Rectangles, Polygons, and Regions¨Ä°dONLNd‘ùfl©ˆ(¶fl3-104°dONLNd⁄™∞∂Â(≥∞ Calculating Í`°dONLNdÊ™Â∂1)5Black-and-White »Ä°dONLNdˆ™2∂D)MFillsM¿°dONLNd˝™Y∂p)'3-108°dONLNd∑∞√¯(¿∞Copying Images.‡°dONLNd∑√)]3-1ˆ °dONLNd∑√#) 12°dONLNdƒ∞–∑(Õ∞D=@°dONLNdƒ∏–‰)rawing W√ °dONLNd"ƒ„–X)+ith the Eight-Color System‡`°dONLNd>ƒl–É)â3-122°dONLNdD—∞›Æ(⁄∞2Determining Whether QuickDraw Has Finished Drawingõ‡°dONLNdx—¬›Ÿ(⁄¬3-125°dONLNd~fi∞Í(Á∞Getting Pattern Resour †°dONLNdîfiÍ")ecesAÄ°dONLNdôfi7ÍN)"3-126°dONLNdüÎ∞˜S(Ù∞ Customizing QuickDraw Operations≤¿°dONLNd¡Îg˜~)∑3-129°dONLNd«¯¶≈(¶Resourv@°dONLNdÕ¯≈“)cesÌ °dONLNd“¯Ê˝)!3-140°dONLNdÿ∞(∞The Pattern ResourN°dONLNdÍ)UceᇰdONLNdÓ"9)3-140°dONLNdÙ∞(∞The Pattern List ResourQÄ°dONLNd !)hceã`°dONLNd5L)3-141°dONLNdú+2((úSummary of QuickDraw Drawing[`°dONLNd3G+^)´3-142°dONLNd9,¶8Ô(5¶Pascal Summary‡°dONLNdI,8)^3-142°dONLNdO9∞E‹(B∞    ConstantsÆ°dONLNdZ9E)@3-142°dONLNd`F∞RÕ(O∞Data T:`°dONLNdfFÕR·)ypes“@°dONLNdlFıR )(3-144°dONLNdrS∞_◊(\∞Routines≠`°dONLNd|SÎ_);3-145°dONLNdÇ`¶l€(i¶    C SummaryᆰdONLNdç`Ôl)I3-149°dONLNdìm∞y‹(v∞    ConstantsÆ°dONLNdûmy)@3-149°dONLNd§z∞ÜÕ(É∞Data T:`°dONLNd™zÕÜ·)ypes“@°dONLNd∞zıÜ )(3-151°dONLNd∂á∞ì€(ê∞    FunctionsÄ°dONLNd¡áì)@3-152°dONLNd«î¶†.(ù¶Assembly-Language Summary~†°dONLNd‚îC†Z)ù3-157°dONLNdË°∞≠”(™∞Data Str``°dONLNd°‘≠Î)$ucturÊ@°dONLNdı°Î≠Ù)esχ°dONLNd˘°≠)3-157°dONLNdˇÆ∞∫∑(∑∞G! °dONLNdÆ∏∫◊)lobal Vº °dONLNdÆ÷∫¯)ariables¿°dONLNdÆ∫$)73-158ˇ?¢@ˇ ˇˇˇˇ@
  5217. ˇ·ˇ‚7^, Palatino&e.3+ä"CHAPTER à)>3
  5218. 4⁄ä˙,     Helvetica    (‡äAbout QuickDraw Drawing
  5219. , (‡    3-3
  5220. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5221. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5222. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5223. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5224. 454+?òÄ
  5225. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5226. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5227. ˛ˇ˛ˇˇ
  5228. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5229. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5230. ˛ˇˇˇˇ
  5231. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5232. ˛ˇˇˇˇ
  5233. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜    ˇˇ—ÚˇÆ°dONLNd8äC÷(@äQuickDraw Drawingˇˇˇˇˇˇ≠>(@3
  5234. °dONLNd\ähê(eäT†¿°dONLNd\êhú)hisóÄ°dONLNd\ùhü) Ä°dONLNd\†hË)chapter describeò¿°dONLNd'\ËhÚ)Hs r¿°dONLNd*\Ûh) ;outines common to both basic QuickDraw and Color QuickDraw °dONLNdeiäu(rä!that you can use to draw lines, rº@°dONLNdÜiuH)ç ectangles, rM°dONLNdíiIu`)2ound∂¿°dONLNdñi`uj)edú °dONLNdòikuq)  r· °dONLNdöiqu√)ectangles, ovals, ar≥°dONLNdÆiƒu»)Sc#@°dONLNdØi…u⁄)s, w∑@°dONLNd≥i⁄u¯)edges, °dONLNd∫väÇœ(äpolygons, and r¥@°dONLNd…vœÇÎ)Eegionsy@°dONLNdœvÏÇB), and to copy image*`°dONLNd‚vCÇQ)Ws fr@°dONLNdÊvQÇg)om o?@°dONLNdÍvgÇfl)ne graphics port to anotherÉ °dONLNdvfiǯ)w. This °dONLNd Éäè(åächapter also describes the r˚Ä°dONLNd(Éè#)woutines ˙‡°dONLNd0É$è7)#that —°dONLNd5É8è).you can use to perform calculations and other °dONLNdcêäú≈(ôä manipulationq°dONLNdoêΔú€)<s of tπ¿°dONLNduê€ú>)hese shapes—includin·Ä°dONLNdâê>úJ)cg c`‡°dONLNdåêKú´)omparing them and fi@°dONLNd†ê¨ú)anding their unions and °dONLNd∑ùä©—(¶äintersections, an/@°dONLNd»ù“©„)Hd mü°dONLNdÀù„©è)%oving, shrinking, and expanding them.°dONLNdÒØäª(∏ä Read this chapter to learn how tù°dONLNdت%)ço dÆ@°dONLNdØ%ª-)ra†‡°dONLNdØ.ª>)    w oÌ`°dONLNdØ>ªÊ)%n all models of Macintosh computers. 2‡°dONLNd>ØÁª)© All of the °dONLNdIºä»ç(≈ärE°dONLNdJºé»ù)=outines described in this chapter depend on your application Ó†°dONLNdáºù»®(≈ùto &Ä°dONLNd亩»±) cr[¿°dONLNd庱»µ)e%`°dONLNdçº∂» )ate a±`°dONLNdíº »
  5235. ) graphics port °dONLNd°…ä’…(“ädrawing envirú‡°dONLNdÆ……’L)?onment as described in the prã°dONLNdÀ…L’å)Éevious chapter°‡°dONLNdŸ…å’„)@, “Basic QuickDrawπ‡°dONLNdÎ…‚’Ï)V.” [Ä°dONLNdÓ…Ï’˙)
  5236. As °dONLNdÒ÷ä‚Â(flänoted in this chapterÊÄ°dONLNd÷‰‚Ò)Z, m∫Ä°dONLNd    ÷Ú‚-)any of these r`°dONLNd÷.‚Ë)<*outines have additional capabilities when °dONLNdA„äÔÈ(Ïäperformed in the morŸ`°dONLNdU„ÈÔÖ)_#e sophisticated color drawing envir‰@°dONLNdx„ÖÔ )úonments described in the next °dONLNdñ临(˘ächapter¬`°dONLNdù´¸·)! in this book7°dONLNd™‚¸;)7, “Color QuickDrawz†°dONLNdº:¸m)X
  5237. .” However@°dONLNdΔm¸Ó)3, if your application does not °dONLNd½ä    ô(äuseç¿°dONLNdË˝ô    õ) ¿°dONLNdÈ˝ú    ≤)color܆°dONLNdÓ˝±    ), or uses only a fewl`°dONLNd˝    ")U colors_†°dONLNd    ˝#    W) , you may fi€@°dONLNd˝W    ∫)4nd it unnecessary to crâ`°dONLNd,˝ª    )deate the drawing °dONLNd=
  5238. ä°(äenvirn†°dONLNdB
  5239. °Ü)0onment described in the chapter “Color QuickDrawfi†°dONLNdr
  5240. Öå)‰.”°dONLNduä(9(%ä'This chapter also describes how to copy=`°dONLNdú:(<)∞ Ω`°dONLNdù<(v)a bit image fr¿°dONLNd´w(≤); om one onscr0‡°dONLNd∑≤( );een graphics port to °dONLNdÃ)ä5Δ(2äanother onscr–°dONLNdŸ)Δ5)<een graphics port. à°dONLNdÏ)5)RT‡°dONLNdÌ)5/)o præÄ°dONLNdÒ)/5˝)-event the choppiness that can occur when you °dONLNd6äB(?äbuild complex images onscr°dONLNd86B’)|.een, your application should use the drawing r$`°dONLNdf6’B˜)œoutines °dONLNdnCäO (Lädescribed in this chapter to cr˝°dONLNdçC O~)Çeate complex images in of¿°dONLNd¶COé)sfscr÷‡°dONLNd™CéO¡) een graphici`°dONLNdµC¬OÍ)4    s worlds.¶†°dONLNdæCÍOÏ)( ˘°dONLNdøCÏOÚ)YπÄ°dONLNd¿CÚO)our °dONLNdƒPä\\(Yä/application can then copy these images to onscr≈`°dONLNdÛP\\)“(een graphics ports, as described in the °dONLNd]äiß(fächapteœ¿°dONLNd!]ßiΩ)r “OfDÄ°dONLNd&]æiÕ)fscr
  5241. †°dONLNd*]Œi)een Graphics WÅ °dONLNd8]ig)Eorlds” in this book.°dONLNdMoä{(xäQuickDraw also supports the cr/°dONLNdko{¨)ç!eation and manipulation of pictur{°dONLNdåo¨{Û)ïes and text. The °dONLNdù|äàß(Öächapteœ¿°dONLNd£|ßàÕ)    r “Pictur≥ °dONLNd¨|Õà)&es” in this book Æ`°dONLNdΩ|àS)Gdescribes the rL†°dONLNdÃ|Tà…)@outines for drawing picturÄ°dONLNdÊ|…àË)ues. For °dONLNdÓâäï†(íä<information about drawing text, see the chapter “QuickDraw T†°dONLNd*â†ïø(í†ext” in °dONLNd2â¿ï
  5242. ) Inside Macintosh: °dONLNdDñä¢ê(üäT°dONLNdEñè¢õ)ext∑Ä°dONLNdHñõ¢†) . °dONLNdK®ä¥(±äThis chapter describes how to,Zapf Dingbats°dONLNdiæä≈è*n
  5243. °dONLNdkªñ«) use the graphics pen°dONLNdÄ–ä◊è(÷än
  5244. °dONLNdÇÕñŸû) crµ@°dONLNdÑÕûŸÃ)
  5245. eate, draw@°dONLNdéÕߺ).2, and manipulate the shapes supported by QuickDraw°dONLNd¡‚äÈè(Ëän
  5246. °dONLNd√flñÎ) draw a copy of a bit imag#†°dONLNd‹flÎ)qe frÜ °dONLNd‡flÎ+)om o≈ °dONLNd‰fl+ÎÈ)+ne graphics port into another graphics port°dONLNdÙä˚è(˙än
  5247. °dONLNdÒñ˝∞) use th!Ä°dONLNdÒ±˝—)e eight-‡°dONLNd Ò“˝ñ)!)color system supported by basic QuickDraw°dONLNdJäè( än
  5248. °dONLNdLñY) (customize QuickDraw’s drawing operations
  5249. H04H0
  5250. @HH4AHH BHB
  5251. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNdv-H@(;HAbout QuickDraw DrawingˇˇˇˇˇˇV˛(;3
  5252. °dONLNdèQä] (Zä QuickDraw prò¿°dONLNdõQ ]P)@ovides your application with r冰dONLNdπQP]≠)Üoutines for rapidly cr̆°dONLNdœQ≠])]eating, manipulating, °dONLNdÂ^äjO(gä-and drawing graphic objects such as lines, ar‡°dONLNd    ^Pja)Δcs, ry °dONLNd    ^ajÆ)ectangles, ovals, rK°dONLNd    *^Øj )Negions, and bitmaps. °dONLNd    @pä|™(yäThese rá`°dONLNd    Gp™|+) outines extract information fr4‡°dONLNd    ep,|X)Ç    om and afë¿°dONLNd    npX|Ä),
  5253. fect the fiL°dONLNd    ypÅ|√))elds of the curr¨Ä°dONLNd    âp√|)Bent graphics port, .°dONLNd    ú}äâœ(Üäwithout specifi°dONLNd    ´}œâZ)Ecally naming it as a parameter¬†°dONLNd    …}Yâ≠)ä. For example, the ,
  5254. Courier¬†°dONLNd    ‹}≠â≈)TMove¬†°dONLNd    ‡}≈â—) prï°dONLNd    „}—âÓ) ocedurg`°dONLNd    È}Óâ)e moves °dONLNd    Òääñ(ìäthe graphics pen of the currR`°dONLNd
  5255. äñ )|-ent graphics port, changing the value of its R`°dONLNd
  5256. :ä ñË)ƒpnLocR`°dONLNd
  5257. ?äËñÒ) fiR`°dONLNd
  5258. BäÒñ)    eld, °dONLNd
  5259. Hóä£Ø(†äand the °dONLNd
  5260. PóØ£Â)%    PaintOval°dONLNd
  5261. Yó£Ò)6 prR`°dONLNd
  5262. \óÒ£) ocedur$¿°dONLNd
  5263. bó£);e paints an oval using the pattern and pattern mode of the .°dONLNd
  5264. ù§ä∞≈(≠ägraphics pen °dONLNd
  5265. ™§Δ∞“)<forƒ°dONLNd
  5266. ≠§“∞˜)      the curr–`°dONLNd
  5267. ∂§˜∞G)%ent graphics port. ˇ#Ñ@ˇ ˇˇˇˇ@
  5268. ˇ·ˇ‚7^
  5269. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  5270. (‡*3-4    )BAbout QuickDraw Drawing4^*¿¯
  5271. °dONLNd\lhâ(elThe prLJ°dONLNd\âh…)evious chapterô¿°dONLNd\…h )@, “Basic QuickDraw±¿°dONLNd&\hÊ)V/,” describes the basic graphics port. The next °dONLNdUiluç(rlchapter°dONLNd\içuÊ)!, “Color QuickDrawH†°dONLNdniÂuö)X+,” describes the color graphics port. The r`°dONLNdôiöuı)µoutines described in °dONLNdÆvlÇú(l this chapteà‡°dONLNdπvúÇß)0r oq°dONLNdºv®ÇO) 'perate in both types of graphics ports.°dONLNd‰àlîı(ëlWhenever you use QuickDrawò†°dONLNd˛àÙîˆ)à;, all drawing is performed with the graphics pen, which is °dONLNd9ïl°Æ(ûldescribed next.
  5272. Δ*Õ¯4«*Õ¯ »l»¯
  5273. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNdI∑lΔ⁄*$The Graphics Penˇˇˇˇˇˇ€r(¬3
  5274. °dONLNd[ÕlŸ„(÷lSEvery graphics port contains one, and only one, graphics pen with which to perform °dONLNdÆ⁄lÊ»*drawing operations. c °dONLNd¬⁄»ÊŒ)\Y#†°dONLNd√⁄ŒÊ˜)Dou use this metaphorical pen to draw lines, shapes, and text. Using °dONLNdÁlÛ¶(l QuickDraw rñ†°dONLNdÁ¶Û):outines, you can set these fiù °dONLNd/ÁÛ„)y/ve characteristics of the graphics pen for the °dONLNd^Ùl~(˝lcurrØ°dONLNdbÙ~À)ent graphics port:,Zapf Dingbats°dONLNdu
  5275. lq(ln
  5276. .°dONLNdwx•)
  5277. visibilityd@°dONLNdŧΔ),    , as stor6†°dONLNdäΔ)"
  5278. ed in the ,
  5279. Courier6†°dONLNdî)*pnVis6†°dONLNdô) fi6†°dONLNdú&)    eld6†°dONLNdü&*)s6†°dONLNd†*B) of th6†°dONLNd¶BI)e 6†°dONLNd®Iy)GrafPort6†°dONLNd∞yé)0 and 6†°dONLNdµéƒ)    CGrafPort6†°dONLNd惠)6 r    °dONLNd¿ ‹)ecor€`°dONLNdƒ€·)d€`°dONLNd≈·Â)s.°dONLNd«l#q("ln
  5280. .°dONLNd…x%¨) size, as storR`°dONLNd÷¨%÷)4
  5281. ed in the R`°dONLNd‡÷%˙)*pnSizeR`°dONLNdÊ˙%)$ fiR`°dONLNdÈ%)    eldR`°dONLNdÏ%)sR`°dONLNdÌ%.) of thR`°dONLNdÛ.%5)e R`°dONLNdı5%e)GrafPortR`°dONLNd˝e%z)0 and R`°dONLNdz%∞)    CGrafPortR`°dONLNd ∞%∂)6 r$¿°dONLNd∂%»)ecor˜ °dONLNd«%Õ)d˜ °dONLNdÕ%—)s.°dONLNd.l5q(4ln
  5282. .°dONLNd+x7ø) location, as storR`°dONLNd'+ø7È)G
  5283. ed in the R`°dONLNd1+È7)*pnLocR`°dONLNd6+7) fiR`°dONLNd9+7)    eldR`°dONLNd<+7#)sR`°dONLNd=+#7;) of thR`°dONLNdC+;7B)e R`°dONLNdE+B7r)GrafPortR`°dONLNdM+r7á)0 and R`°dONLNdR+á7Ω)    CGrafPortR`°dONLNd[+Ω7√)6 r$¿°dONLNd]+√7’)ecor˜ °dONLNda+‘7⁄)d˜ °dONLNdb+⁄7fi)s.°dONLNdd@lGq(Fln
  5284. .°dONLNdf=xIº) pattern, as storR`°dONLNdv=ºIÊ)D
  5285. ed in the R`°dONLNdÄ=ÊI)*pnPatR`°dONLNdÖ=I) fiR`°dONLNdà=I#)    eld oR`°dONLNdç=#I;)f the R`°dONLNdì=;Ik)GrafPortR`°dONLNdõ=kIÄ)0 and R`°dONLNd†=ÄI∂)    CGrafPortR`°dONLNd©=∂Iº)6 r$¿°dONLNd´=ºIŒ)ecor˜ °dONLNdØ=ÕI”)d˜ °dONLNd∞=”I◊)s.°dONLNd≤RlYq(Xln
  5286. .°dONLNd¥Ox[÷) pattern mode, as storR`°dONLNd…O÷[)^
  5287. ed in the R`°dONLNd”O[$)*pnModeR`°dONLNdŸO$[-)$ fiR`°dONLNd‹O-[<)    eldR`°dONLNdflO<[@)sR`°dONLNd‡O@[G) oR`°dONLNd‚OG[M)f R`°dONLNd‰OM[})GrafPortR`°dONLNdÏO}[í)0 and R`°dONLNdÒOí[»)    CGrafPortR`°dONLNd˙O»[Œ)6 r$¿°dONLNd¸OŒ[‡)ecor˜ °dONLNdOfl[Â)d˜ °dONLNdOÂ[È)s.°dONLNd`ll€(ilRThe visibility of the graphics pen simply determines whether the pen draws on the .°dONLNdUmlyx*scrR`°dONLNdXmxyå) een. $¿°dONLNd]måyì)Y9¿°dONLNd^míy—)ou can use the 9¿°dONLNdmm—y˚)?HidePen9¿°dONLNdtm˚y)* and 9¿°dONLNdymy:)ShowPen9¿°dONLNdÄm:yF)* pr  °dONLNdÉmFyc) ocedurfiÄ°dONLNdâmbyÚ)!es to change the pen’s visibility¬¿°dONLNd™mÒyÙ)è..°dONLNd¨lã»(àlThe graphics pen is rÆ °dONLNd¡»ã‚)\Dectangular in shape, and its size (that is, its height and width) ar°dONLNd„ãÍ(à„e °dONLNdålòå(ïlmeasur&¿°dONLNdåçòm)!6ed in pixels. The default size is a 1-by-1 pixel squar© °dONLNdCåmòœ)‡e, but you can use the .°dONLNdZôl•ñ(¢lPenSize°dONLNdaôñ•¢)* prR`°dONLNddô¢•ø) ocedur$¿°dONLNdjôø•')e to change its shape fr˜ °dONLNdÇô&•+)go˜ °dONLNdÉô+•=)m a ˜ °dONLNdáô=•Z)0-by-0˜ °dONLNdçôZ•\) ˜ °dONLNdéô\•v)pixel ˜ °dONLNdîôv•é)squar…Ä°dONLNdôôé•≤)    e to a 32…Ä°dONLNd¢ô≤•µ)$,…Ä°dONLNd£ôµ•ø)76…Ä°dONLNd•ôø•‹)
  5288. 7-by-3…Ä°dONLNd´ô‹•·)2…Ä°dONLNd¨ô·•‰),…Ä°dONLNd≠ô‰•ı)767 .°dONLNd±¶l≤Ñ(Ølpixel ≈ °dONLNd∑¶Ñ≤ú)squarg`°dONLNdº¶ù≤≠)e. If„`°dONLNd¡¶≠≤Y)) you set either the width or the height t4Ä°dONLNdͶZ≤i)≠o 0,™°dONLNdÓ¶i≤k) *°dONLNdÔ¶l≤í)however6†°dONLNdˆ¶í≤ó)&, 6†°dONLNd¯¶ó≤⁄)the graphics pe †°dONLNd¶⁄≤‚)Cn °dONLNd    ≥løà(ºldoes ni@°dONLNd≥âø´)ot drawÄ°dONLNd≥´ø∞)". Ä°dONLNd≥∞øJ)$(Heights or widths of less than 0 arÜ °dONLNd<≥Jøn)öe undefiö`°dONLNdD≥nøá)$ned.) •°dONLNdJ≥áøü)Figurw¿°dONLNdO≥üø≥)e 3-1@°dONLNdT≥¥øÎ) illustrates a °dONLNdc¿lÃ≤(…lgraphics pen of Q`°dONLNds¿≥Ã)G8 pixels by 8 pixels.
  5289. Ó*ˇ¯4Ô*ˇ¯"Ô*]
  5290. ˇ·ˇ‚7^    °dONLNdâ‰lÔñ(Ïl
  5291. Figure 3-1°dONLNdî‰ÆÔ¥)BA0°dONLNdÔÂ)  graphics peP°dONLNd°‰ÂÔÍ)1n
  5292. ˇ*µ¯4˛ˇò@@@ˇ?¡    Õˇ¿¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯ò@@Ä@Ä?    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯ò@ÄúÄúõ    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯òÇ@HHÜ$˜Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5293. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ˇ?'ÅÅÅŨˆÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎ≥ˆÎÅÅÅ‹ÎÏ¥ˆÏÅÅÅ‹ÏÎ¥ˆÎÅÅÅ‹ÎÏ¥ˆÎÅÅÅ‹ÎÎ¥ˆÏÅÅÅ‹ÏÎ¥ˆÎÅÅÅ‹ÎÎ¥ˆÎÅÅÅ‹ÎÏ¥ˆÏÅÅÅ‹ÏÎ¥ˆÎÅÅÅ‹ÎÏ¥ˆÎÅÅÅ‹ÎÎ¥ˆÏÅÅÅ‹ÏÎ¥ˆÎÅÅÅ‹ÎÎ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÏ¥}ˆÏÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÏÎ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÏ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÎ¥}ˆÏÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÏÎ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÎ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÏ¥}ˆÏÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÏÎ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÏ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÎ¥}ˆÏÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÏÎ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÎ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÏ¥}ˆÏÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÏÎ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÏ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÎ¥}ˆÏÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÏÎ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÎ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÏ¥}ˆÏÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÏÎ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÏ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÎ¥}ˆÏÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÏÎ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÎ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÏ¥}ˆÏÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÏÎ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÏ¥}ˆÎÅ…˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÎ¥}ˆÏÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÏÎ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÎ¥}ˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÎÏ¥}ˆÏÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝¸ˇıÏÎ¥yˆÎÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÏ¥/ˆÎÅÅ®˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÎ¥/ˆÏÅÅ®˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇÏÎ¥/ˆÎÅÅ®˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇÎÎ¥/ˆÎÅÅ≠¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇÏÎÏ¥/ˆÏÅÅ≠¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇÏÏÎ¥/ˆÎÅÅ≠¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇÏÎÏ¥/ˆÎÅÅ≠¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇÏÎÎ¥/ˆÏÅű˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇËÏÎ¥/ˆÎÅű˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇËÎÎ¥/ˆÎÅű˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇËÎÏ¥/ˆÏÅű˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇËÏÎ¥/ˆÎÅŵ˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ‰ÎÏ¥/ˆÎÅŵ˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ‰ÎÎ¥/ˆÏÅŵ˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ‰ÏÎ¥/ˆÎÅŵ˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ‰ÎÎ¥/ˆÎÅÅπ˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ‡ÎÏ¥/ˆÏÅÅπ˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ‡ÏÎ¥òÇ@ÄHHÜ ¯Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5294. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ä?'/ˆÎÅÅπ˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ‡ÎÏ¥/ˆÎÅÅπ˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ‡ÎÎ¥/ˆÏÅÅΩ˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ‹ÏÎ¥/ˆÎÅÅΩ˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ‹ÎÎ¥/ˆÎÅÅΩ˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ‹ÎÏ¥/ˆÏÅÅΩ˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ‹ÏÎ¥7ˆÎÅŒˇÒˇˇà˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇÿÎÏ¥5ˆÎÅŒˇÒˇÜ˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇÿÎÎ¥IˆÏÅŒˇ˝ˇˇˇˇ˛ˇ˝ˇˇˇ˛ˇê˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇÿÏÎ¥MˆÎÅŒˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇë˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇÿÎÎ¥MˆÎÅŒˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇˇï˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ’ÎÏ¥KˆÏÅŒ˝ˇˇˇ˛ˇ˛ˇ˛ˇˇˇˇˇï˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ’ÏÎ¥/ˆÎÅÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ’ÎÏ¥/ˆÎÅÅ≈˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ’ÎÎ¥/ˆÏÅÅ»˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ–ÏÎ¥3ˆÎÅŒˇÅ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ–ÎÎ¥3ˆÎÅŒˇÅ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ–ÎÏ¥3ˆÏÅŒˇÅ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ–ÏÎ¥5ˆÎflÚˇÅˇÅ¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇÃÎÏ¥3ˆÎfl‚ˇèˇÅ¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇÃÎÎ¥7ˆÏ‡˛ˇıΡîˇÅ¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇÃÏÎ¥7ˆÎ‡˛ˇÊ˘ˇïˇÅ¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇÃÎÎ¥CˆÎ‡ˇˇÊ¯ˇïˇ˛ˇ˚ˇˇ£˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ»ÎÏ¥EˆÏ‰ÛˇÓ¯ˇïˇˇˇ¸ˇˇ£˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ»ÏÎ¥VˆÎˢˇ„˛‰„˛‰„Ùˇ˘˝ˇëˇˇ˝ˇ˘ˇˇˇ˛ˇ≠˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ»ÎÏ¥eˆÎÏ˙ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰Ûˇíˇ˛ˇ˛ˇˇˇ˚ˇˇˇÆ˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ»ÎÎ¥~ˆÏÔ˝ˇ‰ˇˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰Ûˇüˇˇ˛    ˇˇˇˇˇˇ˛ˇˇˇ≤˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇƒÏΥLjÎˇˇ„‰‰ˇˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰Ûˇ•ˇˇ˝˛ˇˇˇ˚ˇˇˇ≤˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇƒÎÎ¥sˆÎÚ˛ˇ˛‰ˇˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰¯ˇ‰„˛‰„ˆˇØˇâ˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇƒÎϥ܈ÏÙ˛ˇ‰‰„‰ˇˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰˛ˇÛˇˇ˛‰„˛‰„˛‰„˛‰„˛‰„‰¯ˇ∑ˇâ˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇƒÏÎ¥ìˆÎıˇˇ˛‰„‰‰ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇˇÙ˛ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰¯ˇøˇÒˇû˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ¿ÎÏ¥òˆÎıˇ‰‰„˛‰ˇˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰˚ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˜ˇ»ˇÒˇû˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ¿ÎÎ¥•ˆÏıˇ˛‰„‰‰ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÛˇˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„¯ˇ–ˇÒˇû˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ¿ÏΥƈΈˇˇ‰‰„˛‰ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÛÛˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰¯ˇÿˇÒˇû˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ¿ÎÎ¥µˆÎˆˇ‰„˛‰„ˇˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÛÙˇˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰¯ˇ‡ˇÒˇ¢˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇºÎÏ¥æˆÏˆˇ‰‰„˛‰ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÛˇˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰¯ˇËˇÒˇ¢˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇºÏÎ¥≈ˆÎˆˇ‰„˛‰„ˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÛÛˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰˜ˇÒˇÒˇ¢˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇºÎÏ¥”ˆÎˆˇ˛‰„‰‰ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÛÙˇˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰˙ˇ˝ˇ¸ˇÒˇ¢˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇºÎÎ¥÷ˆÏˆˇˇ˛‰„‰ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÛÛˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˚ˇÏθˇˇÒˇ¶˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ∏ÏÎ¥ÿˆÎıˇ‰‰„‰‰ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰ˇÛÛÙˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰˛ˇÎÎÏ˛ÎÏ˛ÎÏ˝ˇÚˇ¶˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ∏ÎÎ¥⁄ˆÎıˇˇ˛‰„ˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇÙÛˇˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰˝ˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˝ˇÙˇ¶˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ∏ÎÏ¥’ˆÏÙˇ„˛‰ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÛÙˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰˝ˇÎÏÎÏÎÏÎÏίˇÎÏˇˇıˇ¶˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ∏ÏÎ¥—ˆÎÙˇˇ‰‰„ˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇˇÙˇˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰˛ˇÎÎÏ˛Îϸˇ˚˘ˇ˜ˇ™˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇµÎÏ¥‘ˆÎÛˇˇ‰‰ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇÛÛˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛ˇÎÏ˛ÎÏ˛ˇˆˇ˛˜ˇΡ™˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇµÎΥÈÏÚˇˇ‰ˇˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇÙÛˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰˛ˇÎÏÎÏβˇÙˇı˜ˇØ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇµÏÎ¥ŒˆÎÒˇˇ‰ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇÛÛˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇˇÏ˛ÎÏΡˇÚˇÒˇ˝˜ˇ∏˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ˝¸ˇµÎÎ¥÷ˆÎ˝ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÛÙˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇ˛ÎÏÎΡˇÚˇˇ˚˝ˇ˝˝ˇ˝˝ˇ˝ˇ˛ˇ¿˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ∞ÎÏ¥“ˆÏÔ˛ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰ˇÛÛˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ „‰‰ˇˇÏÎÏÎÏˇˇÓˇ˝˝ˇ˝˝ˇ˝˝ˇ˘ˇˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ∞ÏÎ¥ŒˆÎÓ˛ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÛÙˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰˛ˇ˛ÎÏˇˇÓˇˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ∞ÎÏ¥ÕˆÎÌ˛ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÛˇˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÎÎÏÎΡԽˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ˝˝ˇ∞ÎÎ¥ÀˆÏÏ˛ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇÛÛˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇˇÎÏÎÏˇˇÎ˝ˇ˝˝ˇˇ˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ¨ÏÎ¥»ˆÎνˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰ˇÛÛˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇˇ˛ÎÏΡͽˇ˝˝ˇˇ˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ¨ÎÎ¥√ˆÎÈ˝ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇÙÛˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰    „‰ˇˇÎÏÎΡˇÍ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ¨ÎÏ¥æˆÏʸˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÛÙˇˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇÎÏÎÏÎˇÈ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ˝˝ˇ¨ÏÎ¥∫ˆÎ‚¸ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇˇÛÛˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÎÎÏΡˇÌ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ®ÎÏ¥¥ˆÎfi¸ˇ˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇˇÙˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÎÏ˛ÎˇÏ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ®ÎÎ¥±ˆÏ⁄¸ˇ„˛‰„˛‰„˛‰„˛‰„‰‰ˇÛˇˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰ˇÏÎÏÎÏˇÏ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ®ÏÎ¥¨ˆÎ÷¸ˇ˛‰„˛‰„˛‰„˛‰ˇˇÛˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÎÏ˛ÎˇÏ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ˝˝ˇ®ÎÎ¥£ˆÎ“˚ˇ„˛‰„˛‰„‰‰˝ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇ˛ÎÏΡ˽ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ§ÎÏ¥†ˆÏÕ¸ˇ‰„˛‰„‰‰ˇÛˇˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇÏÎÏÎÏˇË˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ§ÏÎ¥´ˆÎ…¸ˇ„˛‰¸ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇ˛ÎÏΡ˽ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇˇˇ¸ˇ¸ˇ˝ˇ„˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ§ÎÏ¥¶ˆÎ≈¸ˇ‰‰˝ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÎÏ˛ÎˇË˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇˇˇˆˇ˝ˇ„˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇ˝˝ˇ§ÎÎ¥†ˆÏ¡¯ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰ˇÏÎÏÎÏˇÏ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇÊ ˇˇˇˇˇ˚ˇ˛ˇË˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ†ÏÎ¥†ˆÎΩ˙ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÎÏ˛ÎˇÏ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯Ûˇ˝˘ˇ ˇˇˇˇˇˇÁ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ†ÎÎ¥òÇÄúHHÜ$˘Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5295. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúõ'£ˆÎ∫˚ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇ˛ÎÏÎˇÏ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇˇˇˇ˝ ˇˇˇˇˇˇÁ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ†ÎÏ¥ùˆÏµ˙ˇ˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇÏÎÏÎÏˇÏ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇˇˇ˛ˇˇ˝ˇˇˇˇË˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇ˝˝ˇ†ÏΥňÎØ˙ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„ˇˇÎÎÏΡˇÈ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇ‚ˇ›˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇúÎÏ¥|ˆÎ©˚ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇˇÏ˛ÎÏˇÈ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇÂ˛ˇ‹˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇúÎÎ¥rˆÏ§˙ˇ„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰    „‰‰ˇˇÏÎÏÎˇÈ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇúÏÎ¥mˆÎû˙ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇˇ˛ÎÏˇˇÍ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˛˝ˇúÎÎ¥gˆÎò˙ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰‰ˇÎÏ˛ÎˇÓ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇòÎÏ¥cˆÏí˚ˇ‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰    „‰ˇˇÎÏÎÏˇˇÔ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇòÏÎ¥^ˆÎç˙ˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰„˛‰ˇÏ˛ÎÏˇˇ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇòÎÏ¥YˆÎá˙ˇ‰‰„˛‰„˛‰„˛‰„˛‰„˛‰„‰ˇÎÎÏ˛ÎˇˇÒ˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¯ˇ¡˝ˇ˝˝ˇ˝˝ˇ˝˝ˇ¸˛ˇòÎÎ¥PˆÏÅ˙ˇ‰„˛‰„˛‰„˛‰„˛‰
  5296. „ˇˇÏÎÏÎÏΡˇÓ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇïÏÎ¥MˆÎÅ˚˙ˇ‰‰„˛‰„˛‰„‰‰ˇˇÏ˛ÎÏβˇ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇïÎÎ¥IˆÎÅı˚ˇ˛‰„˛‰„‰ˇˇÎÏ˛ÎÏβˇÚ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇïÎÏ¥FˆÏÅ˙ˇ‰‰„‰˛ˇÏÎÏÎÏÎÏ˘ˇ˘˝ˇ˝˝ˇ˝˝ˇ˝¸ˇ˝ˇΩ˝ˇ˝˝ˇ˝˝ˇ˝¸ˇïÏÎ¥;ˆÎÅͯˇÎÎÏ˛ÎÏ˛ÎÏÚˇ˝˝ˇ˝˝ˇ˝¸ˇ∏˝ˇ˝˝ˇ˝˝ˇ˝¸ˇïÎÏ¥ˆÎʼn˘ˇ˛ÎÏÎνˇÅãÎÎ¥ˆÏÅ›˘ˇ˚ˇ‚ˇÅØÏÎ¥ˆÎÅœˇ‚ˇÅØÎÎ¥ˆÎÅœ‡ˇÅØÎÏ¥ˆÏÅ¿ˇÅûÏÎ¥ˆÎÅ¿ˇÅûÎÏ¥ˆÎÅ¿ˇÅûÎÎ¥ˆÏÅ¿ˇÅûÏÎ¥ˆÎÅ¿ˇÅûÎÎ¥ˆÎÅ¿ˇÅûÎÏ¥ˆÏÅ¿ˇÅûÏÎ¥ˆÎÅ¿ˇÅûÎÏ¥ˆÎÅ¿ˇÅûÎÎ¥ò@@@õ⁄    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯    Õˇ‡¯¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡
  5297. ¸!›„ÄÃ
  5298. ÑA(ÄÃ
  5299. Ñ°(Äà       ATëÀ    Ú!U»pQÀ    "G¡¢À    B(!¢À    x‚ ~8À¡¡¡¡¯Ä@:0@¯”˛
  5300. "Äå à”#5µòA≥9ú‡â㑬ë$HÇâIJAâ‘Bë$xƒBáIAÅÁ⑬HÄÑ$íÄÇ‘HêàB$íîÇ    ‘√x¿‡81√«s~Œ v‘ ˛ ˘@œò@@Ä@Ä⁄ ˛Ä˙¿œ¡¡+'¿„Ä 0ÉÒà'8Åá¿È'Δò!D˝à@Ê-),vqÄ™0Ìg8Óãr«G3Á,D∂a¨±•€9d+1ˆñ«fiX–Î-)%%$ÅTíI$äR…%Rí"Q$àì$àîäííàHëD!EJ@Î-)$≈'Å$r    $âí/!Rí"Q%í‰àîííÉHp®!¬§J@Î,(HJHI$I§0B$§$D¢J&F&$%ë!PB$ÖHìÍ,(JJI    $íI§2J$§§D¢J&H("!%$ë †D$ÇàîÍ,(fl;Ã9¶~…Œ‹Öòcùº?=«π‹vflNwnCÅΩõ¸q°AÊÖ;∑ÍÙĈˆÄÎııĘÍ¡¡ŸÄ`@›‡‹¸Ä"`ÄÄ‹lÔf>r¿ÌÊ *áú·" y‹Ä‹"JI%BJRóâíATD@IH?€"Iâ%AàûQëÅT<@I0!€Dêí$J$Äí Ëæ     ÅÄíB€Dîí$J$Ñî§(Ç    $Å(ÄíêB€‹fi4{ùé1N. ÿ8√Å√¡Œ€
  5301. Ú˚ÿ
  5302. Úp˚ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ ˸œ˛@0˛@œ˛ £œñœ6ÏX    cÄ—BI)íI$§@)–"I/íI$º@(–ƒíPQ$íI@Ä"P–$íRë$íIHÄ"R–Ó9ÿ€∏icàÓÿ@—˛ ˝ Œ˛8‡˝‡ Œ¡¡¯¿¿˛ÃœÄÄ˝à Ä” n‡)cå[ú∞ ãg{1‹∞‘I Q)$IDê    RHëDÄ‘‚I â)<FDê    LHqDÄ‘ÑíAÚR@Çâ $Ñë"â”DíB
  5303. RHíâ $§ë"â”ΔùΔ>fic∏Ád~ÊÒ¢Á”ˆÕˆÕ¡¡¿@| œò@ÄúÄú6˛Ä D—ˆqÅEBÀa›À“¬%$Ç    HÑ@Ñâ$îH“"%ÇxD@Ñâ‰H“DJÄàÅ    (ê“DJIRêHÅI(ê“k ò¬1¯á«s .p“˘ ˘ ¡¡ŸÄ˝ÄÕ ÄÕ lÔf;ñÄÕ
  5304. "JI(ê Ã
  5305. "Iâ(êÃ
  5306. Dêí$Q Ã
  5307. Dîí$Q D"Ã
  5308. ‹fi4\‡qxá¡¡¡¡¡¡¡¡òÇ@HHÜ ˙IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5309. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@õ⁄'ˆÏÅ¿ˇÅûÏÎ¥ˆÎÅ¿ˇÅûÎÎ¥ˆÎÅ¿ˇÅûÎÏ¥ˆÏÅ¿ˇÅûÏÎ¥ˆÎÅ¿ˇÅûÎÏ¥ˆÎÅÅÅ‹ÎÎ¥ˆÏÅÅÅ‹ÏÎ¥ˆÎÅÅÅ‹ÎÎ¥!ˆÎÅ¡ˇˇˇˇ˝ˇˇˇÅ¨ÎÏ¥ ˆÏÅ¡ˇˇˇˇ¸ˇˇˇÅ¨ÏÎ¥ˆÎÅ¡ˇˇˇˇˇ¯ˇÅÆÎÏ¥%ˆÎÅ¡ˇˇˇˇˇˇˇˇˇˇÅØÎÎ¥$ˆÏÅ¿ˇˇˇˇˇˇˇˇÅØÏÎ¥$ˆÎÅ¿ˇˇˇ˛ˇ˛ˇˇÅØÎÎ¥ˆÎÅÅÅ‹ÎÏ¥ˆÏÅÅÅ‹ÏÎ¥ˆÎÅÅÅ‹ÎÏ¥ˆÎÅÅÅ‹ÎÎ¥ˆÏÅÅÅ‹ÏÎ¥ˆÎÅÅÅ‹ÎÎ¥ˆÎÅÅÅ‹ÎÏ¥ˆÏÅÅÅ‹ÏÎ¥¨ˆ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ¥¨ıÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎ¥ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ+͸ˇ˝˚ˇ˝ˇ˝˛ˇ˛ˇˇ¸˛ˇ˘˛ˇ˛˛ˇÅÅÅ“:͡˛ˇ˝ˇ˝˛˛˛¸ˇ˛ˇ˛ˇ¸˛˘ˇ˛ˇˇ˛ˇÅÅÅ“7͡˝ˇ˛ˇ˝ˇˇˇ˝ˇ˛ˇ˛ˇ¸ˇıˇˇ˛ˇÅÅÅ“7Ρ˝ˇ˛ˇ˝ˇˇˇ¸ˇˇˇˇ˚ˇ˜ˇˇˇ˛ˇÅÅÅ—@Ρ˝˛˛˛˛ˇ˛ˇ˛ˇ˝˛ˇ˛ˇ˛ˇˇˇ˝ˇˇ˛¸ˇ˛˛˛ÅÅÅ—1Ïˇ˝ˇ˛ˇˇ˛¸ˇ¸ˇ˛ˇ˙ˇıˇˇ˛ˇÅÅÅ–<Ïˇ˛ˇ˝ˇ˛ˇˇ¸ˇ˝ˇ˛ˇ˙ˇ˛ˇ˝ˇ˛ˇˇ˛ˇÅÅÅ–<Óˇˇ˛ˇˇ˝ˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˚˛˛ˇ˛ˇ¸ˇ˛ˇ˛˛ˇÅÅÅŒÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅ.Í˚ˇ˛ˇÊ˛ˇ˘ˇ¯ˇ˘˛ˇˇÓˇˇ¸ˇÛ¸ˇÅÅé4͡˛ˇ„ˇ˛ˇ˚˛ˇ¯ˇ˙ˇ˛ˇ˛ÌˇÏˇ˛ˇÅÅép͡ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¯ˇ˙ˇ˘ˇˇ¸ˇ¸
  5310. ˇˇˇˇˇˇ˛˝ˇ˛˛ˇˇˇ˛ˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇˇÅÅôpνˇ˝ˇˇˇ˛ˇˇˇ˛ˇˇ˚ˇˇ˘ˇ˘ˇˇ¸ˇ¯ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇ˛ˇˇÅÅôyΡˇ˝ˇˇ˛˛˛ˇˇ˛ˇˇ˛ˇ˘ˇ˛ˇˇ˛ˇ˙ˇ˛ˇ˝ˇ˝˛ˇˇˇ˝ˇˇ˛˛˛ˇˇˇ˛ˇ¸˛ˇ˚˛˛ˇˇˇ˛ˇ˛ˇ˛ÅÅôdÏˇ˙ˇˇˇ˝ˇˇˇ˛ˇˆˇ˙ˇ˙¸ˇ˝ˇ¸ˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇ˙ˇ¸ˇ¸ˇ˚ˇˇÅÅòtÏˇ˙ˇˇ˚ˇˇˇ˛ˇˇ˝ˇ˛ˇ˙ˇ˚ˇ¸ˇ˝ˇ˝ˇ˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇ¸ˇ¸ˇˇ˛ˇˇÅÅòxÓˇˇ˛¸ˇˇ˛ˇˇ˛˝ˇˇ˛˛ˇ˛ˇ˛˚ˇ˛ˇ˙˛ˇ¸ˇˇ˛ˇˇ˛˝˛ˇ˛˛˛ˇˇ˛ˇˇˇ˛ˇˇˇˇ˛˛ˇ    ˛ˇˇ˛ˇ˛ˇ¸ˇ˛ˇ¸ˇ˛˛˛ˇˇ˛ˇÅÅò„ˇ˛ˇªˇÅÅÅÎòÇ@ÄHHÜ$˚IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5311. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ä⁄'„˛ˇª˛ˇÅÅÅÎÅÅÅÅÅÅÅÅfͲˇÙˇ˛ˇˇˆ˛ˇ˛˛ˇÙˇÏˇˇıˇˇÊˇˇ¸˚ˇ˛ˇˇ˛ˇ˚ˇÛˇ˛ˇÎˇÚˇ˛˛ˇˆˇ˚ˇˇ˝¸ˇË¸ˇÍˇÅ¡a͡ӡıˇ˛˛˛ˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˙ˇ˛˛˛⁄˛ˇ˛ˇÔˇ¸˛˛˛Ëˇ˛ˇÅ©Íˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˙ˇˇˇˇ˛ˇˇ˝˛ˇ    ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˝˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇˇˇ¸ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ¸ ˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛¸ˇˇˇ˝ˇ˝    ˇˇˇˇˇˇ˛¸ˇ˝ˇˇˇˇ˛ˇˇˇÅÕ(Ρ˛ˇˇˇˇˇˇˇˇˇ˚!ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  5312. ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚˝ˇˇˇ˛ˇ˛ˇˇˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇÅÀΡ˛ˇˇˇˇ˛ ˇ˛ˇˇˇ˛ˇ˚˛ˇˇ˛ˇˇ˛ˇ¸ ˇ˛ˇˇˇ˛
  5313. ˇ˛ˇ˛ˇˆˇ˛ˇ˛ˇ˝˛˛ ˛ˇˇ˛ˇ˚    ˇˇ˛ˇ˛ˇ˛ˇˇ˛˛˛ˇˇ˛˝ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇ¸ˇ˛˝ˇ˝ˇˇ˝ˇˇ˛˝ˇˇˇ¸ˇ˝˛˛˛˛˛ˇˇ˝ˇˇˇˇ˛ˇˇˇˇÅÀÏˇ˛ˇˇ˝ ˇˇˇˇˇ¯ˇˇˇˇˇˇ¸ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˝ˇ˛
  5314. ˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇ¸ˇˇ˛ˇ˝ˇˇ˛ˇˇ˝ˇˇˇ¸ˇ˝ˇ˛ˇˇˇ˝ˇˇˇˇ˛ˇˇˇˇÅ…Ïˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇ¸ˇˇˇˇˇˇˇˇˇˇ˛
  5315. ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇˇˇˇ˚ˇ˛ˇˇˇ¸ˇ˛ˇ˛ˇ˝ˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇ¸ˇˇ˚ˇ˛ˇ˝ˇˇˇ¸ˇˇ˛ˇ˛ˇˇˇÅ«(Óˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛˚ˇ˛ˇ˛˛ˇ ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˝˛ˇˇˇˇ˝˛ˇ˛˛ˇˇˇ˛ˇˇ˛ˇ˛˝˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛˛˛˛ˇ˛ˇˇˇ˛ˇˇ˛˛(˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛˝˛ˇ˚ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇˇ˝ˇ˛¸ˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ˝˛ˇ˛ˇ˛ˇˇˇ˛ˇˇÅ…$ôˇüˇ˛ˇˆˇ˛ˇ˙ˇ•ˇ˛ˇÅ õˇù˛ˇÙ˛ˇ¯ˇˇ¶˛ˇÅ»ÅÅÅÅÅÅÅÅGͲˇˇˇˇˇ„ˇÎˇÎˇ˛ˇˇ˚ˇÏ˛ˇ˛ˇˇÚˇ˝˛ˇ˝ˇÍ˛ˇ˛ˇÅÅ‘T͡˛ˇ˛ˇÙ˛Ùˇ“ˇˇˇ˙ˇˇˆˇ˜ˇ˛ˇ˛ˇÙ˛ˇ˛ˇ˛ˇ˛ˇÙˇ˜ˇ˝ˇÅÅ“°Íˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛¸ˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ˙ˇˇˇ˙ˇˇ˝˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇ˚ˇ˛ˇ˛ˇ˛ˇ˚˝ˇ˛ˇ˛ˇ¸ˇ˝ˇÅÅ“•Îˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ¯ˇˇ˝ˇ˛ˇˇ¸ ˇˇˇˇˇ¸ˇˇˇˇ¸ˇˇ˙ˇ˛ˇ˛ˇ˛ˇ˙ ˇˇˇˇˇ¸˚ˇÅÅ—¢Îˇ˛ˇ˛
  5316. ˇˇˇ˛ˇ˛ˇ˛˝˛ˇ˛ˇˇ˛˛˛ˇˇ¸˛ˇ˛ˇ˛ˇ˛˛ˇ˘˛˛˛ˇ˛ˇ˛˛˛¸ˇˇ˛˛˛ˇ˚˛ˇ˛ˇ˚ˇ˘ˇ˝ˇ˛ˇˇ˛ˇ˙
  5317. ˇˇ˛ˇ˛˚ˇ˝˛ÅÅ—îÏˇ˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇˆ¸ˇˇ˛ˇ¸ˇ¸ˇˇˇ¸ˇ˚ˇ˛ˇ˙ˇ˘ˇ˙ˇ˛ˇ˙ˇˇˇ˝ˇ¸ˇ˝ˇÅÅ–†Ïˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇıˇˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ˚ˇ˛ˇ˚ˇˇ˙ˇ˚ˇ˝ˇ˙ ˇˇˇˇˇ¸ˇ˝ˇÅÅ–§Óˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇ˛˛˛˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˛ˇ¯˛ˇ˛ˇ˚˛¸ˇˇ˛˝ˇˇ˛ˇ˙ˇ˛ˇ¸ˇ˛ˇˇ¸˛ˇ˛ˇ˛˝˛ˇ˚ˇˇ˛˝˛ˇ˛¸ˇˇ˛ˇ˛ˇÅÅ–ÜˇΔˇÅÅπà˛ˇ»˛ˇÅÅπÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÁˇÒˇˇˆ˛ˇˇ“˛ˇÅÅÅ!˲ˇ˜ˇ˛ˇˇ‰˛ÔˇÅÅÅÓ]Èˇˇ˛˝ˇ˝ˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇ
  5318. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇˇ˛˛ˇÅÅÅ˙`͡ˇ˝ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅÅ˘_Ρ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛˝ˇ˙ˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ¯˛˛˛ˇˇÅÅňWϸˇ˛ˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ¯ˇ˛ˇˇˇÅÅÅıdÌˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅůgÓˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇˇˇ˛ˇˇ˙ˇ˛ˇ˝
  5319. ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝    ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ ˇ˛ˇˇ˛ˇˇ˛ˇˇ˝˛ÅÅÅ˚¡¸ˇ⁄ˇËˇÅÅÅÊÁ˛ˇ˛˛ˇ‹˛ˇÍˇÅÅʼnÅÅÅÅÅÅÅÅ%Í˚ˇˆˇˇ˜ˇˆˇˇ›ˇˇˇˇˇÅÅÅÔ-͡˝ˇ˘˛ˇ˜ˇıˇ⁄ˇ˛ˇÙˇÙˇÅÅäw͡˝ˇˇˇˇˇ˛ˇ˛ˇ˙ˇˇˇˇˇ˛˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˘ˇˇˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅï{Ρ˝ˇˇˇˇˇˇ˚ˇˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅí{Ρ˛˛ˇ˛ ˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˛˘ˇ˛˛
  5320. ˛ˇˇˇˇ˛ˇˇ˝ˇˇ˛˛˛ˇ˛ˇˇÅÅísÏˇˇ˝ ˇˇˇˇˇ¸¸ˇˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅë|Ïˇ˛ˇ˛ ˇˇˇˇˇ˝ˇ¸ˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅëÇÓˇˇ˛ˇ˛˛ ˛ˇˇˇˇ˛ˇˇ˛˛˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛˛˛˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇˇˇ˛    ˇˇ˛ˇ˛ˇˇÅÅë §ˇÅÅÅfl ¶ˇÅÅÅ›ÅÅÅÅÅÅÅÅ͸ˇÊ˛ˇÍˇÚ¸ˇ˝ˇÅÅÅÏòÇÄúHHÜ ¸Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5321. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú6'(͡˛ˇÊˇÈˇ¯ˇ˚˛˛˛ÎˇÅÅÅ˛c͡˛ˇˇ˝ˇˇˇ˛ˇ˛ˇˇ˚ˇ˚ˇˇ˛ˇˇ˜ˇˇ˛ˇ¸ˇ¸ˇ˝ ˇˇˇˇˇˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇÅÅâeνˇ˝ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇˇˇˇ¯ˇˇ˝ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅÜfΡ˛ˇ˛ˇ˛ˇˇ˛¸ˇˇ˛ˇ¸ˇ¸˛ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˛˛ˇˇ¸˛ˇ˛ˇˇÅÅÜZÏˇ˛ˇ˛ˇ˛ˇˇˇ¸ˇ˘ˇ¸ˇ˝ˇˆ¸ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇ¸ˇ¸ˇˇ˛ˇˇÅÅÖmÏˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ¸ˇ˛
  5322. ˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅÖrÓˇˇ˛ˇˇ˛ˇˇ˛˛˛ˇˇˇˇ˝ˇ˛¸ˇˇ˛˛ˇˇˇ˛ˇ˛˝ˇ˛ˇˇ˛ˇˇ˛˛ˇ˛ˇ˝˛˛ˇ˛˛
  5323. ˛ˇˇ˛ˇˇˇˇ˝ˇ˛˝    ˇˇ˛ˇ˛ˇˇÅÅÖ ªˇÅÅÅ» ΩˇÅÅÅΔÅÅÅÅÅÅÅÅͲˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅ⁄,͡˛ˇ˛ˇÙ˛ÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅ⁄A͡˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˘ˇ˘ˇÅÅÅ⁄BΡ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˘ˇˇ˘ˇÅÅÅÿ>Ρ˛ˇ˛
  5324. ˇˇˇ˛ˇ˛ˇ˛˝˛ˇ˛ˇˇ˛ˇ˛˜ˇ˚ˇÅÅÅ◊@Ïˇ˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅÅ’IÏˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ˛ˇ˝ˇ˛ˇÅÅÅÿHÓˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇ˛˛    ˛ˇˇ˛ˇ˛ˇ˚˛ˇˇ˛ˇ˛˛ˇÅÅÅ÷ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅò@@@6v¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ä@Äv∂¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúÄú∂“¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òÇ@HHÜ$˝Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5325. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@6v'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅòÇ@ÄHHÜ ˛Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5326. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Äv∂'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅòÇÄúHHÜ$ˇÄ˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5327. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú∂“'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅò@@@“¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ä@ÄQ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúÄúQm¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òÇ@HHÜ IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5328. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@“'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅòÇ@ÄHHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5329. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ÄQ'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅòÇÄúHHÜ IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5330. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúQm'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅò@@@m≠¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ä@Ä≠Ì¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@ÄúÄúÌ    ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òÇ@HHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5331. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@m≠'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅòÇ@ÄHHÜ IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5332. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ä≠Ì'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅòÇÄúHHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5333. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄúÌ    'ÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅÅˇO‘@ˇ ˇˇˇˇ@
  5334. ˇ·ˇ‚7^
  5335. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äAbout QuickDraw Drawing
  5336. , (‡    3-5
  5337. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5338. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5339. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5340. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5341. 454+?òÄ
  5342. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5343. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5344. ˛ˇ˛ˇˇ
  5345. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5346. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5347. ˛ˇˇˇˇ
  5348. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5349. ˛ˇˇˇˇ
  5350. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähA(eä'The graphics pen can be located anywherd°dONLNd'\Ahê)∑e on the local coor(†°dONLNd:\ëh)Pdinate plane of the graphics °dONLNdWiäuΔ(räport, and ther< °dONLNdei«u◊)=e arJ¿°dONLNdii◊u)e no r @°dONLNdoiu›)5estrictions on the movement or placement of the pen. F@°dONLNd§i›u„)ÌY¿°dONLNd•i„u) ou can use .°dONLNd∞väÇú(äthe ,
  5351. Courier°dONLNd¥vúÇ¿)MoveTo°dONLNd∫v¿Ç’)$ and °dONLNdøv’ÇÌ)Move°dONLNd√vÌǢ) prR`°dONLNdΔv˘Ç) ocedur$¿°dONLNdÃvÇ∫)%es to change the pen’s location, whic$¿°dONLNdÒv∫Çfl)§h is defi$¿°dONLNd˙vflÇ)% ned by the °dONLNdÉäèê(åäp°dONLNdÉêè)oint that positions the uppe°dONLNd"Éè)~rR`°dONLNd#Éè)-lR`°dONLNd%Éèx)eft corner of the pen. $¿°dONLNd<Éxè)^Y9¿°dONLNd=É~èΩ)ou can use the 9¿°dONLNdLÉΩè·)?GetPen9¿°dONLNdRÉ·èÌ)$ pr  °dONLNdUÉÌè
  5352. ) ocedurfiÄ°dONLNd[É    è)e .°dONLNd]êäú(ôäto determine the pen’s curr!°dONLNdxêú:)xent location. _¿°dONLNdÜê:ús)8 As shown in J°dONLNdíêtúå):Figur¿°dONLNdóêåú†)e 3-1∫@°dONLNdúê†ú), the pen draws below °dONLNd≤ùä©i(¶ä6and to the right of the point specifying its location.°dONLNdÈØäª√*DThe pattern and pattern mode determine how the bits under the pen ar¿°dONLNd-؃ª”(∏ƒe af܆°dONLNd1Ø”ª ) fected when °dONLNd=ºä»4(≈ä&your application draws lines or shapes†°dONLNdcº5»:)´. !@°dONLNdeº:»A)A[‡°dONLNdfºA»W) bit p`°dONLNdlºX»â)attern is a rç °dONLNdyºâ»)1 epeating 8-by-8 bit image, such .°dONLNdô…ä’◊(“äas that shown in °dONLNd™…◊’Ô)MFigurR`°dONLNdØ…Ô’)e 3-1R`°dONLNd¥…’    ). $¿°dONLNd∂…    ’)Y9¿°dONLNd∑…’N)ou can use the 9¿°dONLNdΔ…N’r)?PenPat9¿°dONLNdÃ…r’~)$ pr  °dONLNdœ…~’õ) ocedurfiÄ°dONLNd’…ö’‡)e to change the fiÄ°dONLNdÂ…‡’Ô)Fbit fiÄ°dONLNdÈ…Ô’)pattern .°dONLNdÒ÷ä‚‚(fläfor the graphics pen!`°dONLNd÷„‚)Y. Bit paÍ°dONLNd÷‚%)    tterns ar~`°dONLNd÷&‚x)%e described in morj‡°dONLNd(÷x‚)R"e detail in the next section. The °dONLNdJ„äÔ}(Ïä5pattern mode for the graphics pen determines how the X`°dONLNd„~Ôå)Ùbit ä¿°dONLNdÉ„åÔ˝)pattern interacts with the °dONLNdûä¸Ú(˘äexisting bit image accorÖ`°dONLNd∂Ú¸)hCding to one of eight Boolean operations, as described in detail in °dONLNd˘˝ä    ª(ä
  5353. “Boolean Tƒ‡°dONLNd˝∫    )0ransfer Modes WVÄ°dONLNd˝    °)L$ith 1-Bit Pixels” beginning on page L¿°dONLNd6˝¢    Ø)ú3-8††°dONLNd9˝Ø    ¥). s°dONLNd;˝¥    ∫)Y3Ä°dONLNd<˝∫    ˚)ou can use the .°dONLNdK
  5354. ä¥(äPenMode°dONLNdR
  5355. ¥¿)* prR`°dONLNdU
  5356. ¿›) ocedur$¿°dONLNd[
  5357. ›ª)1e to change the pattern mode of the graphics pen..°dONLNdçä(ê(%äTµ¿°dONLNdéè(
  5358. )Wo determine the size, location, pattern, and pattern mode of the graphics pen, you can .°dONLNdÂ)ä5¨(2äuse the °dONLNdÌ)¨5Ó)" GetPenState°dONLNd¯)Ó5˙)B prR`°dONLNd˚)˙5) ocedur$¿°dONLNd)5E)
  5359. e, which r˜ °dONLNd )D5a)-eturns ˜ °dONLNd)a5i)a ˜ °dONLNd)i5o)P˜ °dONLNd)o5ô)enState˜ °dONLNd)ô5õ)* ˜ °dONLNd)õ5ü)r…Ä°dONLNd)ü5±)ecorõ‡°dONLNd")±5π)d õ‡°dONLNd$)π5˛)that contains fiõ‡°dONLNd4)˛5)Eelds .°dONLNd96äB(?ä\for each of these characteristics. If you need to temporarily change these characteristics, .°dONLNdïCäOœ*you can use the °dONLNd•CœO)E SetPenState°dONLNd∞CO)B prR`°dONLNd≥CO:) ocedur$¿°dONLNdπC:OP)e to r˜ °dONLNdøCOOe)estor…Ä°dONLNdƒCeO)&e the graphics pen to the state saved °dONLNdÍPä\´(Yäin the rR`°dONLNdÚP´\Ω)!ecor$¿°dONLNdˆPΩ\…)d r˜ °dONLNd˘P»\˘) eturned by ˜ °dONLNdP˘\;)1 GetPenState˜ °dONLNdP;\>)B..°dONLNdbänæ(kä Upon the cr¢‡°dONLNdbæn˜)4Ieation of a graphics port, QuickDraw assigns these initial values to the ˇˇ[¸.°dONLNdeoä{E(xä.graphics pen: a size of (1,1), a pattern of alª‹°dONLNdìoE{R)ªl-bª‹°dONLNdñoR{ö)lack pixels, and œ–°dONLNdßoö{ß)Ha p+ðdONLNd™o®{›) attern modeá»°dONLNdµo›{Ë)5 of ˇ˛Ù?¿°dONLNdπoÈ{) patCopyˇˇ[¸$°dONLNd¿o{)). °dONLNd¬|äàq(Öä4After changing any of these values, you can use the °dONLNdˆ|qàß)Á    PenNormal°dONLNdˇ|ßà≥)6 prR`°dONLNd|≥à–) ocedur$¿°dONLNd|–àÊ)e to r˜ °dONLNd|Âà˛)eturn .°dONLNdâäï5(íä)these initial values to the graphics pen.°dONLNd>õäß8*%“Lines and Shapes” beginning on page π@°dONLNdcõ8ßE)Æ3-1ÄÄ°dONLNdfõEßJ)1ÄÄ°dONLNdgõJß)* describes how to use the graphics pen to °dONLNdë®ä¥Ô(±ädraw lines and shapes.
  5360. ŸH‡4⁄H‡ €ä€
  5361. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd® äŸù*$Bit *°dONLNd¨ ûŸ—)Patternsˇˇˇˇˇˇ€r(’3
  5362. °dONLNd∂‡äÏë(ÈäA∫†°dONLNd∑‡ëÏì) :†°dONLNd∏‡îÏ£)bit ~ °dONLNdº‡£Ï√)patternA°dONLNd√‡ƒÏ&)! is a 64-pixel image, orœ°dONLNd€‡&Ï{)bganized as an 8-by-J °dONLNdÓ‡|Ïâ)V8 pÃ@°dONLNdÒ‡âÏ¥)
  5363. ixel squar±Ä°dONLNd˚‡¥Ï‚)+ e, that defiC`°dONLNd‡„Ï˚)/nes a °dONLNdÌä˘ç(ˆärE°dONLNdÌé˘Ü):epeating design (such as stripes) or a tone (such as gray)‘‡°dONLNdHÌܢ’)¯. The patterns defi‘@°dONLNd[Ì÷˘¸)P    ned in bi¥¿°dONLNddÌ˝˘)'t °dONLNdf˙ä™(äpatternîÄ°dONLNdm˙™π) s arÄ°dONLNdq˙∫È) e usually b‡°dONLNd|˙Í&)0lack and whit:‡°dONLNdâ˙&-)<e,ÑÄ°dONLNdã˙-/) Ä°dONLNdå˙0j) although anyæ@°dONLNdò˙j}): twoM °dONLNdú˙~) colors can be used on a color °dONLNdªäñ(äscrÚ@°dONLNdæñ≥) een. PiH‡°dONLNd≈¥)xel patterns (which ar`@°dONLNd€€)`-e supported only in color graphics ports) defiK°dONLNd        ‹)»    ne color °dONLNd    ä Æ(äpatterns—Ä°dONLNd    Æ )$ at any pixel depth4¿°dONLNd    - )S. 4¿°dONLNd    / Q)(Pixel patterns ark¿°dONLNd    AQ Â)K"e described in the chapter “Color °dONLNd    c!ä-(*äQuickDraw” in this book.)  °dONLNd    }!-)xFigurχ°dONLNd    Ç!--)e 3-2ä`°dONLNd    á!.-    )2 shows a typical bit pattern—the one used for the °dONLNd    π.ä:´(7ästandar±Ä°dONLNd    ¿.´:π)!d g‹`°dONLNd    √.π:¡)raœ°dONLNd    ≈.¬:–)    y d˘‡°dONLNd    ».–:Ô)esktop …†°dONLNd    œ.:) pattern ^ °dONLNd    ◊.:¸)#1on most Macintosh computers with black-and-white °dONLNd
  5364. ;äGñ(DäscrÚ@°dONLNd
  5365. ;ñGÆ) eens. 
  5366. iHz4jHz"jH]
  5367. ˇ·ˇ‚7^    °dONLNd
  5368. _äj¥(gä
  5369. Figure 3-2°dONLNd
  5370. _Ãj“)BA0°dONLNd
  5371. _“j‘) ÇP°dONLNd
  5372. _‘j‡)bit Ç∞°dONLNd
  5373. #_‡j¸) pattern†Ç°d
  5374. SPNTË°dSPNT –@°dSPNT–†é
  5375. yàßòÄê    v®HHÜ$ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""    v°{âË˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇîÅÒ˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇôÅÒ˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇîÅÒ˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇôÅÒ˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇîÅÒ˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇôÅÒ˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇî˝ˇ˚˝ˇ˚˝ˇ˚˝ˇîÅÒ˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇô˚˝ˇ˚˝ˇ˚˝ˇ˚˝ˇôÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒÅÒ,˝ˇ˝¸ˇ˚ˇ¸ˇ˙ˇ˘˝ˇÙ˛ˇ˝˝ˇÏ¸ˇˆˇ¸ˇ„Cˇ˛ˇ˛ˇ˝ˇ¸ˇ¸ˇ˙ˇ˙ˇ˝ˇˆˇ˛ˇˇ˝ˇÌˇ˝ˇ˜ˇ¸ˇ„]ˇ˝ˇˇ˝ˇ˝ˇˇ˝ˇ˛ˇ˛ˇ˙ˇÚˇ˝ˇˇ˝ˇ˜˛ˇ˙ˇ˝ˇ˛˛ˇ˛˛ˇ˛˛ˇ˝˛ˇ˛ˇ˛ˇˇˇˇ¯dˇ˝ˇˇ˝ˇ˝ˇˇ¸ˇˇˇ˘ˇÌˇˇ˝ˇˇ˚ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˛ˇ¸ˇ˝ˇ˛ˇˇˇ˝ˇˇˇ˘^ˇ˝ˇ¸ˇ˝ˇ˛ˇ˝ˇˇˇˇ˛˝ˇ˝ˇ˝¸ˇ˚ˇ˛ˇ˝ˇ˜˝ˇ˚¸ˇ˝˝ˇ˛ˇ¸ˇ˝ˇ˛ˇˇ¸ˇ˛ˇ˘Wˇ˝ˇˇˇ˚ˇ˛ˇ˝ˇˇˇˇÙˇÙˇ¸¸ˇ¯ˇ˛ˇ˚ˇ˙ˇ˛ˇ˛ˇ¸ˇ˝¸ˇˇ¸ˇ˛ˇ˘Rˇ˝ˇˇˇ˝˙ˇ˝ˇ˛ˇÛˇıˇ˜ˇ¯ˇ˛ˇ˚ˇ˙ˇ˛ˇ˛ˇ¸ˇ˝ˇ˚ˇ¸ˇ˛ˇ˘_ˇ˛ˇ˛ˇ˛ˇ˛ˇ¸ˇ˝ˇ˛ˇ¯ˇ˝ˇˆˇ˜ˇ˜ˇ˛ˇ˚ˇ˙ˇ˛ˇ˛ˇ¸ˇ˝ˇ˛ˇˇ¸ˇ˛ˇ˘Q˝ˇ˝ˇ˝ˇˇ¸ˇ˝ˇ˛ˇ˜˝ˇˆ˚ˇ˛˛ˇ˝ˇ˙˝ˇ˚ˇ˘˝ˇ˝ˇˇ˝ˇˇ˛˛ˇ˛ˇ¸ˇ˛ˇ˘†è°dSPNTÈ†Éˇ"“@ˇ ˇˇˇˇ@
  5376. ˇ·ˇ‚7^
  5377. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  5378. (‡*3-6    )BAbout QuickDraw Drawing4^*¿¯
  5379. °dONLNd\lhr(elY@Ä°dONLNd\rh£) ou can use åÄ°dONLNd \£h±)1bit 懰dONLNd\±hA) patterns to draw lines and shape†°dONLNd0\BhN)ës oP °dONLNd3\Nhs)     n the scrq °dONLNd<\shÇ)%een’¿°dONLNd?\ÇhÚ). In a basic graphics port, ˇˇ≈¥.°dONLNd[iluw(rlth°dONLNd]iwu) #e graphics pen has a pattern specifi"8°dONLNdÅiu?)ü
  5380. ed in the ,
  5381. CourierˇˇQsT°dONLNdãi?u]))pnPatˇˇ≈¥sT°dONLNdêi]ue) fi9°dONLNdìifuâ)        eld of itƒp°dONLNdúiâué)#s ˇˇQä$°dONLNdûièuø)GrafPortˇˇ≈¥ä$°dONLNd¶iøuƒ)0 r"8°dONLNd®i≈u◊)ecorÙò°dONLNd¨i÷ufl)d.Ùò°dONLNdÆiflu˜)     This .°dONLNd¥vlÇz(lbit ≤`°dONLNd∏vzÇî)patterıÄ°dONLNdævîÇ≤)n acts lû‡°dONLNdΔv≥ÇÀ)ike ths¿°dONLNdÃvÃÇ÷)e i•¿°dONLNdœv÷Ç€)
  5382. nw °dONLNd–v‹ÇÊ)k in†°dONLNd”vÁÇÈ) ?n the pen; the bits in the pattern interact with the pixels in °dONLNdÉlèµ(ålthe bitmap accor‡°dONLNd"É∂è{)J,ding to the pattern mode of the graphics penl‡°dONLNdNÉ{è“)≈. When you use the .°dONLNdaêlúä(ôlFrame°dONLNdfêäú¢)Rect°dONLNdjê¢úß), °dONLNdlêßú≈)Frame°dONLNdqê≈ú˚)    RoundRect°dONLNdzê˚ú)6, °dONLNd|êú)Frame°dONLNdÅêú0)Arc°dONLNdÑê0ú5), °dONLNdÜê5úS)Frame°dONLNdãêSúk)Polyd@°dONLNdèêjúo), d@°dONLNdëêoúç)Framed@°dONLNdñêçúü)Rgnd@°dONLNdôêüú§), d@°dONLNdõê§ú⁄)    PaintRectd@°dONLNd§ê⁄úfl)6, °dONLNd¶ùl©¿(¶lPaintRoundRect°dONLNd¥ù¿©≈)T, °dONLNd∂ù≈©ı)PaintArc°dONLNdæùı©˙)0, °dONLNd¿ù˙©0)    PaintPolyd@°dONLNd…ù/©G)5, and d@°dONLNdœùG©w)PaintRgnd@°dONLNd◊ùw©É)0 pr6†°dONLNd⁄ùÉ©†) ocedur    °dONLNd‡ù†©‘) es to draw s    °dONLNdÏù‘©ı)4hapes, °dONLNdÛ™l∂ë(≥lthese prR`°dONLNd˚™ë∂Æ)%ocedur$¿°dONLNd™Æ∂≥)e$¿°dONLNd™≥∂◊)s draw t$¿°dONLNd
  5383. ™◊∂.)$he shape with the $¿°dONLNd™.∂=)Wbit $¿°dONLNd ™=∂)pattern specifi$¿°dONLNd/™∂©)B
  5384. ed in the $¿°dONLNd9™©∂«)*pnPat$¿°dONLNd>™«∂–) fi$¿°dONLNdA™–∂‚)    eld.°dONLNdFºl»s(≈lYï°dONLNdGºr»±)ou can use the ï°dONLNdVº±»·)?FillRectï°dONLNd^º·»Ê)0, ï°dONLNd`ºÊ»4)FillRoundRectï°dONLNdmº4»9)N, ï°dONLNdoº9»c)FillArcï°dONLNdvºc»h)*, ï°dONLNdxºh»ò)FillPolyy@°dONLNdĺó»Ø)/, and y@°dONLNdܺØ»Ÿ)FillRgny@°dONLNd纟»€)* ˇˇU¥°dONLNdé…l’v(“lprR`°dONLNdê…v’ì)
  5385. ocedur$¿°dONLNdñ…ì’°)es tzt°dONLNdö…°’ƒ)o draw s%‹°dONLNd¢…≈’)$hapes with a &¯°dONLNdØ…’)=bit |¨°dONLNd≥…’ô)pattern other than that specifi”|°dONLNd“…ô’¡)â
  5386. ed in the ˇ˛‘ò°dONLNd‹…¡’fl)(pnPatˇˇU¥‘ò°dONLNd·…fl’Á) fi*L°dONLNd‰…Ë’¯)    eld .°dONLNdË÷l‚á(fll@of the graphics port. When your application uses one of these pr؆°dONLNd(÷á‚•(fláocedurF‡°dONLNd.÷¶‚Œ)
  5387. es, the prr°dONLNd8÷Œ‚Ï)(ocedur    @°dONLNd>÷Ì‚Ù)e .°dONLNd@„lÔ}(ÏlstorR`°dONLNdD„}Ôò)es theR`°dONLNdJ„òÔö) R`°dONLNdK„öÔ*)pattern your application specifiR`°dONLNdk„*ÔR)ê
  5388. es in the R`°dONLNdu„RÔ|)(fillPatR`°dONLNd|„|ÔÖ)* fiR`°dONLNd„ÖÔ¨)        eld of thR`°dONLNdà„¨Ô≥)'e R`°dONLNdä„≥Ô„)GrafPortR`°dONLNdí„„ÔÂ)0 °dONLNdìl¸p(˘lrR`°dONLNdîp¸Ç)ecor$¿°dONLNdòǸä)d $¿°dONLNdöä¸Á)(or its handle in the $¿°dONLNd∞Á¸#)]
  5389. fillPixPat$¿°dONLNd∫#¸,)< fi$¿°dONLNdΩ,¸P)        eld of a $¿°dONLNdΔP¸Ü)$    CGrafPort$¿°dONLNdœܸå)6 r˜ °dONLNd—ã¸ù)ecor…Ä°dONLNd’ù¸©)d) …Ä°dONLNdÿ©¸Ø) a…Ä°dONLNdŸظÛ)nd then calls a .°dONLNdÈ˝l    √(llow-level drawing r@°dONLNd¸˝ƒ    E)Xoutine that gets the pattern fr†°dONLNd˝E    o)Å    om that fiÆ°dONLNd%˝o    )*eld.°dONLNd*l (l$Each graphics port also has a backgr˘@°dONLNdN ¨)†#ound pattern that’s used when an arU °dONLNdq≠‚)°ea is erased .°dONLNd~l( (%l(such as by using the °dONLNdî ()^    EraseRect°dONLNdù()6, °dONLNdü(Y)EraseRoundRect°dONLNd≠Y(^)T, °dONLNdØ^(é)EraseArc°dONLNd∑é(ì)0, °dONLNdπì(…)    ErasePolyd@°dONLNd¬»(‡)5, and °dONLNd»)l5ú(2lEraseRgn°dONLNd–)ú5®)0 prR`°dONLNd”)®5≈) ocedur$¿°dONLNdŸ)≈5*)es) and when pixels ar˜ °dONLNdÔ))5<)de scr…Ä°dONLNdÙ)<5à)olled out of an arõ‡°dONLNd)à5Û)Lea (such as by using the °dONLNd6lB®(?l
  5390. ScrollRect°dONLNd)6®B¥)< prR`°dONLNd,6¥B—) ocedur$¿°dONLNd26—B≤)0e as described in the chapter “Basic QuickDraw”)$¿°dONLNdb6≤BÌ)·. Every basic °dONLNdpClOº(Llgraphics port storR`°dONLNdÇCºO‘)Pes a bR`°dONLNdàC‘OÌ)ackgr$¿°dONLNdçCÌO)ound $¿°dONLNdíCO)bit $¿°dONLNdñCO0)patter$¿°dONLNdúC0O;)n i$¿°dONLNdüC;OT) n the $¿°dONLNd•CTOr)bkPat$¿°dONLNd™CrO{) fi$¿°dONLNd≠C{Oë)    eld o$¿°dONLNd≤CëO•)f its $¿°dONLNd∏C•O’)GrafPort$¿°dONLNd¿C’O€)0 r˜ °dONLNd¬C⁄OÏ)ecor…Ä°dONLNdΔCÏOı)d.…Ä°dONLNd»CıO˜)     ˇˇÀ°dONLNd…Pl\fi(Yl(Color graphics ports stor∂0°dONLNd„Pfi\I)re a handle to the backgrÑ@°dONLNd˚PJ\©)lound pattern in their ˇˇc–¥°dONLNdP©\Ø)_b¥°dONLNdPØ\µ)k¥°dONLNdPµ\Ÿ)PixPatˇˇÀ¥°dONLNdPŸ\·)$ fi°dONLNdP‚\¯)    eld.).°dONLNd"blnΩ(klSo that adjacent arêÄ°dONLNd5bΩné)Q/eas of the same pattern form a continuous, coor—@°dONLNddbén‰)—dinated pattern, all °dONLNdyol{õ(xl patterns arÄ°dONLNdÑoú{Ë)0e always drawn rg`°dONLNdîoË{ô)L+elative to the origin of the graphics port.°dONLNd¿Ålçs(älA∫†°dONLNd¡Åsç≈) basic graphics por≠°dONLNd‘ÅΔç)St supports only bit pí °dONLNdÈÅ ç:)Zattern§Ä°dONLNdÔÅ:ç@)s.aÄ°dONLNdÒÅAçÇ) Bit patterns ar>Ä°dONLNdÅÇçö)Ae defiz@°dONLNdÅöçŒ) ned in data ˇˇ˘Œ.°dONLNdélöx(ólstrl°dONLNdéxöé) uctur>`°dONLNdééö∫) es of type ˇˇÌj+ °dONLNd&éªöÂ)-Patternˇˇ˘Œ+ °dONLNd-éÂöT)*, in which each pixel is rÿ˛°dONLNdGéTöc)oepr´^°dONLNdJécö˜)#esented by a single bit. Five such .°dONLNdmõlß©(§lbit patterns arH‡°dONLNd|õ™ߪ)>e prY†°dONLNdÄõªß–)edefi`°dONLNdÖõ—ßs)&ned as global variables for your use. & °dONLNd´õsßø)¢These patterns arˇ°dONLNdºõæßı)Ke illustrated °dONLNd ®l¥w(±lin π¿°dONLNdÕ®w¥è) FiguråÄ°dONLNd“®è¥£)e 3-3*°dONLNd◊®§¥©). ˇa~@ˇ ˇˇˇˇ@
  5391. ˇ·ˇ‚7^
  5392. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äAbout QuickDraw Drawing
  5393. , (‡    3-7
  5394. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5395. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5396. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5397. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5398. 454+?òÄ
  5399. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5400. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5401. ˛ˇ˛ˇˇ
  5402. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5403. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5404. ˛ˇˇˇˇ
  5405. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5406. ˛ˇˇˇˇ
  5407. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  5408. gHw4gHw"hH]
  5409. ˇ·ˇ‚7^    °dONLNd\äg¥(dä
  5410. Figure 3-3°dONLNd \Ãg‘)BW˛†°dONLNd \‘g˜)indows fiˇ–°dONLNd\˜gD)#lled with the predefiÉ∞°dONLNd*\EgÉ)Nned bit patterns
  5411. .°dONLNd<àäî∏(ëä    The upperR`°dONLNdEà∏î).-left window in this fiR`°dONLNd\àî*)dgur$¿°dONLNd_à*îB)e is fi$¿°dONLNdfàBîå)lled with the pr˜ °dONLNdvàãî¢)Iedefi˜ °dONLNd{à¢îÿ) ned pattern ,
  5412. Courier˜ °dONLNdáàÿîˆ)6white˜ °dONLNdåàˆî), in .°dONLNdëïä°_(ûä3which every pixel is white. By default, this is thef¿°dONLNdƒï`°º)÷ background pattern&Ä°dONLNd◊ïΩ°)] for a graphics port; °dONLNdÌ¢äÆX(´ä1that is, this is the pattern displayed when an arE¿°dONLNd¢YÆ–)œea is erased or when bits arÛ@°dONLNd:¢–Æ„)we scrØ °dONLNd?¢‰Æ)
  5413. olled out .°dONLNdIØäª∂(∏ä of it. The °dONLNdTØ∂ª‘),white°dONLNdYØ‘ª*) pattern can also prR`°dONLNdmØ*ªk)Voduce useful ef$¿°dONLNd|Økª≈)Afects when transferr˜ °dONLNdê؃ª˜)Y ed with an .°dONLNdõºä»û(≈äapprI@°dONLNdüºü»π)@opriate pattern mode to an existing bit image. (Pattern modes arˇ†°dONLNdflºπ»˘(≈πe explained in °dONLNdÓ…ä’ª(“ä
  5414. “Boolean Tƒ‡°dONLNd¯…∫’)0ransfer Modes WVÄ°dONLNd…’°)L$ith 1-Bit Pixels” beginning on page L¿°dONLNd+…¢’Ø)ú3-8††°dONLNd.…Ø’¥).)°dONLNd1€äÁ«(‰ä The middle w8†°dONLNd=€»ÁÁ)>indow Z†°dONLNdC€ÁÁ) in the top r¿°dONLNdO€Á2)0ow of ܆°dONLNdU€3ÁK)FigurY`°dONLNdZ€KÁ_)e 3-3ˆ‡°dONLNd_€_Ák) is @°dONLNdc€lÁr)fi)°dONLNde€rÁ∂)lled with the prV¿°dONLNdu€∂ÁÀ)DedefiÄ°dONLNdz€ÃÁfl)ned I@°dONLNd~€flÁÌ)bit {†°dONLNdÇ€ÌÁ)pattern ˇ¸p.°dONLNdäËäÙ®(Òäblackˇ˛–°dONLNdèË®Ù)), in which every pixel is black`°dONLNdÆË*Ù)Ç8. This is the initial pattern that QuickDraw assigns to .°dONLNdÊıä’(˛äthe graphics pen..°dONLNd¯ä¢*FigurR`°dONLNd˝¢∑)e 3-3R`°dONLNd∑Ω) iR`°dONLNdΩ )llustrates a window fiR`°dONLNd j)clled with the pr$¿°dONLNd*jÅ)Jedefi$¿°dONLNd/Å∑) ned pattern $¿°dONLNd;∑œ)6gray    °dONLNd?Œ), which uses a .°dONLNdNä 2(ä%combination of black and white pixels±Ä°dONLNds2 7)®. S °dONLNdu7 ô)As illustrated in this fi±°dONLNdéô ®)bgur @°dONLNdë© ∫)e, feÛ`°dONLNdñ∫ )wer black pixels .°dONLNdß!ä-ï(*äin °dONLNd™!ï-Í) the combination prR`°dONLNdº!Í-˛)UoducR`°dONLNd¿!˛-    )e tR`°dONLNd√!    -!) he pr$¿°dONLNd»!!-8)edefi$¿°dONLNdÕ!8-n) ned pattern $¿°dONLNdŸ!n-å)6ltGra$¿°dONLNdfi!å-í)y    °dONLNdfl!ë-∫)    , and mor€`°dONLNdË!π-˘)(e black pixels °dONLNd˜.ä:î(7äprR`°dONLNd˘.î:À)
  5415. oduce the pr$¿°dONLNd.À:‚)7edefi$¿°dONLNd
  5416. .‚:) ned pattern $¿°dONLNd.:<)6dkGray    °dONLNd.;:@)#. 
  5417. wHp4vFwGò@@˜@˜wG∑>¡…ˇ˙…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚ˇˇ‡ˆÿˇÄ˚ˇˇ‡ˆ‹ˇ˚˛ˇÄ˚&ˇˇÛª33˝33;?˚ˇˆ˚ˇˆ˛ˇÄ˚5ˇˇÏàÃÿÑÃÃåœ˚ˇÙlÃÿ˝ÃÃŒè˚ˇ¸ÏÃÿ˝ÃÃŒœ˛ˇÄ˚7ˇˇıYUUB•%jÖUU_˚ˇ ıUUPB@AUUWó˚ˇ ı—UU@ÑÄAUUEW˛ˇÄ˚7ˇˇÏàÃì•%zÑÃÃåœ˚ˇ ¸ ÃájRU@Ãàè˚ˇ ¸àÃáTî≠@Ãûœ˛ˇÄ˚7ˇˇÛ+33•%jÉ33?˚ˇ Û!331jR]C33:∑˚ˇ Û°33!TîΩC33
  5418. 7˛ˇÄ˚7ˇˇ·¯§•3Ä˚ˇıUUQjRUA˛Uó˚ˇ ı—UUATî•AUUEW˛ˇÄ˚/ˇˇ‡ˆ˚ˇ8˛ÍSX¿á˚ˇ ∏‘Rô¿ ˛ˇÄ˚ˇˇËˆàè˚ˇˆ˚ˇˆ˛ˇÄ˚ ˇˇ‡˜˚ˇıˆUW˚ˇıˆUW˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚ò@@Ę@Ę∑G˜>%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ ˛¯¿¯‡?˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚%ˇˇ‡˜ˇ¸˚ˇ Ò¸?IJ¿¯˛ˇÄ˚!ˇˇ‡˜˚ˇ˜˚ˇˆ˛ˇÄ˚!ˇˇ‡˜o˚ˇ˜˚ˇˆ˛ˇÄ˚"ˇˇ‡˜œ˚ˇ˜7˚ˇ˜7˛ˇÄ˚"ˇˇ‡˜è˚ˇ˜á˚ˇ˜«˛ˇÄ˚"ˇˇ‡˜
  5419. /˚ˇ˜ß˚ˇ˜∑˛ˇÄ˚"ˇˇ‡˜ Ô˚ˇ˜W˚ˇ˜W˛ˇÄ˚"ˇˇ‡˜˚ˇ˜7˚ˇ˜∑˛ˇÄ˚Ïˇ˜˚ˇˆ˛ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚ò@Äú˜Äú˜˜G>…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚ ’ˇ˚ˆˇÄ˚ıˇÄˆ?˙ˇˆˆˇÄ˚ ıˇÄˆ?˙ˇÚª33 ˛33;7ˆˇÄ˚%ıˇÄ˝í˛Ä?˙ˇ¸îÄ@ ˆˇÄ˚(ıˇÅ`    f∫Ê˛‘?˙ˇ P]ñô¿%ˆˇÄ˚'ıˇ à¨ÃÃâRí™ ÃÃå˘ˇ àTî™@(ˆˇÄ˚(ıˇ ∞#33    RíÍ33±?˙ˇ  Tî¢@#ˆˇÄ˚(ıˇ ëeUU    RíäUU’˙ˇ x‘íô¿/ˆˇÄ˚ıˇ≤#33˝33°?˙ˇˆˆˇÄ˚ıˇÄˆ?˙ˇ¯ˆàèˆˇÄ˚òů@˜HHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5420. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜wG∑>'ÅÅÅâ ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î—ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“tÎÈ◊++˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+++◊ÅÅ∑ÎΓxÏÈb◊+++++++++++++++++++++++++++++++++++++++++++++++++◊ ü◊Ãü◊ÁÏΓ3ÎÈ◊ÅVVÅ˚¨ÅÅVVÅÅVVÅÅVVÅÅVVÅÅVV+˛+˛+˛+˛+˛+˛+˛+˛+VÅÅVVÅÅVVÅÅVVÅÅVVÅÅV˚¨VVÅÅ◊»+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊Ã◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛++◊ËÎΓ/ÎÈ◊V˛Å¨˛V+¨ÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅ+˛+˛+◊+˛+◊◊+˛+˛◊˛+ÅÅV˛ÅV˛ÅV˛ÅV˛ÅVÅ++V¨V˛ÅV◊ +ÅÅV+¸¨V˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV+˛+˛+˛+˛+˛+˛+˛+˛+ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Å˚¨ÅVÅ◊Ã◊˛ÅV˚¨V˛ÅV˛ÅV˛ÅV˛ÅV˛Å+˛+˛+˛+˛+˛+˛+˛+˛+ÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅ˚¨ÅÅVV◊ËÎÏ“9ÏÈ◊ÅVÅŨ+˛V¨+ÅÅV˛ÅV˛ÅV˛ÅV˛Å$VÅ++◊+◊+◊+◊◊+◊+◊◊◊◊+◊+◊+◊++˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV++V+¨V+V˛Å◊…˛Å+VV+¨ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Å$++++++◊++◊+◊+++◊++ÅÅV˛ÅV˛ÅV˛ÅV˛ÅVÅŨ+V¨V¨+ÅÅV◊Ã◊V˛Å¨˛V++ÅV˛ÅV˛ÅV˛ÅV˛Å(VÅÅ+++++++◊++◊+◊++++◊++ÅÅV˛ÅV˛ÅV˛ÅV˛ÅVÅ++˛V˛Å+◊ËÏΓ9ÎÈ6◊VÅÅV¨VV++¨VVÅÅVVÅÅVVÅÅVVÅÅVVÅÅ+◊◊◊+◊◊+◊+◊◊+˝◊◊◊˛+ÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅ˛¨+ÅÅVV◊ +ÅVV˝+YV¨VÅÅVVÅÅVVÅÅVVÅÅVVÅÅVV+◊+◊◊◊◊+◊◊+◊+◊◊+◊◊+◊+VVÅÅVVÅÅVVÅÅVVÅÅVVÅÅV¨VV¨+¨VVÅ◊ÃZ◊ÅÅVV¨V++V+VÅÅVVÅÅVVÅÅVVÅÅVVÅÅV+◊+◊◊+◊◊◊+◊◊◊◊◊◊+◊+VVÅÅVVÅÅVVÅÅVVÅÅVVÅÅVV˛+Å˛V◊ËÎÏ“7ÎÈ ◊ÅÅVŨV+VV¨˛ÅV˛ÅV˛ÅV˛ÅV˛ÅV+˛◊◊◊◊+◊◊◊+◊◊◊◊◊◊+V˛ÅV˛ÅV˛ÅV˛ÅV˛Å +VV+V+ÅVÅÅ◊ +VÅÅ˛V¨+ÅÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅ+◊◊◊◊◊◊+◊◊◊+˛◊+◊◊+˛˛ÅV˛ÅV˛ÅV˛ÅV˛ÅVÅ˝¨V¨˛Å◊Ã◊ÅVÅŨ+˛V+ÅÅV˛ÅV˛ÅV˛ÅV˛ÅVÅ˛+◊◊+◊◊+◊+◊◊+◊˝◊+◊◊+˛˛ÅV˛ÅV˛ÅV˛ÅV˛Å V++¨¨VV+VÅÅV◊ËÎΓ7ÏÈ◊++˚¨0+++++++++++++◊◊+◊+◊+◊+◊+◊◊+◊◊+˛◊+++++++++++++˝¨+++◊ 
  5421. +ÅVÅ++VV¨˛ÅV˛ÅV˛ÅV˛ÅV˛Å$VÅ+◊◊◊+◊+◊+◊◊+◊+◊◊◊◊◊++V˛ÅV˛ÅV˛ÅV˛ÅV˛Å V¨VV+V¨+VÅÅ◊à ◊ÅÅVŨV+VV+˛ÅV˛ÅV˛ÅV˛ÅV˛Å$V++◊◊◊◊+◊+◊◊+◊+◊+◊◊◊++V˛ÅV˛ÅV˛ÅV˛ÅV˛Å +VV+V+ÅVÅV◊ËÏΓ1ÎÈ◊˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊»+˛˝¨+˛+˛+˛+˛+˛+˛+˛◊◊◊◊+◊◊◊◊+◊◊+◊◊+˛+˛+˛+˛+˛+˛+˚¨+◊Ã◊+¸¨+˛+˛+˛+˛+˛+˛+˛◊+◊◊+◊+◊◊◊+◊◊+˛◊+˛+˛+˛+˛+˛+˛++˝¨++◊ËÎΓ;ÎÈ◊+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+◊ +˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊Ã◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛V◊ËÎÏ“·ÏÈ◊®◊˙◊ +˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+◊Ã◊+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓBÏÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎÏ“>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎÏ“>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎΓ>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÏÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓBÏÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎÏ“>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎΓ>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎÏ“>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓBÏÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÏÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎΓ>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎÏ“>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎÏ“BÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓBÏÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓòů@ĘHHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5422. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę∑G˜>'BÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÏÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓ>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎÏ“>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓ>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎÏ“>ÎÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÎΓ>ÏÈ◊®◊˙◊ ß◊˙◊Ã˝◊˙˙◊˙˚◊˙˙◊˙˚◊˙˙◊˙˚◊Ù◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÏÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓBÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎÏ“BÎÈ◊®◊˙◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÎΓFÏÈ◊®◊++++◊ ß◊˙◊Ã◊˛˙◊˙˙◊˚˙◊˙˙◊˚˙◊˙˙◊˚¸◊˘◊ËÏΓ7ÎÈ◊®◊+˛+◊ÅÒ◊+˛+◊Ã◊ß+˛+◊ËÎΓ5ÎÈ◊®◊++¨¨◊ÅÒ◊+˛+◊Ã◊•+˛+◊ËÎÏ“8ÏÈ◊®◊˛+¨VV+◊ÅÒ◊++¨¨◊Ã◊®+¨++¨¨◊ËÏΓ6ÎÈ◊®◊¨¨V+◊ÅÒ◊V˝+◊Ã◊ߨV¨+¨+◊ËÎÏ“7ÎÈ◊®◊¨VV+V◊ÅÒ◊++¨¨VV◊Ã◊ߨ+¨¨V¨◊ËÎΓ6ÏÈ◊®◊+¸¨+◊ÅÒ◊¨+V+V◊Ã◊®+¨VV+¨◊ËÏΓ5ÎÈ◊®◊+˛+◊ÅÒ◊+¨˛¨◊Ã◊ß+¸¨◊ËÎΓ)ÎÈû◊ÅÒ◊+˛+◊Ã◊•+˛+◊ËÎÏ“ÏÅœü◊Ãû◊ËÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓìÎÚˇ˜ˇ˘ˇÚˇˇˇ˘ˇ˘ˇˇˇÔˇˇ˚ˇËˇˇ·ˇ˜ˇ¯ˇÛ˛ˇˇ˘ˇ¯ˇˇˇıˇˇ¸ˇˇÙˇˇÚˇˇ‡ˇ˜ˇ¯ˇÛ˛ˇˇ˘ˇ¯ˇˇˇ”ˇˇÍÎΓÖÎÛˇˇÔˇÛˇˇˇ˘ˇˆˇˇÓˇ˜ˇÏˇˇ‚ˇˇÓˇÙˇˇˇ˘ˇıˇˇÙˇ˚ˇÛˇÚˇˇ·ˇˇÓˇÙˇˇˇ˘ˇıˇˇ”ˇˇÍÎÏ“HÏÛˇˇ˛ˇˇˇˇ˛ˇ˛ˇ ˇˇˇˇˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇˇˇ¸ˇ˝˛ˇ˝ˇˇ¸ˇ˛ˇˇ˝ˇ˛ˇ˝˛ˇ˛ˇ˙ˇ¸ˇÏˇˇ˝ˇˇˇ˛ˇ˛˛ˇ ˇˇˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˝˛ˇ˝˛ˇ˝ˇ˛ˇ˛˝ˇˇˇˇ˛ˇ˛ˇ˘ˇˇˇ˛ˇÎˇˇ˝ˇˇˇ˛ˇ˛˛ˇ ˇˇˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˝˛ˇ˝˙ˇˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇ˙ˇ¸ˇÙÏΓvÎÛ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇˇ˝ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ ˇˇˇˇˇ¸ˇˇˇˇÌ˛ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇ¸ˇˇ˛ˇˇ˛ˇ˛˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ˚ˇˇˇÏ˛ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˝ ˇˇˇˇˇ¸ˇˇˇˇıÎÏ“ÖÎÙˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˝ˇˇ˝ ˇˇˇˇˇˇ˛ˇˇˇ˝˝ˇˇˇ˛ˇ˛ˇ˚ˇ˛ˇ˛ˇˇˇˇˇ˝ˇˇˇÓˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇˇˇ˚ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇÌˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˝ˇ˛ˇˇˇˇˇ˝ˇˇˇıÎΓcÏÙˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ    ˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˝˛ˇ˝ˇ˝ˇ˙ˇˇˇ˛ˇ¸˛ˇ˛ˇ˙ˇˇˇˇÓˇ˛ˇ˝ ˇˇˇˇˇ˛ˇˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˝˛ˇ˝ˇ¸ˇ˝ˇ˝ˇˇˇˇ˛ˇ˛˛ˇˇˇ˚ˇˇˇÌˇ˛ˇ˝ ˇˇˇˇˇ˛ˇˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˝˛ˇ˛˝ˇ˝ˇ˝ˇˇ¸˛ˇ˛ˇ˙ˇˇˇˇıÏΓ ÎâˇÅÏˇÉˇÙˇ¸ˇfiÎΓ ÎâˇÅÏˇÜ˛ˇı˛ˇ¸ˇfiÎÏ“ÏâˇÅÏˇÅÔˇfiÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“òůÄú˜HHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5423. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜˜G>'ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅůü◊ßÎΓ÷Ïö+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊◊¬b◊++++++++++++++++++++++++++++++++++++++++++++++++V◊®ÏΓœÎô+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛◊◊¬◊VVÅ˚¨ÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅ˛+˛+˛+˛+˛+˛+˛+˛+VÅÅVVÅÅVVÅÅVVÅÅVVÅÅVV˚¨VÅÅ+◊®ÎΓ’Îö+++˛++˛+˛+˛+˛+˛+˛+˛+˛ +◊◊◊+◊+˛+◊+˛+˛+˛+˛+˛+˛ ¨+++++◊◊¬◊+˛˛++++˛+˛+˛+˛+˛+˛+˛+˛◊◊+◊◊˛+˛+◊+˛+˛+˛+˛+˛+¨˛++˛V◊®ÎÏ“÷Ïö0++++V+V¨+++++++++++++◊+◊◊◊+◊◊+◊+˛◊+◊+˛◊(+◊◊+++++++++++++¨VV¨+¨++◊◊¬◊++˛V++++++++++++++◊◊˛◊◊◊+◊◊◊+◊+◊◊+˛◊#++++++++++++¨++VV¨+++◊®ÏΓ÷Îö+VVÅ+VV¨ÅÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅ˛?◊◊+◊◊+◊◊◊+◊◊◊◊◊+VÅÅVVÅÅVVÅÅVVÅÅVVÅÅVV¨V+¨V¨VÅÅ◊◊¬◊+˛+V++V++˛+˛+˛+˛+˛ +◊+◊◊+◊◊◊+◊◊◊◊◊+◊+˛+˛+˛+˛+˛+¨VV+¨+˛V◊®ÎÏ“”Îô˛Å+VV+¨+ÅV˛ÅV˛ÅV˛ÅV˛ÅV˛Å+◊+◊◊+◊◊◊+◊◊˛◊◊◊˛+ÅÅV˛ÅV˛ÅV˛ÅV˛ÅVÅÅ˝¨V¨+ÅÅV◊◊¬◊+++˛V+˛+˛+˛+˛+˛+˛+◊◊+◊◊+◊+◊◊+◊◊˛◊◊+˛+˛+˛+˛+˛+˛ ¨+V+V¨+V◊®ÎΓ‘Ïö+VÅÅ+˛V¨+ÅÅV˛ÅV˛ÅV˛ÅV˛Å$VÅÅ++◊+◊◊◊+◊+◊+◊+◊+◊++◊+◊++˛ÅV˛ÅV˛ÅV˛ÅV˛ÅVŨV+VV¨˛Å◊◊¬◊+++˝¨+++++++++++++˛◊◊◊+◊+◊+◊+◊+◊◊+˛◊++++++++++++¨+˝¨++V◊®ÏΓ’Îô ÅÅV++++VVÅÅVVÅÅVVÅÅVVÅÅVVÅÅV+˛+˛+˛+˛+˛+˛+˛+˛!+ÅVVÅÅVVÅÅVVÅÅVVÅÅVVÅŨ+++ÅVV◊◊¬◊+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛++◊®ÎΓ÷Îö++˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+˛+◊◊¬◊˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+˛V+V◊®ÎÏ“ò@@˜@˜GR>…ˇÄ˚'ıˇ †@*P
  5424. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5425. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5426. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5427. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5428. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5429. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5430. ÄT®@*P ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ –
  5431. ÄT®@*P ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5432. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5433. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5434. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5435. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5436. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5437. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ †@*P
  5438. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5439. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5440. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5441. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5442. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5443. ÄT®@*P ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ –
  5444. ÄT®@*P ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5445. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5446. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5447. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5448. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5449. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5450. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ †@*P
  5451. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5452. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5453. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5454. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5455. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5456. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5457. ÄT®@*P ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ –
  5458. ÄT®@*P ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5459. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5460. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5461. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5462. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5463. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5464. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ †@*P
  5465. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5466. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5467. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5468. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5469. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5470. ÄT®@*P ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ –
  5471. ÄT®@*P ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5472. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5473. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5474. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5475. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5476. ÄU® ?˘ˇ ’~´˝_͡U˙ØˆˇÄ˚'ıˇ †@*P
  5477. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ †@*P
  5478. ÄU® ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚'ıˇ –
  5479. ÄT®@*P ?˘ˇ ͡W˙Ø’´˝_ˈˇÄ˚ıˇ –
  5480. ÄT®@*P ?‚ˇÄ˚ıˇÄ˜ ?˙ˇˆˆˇÄ˚ıˇÄ˜.?˙ˇ˜gˆˇÄ˚ıˇÄ˜,?˙ˇ˜WˆˇÄ˚ıˇÄ˜(ø˙ˇ˜áˆˇÄ˚ıˇÄ˜"?˙ˇˆ7ˆˇÄ˚ıˇÄ˜!?˙ˇˆWˆˇÄ˚ò@@Ę@ĘRGí>ıˇÄ˜#ø˙ˇˆˆˇÄ˚ıˇÄ˜ ?‚ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚…ˇÄ˚?…ˇÄ˚¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡#˛|?wA¿8!¸!›‡@‡C‡@‡@¿‡@‚#˛D!DAà`ÅÑA!Ä!Ç!Ä!ÄÇ!Ä‚#˛B!(DA†ÅÑ°"É"ÉÄ"ÉÄ"ÉÄ"É‚#˛ÑBPU"B    ATâ    âÄâ    â    â    ‚#˛Ñ|àUrDBÚ!U»qÅ    ‚$ ëDÑ"G¡>>    >>> ‚$ äDB ÑB(!ÇÇ    ÇÇÇ ‚$ √û8àáÅx‚ ~ö>å>ò>û>òÄ‚˜¯     Ä‚˜¯ ÄÄÄÄ·¡¡"˛    ~ ćÓÄ0˛≥¿É0˛Ä¡Ç·%˛D˛Ç àÄ "Ä ˛Åĉ(˛"HÕmfÄ àÿ„ün"cÉÔ;É∏¿Úÿqü,cÅÕ√Δ?bÏpÁ(˛"§IÄ™JHîdE)ä$ÇJ@íI$í%)IR%"% Á(˛"ê§Ip@™JHäòEÈR$ÇK¿íy'í%ÈIN%‚$¿Á)%0í Äàîë$ä§Iî$ÇH$Jí§JH@Áò@Äú˜Äú˜íGÆ>)%@í$"Äàîë
  5481. H$äRDIîÅ$íI$JRí§JDJ@Á($pfi08∑ú‡ˇªúwvú√Ã˝€r4KflÊ˝àÔ˘‚˝‡Ô˘8‚¡¡&˛ pF8‡Ä ˛    `¸bp˛˛Â&˛ @1ÄÄ&˛    @à@@˛"˛ÄÂ(˛"Kú`*å;YŒ;Ä"√ú±¿ëÃ˘À lr–ñcÏAx≈±ŸÀÁ(˛"âII U$íI"îÄ2IDîʼnàîI$I%!"àÇJDëIHÁ(˛"â1I‡IÇI"dÄ »DîÅ$àîIDI!·PÇKƒqI0Á)%ííIíD)åâ)    (íà$í
  5482. B"B°î    "(íÁ)%íí@ÇI$íE)Ãíâ))(íÑDíID"A@àîâ"(íêÁ)%wŒÛéiü≤s∑!fÁoœqÓwÛ7„BÄ·Δ9¢Ów¿ÁÙ ¯˙·Ùį˙·¡¡˛v`˛@Äw@‡N8‹˛D@¸@`D@!¢  ‹˛D[;Ÿèú∞;yà
  5483. Ä°Á8DF¿"¢w ‹˛àííDâDêíîÄ%‚A$êUâDR¿‹˛àíbCâDêb'ÄEA$`U<L@‹$$ââ $à˙/ÇH D>$ÑÄ‹%$ââ!%)
  5484.  ÇI D
  5485. Ç$§Ä‹w7áçÁcüÃ@Å Äà6¿psÄ‹
  5486. Ú˙@Ÿ Ú˚¿Ÿòů@˜HHÜ$    Ä˛ˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5487. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜GR>'Ïöû◊¬û◊®ÏΓäÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“äÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓäÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“äÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓãÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“ãÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓãÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÏΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“ãÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÏΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“äÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓäÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“äÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“ãÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓãÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÏΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“ãÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÏΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“ãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓäÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓäÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“äÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“äÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓäÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓãÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓãÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“ãÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÏΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“ãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓãÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÏΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓäÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“äÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“äÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓäÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓäÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓãÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“ãÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÏΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“ãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓãÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÏΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎΓãÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˙◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊¯◊®ÎÏ“äÏô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÏΓäÎô◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊¸◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎÏ“äÎö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬˘◊◊◊˘◊◊◊˘◊◊◊◊˚◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊˘◊®ÎΓOÏö◊◊˘◊◊◊˘◊◊◊˘◊◊◊◊˘◊◊◊˘◊◊◊˘◊◊◊˚◊˙◊◊¬û◊®ÏΓ(ÎÅ¡◊˛+˛◊◊¬◊ß+˛+◊®ÎΓ(ÎÅ¡◊˛¨+◊◊¬◊ߨ+˛¨+◊®ÎÏ“)ÏÅ¡    ◊+¨V+++◊◊¬◊®+¨++VV¨◊®ÏΓ(ÎÅ¡◊¨˛+V◊◊¬◊ߨ+VV+¨+◊®ÎÏ“'ÎÅ¡◊˛˛V◊◊¬◊ß++V+V¨◊®ÎΓ)ÏÅ¡    ◊+++VV+◊◊¬◊®++VV+¨◊®ÏΓòů@ĘHHÜ
  5488. IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5489. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘRGí>''ÎÅ¡◊˛˛¨◊◊¬◊ß+˛+◊®ÎΓÎÅ¡◊+˛+◊◊¬û◊®ÎÏ“Ïöû◊ÅÜÏΓÎÅÅźÎÏ“ÎÅÅźÎΓ^϶ˇ˜ˇ¯ˇÛ˛ˇˇ˘ˇ¯ˇˇˇÙˇˇ◊ˇˇ€ˇ˜ˇ˘ˇÚˇˇˇ˘ˇ˘ˇˇˇÒ˝ˇ‹ˇˇ¥ÏΓdÎߡˇÓˇÙˇˇˇ˘ˇıˇˇÛˇ˝ˇ˝˝ˇ‰ˇˇ‹ˇˇÔˇÛˇˇˇ˘ˇˆˇˇˇˇ¸˝ˇÂˇˇ¥ÎΓÙÎߡˇ˝ˇˇˇ˛ˇ˛˛ˇ ˇˇˇˇˇ¸ˇˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˝˛ˇ¸ˇ˛˝ˇˇ˝ˇˇˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇ˙ˇ¸ˇÊˇˇ˛ˇˇˇˇ˛ˇ˛ˇ ˇˇˇˇˇ˛ˇˇˇˇˇ˛˛ˇ˛ˇˇˇ¸ˇ˝˛ˇ¸˝ˇˇˇˇˇ˝ˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ¸ˇˇˇˇˇ˛ˇøÎÏ“ Ï߲ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇ¸ˇˇ˝ˇ˝ˇ˛ ˇˇˇˇˇˇ˛ˇˇˇ˝ ˇˇˇˇˇ¸ˇˇˇˇÁ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇˇ˛ˇ˛ˇ˛ˇ ˇˇˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇ¸ˇˇˇ¿ÏΓήˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇ˛ˇˇˇ˝ˇ˝ˇˇˇ˛ˇˇ˝ˇˇˇˇ˝ˇ˛ˇˇˇˇˇ˝ˇˇˇËˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˝ˇˇ˝ ˇˇˇˇˇˇ˛ˇˇˇ˛ ˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ¿ÎÏ“˛ήˇ˛ˇ˝ ˇˇˇˇˇ˛ˇˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˝˛ˇ¸ˇ˛ˇˇ˛ˇ˝ˇ˛˝ˇˇ¸˛ˇ˛ˇ˙ˇˇˇˇËˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ    ˇˇˇˇ˝ˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˝˛ˇ˝ˇˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˛ˇ˝˛ˇ˛˛ˇ˝ˇ˝ˇˇˇ¿ÎΓÏÅΩˇ¸ˇÅÊˇ˝ˇ®ÏΓÎÅø˛ˇ¸ˇÅ˲ˇ˝ˇ®ÎΓÎÅ∑ˇÅ·ˇ®ÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÎÅÅźÎÏ“ÏÅÅźÏΓÎÅÅźÎÏ“ÎÅÅźÎΓÏÅÅźÏΓÎÅÅźÎΓÃ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ“œÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏHÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΓÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâù˲˛ˇ˛˝˛ˇ˛ˇˇ˝ˇ˝˛ˇˇ˛ˇˇ˛¸ˇˇ˛˘˛ˇ˚ˇ˚ˇ˝ˇˇ˛ˇˇ˝ˇ˛˛ˇ˛˝ˇ˝ˇˇ˛ˇˇ˛ˇ¸˛ˇˇ˘ˇ˛ˇ˚˛Ûˇ˛ˇ˚˛˝ˇˇ˘ˇ˛ˇ˚˛Ûˇ˛ˇ˚˛˚ˇ˛˚ˇ˛ˇ˚˛¯ˇÅç™Ëˇ˛ˇ˝ˇ˝ˇ˛ˇ¸ˇ˛ˇ˛ˇ¸ˇ˘ˇ˛ˇ˝ˇˇ¸ˇ˚ˇ˛ˇ˝ˇ˝ˇ˛ˇ¸ˇ˛ˇ˛ˇ¸ˇ˘ˇ˛ˇ˝ˇˇÙˇ˛ˇ˝ˇˇ¸ˇ˙ˇ˛ˇ˝ˇˇÙˇ˛ˇ˝ˇˇ˙ˇ¸ˇ˛ˇ˝ˇˇ˜ˇÅç®Ëˇ˝ˇ˛ˇ˝ˇˇˇ˝ˇ˛ˇ˛ˇ¸ˇıˇ˛ˇˇ¸ˇ˚ˇ˝ˇ˛ˇ˝ˇˇˇ˝ˇ˛ˇ˛ˇ¸ˇıˇ˛ˇˇ¸ˇˇ˜ˇ˛ˇˇ¸˛ˇ¯ˇ˛ˇˇ¸˛ˇ¯ˇ˛ˇˇ¸˛ˇ¯ˇ˛ˇˇ¸ˇˇ˛ˇÅç∑Èˇ˝ˇ˛ˇ˝ˇˇ˛¸ˇ˛ˇ˛˚ˇˆˇ˛ˇˇ˝ˇ˙ˇ˝˛˛˛˝ˇ˛ˇ¸˛ˇ˛ˇ˚ˇˆˇ˛ˇ˛˝ˇ˛˘ˇ˛ˇ˛¸ˇˇ˙ˇ˛ˇ˛˝ˇ˛˘ˇ˛ˇ˛˝ˇ˛˘ˇ˛ˇ˛˝ˇ˛˛˛Åç¿Èˇ˝ˇ˛¸ˇˇ˛ˇ˝ˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇ˛ˇ˛ˇ˝ˇ˙ˇ˝ˇ˛¸ˇˇ˛ˇ˝ˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˙ˇ˛ˇ˛ˇ¸ˇˇ˚ˇ˛ˇ˛ˇ˝ˇ˜ˇ˛ˇ˛ˇ˝ˇˇ˙ˇ˛ˇ˛ˇ˝˝ˇ˛ˇÅçó͡˝ˇ˛ˇˇ˛¸ˇ¸ˇ˛ˇ˙ˇ¯ˇ˝¸ˇ˝ˇ˙ˇ˝ˇ˛ˇˇ˛¸ˇ¸ˇ˛ˇ˙ˇ¯ˇ˝¸ˇ˝ˇˇ˚ˇ˝¸ˇ¸ˇˇ¸ˇ˝¸ˇ˝ˇ¯ˇ˝¸ˇ˝ˇˇ˚ˇ˝¸ˇ˝ˇ˚ˇÅå√͡˛ˇ˝ˇ˛ˇˇ¸ˇ˝˛˛˛˙˛˛˛˝ˇ˛ˇ¸ˇ˝˛˙˛˛˛˝ˇ˛ˇˇ¸ˇ˝ˇ˛ˇ˙ˇ˛ˇ˝ˇ˛ˇ¸ˇ˝ˇˇ¸ˇ˛ˇ¸ˇ¸ˇˇ˝ˇ˛ˇ¸ˇ˝ˇˇ¸ˇ˛ˇ¸ˇ˝ˇˇ¸ˇ˛ˇ¸ˇ˝ˇˇ˛ˇÅåúϸˇ˝˛ˇ˝ˇ˛˛ˇ˛ˇ˛ˇ˚˚ˇ˝˝ˇ˚ˇ¸ˇ¸¸ˇ˝˛ˇ˝ˇ˛˛ˇ˛ˇ˛ˇ˚˚ˇ˝˝ˇ˚    ˇˇˇˇˇ˛¸ˇ˚ˇˇ˛ˇˇ˝¸ˇ˚ˇˇˇˇ¸¸ˇ˚ˇˇ˝ˇ˛¸ˇ˚ˇˇˇˇ˛ˇÅ䨡µˇÍˇÍˇÍˇÏˇÅ䨡∑ˇÍˇÍˇÍˇÏˇÅàÅÅÅâÅÅÅâa˲˛ˇ˛ˇ˛ˇÊ˛ˇ˙ˇ˛ˇ¸ˇ˛ˇˇ˛ˇˇ¯ˇˇÂˇˇˇˇˇ˘ˇ˛Ûˇ¸ˇˇ˜ˇˇ‚ˇˇˆˇÚˇ˛¸ˇˇ¸ˇÅàeˡ˛ˇ„ˇ˛ˇ¸ˇ˛ˇ¸ˇ˛ˇ˛ˇ¯ˇËˇ¸ˇ˛ˇ¯ˇÔˇˇ˘ˇˇ·ˇ˘ˇÓˇ˚ˇ˘ˇÔˇˇÅ†⁄ˡˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¯ˇ¯ˇ¸ˇ˛ˇ˛ˇˇˇˇ˛˛ˇ˛˛ˇ¸ˇˇˇ˛ˇ˝¸ˇˇ˛ˇˇˇ˛˛ˇ¸¸ˇ˝ˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˛ˇˇ˚˝ˇˇˇˇˇˇ˝˛ˇ˛ˇˇ¸ˇˇˇˇ˛ˇˇ˛˛ˇ˚˛ˇˇˇ˛ˇ˝˝ˇ˛ˇˇ˛˚ˇˇˇ˛ˇ˛ˇˇˇ˛˛ˇÅµ¸È˛ˇ˛˝ˇˇˇ˛ˇˇ˛˛˛ˇ˚ˇˇ˘˛ˇ˙ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇˇ¸˛ˇˇ˛
  5490. ˇ˛ˇˇ˛˚ˇˇ˛ˇˇ˛ˇˇˇ¸ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛˚    ˇˇˇ˛˚ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇÅ¥ÔÈˇˇ˝ˇˇˇ˛ˇˇˇ˛˝ˇ˘ˇ˛ˇ¸ˇ˚ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˚ˇˇˇ˛ˇ˝ˇˇˇ˙ˇˇˇˇ˛ˇˇˇ¸ˇˇˇ˝ˇ˚ˇˇˇ˝ˇˇˇ˝ˇˇˇ˛ˇˇ˝ˇˇˇ˚    ˇˇˇˇ˚ˇˇ˛ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇÅ≥‰Íˇ˙ˇˇˇ˝ˇˇˇ˛ˇˆˇ¯ˇ˙ˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ˛ˇˇˇ˝ˇ¸ˇˇˇ˛ˇˇ˝ˇˇ˙ˇˇˇˇ˛ˇˇˇ¸ˇˇˇˇ¯    ˇˇˇˇ¸ˇˇˇ¸ˇˇ˛ˇˇˇ˝ˇˇ˚    ˇˇˇˇ˚ˇˇˇˇ˛ˇˇˇ˚ˇ˛ˇˇ˝ˇÅ≥òůÄú˜HHÜ$ IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5491. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜íGÆ>'˘Íˇ˙ˇ˛˚ˇˇˇ˛ˇ˛˝ˇ˛ˇ¸ˇ˛ˇ˙ˇ˛ˇ˛ ˇˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ¸ˇ˛ˇ˛
  5492. ˇˇ˛ˇˇ˘ˇ˛˛˛˛˛ˇˇ¸ ˛ˇˇ˛ˇ˚ˇˇ˛ˇˇˇ˛ˇˇˇ˛˛˛ˇˇ˛ˇˇ˚    ˛ˇˇˇ˚˛ˇˇ˛˛˛ˇˇ˛˛˛˛˛ˇˇ˛Å≥ÕÏ˛ˇ¸˛ˇ˛ˇ˝ˇˇ˝ˇ˛ˇˇ˚˛ˇ˙˛ˇ˘ˇ˛ˇ˛ˇˇˇ˝ˇ˛ˇ¸ˇˇ˛ˇ¸¯ˇ˛ˇˇˇ˛˝ˇ˙ˇˇ˛ˇ˛˛ˇ˛ˇ¸˛ˇ˛ˇˇˇ˙˛ˇ˛ˇˇˇ˝˝ˇˇˇ˚ˇ˛ˇˇˇˇˇ˛˝ˇ˚ˇˇ˛ˇˇ¸˛ˇ˛ˇˇˇ˛ˇˇˇˇ˛˛ˇ˛ˇ¸ˇÅ±·ˇ˛ˇÅˡºˇÅé·˛ˇÅ˲ˇæˇ˛ˇÅéÅÅÅâÅÅÅâk˲ˇˇÙ˛˛˛ˇˆ˛ˇ˛ˇ˛ˇÙˇÏˇˇıˇ˛Ê˛ˇ¸ˇ˛˛ˇ˛˛˛ˇ˛ˇ˚˛Ûˇ˝˛ˇˇ˜ˇ˙ˇˇ˛ˇˇ˛ˇˇÂˇ˛ˇ„˛Åß^ˡӡıˇˇ˛ˇˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˙ˇˇ˛ˇ˛ˇÔˇ˝ˇ˛ˇÁˇ˛ˇËˇÅ¢Ûˡˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˙ˇˇˇˇ˛ˇˇ˝˛ˇ    ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˝˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇˇˇ¸ˇ˛ˇˇˇˇ˛ˇˇ¸    ˇˇˇˇˇˇˇ˛˛ˇˇˇˇˇ˝
  5493. ˇˇˇˇˇˇ˛¸ˇˇˇ˛ˇ¸ˇ˝ˇ˛ˇˇ˛ˇˇˇˇˇ˛˛ˇˇˇ˛ˇˇˇˇ˛˛ˇÅ∑ Èˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˚!ˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛
  5494. ˇˇ˛ˇˇ¯ˇ˛ˇˇˇ˛ˇ˛ ˇˇ˛ˇˇ˚˛˛ˇˇˇ˛ˇ˛ˇ˛ˇ˛ ˇˇ˛ˇˇ¸˛ˇˇˇ˛ˇˇ˛ˇ˝˛˛˛˛˛ˇ˛ˇˇ˛ˇ˛ˇ¸ ˇˇˇˇˇ˛ˇˇ˛˛˛˛˛ˇ˛ ˇˇ˛ˇˇÅ∂ˆÈˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ˚ˇˇˇ˛˛ˇˇ¸ ˇˇˇˇˇ˛
  5495. ˇˇˇˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚    ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇ¸ ˇˇˇˇˇ¸ˇˇ˛ˇ˝ˇ˛ˇ˝˛ˇ˝ˇˇˇ˝ˇ¸ˇˇˇ˝ˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛
  5496. ˇˇˇˇˇÅµ¯Íˇ˛ˇˇ˝ ˇˇˇˇˇ¯ˇˇˇˇˇˇ¸ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇ¸ ˇˇˇˇˇ¸ˇˇˇ˝ˇ˛ˇ˛ˇˇ˝ˇˇˇ˝ˇ¸ˇˇˇˇ˚ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ˇÅµ͡˛ˇˇˇˇˇˇˇˇ˛˚ˇ¸ˇ˛ˇˇˇ˛ˇˇˇ˛˛
  5497. ˛ˇˇˇˇ˘ˇ˛ˇ˛ˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˝˛˛˛˛˛ˇˇˇ˛ˇˇ˛˛˛˝ˇ˛ˇ˛¸ˇ˛˚ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ ˇˇˇˇˇÅµ„Ï˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ˚˛ˇ˛˛ˇ ˇˇˇˇˇ˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˝ˇ˛ˇ˛˝ˇ˛ˇ˛ˇ˛ˇ¸˛ˇ¸ˇˇ˝ˇˇˇˇˇ˙ˇ˝˛ˇ˛ˇˇˇ˝ˇˇ˙˛ˇ˝˛ˇ˛ˇˇ˛˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ¸ˇÅ≥óˇÆˇ¡ˇÅâôˇ¨ˇ˛ƒˇˇ˛ÅâÅÅÅâÅÅÅâMË    ˛ˇˇ˛ˇ˛ˇ„˛ÎˇÎˇ˛ˇˇ˚ˇÏ˛ˇˇ˛ˇˇ˛Ûˇ˛ˇ˚˛ˇ˛ˇÎ˛ˇˇ˛ˇÅÅfiVˡ˛ˇ˛ˇÙˇÙˇ“ˇˇˇ˙ˇˇˆˇ˜ˇ˛ˇ˛ˇıˇ˛ˇ˝ˇˇˇ˛ˇˆˇ˜ˇ˝ˇÅÅ‹°Ëˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛¸ˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ˙ˇˇˇ˙ˇˇ˝˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇ˘ˇ˛ˇˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ¸ˇ˝ˇÅÅ‹´Èˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛˝ˇ˛ˇˇ˛ˇˇ¯ˇˇ˛˛ˇ˛ˇˇ¸ ˛ˇˇˇ˛¸ˇ˛ˇ˛¸ˇ˛˘ˇ˛ˇ˛ˇ˛ˇ¸ ˛ˇˇ˛ˇ¸˛ˇ˛ˇˇÅÅ€¢Èˇ˛ˇ˛
  5498. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˝ˇ˘ˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ˚ˇˇˇˇ˚ˇ˘ˇ˛ˇ˛ˇ˝ˇ¸
  5499. ˇˇˇˇˇ˚ˇ˝ˇÅÅ€î͡˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇˆ¸ˇˇ˛ˇ¸ˇ¸ˇˇˇ¸ˇ˚ˇ˛ˇ˙ˇ˙ˇ˝¸ˇ¸ˇ¸ˇˇˇ˝ˇ¸ˇ˝ˇÅÅ⁄§Íˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇ˛ˇˇˇˇıˇˇ˛ˇ¸ˇ¸ ˇ˛ˇˇˇ˚˛˛˛˚ˇˇ¸ˇ˛ˇ¸ˇ˝ˇ˚ ˇ˛ˇˇ˛¸ˇ˝ˇÅÅ⁄åÏ˛ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛˝ˇ˛ˇ˛ˇˇˇ˛˛ˇ˙ˇˇˇ˛ˇ¯ˇ˛ˇ˚ˇ¸˛ˇ˝ˇ˛ˇ˙ˇ˛ˇ¸ˇˇˇˇ˝˝ˇ˚ˇˇˇ˙˛ˇ˝˝ˇ¸˛ˇ˛ˇÅÅ⁄ÑˇΔˇÅÅ√ܲˇˇ»˛ˇˇÅÅ√ò@@˜@˜ÆGÓ>¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛:¸Ä–˛å˛œ˛ (Ûƒ¡Â≥ÕªX‡—˛ PíJB$íI)J@—˛ àíK¬$íI/J–Ò$îI$íP î–    $îÇ$I$íR îÄ—;évá6ÓX‚;∂—˛˝Œ˛8˝8Œ¡¡˛~0ÄÄ˝&¿—˛B ˝Ä‘˛B€∏ãeùÀƒ∂w≥À’˛ÑíH<    I$LIâ%$âH’˛¯íH$âI‰4Iâ$ƒáH’!$ê@ííHI(ê’$êD ííHòíJI(ê’1ßq¯cˆÛ9ŒvG~o.p’Ù@œıŒ¡¡˛|˛pœ˛D˛@ —˛DΩú`@ΔQ|≤ÿwr¿”˛âI ÇR°!"I%“˛àâA‡Éfi!"y“Ç ‚ BDÇ
  5500. $“íA§ DDíJ$“«√Ê0å~!Ò‹√ ú“¯ÄÀ˘ ¡¡˛v`˝¿‡Õ˛D@B Õ˛D[;ŸéÂÄ@ Õ˛àííDä$ÄÕ˛àíbCä$ÅÃ
  5501. $$âHÃ %$âHÄÕ
  5502. w7áç8^á¡¡¡¡¡ò@@Ę@ĘÓG.>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜.GJ>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHÜ IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5503. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ÆGÓ>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ¡Ò˛ˇˆ˛ˇˇ“˛ˇÅÅÅ˙!Êˇˇ˜ˇ˛ˇˇ‰ˇÔˇÅÅů[Áˇˇ˛˝ˇ˝ˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇ
  5504. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇˇ˛˛ˇÅÅÑ^ˡ˛˝ˇ˛ˇˇˇˇˇ˝ˇ˙ˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛˛˛¯ˇ˛ˇˇˇˇÅÅÉ[Èˇ˛ˇ˛ˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇ˛ˇ¯ˇ˛ˇˇˇÅÅÅW͸ˇ˛ˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ¯ˇ˛ˇˇˇÅÅÅˇbΡ¸ˇˇˇ˛ˇˇ˛ˇ¸ˇ˛ˇ˛˛˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇ¯ˇ˛ˇˇ˛ˇÅÅÇ_Ïˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝    ˇˇˇˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇÅÅÖ„ˇ¸ˇ⁄ˇËˇÅÅÅ²ˇ˛ˇ˛ˇ‹ˇ˛ˇÍˇÅÅÅÓÅÅÅâÅÅÅâ0˲˛ˇ˛ˇˆˇˇ˙ˇˇ˛˛ˇ˙ˇı˛ˇfiˇ˛ˇˇ˛ÅÅÉ4ˡ˝ˇ˘ˇˇ˘ˇ˛ˇ˙ˇÙˇ⁄ˇˇÙˇÙˇÅÅû~ˡ˝ˇˇˇˇˇ˛ˇ˛ˇ˚ˇˇ˙ˇˇ˛ˇˇˇ˛˛ˇ˛    ˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˘ˇˇ˛ ˇˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅ©ÅÈˇ˝ˇˇ˛ˇˇˇ¸ˇ˛ˇˇ˙ˇ˛˝ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛˘ˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛˛˛ˇ˛ˇˇÅŶ{ȸˇ˛ ˇˇˇˇˇ¸ˇˇ˚ˇ˛ˇ˛
  5505. ˇˇˇˇ˝ˇˇ˝ˇˇˇ˛ˇˇˇ˘ˇ˛ˇˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇÅŶv͡ˇ˝ ˇˇˇˇˇ¸ˇ¯¸ˇ˛ ˇˇˇˇˇ¸ˇ˚ˇˇ˛ˇˇˇ˘ˇ˛    ˇˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅ•Ñ͡˛ˇ˛ ˇˇ˛ˇˇ¸˛˛˛˝ˇ¸ˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ˘ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅ•xÏ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˛˚ˇ˝ˇˇ˛˚ˇˇˇ˝ˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇÅÅ• òˇÅÅÅÛ ö˛ÅÅÅÒÅÅÅâÅÅÅâ&˲˛ˇ˛Ê˛ˇˇÍˇÚˇˇ˛ˇˇ˝ˇÅÅň&ˡ˛ˇÊˇÈˇ¯ˇ˚ˇ˛ˇÎˇÅÅàcˡ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇˇ˚ˇ˚ˇˇ˛ˇˇ˜ˇˇ˛ˇ¸ˇ¸ˇ˝ ˇˇˇˇˇˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇÅÅìgÈ˛ˇ˛˝ˇ˛ˇ˛ˇˇ˛ˇ¸ˇ¸ˇˇ˛ˇ¯ˇˇ˝˛˛˛˚ˇ˝˛ˇ˛ˇˇˇ˛ˇˇ˛˛˛ˇÅÅê_Èˇ˛ˇ˛ˇ˛ˇˇˇ¸˝ˇ¸ˇ¸˝ˇ˝ˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˝ˇˇ¸ˇˇ˛ˇˇÅÅêZ͡˛ˇ˛ˇ˛ˇˇˇ¸ˇ˘ˇ¸ˇ˝ˇˆ¸ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇ¸ˇ¸ˇˇ˛ˇˇÅÅèm͡˛ˇ˛ˇ˛ˇˇˇˇˇ˛¸ˇ˛
  5506. ˇ˛ˇˇ˛˙˛¸ˇˇ˛ˇ˚˛˛˛˛˛˛˛ˇˇˇ˛ˇˇ˛ˇ˛ÅÅè^ϸˇ˛˛ˇ˛ˇˇˇˇˇ˝ˇˇ¸˚ˇˇˇ˛ˇˇ˝ˇ˛ˇˇ˛˚ˇ˛ˇ˝¸ˇ˛˛ˇ˛ˇˇˇ˝ˇˇ˝ˇ˛ˇ˛ˇÅÅè πˇÅÅÅ“ ªˇÅÅÅ–ÅÅÅâÅÅÅâ!Ë    ˛ˇˇ˛ˇ˛ˇ’ˇˇ˛˚ˇ˛ˇÅÅʼn,ˡ˛ˇ˛ˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅʼnAˡ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˘ˇ˘ˇÅÅʼnBÈˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˘ˇ˛˘ˇÅÅÅ‚>Èˇ˛ˇ˛
  5507. ˇˇˇˇˇ˛ˇˇ˝˛ˇ˛ˇˇ˛ˇˇ˜ˇ˚ˇÅÅÅ·@͡˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅÅflI͡˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛˛˛ˇ˚ˇ˛ˇ˝ˇ˛ˇÅÅÅ‚>Ï˛ˇ˛ˇ˛ˇˇˇ˝ˇ˝˝ˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇ˚˛ˇ˛ˇ˝ˇÅÅŇÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5508. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘÓG.>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5509. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜.GJ>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜JGâ>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘâG…>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜…GÂ>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5510. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜JGâ>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5511. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘâG…>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5512. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜…GÂ>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜ÂG%>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@Ę%Ge>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜eGÅ>¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5513. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜ÂG%>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5514. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę%Ge>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5515. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜eGÅ>'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇ%ö@ˇ ˇˇˇˇ@
  5516. ˇ·ˇ‚7^
  5517. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  5518. (‡*3-8    )BAbout QuickDraw Drawing4^*¿¯
  5519. °dONLNd\lhí(elThese prâÄ°dONLNd\íhß)&edefiE@°dONLNd\®h    )ned patterns use color„‡°dONLNd#\    hH)aed pixels to pr `°dONLNd2\Hhé)?oduce similar efI@°dONLNdB\èhû)Gfect`°dONLNdF\ühÚ)s in color graphics °dONLNdZiluô(rl ports, as dB`°dONLNdeiöu˙).escribed in the chapteh °dONLNd{i˙u)`r “⁄¿°dONLNd~iuT) Color QuickDraw`°dONLNdçiTu[)O.”°dONLNdê{lár(ÑlY@Ä°dONLNdë{ráö)    ou can cr4°dONLNdö{öá=)(%eate your own bit patterns in your pr©°dONLNdø{=áÒ)£)ogram code, but it’s usually simpler and .°dONLNdËàlî}(ëlmorR`°dONLNdÎà}î“)e convenient to stor$¿°dONLNdˇà“î)U e them in r˜ °dONLNd
  5520. àî)/esour…Ä°dONLNdàîI) ces of type ,
  5521. Courier…Ä°dONLNdàIîm)1'PAT '…Ä°dONLNd!àmîz)$ or …Ä°dONLNd%àzîû)'PAT#'…Ä°dONLNd+àûî¬)$     and to rõ‡°dONLNd4à¬îÔ)$    ead them .°dONLNd=ïl°Û(ûlin when you need them. The fiÉ °dONLNdZïÛ°    )áve pr: °dONLNd_ï
  5522. °)edefiı‡°dONLNddï°a)ned patterns ar√ °dONLNdsïb°«)Ce available not only thr]¿°dONLNdãï»°Ò)f    ough the °dONLNdî¢lÆæ(´lglobal variables prú°dONLNdߢæÆy)R(ovided by QuickDraw but also as system r`¿°dONLNdœ¢zÆí)ºesour©°dONLNd‘¢íÆ≤)ces storY¿°dONLNd‹¢≥Æ€)!
  5523. ed in the .°dONLNdÊØlªë(∏lsystem rR`°dONLNdÓØ몮)%esour$¿°dONLNdÛØ®ª∫)ce fi$¿°dONLNd¯Ø∫ª»)le. ˜ °dONLNd¸Ø«ªŒ)Y  °dONLNd˝ØŒª)ou can use the   °dONLNd تI)?
  5524. GetPattern  °dONLNdØIªñ)< function and the   °dONLNd(Øñª‰)MGetIndPattern  °dONLNd5؉ªÊ)N .°dONLNd6ºl»u(≈lprG °dONLNd8ºv»î)
  5525. ocedurfi`°dONLNd>ºî»Ó)e to get patterns stor`°dONLNdTºÔ» )[ed as rÌ¿°dONLNd[º »#)esour6°dONLNd`º$»6)ces. °dONLNdfŒl⁄É(◊lThe rÄ¿°dONLNdkŒÉ⁄Ù)Uesult of the transfer of a pattern to a bitmap depends on the pattern mode, which is °dONLNd¿€lÁÆ(‰ldescribed next.
  5526.  *¯4*¯ l¯
  5527. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd–˝l ¢*$Boolean a°dONLNdÿ˝¢ ™)6TF^°dONLNdŸ˝™ Æ)rÀ,°dONLNd⁄˝Æ ) ansfer ModesËT°dONLNdÊ˝ )S Wª0°dONLNdË˝ h)ith 1-Bit Pixelsˇˇˇˇˇˇ€r)fi3
  5528. °dONLNd˙ls(lA∫†°dONLNd˚su) :†°dONLNd¸v°)    Boolean tG‡°dONLNd°›)+ ransfer modeç@°dONLNd›)<     describeà°dONLNd)'s an i¬‡°dONLNd {)nteraction between th◊¿°dONLNd5{≤)`e pixels that y†°dONLNdC≥ )8your °dONLNdH l,⁄()lapplication draws and thZ °dONLNd` €,)o
  5529. e pixels th@°dONLNdj ,)'hat ar¡°dONLNdp ,.)e alr∏°dONLNdu .,µ)eady in the destination bitmap‹@°dONLNdì µ,¬)á—f0 °dONLNdï √,Œ)or °dONLNdò-l9ˆ(6lVexample, when you draw a patterned line into a graphics port. Black-and-white drawing °dONLNdÓ:lFµ*uses two types o©`°dONLNd˛:µFΔ)If BoÄ°dONLNd:«F·)olean á`°dONLNd:·F%)transfer modes:,Zapf Dingbats°dONLNdPlWq(Vln
  5530. °dONLNdMxYµ) source modesm¿°dONLNd&M∂Yb)>' for copying bit images or drawing text°dONLNdNbliq(hln
  5531. °dONLNdP_xkπ) pattern modes¡†°dONLNd]_πk)A for drawing lines an¶°dONLNdr_k!)\d s~¿°dONLNdu_"k;)hapes°dONLNd{pl|F(yl.Color QuickDraw uses Boolean transfer mode dif∞@°dONLNd©pF|R)⁄ferí¿°dONLNd¨pR|Õ) ently than basic QuickDrawP†°dONLNdΔpÕ|Ÿ){. Cg†°dONLNd…pŸ|Ì) olor °dONLNdŒ}lâ (ÜlMQuickDraw also has transfer modes that perform arithmetic operations on the r—‡°dONLNd} â„(Ü ed, gr `°dONLNd!}‰â¯)een, °dONLNd&älñÓ(ìland blue values of color pixelè°dONLNdDäÓñ )Ç0s. Using transfer modes with Color QuickDraw is °dONLNdtól£r(†ldõ¿°dONLNduór£$)'escribed in the chapter “Color QuickDra ¿°dONLNdúó%£k)≥w” in this book..°dONLNd≠©lµs(≤lYï°dONLNdÆ©rµ‡)our application uses sourg`°dONLNd«©‡µ=)nce modes when using g`°dONLNd€©=µm)]CopyBitsg`°dONLNd„©mµy)0 pr9¿°dONLNdÊ©yµñ) ocedur  °dONLNdÏ©ñµŸ)e (described in .°dONLNd¸∂l¬s(øl8“Copying Bits Between Graphics Ports” beginning on page 놰dONLNd4∂s¬Ö(øs3-32ÂÄ°dONLNd8∂Ö¬Æ)
  5532. ) and the .°dONLNdB√lœ¥(Ãl CopyDeepMask°dONLNdN√¥œ¿)H prR`°dONLNdQ√¿œ›) ocedur$¿°dONLNdW√›œª)0e (described in the chapter “Color QuickDraw”). .°dONLNdà’l·r(filY@Ä°dONLNdâ’r·Δ)Nour application uses pattern modes to transfer patterns to lines and shapes. Tî@°dONLNd◊’Δ·”(fiΔhe .°dONLNd⁄‚lÓñ(ÎlpenMode°dONLNd·‚ñÓú)* fPÄ°dONLNd„‚úÓ)ield of a graphics port stor"‡°dONLNdˇ‚Óœ)x*es the pattern mode for the graphics pen. ı@°dONLNd)‚ŒÓ’)∫Y
  5533. @°dONLNd*‚’ÓÒ)ou use .°dONLNd1Ôl˚˝(¯l!the pattern mode to draw lines, r´¿°dONLNdRÔ˝˚.)ë ectangles, r<Ä°dONLNd^Ô/˚W)2ounded r–†°dONLNdfÔW˚©)(ectangles, ovals, ar¢Ä°dONLNdzÔ™˚fi)S cs, wedges, °dONLNdܸl±(lpolygons, and r¥@°dONLNd︱˙)Eegions, as followú‡°dONLNd¶¸˚)Js: °dONLNd™lq(ln
  5534. .°dONLNd¨xÉ) W°dONLNd≠É ) hen you use a prR`°dONLNdΩ Á)Gocedur$¿°dONLNd√Á)e like $¿°dONLNd ')LineTo$¿°dONLNd–',)$, $¿°dONLNd“,b)    FrameRect$¿°dONLNd€br)6, or $¿°dONLNd‡r®)    FrameOval$¿°dONLNdÈ®…)6, the pr˜ °dONLNdÒ»Â) ocedur…Ä°dONLNd˜ÂÏ)e °dONLNd˘x'l($x5draws the lines of your shape with the pattern specifi°dONLNd/l'ñ)Ù
  5535. ed in the °dONLNd9ñ'¥)*pnPat°dONLNd>¥'Ω) fi°dONLNdAΩ'Î)     eld of the .°dONLNdL'x3„(0xgraphics port, but the pr °dONLNde'‰3)locedur§`°dONLNdk'3Û)9e transfers that pattern into the graphics port by using .°dONLNd§3x?Ê(<xthe pattern mode specifi°dONLNdº3Ê?)n
  5536. ed in the °dONLNdΔ3?4)*pnMode°dONLNdÃ34?=)$ fi°dONLNdœ3=?|)    eld of the currR`°dONLNdfi3|?Ã)?ent graphics port.R`°dONLNd3Ã?Œ)P .°dONLNdÚHlOq(Nln
  5537. .°dONLNdÙExQÉ) W°dONLNdıEÉQ ) hen you use a prR`°dONLNd    E QÁ)Gocedur$¿°dONLNd     EÁQ)e like $¿°dONLNd    EQ9)    PaintRect$¿°dONLNd    E9QF)6 or $¿°dONLNd    EFQ|)    PaintOval$¿°dONLNd    (E|Qù)6, the pr˜ °dONLNd    0EúQπ) ocedur…Ä°dONLNd    6EπQ‹)e draws…Ä°dONLNd    =E‹Qfi)# °dONLNd    >Qx](Zx"your shape with the pattern specifi°dONLNd    aQ]C)°
  5538. ed in the °dONLNd    kQC]a)*pnPat°dONLNd    pQa]j) fi°dONLNd    sQj]ˆ)     eld by transferring the pattern °dONLNd    ì]xiˇ(fxwith the pattern mode specifi°dONLNd    ∞]ˇi))á
  5539. ed in the °dONLNd    ∫])iM)*pnMode°dONLNd    ¿]MiV)$ fi°dONLNd    √]Vih)    eld.°dONLNd    «]hij) .°dONLNd    …rlyq(xln
  5540. .°dONLNd    Àox{É) W°dONLNd    ÃoÉ{ ) hen you use a prR`°dONLNd    ‹o {Á)Gocedur$¿°dONLNd    ‚oÁ{)e like $¿°dONLNd    Èo{3)FillRect$¿°dONLNd    Òo3{@)0 or $¿°dONLNd    ıo@{p)FillOval$¿°dONLNd    ˝op{ë)0, the pr˜ °dONLNd
  5541. oê{≠) ocedur…Ä°dONLNd
  5542. o≠{–)e draws…Ä°dONLNd
  5543. o–{Ë)# your °dONLNd
  5544. {xá˚(Ñxshape with the pattern you rR`°dONLNd
  5545. 4{˚áR)Éequest and uses the R`°dONLNd
  5546. H{Rá|)WpatCopyR`°dONLNd
  5547. O{|á‡)* pattern mode (which .°dONLNd
  5548. dáxì±(êxcopies your r@°dONLNd
  5549. qá≤ì ):equested pattern dirê °dONLNd
  5550. Öá ìf)Yectly into the shape).ˇAÇ@ˇ ˇˇˇˇ@
  5551. ˇ·ˇ‚7^
  5552. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äAbout QuickDraw Drawing
  5553. , (‡    3-9
  5554. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5555. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5556. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5557. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5558. 454+?òÄ
  5559. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5560. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5561. ˛ˇ˛ˇˇ
  5562. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5563. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5564. ˛ˇˇˇˇ
  5565. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5566. ˛ˇˇˇˇ
  5567. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿.°dONLNd\ähë(eäYï°dONLNd\êh–)ou use the sourg`°dONLNd\–h;)@ce mode when using the ,
  5568. Courierg`°dONLNd'\;hk)kCopyBitsg`°dONLNd/\khw)0 pr9¿°dONLNd2\whî) ocedur  °dONLNd8\îh˙)e to copy a bit image frfiÄ°dONLNdP\˘h)eom .°dONLNdSiäuŸ(räHone graphics port to another and when drawing text using the QuickDraw rÕÄ°dONLNdõiŸu˚(rŸoutines °dONLNd£väÇ8(ä%described in the chapter “QuickDraw TªÄ°dONLNd»v7ÇV)≠ext” in ©‡°dONLNd–vWÇß) Inside Macintosh: TㇰdONLNd„vßÇ≥)Pext√`°dONLNdÊv≥Ç‚) . (The sour—†°dONLNdÒv‚Ç    )/ce mode .°dONLNd˘Éäè»(åäfor text is storR`°dONLNd    É»èÚ)>
  5569. ed in the R`°dONLNdÉÚè")*textModeR`°dONLNdÉ"è+)0 fiR`°dONLNdÉ+èì)    eld of a graphics port.).°dONLNd7ïä°˚(ûäFor both pattern and sour`°dONLNdP︰9)rce modes therPÄ°dONLNd]ï9°I)=e ar_ °dONLNdaïI°∫)e four Boolean operationsÿÄ°dONLNdzï∫°º)q:XÄ°dONLNd{ïΩ°€) COPYd¿°dONLNdÄï⁄°)    , OR, XOR$°dONLNdâï°
  5570. ). °dONLNdä¢äÆç(´ä(”‡°dONLNdã¢çÆÂ)for exclusive-or), anÿ`°dONLNd†¢ÂÆÌ)Xd t °dONLNd¢¢ÓÆ˛)    BIC`°dONLNd•¢ˇÆ) (Ÿ@°dONLNdߢÆ)@for bit clear). Each of these operations has an inverse variant °dONLNdÁØäª(∏äin which the pattern or sour‰¿°dONLNdتY){ce is inverted beforÁ†°dONLNdØYªí)Te the transfer$¿°dONLNd%Ø쪔):, so in fact therπ‡°dONLNd6Ø”ª„)@e ar»Ä°dONLNd:Ø„ªÔ)e e€¿°dONLNd=ØÔª) ight °dONLNdBºä»”(≈äoperations in all.°dONLNdUŒä⁄˚*The eight operations in th@†°dONLNdoŒ¸⁄L)re pattern and sour
  5571. Ä°dONLNdÅŒM⁄a)Qce mò`°dONLNdÖŒa⁄l)od)†°dONLNdáŒm⁄v) es0@°dONLNdâŒv⁄¿)     have names defi膰dONLNdôŒ¿⁄)Jned as constants. °dONLNd´€äÁ¨(‰äTheir ef܆°dONLNd≥€¨Á–)"    fects on ⁄†°dONLNdº€–ÁÊ)$1-bit `‡°dONLNd¬€ÁÁ@)destination pixels ar∏ °dONLNd◊€@Áå)Ye summarized in h°dONLNdÁ€çÁì)MTù¿°dONLNdË€íÁ¥)able 3-1´@°dONLNd€¥Á∂)".+@°dONLNdÒ€∑Á) (See the chapter °dONLNdËäÙ`(Òä.“Color QuickDraw” for information about the efπ‡°dONLNd1Ë`Ù)÷"fects of these operations on color&`°dONLNdSËÒÙ˛)ëed °dONLNdVıäX(˛ä/pixels—that is, those with a pixel depth of mor¯‡°dONLNdÖıXò)Œe than 1 pixel.)°dONLNdö˚äê(äT†¿°dONLNdõ˚êï)hr °dONLNdú˚ñù)e ª¿°dONLNdû˚ù∏)COPY6 °dONLNd¢˚π¿) o+†°dONLNd§˚¡$)perations completely rO°dONLNd∫˚$)c8eplace the pixels in the destination bitmap with either .°dONLNdÚä (ä#the pixels in the pattern (for the °dONLNd J)ñpatCopy°dONLNdJ‘)*  mode) or the pixels in the sourR`°dONLNd<‘)ä
  5572. ce bitmap ˇˇÚD°dONLNdFä!õ(ä(for°dONLNdJõ!ú) °dONLNdKù!Æ)the ˇˇ÷ÃrD°dONLNdOØ!Ÿ)srcCopyˇˇÚDrD°dONLNdVŸ!Ú)* modedà°dONLNd[Û!˜))dà°dONLNd\˜!). ThVðdONLNd`    !+)e inversI°dONLNdh,!2)#e ;T°dONLNdj3!O)COPY¥°dONLNdnO!U) oˇ¯°dONLNdpU!∫)perations completely r∂‡°dONLNdܪ!)feplace the pixels in .°dONLNdõ"ä.Ÿ(+äLthe destination bitmap with a “photographic negative” of the pattern (for thõÄ°dONLNdÁ"Ÿ.‡(+Ÿe .°dONLNdÈ/ä;¢(8änotP°dONLNdÌ/¢;Δ)atCopy°dONLNdÛ/Δ;)$ mode) or the sourR`°dONLNd/;a)Oce bitmap (for thR`°dONLNd/a;h)Le R`°dONLNd/h;Ä)notSR`°dONLNd/Ä;§)rcCopyR`°dONLNd"/§;æ)$ modeR`°dONLNd'/æ;≈)).ˇˇ¬⁄°dONLNd*AäMó(JäTh°dONLNd,AóMù)e B⁄°dONLNd.AûM≠)ORB⁄°dONLNd0A≠M≥) o¥°dONLNd2A¥MF)!perations add the black pixels fr¶V°dONLNdSAFMÕ)íom either the pattern (for the ˇˇHé7r°dONLNdrAŒMÏ)àpatOrˇˇ¬⁄7r°dONLNdwAÏM)
  5573.  mode) or °dONLNdÅNäZÆ(Wäthe sourR`°dONLNdâNÆZ)$ce bitmap (for the R`°dONLNdúNZ)SsrcOrR`°dONLNd°NZ≈)$ mode) to the destination bitmap. ThR`°dONLNd≈N≈ZË)¶e inversR`°dONLNdÕNËZÔ)#e R`°dONLNdœNÔZ˛)ORR`°dONLNd—N˛Z) °dONLNd“[ägè(däo°dONLNd”[ègº)
  5574. perations °dONLNd›[ºg¿)-(°dONLNdfi[¿gÿ)notP°dONLNd‚[ÿg)atOr°dONLNdÊ[g˝) an°dONLNdÈ[˝g)d °dONLNdÎ[g)notS°dONLNdÔ[g5)rcOr°dONLNdÛ[5g
  5575. ). modes) take a “photographic negative” of the .°dONLNd!hät‹(qäpattern or the sourÿ†°dONLNd4h‹tó)R+ce bitmap, and then add the black pixels frV °dONLNd_hòtˇ)ºom this negative to the °dONLNdwuäÅ›(~ädestination bitmap†°dONLNdˇˇ)T.
  5576. $H,4%H, (ä(
  5577. ˇ·ˇ‚7^    °dONLNdñä%±("ä    Table 3-1°dONLNd†»%–)>Ef◊–°dONLNd¢–%Î)fect of ⁄°dONLNd™Î%)
  5578. Boolean tr› °dONLNd¥%F)) ansfer modefl†°dONLNdøF%Ñ)2s on 1-bit pixels°dONLNd—2ä=√(:ä Pattern modeHÊ°dONLNdfi2€=)Q Source mode
  5579. <@Ù4=@Ù =,=–
  5580. ˇ·ˇ‚7^Ø    °dONLNdÍ2V=Δ){Action on destination pixe*â°dONLNd2«=…)qlðdONLNd
  5581. A,L1(I,If °dONLNd A1Lz) pattern or source ðdONLNdK,V_(S,pixel is black'Ï°dONLNd.AòLù(IòIf(,°dONLNd0AùLÊ) pattern or source 'Ï°dONLNdCKòV£(Sòpix® °dONLNdFK£VÆ) el i'ú°dONLNdJKØVÀ) s white
  5582. .°dONLNdSYäe¥(bäpatCopyHÊ°dONLNd[Y€e)QsrcCopy.ðdONLNdcY,e7)QFol°dONLNdeY7e:) r€l°dONLNdfY:e])ce black'Ï°dONLNdoYòe£)^Fo,å°dONLNdqY£e¶) rÒå°dONLNdrY¶e )ce white.°dONLNd|käwΔ(tä
  5583. notPatCopyHÊ°dONLNdák€w)Q
  5584. notSrcCopy.ðdONLNdík,w:)QFor€l°dONLNdïk:wN)ce wÏL°dONLNdôkNw^)hite'Ï°dONLNdûkòw¶)JForÒå°dONLNd°k¶w∑)ce b3 °dONLNd•k∏w…)lack.°dONLNd´}äâ®(ÜäpatOrHÊ°dONLNd±}€â˘)QsrcOr.ðdONLNd∑},â:)QFor€l°dONLNd∫}:âK)ce bÏ°dONLNdæ}Lâ])lack'Ï°dONLNd√}òâπ)LLeave a˝,°dONLNd }πâÀ)!lone.°dONLNd–èäõ∫(òänotPatOrHÊ°dONLNdŸè€õ )QnotSrcOr.ðdONLNd‚è,õM)QLeave aÁ °dONLNdÈèMõ_)!lone'Ï°dONLNdÓèòõ¶)KForÒå°dONLNdÒè¶õ∑)ce b3 °dONLNdıè∏õ…)lack.°dONLNd˚°ä≠Æ(™äpatXorHÊ°dONLNd°€≠ˇ)QsrcXor.ðdONLNd    °,≠5)QInA¨°dONLNd °5≠F)    vert'Ï°dONLNd°ò≠π)cLeave a˝,°dONLNd°π≠À)!lone.°dONLNd≥äø¿(ºä    notPatXorHÊ°dONLNd'≥€ø)Q    notSrcXor.ðdONLNd1≥,ø6)QLe˜,°dONLNd3≥6ø_)
  5585.     ave alone'Ï°dONLNd=≥òø°)bInWðdONLNd?≥°ø≤)    vert.°dONLNdE≈ä—Æ(ŒäpatBicHÊ°dONLNdL≈€—ˇ)QsrcBic.ðdONLNdS≈,—:)QFor€l°dONLNdV≈:—N)ce wÏL°dONLNdZ≈N—^)hite'Ï°dONLNd_≈ò—π)JLeave a˝,°dONLNdf≈π—À)!lone.°dONLNdl◊ä„¿(‡ä    notPatBicHÊ°dONLNdv◊€„)Q    notSrcBic.ðdONLNdÄ◊,„M)QLeave aÁ °dONLNdá◊M„_)!lone'Ï°dONLNdå◊ò„¶)KForÒå°dONLNdè◊¶„∫)ce wl°dONLNdì◊ª„À)hiteˇˇz@ˇ ˇˇˇˇ@
  5586. ˇ·ˇ‚7^
  5587. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  5588. (‡*3-10    )BAbout QuickDraw Drawing4^*¿¯
  5589. .°dONLNd\lhy(elTh°dONLNd\yhÄ)e °dONLNd\Ähñ)XOR°dONLNd\ñhù) o°dONLNd    \ùhŒ) perations (,
  5590. Courier°dONLNd\Œh⁄)1pa°dONLNd\⁄hÚ) tXor°dONLNd\Úh˙) a°dONLNd\˙h)nd °dONLNd\h)sr°dONLNd!\h+) cXor°dONLNd%\+h5) m°dONLNd'\5h)
  5591. +odes) invert the pixels in the destination .°dONLNdRilu≥(rlbitmap that corr¸°dONLNdbi≥uu)G-espond to black pixels in the pattern or sour# °dONLNdèivu≤)√ce bitmap. ThW†°dONLNdúi≤u‘)<e invers˙Ä°dONLNd§i‘u€)"e D °dONLNd¶i‹uÒ)XORyÄ°dONLNd©iÒuÛ) .°dONLNd™vlÇq(lo°dONLNd´vqÇû)
  5592. perations °dONLNdµvûÇ¢)-(°dONLNd∂v¢Ç∫)notP°dONLNd∫v∫Ç¿)a°dONLNdªv¿Çÿ)tXor°dONLNdøvÿLJ) a°dONLNd¡v‡ÇÂ)n°dONLNd¬vÂÇÌ)d °dONLNdƒvÌÇ)notS°dONLNd»vÇ )r°dONLNd…v Ç#)cXor°dONLNdÕv#Ç-) m°dONLNdœv-ÇË)
  5593. +odes) invert the pixels in the destination .°dONLNd˙Élè≥(ålbitmap that corr¸°dONLNd
  5594. É≥èw)G-espond to white pixels in the pattern or sour–Ä°dONLNd7Éwè¢)ƒ    ce bitmap‡°dONLNd@É£è•),..°dONLNdBïl°y(ûlTh°dONLNdDïy°Ä)e °dONLNdFïÄ°í)BIC°dONLNdIïí°ô) o°dONLNdKïô° ) perations (°dONLNdVï °Ó)1patBic°dONLNd\ïÓ°)$ and °dONLNdaï°')srcBic°dONLNdgï'°Û)$. modes) turn pixels in the destination bitmap .°dONLNdï¢lÆ (´lwhite when they corrÍ°dONLNd©¢ Æå)^-espond to black pixels in the pattern or sour °dONLNd÷¢çÆ…)√ce bitmap. ThE†°dONLNd„¢…ÆÎ)<e inversËÄ°dONLNd΢ÎÆÚ)"e .°dONLNdÌØlª~(∏lBIC°dONLNdØ~ªÖ) o°dONLNdÚØÖª≤)
  5595. perations °dONLNd¸Ø≤ª∂)-(°dONLNd˝Ø∂ªŒ)notP°dONLNdØŒªÏ)atBic°dONLNdØϪ˘) an°dONLNd    Ø˘ª)d °dONLNd ت)notS°dONLNdت7)rcBic°dONLNdØ7ª‡)' modes) turn pixels in the destination .°dONLNd;ºl»Ï(≈lbitmap white when they corrÚÄ°dONLNdVºÏ»∞)Ä-espond to white pixels in the pattern or sour«°dONLNdɺ∞»€)ƒ    ce bitmap    `°dONLNd庋»fi),.°dONLNdéŒl⁄≤(◊lThese actions ar&@°dONLNdûŒ≥⁄ı)Ge illustrated in Ɇ°dONLNdØŒı⁄)BFigurV`°dONLNd¥Œ⁄!)e 3-4Û‡°dONLNdπŒ!⁄<), wher™‡°dONLNdøŒ=⁄I)e aÙÄ°dONLNd¬ŒI⁄û)  black X is transferrM@°dONLNd◊Œü⁄Û)Ved to a destination °dONLNd΀lÁÙ(‰lbitmap consisting of a black O.
  5596.     *¯4
  5597. *¯"
  5598. *]
  5599. ˇ·ˇ‚7^    °dONLNd ˇl
  5600. ñ*#
  5601. Figure 3-4°dONLNdˇÆ
  5602. ‚)B Examples of Ç`°dONLNd"ˇ‚
  5603. )4Boolean †°dONLNd*ˇ
  5604. B)$transfer modes
  5605. °dONLNd:JlV±(SlOn computers r
  5606. Ä°dONLNdHJ≤VÃ)Funninn °dONLNdMJÃVˆ)    g System È °dONLNdVJˆV˝)*7,i °dONLNdXJ˛Vñ)" you can add dithering to any sour"°dONLNdzJóVÌ)ôce mode by adding °dONLNdåWlc(`l(the following constant or the value it rk¿°dONLNd¥Wc#)©epr¸Ä°dONLNd∑W#co)esents to the sour±`°dONLNd…Wpcó)Mce mode:.°dONLNd“nlzÃ(wlCONST ditherCopy°dONLNdËnÿzˆ)l= 64;
  5607. j2¯4hiò@@˘@˘iZb¡‹ˇ¿Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ëò@@Ģ@ĢZiöb‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ëò@Äú˘Äú˘öi∂b‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡ËòÅ˙@˘HHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5608. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˘iZb'ÅÅÅá6˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅπ˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛Î¡‡ˇÅµÎÎÅ∫˛Î¡ˇ‚ˇÅµÎÏÅ∫ ˛Ï¡ˇ˝ˇˇÓˇ¸ˇÅµÏÎÅ∫˛Î¡ˇ˛˝ˇ˛ˇ˝ˇÅµÎÏÅ∫˛Î¡ˇ˚ˇÚ¸ˇ˛ˇÅµÎÎÅ∫˛Ï¡ˇ˘ˇÙ˙ˇˇÅµÏÎÅ∫˛Î¡ˇ¯ˇˆ¯ˇˇÅµÎÎÅ∫˛Î¡ˇ¯ˇ¯¯ˇˇÅµÎÏÅ∫˛Ï¡ˇ˛¯ˇ˙¯ˇ˛ˇÅµÏÎÅ∫)˛Îı˛ˇ˙ˇˇ⁄ˇ˝¯ˇ¸¯ˇ˝ˇÅµÎÏÅ∫,˛Îıˇˇ˚ˇˇ⁄ˇ¸¯ˇ˛¯ˇ¸ˇÅµÎÎÅ∫:˛Ïıˇ˝ˇ˙ˇ¸ˇ¸ˇˇˇˇÔˇ˚¯ˇ¯ˇ˚ˇÅµÏÎÅ∫;˛Îı˛ˇ˛ˇˇˇ¸ˇˇˇˇ˛ˇˇˇÓˇ˙ˇ˙ˇÅµÎÎÅ∫>˛Îıˇ˛    ˇˇˇˇˇˇ˝ˇˇˇ˛ˇˇˇÓˇ˘Úˇ˘ˇÅµÎÏÅ∫8˛Ïıˇ˝˛ˇ˙ˇˇˇˇ˝ˇˇˇÓˇ¯Ùˇ¯ˇÅµÏÎÅ∫˛Î¡ˇ˜ˆˇ˜ˇÅµÎÏÅ∫˛Î¡ˇˆ¯ˇˆˇÅµÎÎÅ∫˛Ï¡ˇ˜ˆˇ˜ˇÅµÏÎÅ∫˛Î¡ˇ¯Ùˇ¯ˇÅµÎÎÅ∫˛Î¡ˇ˘Úˇ˘ˇÅµÎÏÅ∫4˛Ïı
  5609. ˇˇˇˇˇ˛ˇˇˇˇˇ„ˇ˙ˇ˙ˇÅµÏÎÅ∫4˛Îˆ¸ˇˇˇˇˇˇ¸ˇ‰ˇ˚¯ˇ¯ˇ˚ˇÅµÎÏÅ∫7˛Îˆˇˇˇˇˇˇˇˇˇ˛ˇ·ˇ¸¯ˇ˛¯ˇ¸ˇÅµÎÎÅ∫4˛Ïıˇˇˇˇ˛˝ˇ˛˛ˇ˛ˇ‰ˇ˝¯ˇ¸¯ˇ˝ˇÅµÏÎÅ∫˛Î¡ˇ˛¯ˇ˙¯ˇ˛ˇÅµÎÎÅ∫˛Î¡ˇ¯ˇ¯¯ˇˇÅµÎÏÅ∫˛Ï¡ˇ¯ˇˆ¯ˇˇÅµÏÎÅ∫˛Î¡ˇ˘ˇÙ˙ˇˇÅµÎÏÅ∫˛Î¡ˇ˚ˇÚ¸ˇ˛ˇÅµÎÎÅ∫˛Ï¡ˇ˛˝ˇ˛ˇ˝ˇÅµÏÎÅ∫ ˛Î¡ˇ˝ˇˇÓˇ¸ˇÅµÎÎÅ∫˛Î¡ˇ‚ˇÅµÎÏÅ∫˛Ï¡‡ˇÅµÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛Î¡‡ˇÅµÎÎÅ∫˛Î¡ˇÛˇˇÚˇÅµÎÏÅ∫˛Ï¡ˇ¯ıˇ˜ˇÅµÏÎÅ∫˛Î¡ˇ˘Úˇ˘ˇÅµÎÏÅ∫˛Î¡ˇ˚Ôˇ˙ˇÅµÎÎÅ∫˛Ï¡ˇ¸Ïˇ¸ˇÅµÏÎÅ∫˛Î¡ˇ˝Îˇ¸ˇÅµÎÎÅ∫˛Î¡ˇ˛Èˇ˝ˇÅµÎÏÅ∫˛Ï¡ˇ˛Ëˇ˛ˇÅµÏÎÅ∫òÅ˙@ĢHHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5610. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĢZiöb'˛Î¡ˇÁˇ˛ˇÅµÎÏÅ∫˛Î¡ˇˆˇ¸ˆˇˇÅµÎÎÅ∫˛Ï¡ˇ¯ˇ˜¯ˇˇÅµÏÎÅ∫-˛Îı˛ˇˆˇˇ˜ˇˇÍˇ¯ˇ˜¯ˇˇÅµÎÎÅ∫-˛Îıˇˇ˜ˇıˇÈˇ¯ˇˆ˘ˇˇÅµÎÏÅ∫A˛Ïı ˇˇˇˇˇˇ˙ˇ˛ˇ˛ˇˇˇ˛ˇÛˇ˘ˇı¯ˇˇÅµÏÎÅ∫B˛Îıˇˇ˘ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇÙˇ˘ˇÙ˘ˇˇÅµÎÏÅ∫G˛Îıˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÙˇ˘ˇÙ˘ˇˇÅµÎÎÅ∫C˛Ïı˛ˇ˛˛ˇˇˇ˝ˇˇ˛ˇ ˇˇˇˇˇˇÙˇ˘ˇı¯ˇˇÅµÏÎÅ∫˛Î¡ˇ¯ˇˆ¯ˇˇÅµÎÎÅ∫˛Î¡ˇ¯ˇˆ˘ˇˇÅµÎÏÅ∫˛Ï¡ˇ¯ˇ˜¯ˇˇÅµÏÎÅ∫˛Î¡ˇ˜ˇ˚ˆˇˇÅµÎÏÅ∫˛Î¡ˇÙˇÙˇˇÅµÎÎÅ∫˛Ï¡ˇ˛Ëˇ˛ˇÅµÏÎÅ∫˛Î¡ˇ˛Èˇ˝ˇÅµÎÎÅ∫˛Î¡ˇ˝Îˇ¸ˇÅµÎÏÅ∫˛Ï¡ˇ¸Ïˇ¸ˇÅµÏÎÅ∫˛Î¡ˇ˚Ôˇ˙ˇÅµÎÏÅ∫˛Î¡ˇ˘Úˇ˘ˇÅµÎÎÅ∫˛Ï¡ˇ¯ıˇ˜ˇÅµÏÎÅ∫˛Î¡ˇÛ˛ˇÛˇÅµÎÎÅ∫˛Î¡ˇ‚ˇÅµÎÏÅ∫˛Ï¡‡ˇÅµÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫.˛Îπ˛ˇ˚ˇ˚ˇÿˇˇÛˇ—ˇÒˇ÷˝ˇÿÎÎÅ∫/˛ÏπˇˇıˇŸˇˇÙˇ—ˇÒˇ÷ˇ’ÏÎÅ∫d˛Îπˇˇ˛ˇˇ˛ˇ˛ˇ€ˇ˝ ˇˇˇˇˇˇˇˇ˝ˇˇˇˇ⁄˝ˇ    ˇˇˇˇˇ¸ˇ◊ˇ˛ˇˇ˛ˇˇˇˇˇÊÎÎÅ∫òÅ˙Äú˘HHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5611. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˘öi∂b'U˛Îπ˛ˇ˝˛ˇˇˇˇ⁄ˇ˝ˇˇˇ˝ˇ ˇˇˇˇˇˇŸˇˇˇˇˇ˝ˇˇˇ÷¸ˇ˝˜ˇÁÎÏÅ∫c˛Ïπˇ˝ ˇˇˇˇˇˇˇŸ    ˇˇˇˇˇ˝ˇ˛ˇˇˇˇŸ    ˇˇˇˇˇˇ˝ˇˇ÷ˇ˛ˇˇˇ˛ˇˇˇ‰ÏÎÅ∫]˛Îπˇ¸˝ˇˇˇˇˇŸˇˇ˛ˇ˛˛ˇˇˇ˛ˇˇÿˇˇˇˇ˛˛ˇˇˇˇ◊¸ˇ˛˛ˇˇˇ˛ˇÁÎÏÅ∫˛ÎÅˡÅÓÎÎÅ∫˛ÏÅÈˇÅÌÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛Î¡‡ˇÂ‡ˇÂ‡ˇ‰‡ˇÌÎÎÅ∫-˛Î¡ˇ‚ˇÂˇ‚ˇÂˇ‚ˇ‰ˇ‚ˇÌÎÏÅ∫T˛Ï¡ˇ˝ˇˇÓˇ¸ˇÂˇ˝ˇˇ˚˙ˇ˚ˇ¸ˇÂˇ˝ˇˇ˚˙ˇ˚ˇ¸ˇ‰ˇı˙ˇıˇÌÏÎÅ∫U˛Î¡ˇ˛˝ˇ˛ˇ˝ˇÂˇ˛˝ˇÙˇ˛ˇ˝ˇÂˇ˛˝ˇÙˇ˛ˇ˝ˇ‰ˇ¯Ùˇ¯ˇÌÎÏÅ∫A˛Î¡ˇ˚ˇÚ¸ˇ˛ˇÂˇÁˇ˛ˇÂˇÁˇ˛ˇ‰ˇ˘Úˇ˘ˇÌÎÎÅ∫>˛Ï¡ˇ˘ˇÙ˙ˇˇÂˇÂˇˇÂˇÂˇˇ‰ˇ¯Ùˇ¯ˇÌÏÎÅ∫C˛Î¡ˇ¯ˇˆ¯ˇˇÂˇ‰ˇˇÂˇ˚ˇÚˇ˚ˇˇ‰ˇ˜ˆˇ˜ˇÌÎÎÅ∫I˛Î¡ˇ¯ˇ¯¯ˇˇÂˇÊˇˇÂˇ˛ˇ˝Ùˇ˛˝ˇˇ‰ˇˆ¯ˇˆˇÌÎÏÅ∫K˛Ï¡ˇ˛¯ˇ˙¯ˇ˛ˇÂˇ˛Ëˇ˛ˇÂˇ˛ˇˇ¸ˆˇ¸ˇˇ˛ˇ‰ˇı˙ˇıˇÌÏÎÅ∫Q˛Î¡ˇ˝¯ˇ¸¯ˇ˝ˇÂˇÁˇ˛ˇÂˇ˝ˇ¸¯ˇ¸˛ˇ˛ˇ‰ˇˇˇ¯¸ˇ¯ˇ˛ˇÌÎÏÅ∫W˛Î¡ˇ¸¯ˇ˛¯ˇ¸ˇÂˇıˇ˛ıˇˇÂˇ¸ˇ¸ˇˇ˛ˇˇ¸¸ˇˇ‰ˇ˛ˇÏ˛ˇˇÌÎÎÅ∫a˛Ïˆ◊˛◊Ó◊¡˚¯ˇ¯ˇ˚ˇÂˇÙˇÙˇˇÂˇ˚ˇ˛˝ˇ˛ˇ˝˚ˇˇ‰ˇ˝ˇÓ˝ˇˇÌÏÎÅ∫S˛Îˆ◊◊◊Ó◊¡˙ˇ˙ˇÂˇÂˇˇÂˇ˘ˇ˜ˇ˙ˇˇ‰ˇ˚ˇ¸ˇˇÌÎÎÅ∫Y˛Îˆ◊◊◊◊◊◊◊◊◊◊˛˛◊◊¡˘Úˇ˘ˇÂˇÂˇˇÂˇÂˇˇ‰ˇ˙ˇÚ˚ˇˇÌÎÏÅ∫T˛Ïˆ◊◊◊◊◊◊◊◊◊˝˛◊¡¯Ùˇ¯ˇÂˇ‰ˇˇÂˇ‰ˇˇ‰ˇ˘ˇÙ˘ˇˇÌÏÎÅ∫g˛Îˆ◊◊◊◊◊◊◊◊◊◊◊◊◊¡˜ˆˇ˜ˇÂˇ˘ˇˆˇ˘ˇˇÂˇ˘ˇˆˇ˘ˇˇ‰ˇ˘ˇÙ˘ˇˇÌÎÏÅ∫h˛Îˆ◊˛◊◊◊◊◊◊◊˛˝◊¡ˆ¯ˇˆˇÂˇ˘ˇ¯ˇ˘ˇˇÂˇ˘ˇ¯ˇ˘ˇˇ‰ˇ˘ˇÙ˘ˇˇÌÎÎÅ∫ò@@˘@˘∂iıb‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ëò@@Ģ@Ģıi5b‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë‹ˇ‡Ë¡¡¡¡¡¡¡¡¡¡¡ò@Äú˘Äú˘5iQb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛˘G 8¿Ã˛Ñ@ J@Ã˛    D@ J@à ˛¬ÖP@ëÀ˛ÑEP@êÄà ˛$èäºè)À ˛DHÑ@â)À ˛ÒàÉÒåÀ¡¡¡¡òÅ˙@˘HHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5612. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˘∂iıb'K˛Ï¡ˇ˜ˆˇ˜ˇÂˇ˘ˇˆˇ˘ˇˇÂˇ˘ˇˆˇ˘ˇˇ‰ˇ˘ˇÙ˘ˇˇÌÏÎÅ∫;˛Î¡ˇ¯Ùˇ¯ˇÂˇ‰ˇˇÂˇ‰ˇˇ‰ˇ˘ˇÙ˘ˇˇÌÎÎÅ∫>˛Î¡ˇ˘Úˇ˘ˇÂˇÂˇˇÂˇÂˇˇ‰ˇ˙ˇÚ˚ˇˇÌÎÏÅ∫K˛Ïˡ€ˇ˙ˇ˙ˇÂˇÂˇˇÂˇ˘ˇ˜ˇ˙ˇˇ‰ˇ˚ˇ¸ˇˇÌÏÎÅ∫Y˛Îˡ€ˇ˚¯ˇ¯ˇ˚ˇÂˇÙˇÙˇˇÂˇ˚ˇ˛˝ˇ˝ˇ˛˚ˇˇ‰ˇ˝ˇÓ˝ˇˇÌÎÏÅ∫p˛Îˆˇˇˇ˝ˇˇ˛ˇˇˇˇˇ„ˇ¸¯ˇ˛¯ˇ¸ˇÂˇıˇ˛ıˇˇÂˇ¸ˇ¸ˇˇ˛ˇˇ¸¸ˇˇ‰ˇ˛ˇÏ˛ˇˇÌÎÎÅ∫f˛Ïˆˇˇˇˇˇˇˇ˘ˇ‰ˇ˝¯ˇ¸¯ˇ˝ˇÂˇÁˇ˛ˇÂˇ˝ˇ¸¯ˇ¸˛ˇ˛ˇ‰ˇˇˇ¯¸ˇ¯ˇ˛ˇÌÏÎÅ∫f˛Îˆˇˇˇˇˇˇˇˇ˛ˇˇˇ‰ˇ˛¯ˇ˙¯ˇ˛ˇÂˇ˛Ëˇ˛ˇÂˇ˛ˇˇ¸ˆˇ¸ˇˇ˛ˇ‰ˇı˙ˇıˇÌÎÎÅ∫c˛Îˆˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇ„ˇ¯ˇ¯¯ˇˇÂˇÊˇˇÂˇ˛ˇ˝Ùˇ˛˝ˇˇ‰ˇˆ¯ˇˆˇÌÎÏÅ∫D˛Ï¡ˇ¯ˇˆ¯ˇˇÂˇ‰ˇˇÂˇ¸ˇÚˇ˚ˇˇ‰ˇ˜ˆˇ˜ˇÌÏÎÅ∫>˛Î¡ˇ˘ˇÙ˙ˇˇÂˇÂˇˇÂˇÂˇˇ‰ˇ¯Ùˇ¯ˇÌÎÏÅ∫A˛Î¡ˇ˚ˇÚ¸ˇ˛ˇÂˇÁˇ˛ˇÂˇÁˇ˛ˇ‰ˇ˘Úˇ˘ˇÌÎÎÅ∫S˛Ï¡ˇ˛˝ˇ˛ˇ˝ˇÂˇ˛˝ˇÛˇ˛ˇ˝ˇÂˇ˛˝ˇÛˇ˛ˇ˝ˇ‰ˇ˘Ûˇ¯ˇÌÏÎÅ∫T˛Î¡ˇ˝ˇˇÓˇ¸ˇÂˇ˝ˇˇ¸˘ˇ˚ˇ¸ˇÂˇ˝ˇˇ¸˘ˇ˚ˇ¸ˇ‰ˇˆ˘ˇıˇÌÎÎÅ∫-˛Î¡ˇ‚ˇÂˇ‚ˇÂˇ‚ˇ‰ˇ‚ˇÌÎÏÅ∫˛Ï¡‡ˇÂ‡ˇÂ‡ˇ‰‡ˇÌÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅÒˇÂÎÏÅ∫1˛Î∏ˇ¸˝ˇ»ˇ¸˛ˇœˇ˝ˇˇˇˇÕˇ˛˝ˇ·ÎÎÅ∫ä˛Ï√ˇˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇˇ„ˇˇˇ˛ˇ˝ˇˇ˛˛ˇˇ‡ˇˇˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇˇˇ‚ˇˇˇ˛ˇ˛˝ˇˇˇˇˇ˝˝ˇÌÏÎÅ∫â˛Î¬ˇˇˇ˛ˇˇ˝ˇ˝ˇ˛
  5613. ˇˇˇˇˇˇ·ˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇ‡ˇˇˇ˛ˇˇ˚ˇˇ˛ˇˇˇˇ‚ˇˇˇ˛ˇ˛ˇ˝˛ˇ˛ˇ˛ˇ˛ˇÌÎÎÅ∫â˛Î¬ˇˇˇˇˇˇˇ˛ˇˇ˛
  5614. ˇˇˇˇˇ·ˇˇˇˇˇˇˇ˛ˇˇ›ˇˇˇˇˇˇˇˇˇ˛ˇˇflˇˇˇˇ˛ ˇˇˇˇˇ˛ˇÈÎÏÅ∫w˛Ï¬˛ˇ˝ˇˇˇ˛˛ˇ˛ˇ˛˛ˇ˛ˇ‡˛ˇ˝ˇˇˇ˛˛ˇ˝ˇfl˛ˇ˛˝ˇ ˇˇˇˇˇˇ˛ˇ˝ˇ·˛ˇ˝ˇ˛ˇˇ˝ˇ¸ˇ˝ˇÌÏÎÅ∫%˛Î¬ˇÁˇ¸ˇ‡ˇ»ˇƒˇœÎÏÅ∫&˛Î√˛ˇÈ˛ˇ˛ˇ·˛ˇ ˛ˇΔ˛ˇ–ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅÒˇÂÎÏÅ∫!˛Ï≤˝ˇ¬˛ˇ ˇˇˇˇ…˝ˇ·ÏÎÅ∫z˛Î¡¸ˇˇ˝ˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇˇ·¸ˇˇ˝ˇˇ˛˛ˇˇfi˛ˇˇˇˇ˝ˇˇˇ˛ˇˇˇˇ‡¸ˇˇ˛˝ˇˇˇˇˇ˝˝ˇÌÎÏÅ∫å˛Î¬ˇ˝ˇˇˇˇ˛ˇˇ˝ˇ˛
  5615. ˇˇˇˇˇˇ·ˇ˝ˇˇˇˇ˛ˇˇ˛ˇˇˇˇ‡ˇ¸ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇ‚ˇ˝ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÌÎÎÅ∫w˛Ï¡˛ˇˇ˛ˇ¸ˇ˛ˇˇ˛
  5616. ˇˇˇˇˇ‡˛ˇˇ˛ˇ¸ˇ˛ˇˇ‹˛ˇˇ˛ˇ˚ˇˇˇ˛ˇˇfi˛ˇˇ˝ˇ¸ˇˇˇ˛ˇÈÏÎÅ∫w˛Î¬ˇˇ˝ˇ˝ˇ˛ˇ˛ˇ˛˛ˇ˛ˇ‡ˇˇ˝ˇ˝ˇ˛ˇ˝ˇflˇˇ˝ˇ˝ˇˇˇˇˇ˛ˇ˝ˇ·ˇˇ˝ˇ˛˘ˇ¸ˇ˝ˇÌÎÎÅ∫˛Îߡ¸ˇÅµÎÏÅ∫˛Ï®˛ˇ˛ˇÅµÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛Î¡‡ˇÂ‡ˇÂ‡ˇ‰‡ˇÌÎÏÅ∫!˛Ï¡‡ˇÂ‡ˇÂ‡ˇ‰ˇ‚ˇÌÏÎÅ∫@˛Î¡¸ˇÓˇ˚ˇÂ¸ˇÓˇ˚ˇÂ¸ˇ˚ˇ˙˚ˇ˚ˇ‰ˇ‚ˇÌÎÏÅ∫?˛Î¡˝ˇ˝ˇ˛¸ˇÂ˝ˇ˝ˇ˛¸ˇÂ˝ˇ˝ˇˇÙˇˇ˛¸ˇ‰ˇ‚ˇÌÎÎÅ∫5˛Ï¡˛ˇ˚Úˇ¸˝ˇÂ˛ˇ¸Òˇ¸˝ˇÂ˛ˇÁ˝ˇ‰ˇ‚ˇÌÏÎÅ∫<˛Î¡ˇˇ˘Ùˇ˙˛ˇÂˇˇ¸Óˇ˝˛ˇÂˇˇÂ˛ˇ‰ˇ˘ˇÎˇÌÎÎÅ∫K˛Î¡ˇˇ¯ˆˇ¯ˇˇÂˇˇ˛Îˇ˝ˇˇÂˇˇ˚ˇÚˇ˚ˇˇ‰ˇ˙˛ˇˆ˛ˇ˙ˇÌÎÏÅ∫G˛Ï¡˛ˇ¯¯ˇ¯˛ˇÂ˛ˇ͡˛ˇÂ˛ˇ˛˝ˇÙ˛ˇ˝˛ˇ‰ˇ¸˚ˇ¯¸ˇ˚ˇÌÏÎÅ∫C˛Î¡˝ˇ¯˙ˇ¯˝ˇÂ¡˝ˇÂ˝ˇ¸ˇˆ¸ˇ˝ˇ‰ˇ¸˙ˇ˙˙ˇ¸ˇÌÎÏÅ∫=˛Î¡¸ˇ¯¸ˇ¯¸ˇÂ‡ˇÂ˛ˇ˝¸ˇ¯¸ˇ˛˝ˇ‰ˇ˝¯ˇ¸˘ˇ¸ˇÌÎÎÅ∫G˛ÏıˇŒ˚ˇ¯˛ˇ¯˚ˇÂ‡ˇÂ˛ˇ¸¸ˇ˛ˇ¸ˇ¸˛ˇ‰ˇ¸¯ˇ˛¯ˇ¸ˇÌÏÎÅ∫E˛ÎıˇŒ˙ˇ¯ˇ¯˙ˇÂ‡ˇÂ˛ˇ˚˛ˇ˝ˇ˛˝ˇ˚˛ˇ‰ˇ˚¸ˇ˘˚ˇ˚ˇÌÎÎÅ∫X˛Îı˝ˇˇˇˇˇˇˇˇˇˇˇˇÂ˘ˇ˘ˇÂÙˇ˚ÛˇÂˇˇ˘ˇ˜ˇˇ˙˛ˇ‰ˇ˙˛ˇ˜˝ˇ˙ˇÌÎÏÅ∫L˛Ïı    ˇˇˇˇˇ¸ˇ˘ˇÊ¯ˇÚ¯ˇÂıˇ˘ÙˇÂˇˇÂ˛ˇ‰ˇ˘ˇˇˆˇˇ˘ˇÌÏÎÅ∫òÅ˙@ĢHHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5617. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ģıi5b'L˛Îı
  5618. ˇˇˇˇˇˇ˛ˇˇˇˇˇ„˜ˇÙ˜ˇÂıˇ¯ıˇÂˇˇ‰ˇˇ‰ˇÏˇ¯ˇÌÎÏÅ∫O˛Îıˇˇˇˇ˛˝ˇ˛ˇˇ˛ˇÊˆˇˆˆˇÂˆˇ˜ıˇÂˇˇ˘ˇˆˇ˘ˇˇ‰ˇ‚ˇÌÎÎÅ∫9˛Ï¡ıˇ¯ıˇÂıˇ¯ıˇÂˇˇ˘ˇˇ¯ˇˇ˘ˇˇ‰ˇ‚ˇÌÏÎÅ∫7˛Î¡ˆˇˆˆˇÂˆˇ˜ıˇÂˇˇ˘ˇˆˇ˘ˇˇ‰ˇ‚ˇÌÎÎÅ∫3˛Î¡˜ˇÙ˜ˇÂıˇ¯ıˇÂˇˇ‰ˇˇ‰ˇÏˇ¯ˇÌÎÏÅ∫<˛Ïˡ€¯ˇÚ¯ˇÂıˇ˘ÙˇÂˇˇÂ˛ˇ‰ˇ˘ˇˇˆˇˇ˘ˇÌÏÎÅ∫C˛Îˡ€˘ˇ˘ˇÂÙˇ˙ÙˇÂˇˇ˘ˇ˜ˇˇ˙˛ˇ‰ˇ˙˛ˇ˜˝ˇ˙ˇÌÎÏÅ∫^˛Îˆˇˇˇ˝ˇˇ˛ˇˇˇˇˇ„˙ˇ¯ˇ¯˙ˇÂÚˇˇÂ˛ˇ˚˛ˇ˝ˇ˛˝ˇ˚˛ˇ‰ˇ˚¸ˇ¯¸ˇ˚ˇÌÎÎÅ∫X˛Ïˆˇˇˇˇˇˇˇ˘ˇ‰˚ˇ¯˛ˇ¯˚ˇÂ‡ˇÂ˛ˇ¸¸ˇ˛ˇ¸ˇ¸˛ˇ‰ˇ¸˘ˇ˝¯ˇ¸ˇÌÏÎÅ∫X˛Îˆˇˇˇˇˇˇˇˇ˛ˇˇˇ‰¸ˇ¯¸ˇ¯¸ˇÂ‡ˇÂ˛ˇ˝¸ˇ¯¸ˇ˛˝ˇ‰ˇ˝¯ˇ¸˘ˇ¸ˇÌÎÎÅ∫]˛Îˆˇˇˇ˛ˇˇ˛ˇ˛ˇˇˇ„˝ˇ¯˙ˇ¯˝ˇÂ¡˝ˇÂ˝ˇ¸ˇˆ¸ˇ˝ˇ‰ˇ¸˙ˇ˙˙ˇ¸ˇÌÎÏÅ∫G˛Ï¡˛ˇ¯¯ˇ¯˛ˇÂ˛ˇ͡˛ˇÂ˛ˇ˛˝ˇÙ˛ˇ˝˛ˇ‰ˇ¸˚ˇ¯¸ˇ˚ˇÌÏÎÅ∫L˛Î¡ˇˇ¯ˆˇ¯ˇˇÂˇˇ˛Îˇ˝ˇˇÂˇˇ¸ˇˇÚˇ˚ˇˇ‰ˇ˚˝ˇˆ˛ˇ˙ˇÌÎÏÅ∫@˛Î¡ˇˇ˘Ùˇ˙˛ˇÂˇˇ˝Ìˇ˝˛ˇÂˇˇÂ˛ˇ‰ˇ˘ˇÙˇ˘ˇÌÎÎÅ∫5˛Ï¡˛ˇ˚Úˇ¸˝ˇÂ˛ˇ¸ˇ˝˝ˇÂ˛ˇÁ˝ˇ‰ˇ‚ˇÌÏÎÅ∫>˛Î¡˝ˇ˝ˇ˛¸ˇÂ˝ˇ˝ˇ˛¸ˇÂ˝ˇ˝ˇÛˇˇ˛¸ˇ‰ˇ‚ˇÌÎÎÅ∫@˛Î¡¸ˇÓˇ˚ˇÂ¸ˇÓˇ˚ˇÂ¸ˇ¸ˇ˘˚ˇ˚ˇ‰ˇ‚ˇÌÎÏÅ∫!˛Ï¡‡ˇÂ‡ˇÂ‡ˇ‰ˇ‚ˇÌÏÎÅ∫˛Î¡‡ˇÂ‡ˇÂ‡ˇ‰‡ˇÌÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅˡÓÎÎÅ∫Q˛Ï¿ˇ˝˝ˇ˘ˇ˝˝ˇÿˇ˝˝ˇ˙ˇ¸˛ˇflˇ˛˝ˇ˘ˇ˝ˇˇˇˇ›ˇ˛˝ˇ˘ˇ˛˝ˇÈÏÎÅ∫µ˛ÎÀ˝ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛˝ˇˇ˛ˇ˛ˇ ˇˇˇˇˇˇˇÙ˝ˇ˛˛ˇ˝ˇ˛ˇ˝ˇ˝ˇˇ˛˛ˇˇ˝ˇ˛˛ˇ˝ˇˇˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇˇˇÚ˝ˇ˛ˇ˝ˇˇ˝ˇ˛˝ˇ    ˇˇˇˇ˛˝ˇıÎÎÅ∫Ω˛Î ˇˇˇ˛ˇˇ¸˛ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛
  5619. ˇˇˇˇˇˇÚˇˇˇ˛ˇˇ¸˛ˇ˛ˇˇ˝ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˝˛ˇ˛˛ˇˇ˚ˇˇ˛ˇˇˇˇÚˇˇˇ˛ˇˇ˝˛ˇ˛ˇ˛ˇ˝˛ˇ˝ˇˇ˛ˇıÎÏÅ∫…˛Ï ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛
  5620. ˇˇˇˇˇÚˇˇˇ˛ˇˇˇˇ˛ ˇˇˇˇˇ˛ˇˇÌˇˇˇ˛ˇˇˇˇ˝ˇˇˇˇˇˇˇ˛ˇˇÔˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇˇÒÏÎÅ∫¨˛ÎÀ˛ˇ¸ˇ˛ˇˇ˛ˇ˛˝ˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇÚ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˛˝ˇˇˇ˛˛ˇ˝ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˝˝ˇ ˇˇˇˇˇˇ˛ˇ˝ˇÚ˛ˇ¸ˇ˝ˇˇ˛ˇ˛˝ˇ˛ˇˇ˝ˇ¸ˇ˝ˇıÎÏÅ∫˛Îüˇ¸ˇÅΩÎÎÅ∫˛Ï†˛ˇ˛ˇÅΩÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅˡÓÏÎÅ∫A˛Î¿ˇ˚˛ˇı˝ˇÿˇ˚˛ˇı˛ˇflˇ¸˛ˇıˇˇˇˇ›ˇ¸˛ˇˆ˝ˇÈÎÏÅ∫∏˛ÎÀ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇˇˇ˛¸ˇ˛ˇ˛ˇ ˇˇˇˇˇˇˇÙ˝ˇ˛˛ˇ˝ˇ˛ˇ˛ˇˇˇ˝ˇˇ˛˛ˇˇ˝ˇ˛˛ˇ˝ˇˇ˝ˇˇˇ˝ˇˇˇ˛ˇˇˇˇÚ˝ˇ˛ˇ˝ˇˇ˛ˇˇˇ˛˝ˇˇˇˇˇ˛˝ˇıÎÎÅ∫«˛Ï ˇˇˇ˛ˇˇ˚    ˇˇˇˇˇˇ˛ˇˇ˝ˇ˛
  5621. ˇˇˇˇˇˇÚˇˇˇ˛ˇˇ˚ˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ¸ˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇˇÚˇˇˇ˛ˇˇ¸    ˇˇˇˇˇˇ˛ˇ˛ˇ˝ˇˇ˛ˇıÏÎÅ∫∫˛Î ˇˇˇ˛ˇˇˇ¸ˇˇ˝ˇ˝ˇ˛ˇˇ˛
  5622. ˇˇˇˇˇÚˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇ¸ˇ˛ˇˇÌˇˇˇ˛ˇˇˇ˝ˇˇ˛ˇ˚ˇˇˇ˛ˇˇÔˇˇˇ˛ˇˇˇ˝ˇˇ˝ˇ¸ˇˇ˛ˇˇÒÎÎÅ∫©˛ÎÀ˛ˇ¸ˇ˛ˇˇ˝ˇ˝ˇ˛˝ˇ˛ˇ˛ˇ˛˛ˇ˛ˇÚ˛ˇˇˇ˛ˇ˛ˇˇ˝ˇ˝ˇ˝ˇ˛ˇ˝ˇ˛ˇˇˇ˛ˇ˛ˇˇ˝ˇ˝ˇ˝ˇˇˇˇˇ˛ˇ˝ˇÚ˛ˇ¸ˇ˝ˇˇ˝ˇ˝ˇ˛˘ˇ¸ˇ˝ˇıÎÏÅ∫˛Ïüˇ¸ˇÅΩÏÎÅ∫˛Î†˛ˇ˛ˇÅΩÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÏÅÅ‘ÏÎÅ∫˛ÎÅÅ‘ÎÏÅ∫˛ÎÅÅ‘ÎÎÅ∫˛ÏÅÅ‘ÏÎÅ∫7˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎÅ∫6˝ÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅ∫ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáòÅ˙Äú˘HHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5623. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˘5iQb'ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅá+‚˚ˇ¸ˇ¸ˇ˛˛ˇˇ˙˛ˇ˚ˇˇ˛ˇˇÅÅÅŸ4‚ˇ˛ˇˇˇ˛ˇ˝ˇ˝ˇ˛ˇ˘ˇ˚ˇˇˇˇÅÅÅŸ5‚ˇ˝ˇˇ˛ˇ˛ˇ˛˛˛˛˛˘ˇ˚˛ˇˇ˛ÅÅÅŸ3„ˇ˝ˇ˝ˇ˝ˇˇ˝ˇˇˇˇ¸ˇ˚ˇˇ˛ˇÅÅÅ◊6„ˇ˝ˇˇˇ˝ˇ˛ˇ˛ˇˇˇˇ¸ˇ˚ˇˇ˝ˇÅÅÅÿ;‰ˇ˝ˇˇˇ˛˛ˇ˛ˇ˛ ˇˇˇˇ˛ˇˇˇ˛˛ˇ˛ˇˇ˛ÅÅÅ◊:‰ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˝ˇ˛ˇ˚ˇ˛ ˇˇˇˇˇÅÅÅ◊0ʸˇ˛˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇ¸˚ˇ˛ˇˇ˛ˇˇÅÅÅ’ÅÅÅáÅÅÅáÅÅÅáÅÅÅáò@@˘@˘Qiëb˛ÚèÄ¿‡˘0‹˛     ˛    Ä! @˛ ‹˛˛˛    Ä! @˛ ‹˛õ‰¶
  5624. ì[Y3 „ÃdŒ¡‘Ï>‘∂1ÿ›˛ §i‘§•LB2ï3 ç2E,IJS‹˛HûKæ «IJˆ$Ñe+fiA‰k–íîΩÄ›˛HêH%iIJÇ$ÑÂ*&Ad*íî†Ä›˛pkú`˙_íÓ¯3ü1ª¸Éw…ªÒ$«æ‹
  5625. ˝˙ÄŒ
  5626. ˝"˚Õ ˝˚ÄŒ¡˛Õ≥ @ÄAüÄÄ◊˛â#˝ÄÄ‘˛I#˝ ÄÄ‘˛íEPc?∞AK2aSdŒ¶…Ïxÿ˛REPî…I AIB°4™íiURêÿ˛§â )'íí@ÇíáBGU$陕 ÿ˛dâ$))bëàƒíÖƒI"$íD§¿ÿ˛fl∫ËÚ_$fiŸÒflD?æã ◊˚‡d˘‡ÿ˘ Åp˘@ÿ˘¿˜Äÿ¡˛∂˛@1Ä&û`Ÿ˛$@˝ îÄÄ•  Ÿ˛$@˝ îÄÄÖ  Ÿ˛JG‘fl5Åø2    &[≥'πÑÅVÊÕ`€˛JHç)JBJÈ%AT FÇâH%2ê€˛îç“îÉ(HíJb©óÜBåK˝ €˛îÖRîÅ2ÑIJ!î DÑJ! €˛ˆ≥w˛… ¸ËdÁÇ'˜<è9∞{ªÄ€ÛÄ˚ ⁄Ù˙@⁄ÙÄ˚‡⁄¡¡¡¡¡¡¡¡¡¡¡¡¡˝ ¿˝Äœ˝@ÄDŒ˝†ÄÄŒ˛ KY1≠≠'jaÄ–˛
  5627. $•IRS"ñíœ˛
  5628. …JÚ§¶EË$œ˛ IJɧ¶EÖ$ –˛ ‹Ó„ΔIsM˘F@–˝IJ@Õ
  5629. ˝!˝ÄÀ ˝sÄ¿À¡˛¬9Ä3`Õ˛ !"@Ä–˛ !"@Ä–˛ flc D»fiõöÄ—ò@@Ģ@Ģëi—b˛  HBåî†D…    •%Ä—˛ pÑ©/@âëí:J–˛ RêÑ©(PâêíJJ–˛ ˘ÛúíO„ø÷>˛n–˙Ä@À˚»˚»¡˛    ‡p Œ˛  @Ä–˛  @
  5630. Ä–˛ ’#0É0W©õ≤Ä—˛ -$HÑ»"2$öaIÄ—˛ RHÒ|DI'¬í–˛ “HÅàDDI$Bí–˛ sLÁÓÒçÃÁfŒ–˘  ¡¡¡˛∂˝ `Õ˛$@$% Õ˛$@$% Õ˛JG‘›îH@Õ˛JHç*LHÄÕ˛îç‘êêíÃ˛îÖTêíîÃ˛ˆ≥wˆpƒœÃ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˘Äú˘—iÌb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òÅ˙@˘HHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5631. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˘Qiëb'.‚¸ˇˇÎˇˇ¯ˇ˛¸ˇÍˇˇÏ˝ˇˆˇˇøˇˇÅÅ€?‚ˇˇÈˇˇ˙ˇˇ˝ˇˇÈˇˇ˝ˇˇˆˇÔˇÌˇÊˇÅÅ⁄:‚ˇÊˇˇ˚˛ˇ˝ˇÊˇˇ˝ˇˇˆˇÔ˛ÌˇÊˇÅÅ⁄Æ„˛ˇˇˇ¸ˇ ˇˇˇˇˇ¸ˇ˙ˇˇ˝˛ˇ!ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇ˛˝ˇˇˇ˛
  5632. ˇˇˇˇˇ˛ˇˇˇ¸˛ˇˇˇ˛ˇˇˇ˝¸ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛˛ˇˇˇˇˇÅÅ·∂„ˇ¸    ˇˇˇˇˇ˛ˇˇˇˇ¸ˇ¸ˇˇ˝ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇÅÅflº‰ˇ¸    ˛ˇ˛ˇˇ˛ˇ˛˛ˇ ˇˇˇ˛ˇˇ˛˛ˇ˛ˇ¸ˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛˛ˇˇ¸˛˛˛˛˛˛ˇˇ˛
  5633. ˇˇˇˇ˛ˇˇ˛˝ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛ˇÅұ‰ˇ¸    ˇˇˇˇˇ˛ˇˇ¸ˇˇ˘ˇ˝ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇ˝ˇ˛ˇ ˇˇˇˇˇ˛ˇˇˇˇ¸ˇ˛
  5634. ˇˇˇˇˇ˝ˇˇˇ˝ˇ˝ˇˇˇˇˇˇˇˇ¸ˇÅŇöÊ˛ˇ˛˛ˇ¸ˇˇˇ˛ˇ˛ˇ˛ˇˇ˘˛ˇ¸ˇˇˇ˚ˇˇˇ˛ˇ˛ˇ¸ˇ¸ˇˇ˛ˇ¸ˇˇˇ˛ˇˇ˛ˇ˘ˇˇ¸ˇˇ˛ˇ¸ˇˇˇˇ˛ˇ˚ˇ˛
  5635. ˇˇˇˇˇ˛˝ˇ¸ˇÅÅfifiˇˇ˛ˇˇ…ˇÅÅÅËflˇ˛ˇ…ˇÅÅÅÁfi˛ˇ…˛ˇÅÅÅËÅÅÅá@‚˛ˇˇˇˇˇˇˇˇˇ¸ˇ˚ˇˇÓˇÓ˝ˇ˘ˇ¸ˇˇ˚ˇÎˇˇÔˇÅÅ≥=‚ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˙ˇ€ˇ˛ˇˇÛˇ˛ˇ˛ˇˇÎˇÅÅü;‚ ˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˙ˇ‹ˇ¸ˇÛˇ˛ˇ˝ˇÎˇÅÅüã„ ˇˇˇˇˇ˛ˇˇˇˇ˙ˇˇˇˇˇˇ˛ˇˇ˙ˇˇˇ˝˝ˇ¸ˇ¸ˇˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˝ˇˇˇ˛˝ˇÅÅºî„ ˇˇˇˇˇ˛ˇˇˇˇ˙ˇˇˇˇˇˇˇˇˇˇˇˇˇ˚ˇ¸
  5636. ˇˇˇˇˇ˝ˇˇˇ˝4ˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇˇÅÅªì‰ ˇˇˇˇˇ˛ˇ˛ˇ˙ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˚ˇ¸
  5637. ˇˇ˛ˇˇ˝ˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛˛ˇˇˇˇˇˇˇˇ˛ˇÅÅ∫õ‰ˇ˛ˇˇˇˇ˛    ˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ ˇˇˇˇˇ˝ˇ˛ˇ˛ˇ˛    ˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇ˛ ˇˇˇˇˇˇÅÅπzÊ˛ˇˇˇ˚ˇ˛ˇˇ˛ˇˇ˛˝ˇˇˇ¸ˇ˝˝ˇˇˇ¸ˇ˝˝ˇ˝ˇˇ˝ˇˇˇˇˇ¸ˇ˛˛ˇ¸ˇˇ˛ˇ˝˙ˇ¸ˇˇ˛ˇ˝ˇˇˇÅÅ∂*ŒˇÓˇˇ˛ˇˇ¯˛˛ˇ˛ˇ˚˛ˇ˛π˛ˇ˛ˇÅÅ∫%ªˇ˛ˇ¯ˇ˛ˇ˚ˇ˛ˇ∏ˇ˛ˇÅÅπ∫˛ˇˆ˛ˇ´˛ˇÅÅ∏ÅÅÅáC‚ˇˇˇˇˇˇÁˇÓˇÚˇˇ˛ˇˇ˛ˇˇËˇˇˇÒˇˇ˝ˇˇˇÓˇˇÅÅ«J‚ˇˇˇˆˇˆˇ‹ˇˇˇˇˇˇ˙ˇÌˇÚˇˇˇˇˇˇ˙ˇˆˇÅÅΔI‚ˇˇ˛ˆ˛ˆ˛‹ˇˇˇˇ˛ˇ˙ˇÌ˛Ú˛ˇ˝˛ˇˇ˙ˇˆˇÅÅΔ†„ ˇˇˇˇˇ˛¸ˇˇˇˇˇ¸ˇˇˇˇˇˇ˚ˇˇ˚ˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˛ˇ ˇˇˇˇˇ˝ˇ˛ˇˇˇ˝ˇˇ˚ˇ˛ˇ¸ˇˇˇˇ˛ˇˇˇ˝˛ˇ ˇˇˇˇˇˇˇÅÅ“™„ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇˇ˝ˇ˝ ˇˇˇˇˇˇ˚ˇ˛ˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ¸ˇ˝ˇ˝ˇ˛ˇˇˇˇ¸ˇˇˇˇˇˇˇˇÅÅ”¨‰ ˇˇ˛ˇˇ˛ˇˇ˛˛˛˛˛ˇˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇˇ˛˛ˇ˛¸ˇˇ˛ˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇ¸ˇ˝ˇ˝ˇ˝˛ˇˇ˛ˇˇ˛ˇˇˇ˛˛ˇ˛ˇˇ˛ˇÅÅ“®‰ ˇˇˇˇˇ˝ˇˇ˛ˇˇˇˇˇˇˇˇˇ˚    ˇˇˇˇˇ˝ˇ˛ˇˇˇ˛ ˇˇˇˇˇ˛ˇ˝ˇ˛ˇ˛ˇˇˇˇ˚ˇˇˇ˛ˇ¸ˇ˛ˇ¸ˇˇˇ˝ˇ˛ˇˇˇ˛ˇ˝ˇˇÅÅ“èʯˇ ˇˇˇˇˇˇˇ˛ˇ˜ˇˇˇˇˇ˝ˇˇ˚ˇ˛ˇˇ˝ˇˇˇ¸ˇˇ˛˛ˇ˝ˇ¸ˇ˛ˇ˙ˇ˛ˇ˛ˇˇ˛˝ˇˇ˛˝ˇ˛ˇˇˇˇˇ¸˝ˇ˛ˇ˛ˇ˛ˇÅÅ–롻ˇÊˇÅÅŒíˇ»ˇÊˇÅÅÕì˛ˇ ˛ˇË˛ˇÅÅŒÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáflˇÙˇˇ¯˝ˇŸˇˇÅÅÅ ‡ˇÛˇ˘ˇ˛ˇËˇÚˇÅÅÅÔ·ˇˇÙˇ˙ˇ„ˇÚˇÅÅÅÔT‚ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ˙ˇˇˇˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˙ˇˇˇˇ˝ˇˇÅÅůU„ˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˙ˇˇˇˇÅÅňT‰ˇˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇ˚ˇˇˇˇˇˇˇˇˇ˛ˇ˛˛ˇˇ˘ˇ˛ˇˇÅÅÅı\‰ˇ˛ˇˇˇˇˇˇˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇ˝ˇˇˇˇ˝ˇÅÅÅ˙YÊˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛˝ˇ˛ ˇˇˇˇˇ˛ˇ
  5638. ˇˇˇˇˇ˚ˇˇ˛˝ˇˇ˛ˇˇˇÅÅÅ˘fiˇ˝ˇ·˛ÌˇÅÅÅÊflˇ˝ˇ·ˇÅÅÅ–‡˛ˇ˛ˇ„˛ˇÅÅÅ—ÅÅÅá*‚˛ˇ˝ˇˆ˛ˇˇˇÔˇˇ¸ˇˇˇˇˇˇÅÅÅ‚+‚ˇÔˇ˝ˇÓˇ˚ˇ˛ˇˇˆˇ˜ˇÅÅů+‚ˇÔˇ˝ˇÓˇ˚ˇ˛ˇ˛ˆ˛˜ˇÅÅůV„ˇ˝ˇˇˇˇˇˇ¸¯ˇ¸ˇˇˇ˛ˇˇˇ˚ˇ˛ˇˇˇˇ˛ˇˇ˝ˇˇˇˇ˛ˇˇˇˇˇÅÅÅòÅ˙@ĢHHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5639. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ģëi—b'^„ˇ¸ˇˇ˛ˇˇ˝ˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˚ˇ˛
  5640. ˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇˇÅÅÅ^‰ˇ¸˛ˇˇˇˇ˛˝ˇ˝ˇˇˇˇ˛ˇ˛ˇ˛ˇ˚ˇ˛ˇ˛ˇ˛˛˛ˇ˛ˇ˛ ˇ˛ˇˇˇˇˇÅÅÅ˛`‰ˇ˛
  5641. ˇˇˇˇˇ˝ˇ˝ˇˇˇˇˇˇˇ˝ˇˇ˝ˇ˛ˇˇˇˇ˝ˇˇˇˇˇˇˇˇˇÅÅÅ˛Jʘˇ¸ˇ˛ˇ˛ˇˇˇˇˇ˙ˇ˛˛ˇ˘ˇˇˇˇ˛¸ˇ˙ˇˇˇ˛ˇÅÅÅ˛…ˇÒ˛ÅÅÅ—  ˇÅÅÅøÃˇˇÅÅÅæÅÅÅá‚˝ˇÎ˛ˇÔˇÚˇˇˇÅÅÅÍ#‚ˇˇÎˇÓˇ¯ˇ˚ˇˇÅÅů%‚ˇˇÎ˛Ôˇˇ˘ˇ˚ˇˇÅÅů[„˝ˇˇˇˇˇ˛ˇˇˇˇ˝ˇ¸ˇˇˇˇ˙ˇˇ˛ˇˇ˛ˇ˛˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇÅÅÅb„ˇ˛ ˇˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇˇ˝    ˇˇˇˇˇÅÅÅ_‰ˇ˛ ˇ˛ˇˇˇ˛˛ˇ˛˛˛˝˛ˇ˛˛ˇ˛¸ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˝ˇˇ˛ˇÅÅÅ˛`‰ˇˇˇˇˇˇˇ˛ˇ˚ˇ˛ˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ˛ ˇˇˇˇˇ˛ˇ˝ˇˇˇˇÅÅÅ˛Vʸˇ˛ˇ ˇˇˇˇˇ˛ˇ˚ˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇ˛ˇˇˇ˛˜ˇ˛ˇ ˇˇˇˇˇˇ˛ˇÅÅÅ˛ øˇÅÅÅ ÅÅÅáÅÅÅáÅÅÅá"‚ˇˇˇˇˇˇ‹ˇˇ˚ˇˇ˛ˇˇÅÅÅ‚-‚ˇˇˇˆˇˆˇıˇˇ˝ˇˇˇˇÅÅÅ‚-‚ˇˇ˛ˆ˛ˆ˛ıˇ˛˝ˇ˛ˇˇÅÅÅ‚?„ ˇˇˇˇˇ˛¸ˇˇˇˇˇ˛ˇˇˇˇˇ¸ˇ¸ˇˇ˝ˇÅÅÅ·B„ˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇ˝ˇˇ˛ˇÅÅŇC‰ ˇˇ˛ˇˇ˛ˇˇ˛˛˛˛ ˛ˇˇ˛ˇˇ˛˝ˇ˛˝ˇ˛ˇÅÅÅfiB‰ ˇˇˇˇˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˝ˇˇˇˇˇˇÅÅÅ›9ʯˇ ˇˇˇˇˇˇˇ˛ˇ˙ˇˇˇ˛ˇ˝ˇˇ˛ˇˇˇ˝ˇÅÅÅflÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáòÅ˙Äú˘HHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5642. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˘—iÌb'ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáò@@˘@˘Ìi,b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ģ@Ģ,ilb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˘Äú˘liàb¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òÅ˙@˘HHÜIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5643. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˘Ìi,b'ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáòÅ˙@ĢHHÜ$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5644. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ģ,ilb'ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáòÅ˙Äú˘HHܠIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5645. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˘liàb'ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáò@@˘@˘ài»b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ģ@Ģ»ib¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˘Äú˘i$b¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òÅ˙@˘HHÜ$!IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5646. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˘ài»b'ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáòÅ˙@ĢHHÜ"IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5647. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ģ»ib'ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáòÅ˙Äú˘HHÜ$#IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5648. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˘i$b'ÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáÅÅÅáˇB6@ˇ ˇˇˇˇ@
  5649. ˇ·ˇ‚7^
  5650. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äAbout QuickDraw Drawing
  5651. , (‡3-11
  5652. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5653. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5654. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5655. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5656. 454+?òÄ
  5657. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5658. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5659. ˛ˇ˛ˇˇ
  5660. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5661. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5662. ˛ˇˇˇˇ
  5663. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5664. ˛ˇˇˇˇ
  5665. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh±(eäDitherin͆°dONLNd\±h∂)'gy¿°dONLNd    \∑h¬) mÕ¿°dONLNd \¬h+) ixes existing colors to crˆ°dONLNd%\+hW)i eate the efãÄ°dONLNd0\Xh¿)-fect of additional colorsí °dONLNdI\¿hˆ)h  on indexed °dONLNdUiäu‚(rädevices. It also impr* °dONLNdji„u¥)Y/oves images that you shrink or that you copy fr$@°dONLNdôi¥uŸ)—om a dir6‡°dONLNd°iŸuÁ)%ect °dONLNd•väÇü(äpixelE °dONLNd™v†Ç¢) ≈ °dONLNd´v¢Ç)Ndevice to an indexed device. Using dithering even when shrinking 1-bit images °dONLNd˘Éäè'(åä#between basic graphics ports can prI¿°dONLNdÉ(èÄ)ûoduce much better r°dONLNd/ÉÅèè)Yepr†¿°dONLNd2Éèè)esentations of the original ˇˇÒ.°dONLNdNêäú¬(ôä images. The ,
  5666. Courierˇˇ” b°dONLNdZê√úÛ)9CopyBitsˇˇÒb°dONLNdbêÛú˛)0 pr%l°dONLNdeêˇú) ocedur˜Ã°dONLNdkêú)4e always dithers images when shrinking them between .°dONLNdüùä©◊(¶äpixel maps on dirË@°dONLNd∞ù◊©<)Mect devices. Dithering iˆ@°dONLNd»ù<©)e+s explained in the chapter “Color QuickDrawL@°dONLNdÛù©)».Ã@°dONLNdÙù© )”°dONLNdˆØäª(∏äXThe next section describes how your application uses pattern modes to transfer patterns °dONLNdNºä»‡*to lines and shapes.
  5667. ÌHÙ4ÓHÙ ÔäÔ
  5668. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNdcfiä̘*$Lines and Shapesˇˇˇˇˇˇ€r(È3
  5669. °dONLNduÙäW(˝ä,As explained in the chapter “Basic QuickDrawq†°dONLNd°ÙWd)Õ,” r6†°dONLNd•Ùeß)ectangles and r¥Ä°dONLNd¥Ùßœ)B    egions aræÄ°dONLNdΩÙœ)(e mathematical °dONLNdÃä¶(
  5670. ämodeló@°dONLNd—¶)s that QuickDraw defin °dONLNdÊ+)bnes as dû‡°dONLNdÓ+N)#ata type˛Ä°dONLNdˆNT)#s.ªÄ°dONLNd¯UÄ) However» °dONLNdÄÒ)+, they also can be graphic °dONLNdä(äelements that appear on the scr °dONLNd:()äeen. `°dONLNd?(/)AX°dONLNd@/5) rù°dONLNdB5)-ectangle, for example, can mathematically defiñ °dONLNdp)Õne °dONLNdsä'π($ä a visible ar2†°dONLNd∫'9)0ea, but it can also be an objecÖ°dONLNdû9'P)t to dõ°dONLNd§P'X)ra熰dONLNd¶Y'a)    w˘†°dONLNdß`'b).
  5671. EHL4FHL GäG
  5672. ˇ·ˇ‚7^ °dONLNd©8äFü(BäDefi’Ä°dONLNd≠8üF)ning Lines and Shapesˇˇˇˇˇˇ‘@(B3
  5673. .°dONLNdƒLäXë(UäYï°dONLNd≈LêX·)ou use two points tï°dONLNdÿL·X˙)Qo defiï°dONLNdfiL˙X )ne aï°dONLNd‚L XS) line. Using the ï°dONLNdÛLSXw)GLineToï°dONLNd˘LwXå)$ and ï°dONLNd˛LåX§)Lineï°dONLNdL§X∞) prg`°dONLNdL∞XÕ) ocedur9¿°dONLNd LÕX˛) es, you can .°dONLNdYäe“(bädraw lines onscrG@°dONLNd'Y”e∏)I5een using the size, pattern, and pattern mode of the Ò°dONLNd\Y∏e)Âgraphics pen for the °dONLNdqfärú(oäcurrØ°dONLNdufúrÏ)ent graphics port. ˆ@°dONLNdàfÏrÚ)PY∂¿°dONLNdâfÚr6)ou can also defiÇ°dONLNdôf7rO)Ene a r‚°dONLNdüfOrÌ)#ectangle with two points (the upperŒ¿°dONLNd¬fÌr)û
  5674. -left and °dONLNdÃsä£(|älower√Ä°dONLNd—s£)-right corners of the r§°dONLNdËs\)^ectangle) or with fouí`°dONLNd˝s]§)\r boundary coor`°dONLNd s• )H    dinates (
  5675. ¿°dONLNdsÀ˚)& one for eac °dONLNd s˚)0h ˇˇ¥‹.°dONLNd"Ääå£(âäside o4‹°dONLNd(ħåø)f the rpÙ°dONLNd/Äøå)ectangle). Using the ˇˇîèà°dONLNdDÄåQ)\    FrameRectˇˇ¥‹èà°dONLNdMÄQå\)6 prƒ°dONLNdPÄ]åz) ocedurÈ$°dONLNdVÄyå¬)e, you can draw réÙ°dONLNdgÄ√å)Jectangles that arÀ °dONLNdxÄå)Le .°dONLNdzçäô’(ñäframed by lines rÑ`°dONLNdãç’ôÓ)Kender…¿°dONLNdêçÓô√)1ed with the size, pattern, and pattern mode of thp¿°dONLNd¡çƒô–)÷e gIÄ°dONLNdƒç—ôÌ)raphich@°dONLNd çÌô)s pen.°dONLNd—üä´ê(®äY@Ä°dONLNd“üê´≥)ou use r臰dONLNd⁄ü≥´˙)#ectangles to defi†°dONLNdÎü˚´9)Hne ovals and r‡°dONLNd˘ü9´a)>ounded r®°dONLNdüa´â)(    ectangless¿°dONLNd
  5676. üä´Ù)). Rectangles used to defiA°dONLNd#üı´)kne °dONLNd&¨ä∏Õ(µäother shapes ar°†°dONLNd5¨Õ∏)C    e called 놰dONLNd>¨Ò∏Q)$bounding rectangles.•@°dONLNdR¨Q∏∫)` The lines of bounding rR`°dONLNdj¨ª∏Ê)j
  5677. ectangles °dONLNdtπä≈(¬ä6completely enclose the shapes they bound; in other worD@°dONLNd™πÄ≈¿)ˆds, no pixels fr˛‡°dONLNd∫π¿≈
  5678. )@om these shapes °dONLNd Δä“Ÿ(œälie outside the infi°dONLNdfiΔ⁄“n)P#nitely thin lines of the bounding raÄ°dONLNdΔn“ô)î
  5679. ectangles.°dONLNd ÿä‰ó(·äOv °dONLNdÿò‰Ø)als arlÄ°dONLNdÿ؉¡)e cir”¿°dONLNdÿ¡‰?)cular or elliptical shapes defiü¿°dONLNd8ÿ@‰).ned by the height and width of their bounding °dONLNdfÂäÒç(ÓärE°dONLNdgÂéÒ”)ectangles, and rB‡°dONLNdw”Ò˚)Eounded r◊°dONLNdÂ˚Ò/)( ectangles arÁ¿°dONLNdãÂ/Ò:)4e rˆ`°dONLNdéÂ:ÒÄ) ectangles with r⁄@°dONLNdûÂÄÒÿ)Founded corners defiæÄ°dONLNd±ÂŸÒ˘)Yned by å°dONLNd∏Â˙Ò
  5680. )!the .°dONLNdºÚä˛ß(˚ä?width and height of the ovals forming their corners. Using the °dONLNd˚Ú߲›(˚ß    FrameOval°dONLNdÚ›˛Ú)6 and °dONLNd    ˇä fi(äFrameRoundRect°dONLNdˇfi Í)T prR`°dONLNdˇÍ ) ocedur$¿°dONLNd ˇ P)es, you can draw9¿°dONLNd0ˇO X)H, r  °dONLNd3ˇX ç)     espectively`°dONLNd>ˇã ê)3, `°dONLNd@ˇê ≥)framed `°dONLNdGˇ≥ Ÿ)#ovals an`°dONLNdOˇŸ )&    d framed .°dONLNdX äç(ärE°dONLNdY é∂)ounded rŸ °dONLNda ∂·)(
  5681. ectangles.°dONLNdlä*ê('äY@Ä°dONLNdmê*ï)o∂°dONLNdnï*µ)u can u‡°dONLNdu∂*≈)!se rQÄ°dONLNdy≈* )ectangles to defi«@°dONLNdä *,)Gne ovalÊ`°dONLNdë,*F) s that,yÄ°dONLNdòG*l)
  5682.  in turn, @¿°dONLNd¢m*Ø)&you can use to S¿°dONLNd±Ø*ø)BdefiE‡°dONLNdµ¿*÷)ne ar%‡°dONLNd∫÷*Ù)cs and °dONLNd¡+ä7∞(4äwedges. Û¿°dONLNd…+∞7…)&An ar—`°dONLNdŒ+…7D)c is a portion of an oval’s cirɆ°dONLNdÌ+E7d)|cumfer±Ä°dONLNdÛ+d7Û)!ence bounded by a pair of radii. °dONLNd    8äDë(AäAG@°dONLNd    8íDî) :†°dONLNd    8îDI)'wedge is a pie-shaped segment of an ovap†°dONLNd    =8IDà)µl. The wedge sʇ°dONLNd    K8àD£)?tarts a@°dONLNd    R8§Dæ)t the c´@°dONLNd    Y8æD‘)enterD‡°dONLNd    ^8’D)  of the ovalo¿°dONLNd    j8D)1, is °dONLNd    oEäQ~(Nä9bounded by a pair of radii, and extends to the oval’s cir√‡°dONLNd    ®E~Qù)ÙcumferÒ¿°dONLNd    ÆEùQµ)ence. ô°dONLNd    ¥E∂Qº)YYÄ°dONLNd    µEºQÎ) ou use the .°dONLNd    ¿Rä^∫([äFrameArc°dONLNd    »R∫^Δ)0 prR`°dONLNd    ÀRΔ^„) ocedur$¿°dONLNd    —R„^)
  5683. e to draw $¿°dONLNd    €R^@),
  5684. a framed a$¿°dONLNd    ÂR@^D)1r˜ °dONLNd    ÊRC^ì)c, and you use the ˜ °dONLNd    ˘Rì^√)PPaintArc˜ °dONLNd
  5685. R√^–)0 or ˜ °dONLNd
  5686. R–^˙)FillArc˜ °dONLNd
  5687. R˙^¸)* .°dONLNd
  5688. _äkì(häprG °dONLNd
  5689. _îk≤)
  5690. ocedurfi`°dONLNd
  5691. _≤kº)e tj`°dONLNd
  5692. _Ωk„) o draw aE@°dONLNd
  5693.  _‰kˇ)' wedgê¿°dONLNd
  5694. %_ˇk)e.ˇ'¬@ˇ ˇˇˇˇ@
  5695. ˇ·ˇ‚7^
  5696. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  5697. (‡*3-12    )BAbout QuickDraw Drawing4^*¿¯
  5698. .°dONLNd\lhs(elYï°dONLNd\rh√)ou use lines to defiï°dONLNd\√hC)Qne a polygon. First, however◊†°dONLNd1\Bhñ), you must call the ,
  5699. Courier◊†°dONLNdE\ñh¿)TOpenPol◊†°dONLNdL\¿hΔ)*y◊†°dONLNdM\ΔhÓ)
  5700.  function °dONLNdWilur(rla°dONLNdXiru€)nd then some number of °dONLNdoi€u˘)iLineT°dONLNdti˘uˇ)o°dONLNduiˇu ) prR`°dONLNdxi u() ocedur$¿°dONLNd~i(uF)es to cr˜ °dONLNdÜiEu_)eate l˜ °dONLNdåi_u{)ines fr…Ä°dONLNdìi{u£)om the fi…Ä°dONLNdúi£uÌ)(rst vertex of the .°dONLNdÆvlÇŸ(lpolygon to the second, frL¿°dONLNd«v⁄ÇH)nom the second to the thir#Ä°dONLNd‡vHÇ≥)nd, and so on, until you’v
  5701. †°dONLNd˘v¥Ç√)le crâÄ°dONLNd˝v√Ç‚)eated a˙‡°dONLNdv‚ǘ) line .°dONLNd
  5702. Élèø(ålto the last vertex. R`°dONLNdÉøèΔ)SYg`°dONLNdÉ≈è
  5703. )ou then use the g`°dONLNd/É
  5704. è@)E    ClosePolyg`°dONLNd8É@èL)6 pr9¿°dONLNd;ÉLèi) ocedur  °dONLNdAÉiè€)e, which completes the fi  °dONLNdZÉ€èÈ)rgurfiÄ°dONLNd]ÉËèÔ)e .°dONLNd_êlú°(ôl by drawing E°dONLNdjê¢úfl)6a connecting l{°dONLNdxêflúˆ)=ine fró@°dONLNd~êˆú) om the last vertex back to the fif°dONLNdüêÄúê)ärst. y†°dONLNd§êêú∫)    After defiÄ°dONLNdÆêªúŸ)+ning a .°dONLNdµùl©Δ(¶lpolygon in this wayd@°dONLNd»ù≈©)Y, you can draw d@°dONLNd◊ù©_)Ba framed outline of d@°dONLNdÎù_©î)Xit using the d@°dONLNd¯ùî© )5    FramePolyd@°dONLNdù ©Ã)6 .°dONLNd™l∂u(≥lprG °dONLNd™v∂î)
  5705. ocedurfi`°dONLNd
  5706. ™î∂õ)e.°dONLNdºl»r(≈lTµ¿°dONLNdºq»â)o defiù`°dONLNdºä»¢)ne a r˝`°dONLNdº¢»¥)@egion, you can use any set of lines or shapes, including other r°dONLNdZºµ»‚(≈µ egions, so °dONLNde…l’¢(“llong as the rù¿°dONLNdr…¢’F)6&egion’s outline consists of one or mor> °dONLNdò…G’…)•e closed loops. First, however‡°dONLNd∂……’·)Ç, you .°dONLNdº÷l‚©(fllmust call the °dONLNd ÷©‚Õ)=NewRgn°dONLNd–÷Õ‚œ)$ °dONLNd—÷œ‚ı)    function °dONLNd⁄÷ı‚)&and °dONLNdfi÷‚2)OpenRgn°dONLNdÂ÷2‚>)* prR`°dONLNdË÷>‚[) ocedur$¿°dONLNdÓ÷[‚e)e. ˜ °dONLNdÒ÷d‚k)    Y  °dONLNdÚ÷k‚∞)ou then use line  °dONLNd÷∞‚¥)E-  °dONLNd÷¥‚’), shape  °dONLNd
  5707. ÷’‚Ÿ)!-  °dONLNd ÷Ÿ‚È), or .°dONLNd„lÔo(ÏlrE°dONLNd„pÔà)egionÕ°dONLNd„àÔã)- ‡°dONLNd„åÔ)drawing commands to defi±°dONLNd/„Ô$)wne the rÓ`°dONLNd7„$ÔÂ)!+egion, which can be concave or convex, can °dONLNdbl¸„(˘lconsist of one connected ard‡°dONLNd}„¸N)wea or many separate one„°dONLNdîN¸R)ks °dONLNdïS¸·)!, and can even have holes in the °dONLNd∂˝l     (lmiddle. When you arc°dONLNd…˝     ◊)^e fiπ`°dONLNdÕ˝◊    s)!nished collecting commands to defiD`°dONLNdÔ˝t    “)ùne the outline of the r”@°dONLNd˝“    Ô)^egion, .°dONLNd
  5708. l†(l you use the °dONLNd
  5709. †–)4CloseRgn°dONLNd!
  5710. –‹)0 prR`°dONLNd$
  5711. ‹˘) ocedur$¿°dONLNd*
  5712. ˘)e. ˜ °dONLNd-
  5713.     )    Y  °dONLNd.
  5714.     W)ou can then draw   °dONLNd?
  5715. W≥)Na framed outline of t  °dONLNdT
  5716. ≥≈)\he rfiÄ°dONLNdX
  5717. ƒfi)egion °dONLNd^l#ó( l
  5718. using the °dONLNdhó#«)+FrameRgn°dONLNdp«#”)0 prR`°dONLNds”#) ocedur$¿°dONLNdy#˙)e. 
  5719. A*H¯4B*H¯ ClC¯
  5720. ˇ·ˇ‚7^ .°dONLNd}4lBƒ(>lFraming Shapesˇˇˇˇˇˇ‘@(>Ò3
  5721. .°dONLNdçHlTö(Ql
  5722. Using the °dONLNdóHöT–).    FrameRect°dONLNd†H–T’)6, °dONLNd¢H’T )    FrameOval°dONLNd´H T)6, °dONLNd≠HTd)FrameRoundRect°dONLNdªHdTi)T, °dONLNdΩHiTô)FrameArc°dONLNd≈HôTû)0, °dONLNd«HûT‘)    FramePolyd@°dONLNd–H”T„)5, or °dONLNd’Ulaú(^lFrameRgn°dONLNd›Uúa®)0 prR`°dONLNd‡U®a≈) ocedur$¿°dONLNdÊU≈a◊)e to .$¿°dONLNdÎU◊aÒ)frame.œ†°dONLNdUÒa˜)> a shape draws just its outline, using the size, pattern, and .°dONLNd.bln3(kl-pattern mode of the graphics pen for the curr∫Ä°dONLNd[b3nÚ)«-ent graphics port. The interior of the shape °dONLNdàol{â(xlis unaf$ °dONLNdèoä{›)fected, allowing pr‡°dONLNd¢o›{ë)S+eviously existing pixels in the bit image tV@°dONLNdÕoë{ù)¥o sà¿°dONLNd–où{¿) how thr`°dONLNd◊o¿{÷)#ough\Ä°dONLNd€o◊{‹). 
  5723. ô*†¯4ö*†¯ õlõ¯
  5724. ˇ·ˇ‚7^ °dONLNdfiålöö(ñl    Painting .Ä°dONLNdÁåõö’)/ and Filling /¿°dONLNdÛå’ö˝):Shapesˇˇˇˇˇˇ‘@(ñÒ3
  5725. .°dONLNd˚†l¨ö(©l
  5726. Using the °dONLNd†ö¨–).    PaintRect°dONLNd†–¨’)6, °dONLNd†’¨ )    PaintOval°dONLNd† ¨)6, °dONLNd†¨d)PaintRoundRect°dONLNd)†d¨i)T, °dONLNd+†i¨ô)PaintArc°dONLNd3†ô¨û)0, °dONLNd5†û¨‘)    PaintPolyd@°dONLNd>†”¨„)5, or °dONLNdC≠lπú(∂lPaintRgn°dONLNdK≠úπ®)0 prR`°dONLNdN≠®π≈) ocedur$¿°dONLNdT≠≈π◊)e to .$¿°dONLNdY≠◊πÓ)paint.°dONLNd^≠Ôπ) a shap°dONLNde≠π:)!    e draws b°dONLNdn≠:πÌ)**oth its outline and its interior with the .°dONLNdò∫lΔ†(√lFpattern of the graphics pen, using the pattern mode of the graphics peN`°dONLNdfi∫°Δ©(√°n.ü¿°dONLNd‡∫©Δ´) .°dONLNd‚Ãlÿt(’lU°dONLNd„Ãtÿö)    sing the °dONLNdÏÃöÿ )&FillRect°dONLNdÙàÿœ)0, °dONLNdˆÃœÿˇ)FillOval°dONLNd˛Ãˇÿ)0, °dONLNdÃÿR)FillRoundRect°dONLNdÃRÿW)N, °dONLNdÃWÿÅ)FillArc°dONLNdÃÅÿÜ)*, °dONLNdÃÜÿ∂)FillPolyd@°dONLNd Ãµÿ≈)/, or d@°dONLNd%Ã≈ÿÔ)FillRgnd@°dONLNd,ÃÔÿÒ)* .°dONLNd-ŸlÂu(‚lprG °dONLNd/ŸvÂî)
  5727. ocedurfi`°dONLNd5Ÿî¶)e to _‡°dONLNd:ŸßÂ≠)fi{†°dONLNd<Ÿ≠Â≥)ll#`°dONLNd>Ÿ¥”) a shap3‡°dONLNdEŸ”½)    e draws b'Ä°dONLNdNŸ˛Â·)+6oth its outline and its interior with any pattern you .°dONLNdÑÊlÚç(Ôlspecifyd@°dONLNdãÊåÚØ) . The pr6†°dONLNdìÊØÚÃ)#ocedur    °dONLNdôÊÃÚ^)!e transfers the pattern with the     °dONLNd∫Ê^Úà)ípatCopy    °dONLNd¡ÊàÚÎ)* pattern mode, which .°dONLNd÷Ûlˇx(¸ldirI °dONLNdŸÛyˇ )ectly copies your rW °dONLNdÏÛ ˇT)Qequested pattern into the shape-°dONLNd ÛUˇW)ã.
  5728. *$¯4*$¯ l¯
  5729. ˇ·ˇ‚7^ °dONLNdlt(lEÅ°dONLNdt¿)rasing Shapesˇˇˇˇˇˇ‘@(Ò3
  5730. .°dONLNd$l0ö(-l
  5731. Using the °dONLNd'$ö0–).    EraseRect°dONLNd0$–0’)6, °dONLNd2$’0 )    EraseOval°dONLNd;$ 0)6, °dONLNd=$0d)EraseRoundRect°dONLNdK$d0i)T, °dONLNdM$i0ô)EraseArc°dONLNdU$ô0û)0, °dONLNdW$û0‘)    ErasePolyd@°dONLNd`$”0„)5, or °dONLNde1l=ú(:lEraseRgn°dONLNdm1ú=®)0 prR`°dONLNdp1®=≈) ocedur$¿°dONLNdv1≈=◊)e to .$¿°dONLNd{1◊=Ó)erase.x†°dONLNdÄ1Ó=) a shapx†°dONLNdá1=9)!    e draws bx†°dONLNdê19=⁄)*&oth its outline and its interior with .°dONLNd∂>lJ|(Glthe ›`°dONLNd∫>|Jö)backgr∏Ä°dONLNd¿>öJ)ound pattern for the currˇ °dONLNdŸ>Jâ)nent graphics port. The backgr䇰dONLNdˆ>äJ–)Çound pattern is °dONLNd    KlWz(Tl>typically solid white on a black-and-white monitor or a solid ‰†°dONLNd    DKzWò(Tzbackgrø¿°dONLNd    JKòWfl)ound color on a °dONLNd    ZXld®(alcolor monitor&†°dONLNd    gX®dª)<. Maõ‡°dONLNd    kXªd\)$king the shape blend into the backgr|@°dONLNd    èX\dÎ)° ound pattern of the graphics porv`°dONLNd    ØXÏdÒ)êt °dONLNd    ±elqp(nleI†°dONLNd    ≤eqqt)fo‡°dONLNd    ≥etqÊ)fectively erases the shape.ˇB
  5732. @ˇ ˇˇˇˇ@
  5733. ˇ·ˇ‚7^
  5734. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äAbout QuickDraw Drawing
  5735. , (‡3-13
  5736. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5737. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5738. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5739. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5740. 454+?òÄ
  5741. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5742. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5743. ˛ˇ˛ˇˇ
  5744. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5745. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5746. ˛ˇˇˇˇ
  5747. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5748. ˛ˇˇˇˇ
  5749. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  5750. jHp4jHp käk
  5751. ˇ·ˇ‚7^ °dONLNd\äj‰(fäInverting Shapesˇˇˇˇˇˇ‘@(f3
  5752. .°dONLNdpä|∏(yä
  5753. Using the ,
  5754. Courier°dONLNdp∏|Ù).
  5755. InvertRect°dONLNd&pÙ|˘)<, °dONLNd(p˘|5)
  5756. InvertOval°dONLNd2p5|:)<, °dONLNd4p:|î)InvertRoundRect°dONLNdCpî|ô)Z, °dONLNdEpô|œ)    InvertArc°dONLNdNpœ|‘)6, °dONLNdPp‘|)
  5757. InvertPolyd@°dONLNdZp|);, °dONLNd\}äâï(Üäor °dONLNd_}ïâÀ)     InvertRgn°dONLNdh}Àâ◊)6 prR`°dONLNdk}◊âÙ) ocedur$¿°dONLNdq}Ùâ)e to .$¿°dONLNdv}â!)invert.[°dONLNd|}!âM)
  5758.  a shape r-`°dONLNdÜ}Mâ),,everses the colors of all pixels within its .°dONLNd≤ääñµ(ìäboundary◊`°dONLNd∫ä¥ñ>)*. On a black-and-white monitor°dONLNdÿä?ñä)ã, this changes all H†°dONLNdÎääñö)Kthe ¶°dONLNdÔäöñ)black pixels in the shape to °dONLNd óä£û(†äwhit” °dONLNdóû£™)e a¿°dONLNdó´£Ï)nd changes all `°dONLNd"óÌ£˝)Bthe `¿°dONLNd&ó˝£\)white pixels to black. °dONLNd>©äµ”(≤äThe inversion prã`°dONLNdN©”µÒ)Iocedur"†°dONLNdT©Úµ)es wer釰dONLNdZ©µ );e designed for 1-bit images in basic graphics ports. These °dONLNdï∂ä¬ì(øäprG °dONLNdó∂î¬≤)
  5759. ocedurfi`°dONLNdù∂≤¬≤)=es operate on color pixels in color graphics ports, but the r‹ °dONLNd⁄∂≤¬÷(ø≤    esults arñ†°dONLNd„∂◊¬Ë)%e prß`°dONLNdÁ∂ˬ)
  5760. edictable °dONLNdÒ√䜃(Ãäonly with dirZ†°dONLNd˛√ƒœÕ):ecîÄ°dONLNd√ÕœK)    t devices or 1-bit pixel maps.`°dONLNd√LœN) °dONLNd ’ä·è(fiäF °dONLNd!’ê·Ó)Mor indexed pixels, Color QuickDraw performs the inversion on the pixel indexeA °dONLNdn’Ó·(fiÓs. Thp@°dONLNds’·
  5761. )e °dONLNdu‚äÓç(ÎärE°dONLNdv‚éÓ‚)esults depend entir„Ä°dONLNdâ‚‚ÓK)Tely on the contents of thπ‡°dONLNd¢‚LÓé)je video device’‚ °dONLNd±‚éÓí)Bs °dONLNd≤‚ìÓï) ü °dONLNd≥‚ïÓÍ)color lookup table (ë°dONLNd«‚ÎÓ)VCLUT´¿°dONLNdÀ‚Ó    ))ˇ†°dONLNd    Ó ).†°dONLNdÕ‚ Ó) °dONLNdŒÔä˚¡(¯ä (The CLUT ií¿°dONLNdŸÔ¡˚à)7+s described in the chapter “Color QuickDrawGÄ°dONLNdÔà˚ä)«.«Ä°dONLNdÔä˚è)”«Ä°dONLNdÔè˚î)) °dONLNd    äï(
  5762. äThr °dONLNd ñ˚) e eight colors used in bÓ¿°dONLNd#˚9)easic QuickDra°dONLNd0:I)?w aV°dONLNd3JM)r°dONLNd4Nf)e storÄ°dONLNd:fØ)ed in a color tabl¶@°dONLNdLØ∫)Ie r¥‡°dONLNdO∫») eprE†°dONLNdR…˛) esented by th °dONLNd^˛ )5he ˇˇõÏ.°dONLNdaä“(äglobal variable ˇ˛”ƒ∑ÿ°dONLNdq“¸)HQDColor∑ÿ°dONLNdx¸)*sˇˇõÏ∑ÿ°dONLNdy ). Thƒ°dONLNd| )
  5763. ;o display those eight basic QuickDraw colors on an indexed .°dONLNd∑ä'≤($ä    device, CD‡°dONLNd¿≥'˝))olor QuickDraw ‹Ä°dONLNdœ˝'
  5764. )J>uses the Color Manager to obtain indexes to the colors in the ˇˇññ.°dONLNd(ä4:(1ä(CLUT that best map to the colors in the ˇ˛√¬ÀF°dONLNd5(:4j)∞QDColorsˇˇññÀF°dONLNd=(j4)0) color table. Because the index, not the .°dONLNdf5äAª(>ä color valuedONLNdq5ªAΩ)1,†°dONLNdr5æA) is inverted, the r°`°dONLNdÖ5A,)J    esults ar[‡°dONLNdé5-Ad)% e again unpr°dONLNdö5eAè)8
  5765. edictable.H°dONLNd§5èA)* (The eight-color system is °dONLNd¿BäN¬(Kädescribed in `°dONLNdÕB√Næ)95“The Eight Basic QuickDraw Colors” beginning on page j@°dONLNdBæN–)˚3-14æ °dONLNdB–N’).)°dONLNd    Tä`ì(]äIn؇°dONLNd Tì` )    version works better for dir!@°dONLNd'T`)zec[ °dONLNd)T`?)    
  5766. t devices.à`°dONLNd3T?`Ñ)) Inverting a purÙ@°dONLNdCTÑ`î)Ee grí°dONLNdGTï`)een, for example, that has °dONLNdbaämç(järE°dONLNdcaémß)ed, gr~Ä°dONLNdiaßm|).een, and blue component values of $0000, $FFFF(`°dONLNdóa|m≥)’, and $0000 r⁄Ä°dONLNd§a≥m˚)7esults in magentJ@°dONLNd¥a¸m)Ia, °dONLNd∑näzΩ(wä which has cQ°dONLNd¬næz3)4omponent values of $FFFF¯ °dONLNd⁄n2zÉ)t, $0000, and $FFFF∂¿°dONLNdÏnÉzÖ)Q.
  5767. òHü4ôHü öäö
  5768. ˇ·ˇ‚7^ °dONLNdÓãäô(ïäOther Graphic Entitiesˇˇˇˇˇˇ‘@(ï3
  5769. °dONLNdüä´¬(®ä
  5770. “Drawing W√ °dONLNdü¬´`)8!ith QuickDraw” beginning on page g°dONLNd1üa´s)ü3-16∫‡°dONLNd5üs´{) p=°dONLNd7ü|´)    r°dONLNd8üÄ´º)ovides an intrª°dONLNdFüº´›)<oductioc‡°dONLNdMüfi´È)"n t˜†°dONLNdPüÈ´) o °dONLNdR¨ä∏í(µäcrµ@°dONLNdT¨í∏õ)ea~‡°dONLNdV¨ú∏…)
  5771.  
  5772. ting and d°dONLNd`¨ ∏“).ra†°dONLNdb¨”∏Ô)    wing l‡°dONLNdh¨Ô∏    )ines, rì@°dONLNdo¨    ∏:) ectangles, r$°dONLNd{¨;∏c)2ounded r∏ °dONLNdɨc∏µ)(ectangles, ovals, arä°dONLNdó¨∂∏Í)S cs, wedges, °dONLNd£πä≈œ(¬äpolygons, and r¥@°dONLNd≤πœ≈Î)Eegionsy@°dONLNd∏πÏ≈Ò). K†°dONLNd∫πÒ≈˜)Y  °dONLNdªπ˜≈¸)oņ°dONLNdºπ¸≈v)u can also use QuickDraw r↰dONLNd÷πv≈ÿ)zoutines to draw picturÄ°dONLNdÏπŸ≈ )ces, cursors, °dONLNd˘Δä“Ã(œäicons, and text.°dONLNd
  5773. ÿä‰ë*A∫†°dONLNd ÿ뉉) QuickDraw picturıÄ°dONLNdÿ‰‰    )S
  5774. e is the r‡°dONLNd&ÿ
  5775. ‰)&ecor{@°dONLNd*ÿ‰)6ded transcription of a sequence of drawing operations .°dONLNd`ÂäÒ#(Óä!that can be played back with the °dONLNdÅÂ#Òe)ô DrawPicture°dONLNdåÂeÒq)B prR`°dONLNdèÂqÒé) ocedur$¿°dONLNdïÂéÒ)e. See the chapter “Pictur˜ °dONLNdØÂÒ)ses” .°dONLNd≥Úä˛Ù(˚äfor information about crÛ@°dONLNdÀÚÙ˛ß)j&eating and displaying QuickDraw picturs¿°dONLNdÒÚ®˛≥)¥es.°dONLNdıäë(äA∫†°dONLNdˆë`)0 cursor is a 16-by-16 pixel image that maps the ŒÄ°dONLNd&`s)œuserå@°dONLNd*t})’s Ä°dONLNd-~ˆ)
  5776. movement of the mouse to °dONLNdFäç(ärE°dONLNdGé)elative locations on the scr§‡°dONLNdc )tee8 °dONLNde )
  5777. n.âÄ°dONLNdg) ´ °dONLNdh):An icon is an image (usually 32 by 32 or 16 by 16 pixels) °dONLNd¢ä*°('äthat r °dONLNd®¢*∞)epr´‡°dONLNd´∞* )Qesents an object, a concept, or a message. For example, the Finder uses icons to °dONLNd¸+ä7ç(4ärE°dONLNd˝+é7ú)epr’¿°dONLNd    +ú7ª)esent fiFÄ°dONLNd    +º7U) #les and disks. Cursors and icons ar1`°dONLNd    ++U7m)ôe stor4‡°dONLNd    1+m7ä)ed as r@°dONLNd    8+ä7¢)esourdÄ°dONLNd    =+¢7Û)ces. See the chapte€Ä°dONLNd    P+Û7˘)Qr °dONLNd    R8äDÿ(Aä“Cursor Utilities”™°dONLNd    d8ÿD)NI for information about drawing cursors. See the chapter “Icon Utilities” °dONLNd    ≠EäQï(Näin π¿°dONLNd    ∞EïQÒ) Inside Macintosh: Mor2@°dONLNd    ≈EÚQ+)]e Macintosh T`°dONLNd    “E+QD)9oolboxø`°dONLNd    ÿEDQÍ)% for information about drawing icons.°dONLNd    ˛Wäc(`äSee the chapter “QuickDraw Tz °dONLNd
  5778. Wc/)Üext” in hÄ°dONLNd
  5779. "W0cÄ) Inside Macintosh: TJÄ°dONLNd
  5780. 5WÄcå)PextÇ°dONLNd
  5781. 8Wåc )  for information about using °dONLNd
  5782. Udäpƒ(mä QuickDraw rñ†°dONLNd
  5783. `dƒp):outines to draw text.ˇ 8@ˇ ˇˇˇˇ@
  5784. ˇ·ˇ‚7^
  5785. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  5786. (‡*3-14    )BAbout QuickDraw Drawing4^*¿¯
  5787. k*r¯4l*r¯ mlm¯
  5788. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\lk>(gl The Eight Basic QuickDraw Colorsˇˇˇˇˇˇ€r(g3
  5789. °dONLNd"rl~©({lOn a color scrU¿°dONLNd0r©~Ò)=een, you can dra °dONLNd@rÚ~)Iw with c0Ä°dONLNdHr~Ç)&olors, even when you arRÄ°dONLNd_rÇ~Ï)je using a basic graphics °dONLNdxlãÉ(àlport. Œ@°dONLNd~Éã+)#Although basic QuickDraw graphics rÄ°dONLNd°,ã`)© outines werÚÄ°dONLNd¨_ã†)3e designed for H¿°dONLNdª°ãÈ)Bblack-and-whitei¿°dONLNd ÈãÎ)H °dONLNdÀålò∏(ïldrawing, they als@ °dONLNd‹åπòˆ)Mo support the ‡°dONLNdÍå˜òA)>eight-color systeµ‡°dONLNd˚åAòI)JmôÄ°dONLNd¸åJòe)     that bw@°dONLNdåfòπ)asic QuickDraw pr•†°dONLNdåπòŒ)Sedefia`°dONLNdåœòÔ)nes for °dONLNd!ôl•¬(¢ldisplay on color scr™ °dONLNd5ô¬•))Veens and color printers.Y@°dONLNdMô*•Ù)h, Because Color QuickDraw also supports this °dONLNdy¶l≤„(Ølsystem, it is compatible acré¿°dONLNdﶄ≤◊)w9oss all Macintosh platforms. (This section describes the °dONLNdŒ≥løo(ºlr^†°dONLNdœ≥pøu)9udimentary color capabilities included in basic QuickDrawê°dONLNd≥tø—(ºt. See the next chapterK`°dONLNd≥—øˆ)]    , “Color °dONLNd'¿lÃü(…l    QuickDrawf†°dONLNd0¿üÃ)3,” for information about mor≥ °dONLNdL¿ÃÂ)~/e sophisticated color use in your application.).°dONLNd|“lfit(€lAÛ`°dONLNd}“sfiù)
  5790.  pair of fiÛ`°dONLNdà“ùfi)*elds in a graphics port, ,
  5791. CourierÛ`°dONLNd°“fi1)jfgColorÛ`°dONLNd®“1fiF)* and Û`°dONLNd≠“Ffip)bkColor6°dONLNd¥“pfi≠)*, specify a for`°dONLNd√“≠fiª)=egr⁄¿°dONLNdΔ“∫fi‰)    ound and .°dONLNdœfllÎä(Ëlbackgr[ °dONLNd’fläÎ∫)
  5792. ound colorΩ¿°dONLNdflflπΗ)/. The ˘Ä°dONLNdÂfl—Î)foreground colorΰdONLNdıflÎL)M  is the colo±`°dONLNdflMÎY)/r u+ °dONLNdflZÎk)sed ÕÄ°dONLNdflkÎw)forâÄ°dONLNd flxÎz)     Ä°dONLNd fl{Îâ)bit ;‡°dONLNdflâΓ)patterns and for ∂Ä°dONLNd!fl“΂)Ithe °dONLNd%Ïl¯ß(ılgraphics pen °dONLNd2Ï®¯¿)<whenÀ`°dONLNd6Ï¿¯Ÿ) draw∞¿°dONLNd;Ï⁄¯Ë)ing˘†°dONLNd>Ï˯<). By default, the for{`°dONLNdSÏ=¯K)Uegrô °dONLNdVÏK¯∂)ound color is black. The ↰dONLNdoÏ∑¯)l background °dONLNdz˘lÇ(lcolorF°dONLNd˘ÉD). is the color of the pixels in the bitmap wher˛Ä°dONLNd≠˘D_)¡ever n|°dONLNd≥˘`Ê)o drawing has taken place. By .°dONLNd—l√(ldefault, the backgrR`°dONLNd‰√G)Wound color is white. Howeverï°dONLNdFê)É, you can use the ï°dONLNdêΔ)J    ForeColorï°dONLNdΔ€)6 and °dONLNd l¢(l    BackColor°dONLNd)¢Æ)6 prR`°dONLNd,ÆÀ) ocedur$¿°dONLNd2À")es to change these fı@°dONLNdF!±)Vields. (When printing, however7‡°dONLNdd±ÿ)ê
  5793. , use the °dONLNdn l,ú()lColorBit°dONLNdv ú,®)0 prR`°dONLNdy ®,≈) ocedur$¿°dONLNd ≈,)e to set the for˜ °dONLNdè ,)?egr…Ä°dONLNdí ,?)
  5794. ound color  °dONLNdú ?,Ö)-.) For example,   °dONLNd¨ Ö,Ω)Fon a color scrfiÄ°dONLNd∫ º,Õ)7een fiÄ°dONLNdæ Õ,fl)the .°dONLNd¬-l9¯(6l following lines of code draw a ró °dONLNd‚-¯9    )åed r¡Ä°dONLNdÊ-    9ç)ectangle against a blue backgr4`°dONLNd-é9ü)ÖounÇ`°dONLNd-ü9ß)d..°dONLNd
  5795. DlPÍ(MlBackColor(blueColor);°dONLNd'D¸På)ê{make a blue background}°dONLNd@Rl^‰([lForeColor(redColor);°dONLNd\R¸^n)ê{draw with red ink}°dONLNdp`ll“(ilPenMode(patCopy);°dONLNdâ`¸lÚ)ê){when drawing, replace background color }°dONLNdªn¸z2*    { with in°dONLNdƒn2zD)6k's°dONLNd«nDzn) color}°dONLNdœ|là¸(ÖlPaintRect(20,20,80,80); °dONLNdÔ|¸àŒ)ê#{create and paint the red rectangle°dONLNd|Œà‘)“}°dONLNdîl†™(ùlIf you use the °dONLNd#Ú)> OpenCPicture°dONLNd/îÚ†ˇ)H or °dONLNd3A) OpenPicture°dONLNd>îA†’)B$ function to include this code in a .°dONLNdb°l≠Ü(™lpicturÈ@°dONLNdh°Ü≠û)e defi%°dONLNdn°ü≠˝)nition, these colors arl†°dONLNdÖ°˝≠)^e storp °dONLNdã°≠X)ed in the pictur’‡°dONLNdõ°X≠ã)C
  5796. e. However, °dONLNd•°ã≠fi)3, basic QuickDraw °dONLNd∑Æl∫ù(∑l cannot storÑ¿°dONLNd¬Æù∫v)13e these colors in a bitmap. See the chapter “PicturK`°dONLNdıÆw∫fl)⁄es” in this book for morë °dONLNdÆfl∫Ê)he °dONLNdªl«œ(ƒlinformation about defit °dONLNd%ª–«<)dning and drawing pictur°dONLNd<ª=«H)mes.°dONLNd@ÕlŸ2(÷l,The basic QuickDraw color values consist of ¢Ä°dONLNdlÕ2Ÿ7)Δ1¢Ä°dONLNdmÕ7Ÿy) bit for normal ¿°dONLNd}ÕzŸ¬)Cblack-and-white'¿°dONLNdåÕ¬ŸÏ)H     drawing °dONLNdï⁄lÊ∏(„l(black on white), ˙¿°dONLNdß⁄∏ÊΩ)L1˙¿°dONLNd®⁄ΩÊ) bit for inverted ≠ °dONLNd∫⁄ÊM)Hblack-and-whiteŒ °dONLNd…⁄MÊO)H N °dONLNd ⁄PÊx)drawing |`°dONLNd“⁄xʃ)((white on black), ˜ °dONLNd‰⁄ƒÊ…)L3˜ °dONLNdÂ⁄…ÊÌ)
  5797.  bits for °dONLNdÔÁlÛÓ(lthe additive primary colors (r÷‡°dONLNdÁÓÛ)Çed, gr`°dONLNdÁÛî) een, blue) used in video displayu`°dONLNd3ÁìÛ´)ã, and ‚Ä°dONLNd9Á´Û∞)4‚Ä°dONLNd:Á∞Û‰) bits for the °dONLNdHÙlI(˝l1subtractive primary colors (cyan, magenta, yellow!‡°dONLNdyÙIÖ)›, black) used i˜°dONLNdàÙÖì)<n pJÄ°dONLNdãÙîÌ)rinting. QuickDraw °dONLNdûlø(
  5798. lincludes a set of prï`°dONLNd≤ø‘)SedefiQ °dONLNd∑’^)ned constants for those standar Ä°dONLNd÷_á)ä
  5799. d colors: .°dONLNd·l$ä(!lCONST°dONLNdÁ&l2x*  °dONLNdÈ&x2¥)
  5800. whiteColor°dONLNd¯&Δ2‰)N= 30;°dONLNd˛4l@¥(=l   blackColor°dONLNd    4Δ@fi)Z= 33°dONLNd    BlN∫(Kl  yellowColor°dONLNd    &BΔN‰)Z= 69;°dONLNd    ,Pl\®(Yl
  5801.   magentaC°dONLNd    6P®\∫)<olo°dONLNd    9P∫\¿)r°dONLNd    ?PΔ\Í) = 137;°dONLNd    F^ljr(gl °dONLNd    G^rjê) redC°dONLNd    L^êj¥)olor  °dONLNd    W^ΔjÃ)6=°dONLNd    X^ÃjÍ) 205;°dONLNd    ^llx∫(ul  cyanColor  °dONLNd    plΔxÍ)Z= 273;°dONLNd    wzlÜr(Él °dONLNd    xzrÜú) greenC°dONLNd    zúÜ¥)*olor°dONLNd    àzΔÜÃ)*=°dONLNd    âzÃÜÍ) 341;°dONLNd    èàlîr(ël °dONLNd    êàrîñ) blueC°dONLNd    ñàñî¥)$olor °dONLNd    †àΔîÃ)0=°dONLNd    °àÃî‰) 409°dONLNd    •à‰îÍ);ˇ> @ˇ ˇˇˇˇ@
  5802. ˇ·ˇ‚7^
  5803. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äAbout QuickDraw Drawing
  5804. , (‡3-15
  5805. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5806. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5807. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5808. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5809. 454+?òÄ
  5810. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5811. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5812. ˛ˇ˛ˇˇ
  5813. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5814. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5815. ˛ˇˇˇˇ
  5816. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5817. ˛ˇˇˇˇ
  5818. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähØ(eäThese ará`°dONLNd\Øhı)%He the only colors available in basic QuickDraw (or with Color QuickDraw °dONLNdPiäuF(rä*drawing into a basic graphics port). When ‡°dONLNdziGu|)Ω you specify e°dONLNdÜi|u´)5 these colorˇ@°dONLNdëi´u∑)/s o1¿°dONLNdîi∏u¯)n a Macintosh °dONLNd¢väÇ(äcomputer with Color QuickDrawÿ`°dONLNdøvÇx)í, Color QuickDraw d¢¿°dONLNd“vyÇö)]raws thΩ °dONLNdŸvöÇÆ)!ese c}†°dONLNdfivØÇ¿)olorC†°dONLNd‚v¡Ç”)s if tˇ@°dONLNdËv”Ç) he user has °dONLNdÙÉäèú(åäset tã`°dONLNd˘Éúèµ)he scr†°dONLNdˇÉ∂èø)ee´‡°dONLNdÉøè–)    n toµ °dONLNdÉ–è) a color mode. °dONLNdïä°¶(ûäThese ¬`°dONLNdﶰæ)eight ó@°dONLNd!ïø°ˇ)color values ar.‡°dONLNd0ï°÷)A1e based on a planar model: each bit position corr¿°dONLNdaï÷°)÷esponds to a °dONLNdn¢äÆñ(´ädif™`°dONLNdq¢ñÆ¢) fer凰dONLNdt¢¢Æ) Vent color plane, and the value of each bit indicates whether a particular color plane °dONLNd Øäª(∏äshould be activated. (The term ´†°dONLNdÈت>)â color planes °dONLNdÙØ?ªE), r∏ °dONLNdˆØEª)1efers to a logical plane, rather than a physical °dONLNd'ºä»d(≈ä1plane.) The individual color planes combine to pr©`°dONLNdXºd»‹)⁄oduce the full-color image. °dONLNduŒä⁄û(◊äTher¿°dONLNdyŒü⁄Ø)e ar`°dONLNd}ŒØ⁄√)e thr1¿°dONLNdÇŒ√⁄∫)6ee advantages to using basic QuickDraw’s color system:,Zapf Dingbats°dONLNdπ‰äÎè(Íän
  5819. °dONLNdª·ñ̇) It is available acr¨ °dONLNdŒ·‡Ìœ)J8oss all platforms, so you don’t have to check for the prı°dONLNd·œÌ)Ôesence of Color °dONLNdÌñ˘…(ˆñ    QuickDrawf†°dONLNdÌ…˘À)3.°dONLNd!ä    è(än
  5820. °dONLNd#ˇñ j) .It is much simpler to use than Color QuickDrawqÄ°dONLNdQˇj l)‘.°dONLNdSäè(än
  5821. °dONLNdUñ) It works well on an ImageW†°dONLNdo()}riter ]@°dONLNdu(I)printer ä`°dONLNd}Iü)!with a color ribbon.°dONLNdí"ä.è(+ä:The main disadvantage is that basic QuickDraw is limited t@ °dONLNdÃ"ê.∂(+ê    o eight p †°dONLNd’"∑.∫)'r—†°dONLNd÷"∫.ƒ)ed∑°dONLNdÿ"≈.œ) efiç`°dONLNd€"–.) ned colors. °dONLNdÁ/ä;ª(8ä
  5822. Another pr•@°dONLNdÒ/ª;Û)1oblem is that£‡°dONLNd˛/Ù;ˆ)9,#‡°dONLNdˇ/˜;ï)% if the graphics port in which you ar±‡°dONLNd$/ï; )ûe working happens to be a °dONLNd><äH¯(EäScolor graphics port, then the two color systems may clash. For example, saving the .°dONLNdëIäUõ*currR`°dONLNdïIõU∏)ent for$¿°dONLNdúI∏UΔ)egr˜ °dONLNdüI≈U)ound color (fr…Ä°dONLNd≠IU!);om the ,
  5823. Courier…Ä°dONLNd¥I!UK)!fgColor…Ä°dONLNdªIKUT)* fi…Ä°dONLNdæITU)    )eld of the color graphics port) and then °dONLNdÁVäbß(_älater rR`°dONLNdÓVßb)estoring it with the R`°dONLNdVb8)[    ForeColorR`°dONLNd V8bD)6 pr$¿°dONLNdVDba) ocedur˜ °dONLNdV`b˙)#e doesn’t work: the original conten˜ °dONLNd8V˙b)öt o˜ °dONLNd;Vb ) f °dONLNd=cäoú(läthe °dONLNdAcúoΔ)fgColor°dONLNdHcΔoœ)* fi°dONLNdKcœo)    Keld is an index value for a color graphics port using indexed colors. This °dONLNdñpä|M(yä*index value is not what basic QuickDraw’s °dONLNd¿pM|É)√    ForeColor°dONLNd…pÉ|è)6 prR`°dONLNdÃpè|¨) ocedur$¿°dONLNd“p¨|Í)e expects as a .°dONLNd·}äâ∑(Üä    parameterS†°dONLNdÍ}∑âπ)-.°dONLNdÏèäõç(òäIfiÄ°dONLNdÌèçõ∑)    n System õ¿°dONLNdˆè∏õø)+7,¿°dONLNd¯è¿õ1) these Color QuickDraw rs`°dONLNdè1õM)qoutineµ¿°dONLNdèMõ\)s ar7¿°dONLNdè]õü)e available to bqÄ°dONLNd*èüõ›)Basic QuickDra¿°dONLNd7èfiõË)?w:ÿ¿°dONLNd9èËõÍ)
  5824.  .°dONLNd:ú䮓(•ä RGBForeColor¬†°dONLNdFú—®÷)G, ¬†°dONLNdHú÷®) RGBBackColor@°dONLNdTú®#)H, @°dONLNdVú#®k) GetForeColorG‡°dONLNdbúj®Ç)G, and G‡°dONLNdhúÇ® ) GetBackColoräÄ°dONLNdtú…®˝)G . Described .°dONLNdÄ©äµí(≤äin9¿°dONLNdÇ©ìµï)     π¿°dONLNdɩ﵋)the next chapter" °dONLNdì©‹µ5)G, “Color QuickDrawe¿°dONLNd•©4µG)X,” thyÄ°dONLNd™©Gµ[)ese ré¿°dONLNdØ©[µ})outines é °dONLNd∑©~µ›)#can also assist you in °dONLNdŒ∂ä¬Ñ(øä6manipulating the eight-color system of basic QuickDraw˝`°dONLNd∂ɬà)˘. ˝`°dONLNd∂ମ)When r»`°dONLNd ∂©¬Ÿ)!
  5825. unning on °dONLNd∂⁄¬)1    a System ̇°dONLNd∂¬
  5826. ))7 .°dONLNd!√äœé(Ãäc°dONLNd"√éœ≥)omputer¬†°dONLNd)√≤œ6)$, your application should use ¬†°dONLNdG√6œ~)Ñ GetForeColor¬†°dONLNdS√~œì)H and ¬†°dONLNdX√윀) GetBackColor¬†°dONLNdd√€œË)H to °dONLNdh–ä‹Ÿ(Ÿädetermine the forR`°dONLNdy–Ÿ‹Á)Oegr$¿°dONLNd|–Á‹G)ound color and backgr˜ °dONLNdë–F‹‡)_#ound color instead of checking the ˜ °dONLNd¥–‡‹
  5827. )öfgColor˜ °dONLNdª–
  5828. ‹ )* °dONLNdº›äÈù(Êäand °dONLNd¿›ùÈ«)bkColor°dONLNd«›«È–)* fi°dONLNd ›–È)     elds of the °dONLNd÷›È2)2GrafPort°dONLNdfi›2È8)0 rR`°dONLNd‡›8ÈJ)ecor$¿°dONLNd‰›JÈS)d..°dONLNdÁÔä˚fi(¯äThe next section prq`°dONLNd˙Ôfi˚)Tovides an intr*`°dONLNdÔ˚<)=oductio”@°dONLNdÔ<˚G)!n tg°dONLNdÔH˚X) o crë¿°dONLNdÔX˚a)ea[`°dONLNdÔb˚è)
  5829.  
  5830. ting and dÔÄ°dONLNd"Ôè˚ó)-ra‚ °dONLNd$Ôò˚¥)    wing lÍ`°dONLNd*Ô¥˚˛)ines and shapes. .°dONLNd;¸äï(äWÛ`°dONLNd<¸îs)
  5831. 4ithout using a color graphics port, you can use the Û`°dONLNdp¸s©)fl    ForeColorÛ`°dONLNdy¸©∂)6 or Û`°dONLNd}¸∂˛) RGBForeColorÛ`°dONLNd⸲)H .°dONLNdä    äì(äprG °dONLNdå    î≤)
  5832. ocedurfi`°dONLNdí    ≤π)e (°dONLNdî    ∫Ù)on a color scró`°dONLNd¢    Ù):een |°dONLNd¶     )to dra¬@°dONLNd¨     .)w t€†°dONLNdØ    .∞)hese lines and shapes in color‹‡°dONLNdÕ    ∞Á)Ç, against the .°dONLNd€ä"®(äbackgrR`°dONLNd·®"#)ound color you set with the R`°dONLNd˝#"Y){    BackColorR`°dONLNd    Y"f)6 or R`°dONLNd    
  5833. f"Æ) RGBBackColorR`°dONLNd    Æ"∫)H pr$¿°dONLNd    ∫"◊) ocedur˜ °dONLNd    ÷"fi)e.ˇû@ˇ ˇˇˇˇ@
  5834. ˇ·ˇ‚7^
  5835. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  5836. (‡*3-16    )B    Drawing W}–),ith QuickDraw4^*¿¯
  5837. ^*x¯4^*x¯
  5838. à*ê¯4â*ꯠä*ä˛
  5839. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNdu*à(É*    Drawing Wö¢°dONLNd    u~à¢)Tith QÁÏ°dONLNdu¢à‹)$uickDra°dONLNdu›àÍ);wˇˇˇˇˇˇV˛(É3
  5840. °dONLNdôl•r(¢lY@Ä°dONLNdôr•%)&ou can use QuickDraw’s basic drawing rr‡°dONLNd?ô%•P)≥
  5841. outines to,Zapf Dingbats°dONLNdJØl∂q(µln
  5842. °dONLNdL¨x∏ ) "draw lines of various thicknesses )Ä°dONLNdn¨∏)ïan˙‡°dONLNdp¨∏0)
  5843. d in vv†°dONLNdv¨1∏s)arious patterns°dONLNdÜ¡l»q(«ln
  5844. °dONLNdàæx á) draé`°dONLNdãæá ï)w r*`°dONLNdéæñ «) ectangles, rª °dONLNdöæ« Ô)1ounded rO@°dONLNd¢æ 0))ectangles, oval °dONLNd±æ1 C)As, ar! °dONLNd∂æC £)cs, wedges, polygons,"†°dONLNdÀ棠º)` and r‘¿°dONLNd—溠‘)egion\¿°dONLNd÷æ’ Ê)s in °dONLNd€ x÷}(”xv&@°dONLNd‹ ~÷¿)arious patterns°dONLNdÏfllÊq(Âln
  5845. °dONLNdÓ‹xËá) draé`°dONLNdÒ‹áËî)w lM¿°dONLNdÙ‹ïË)ines and shapes in any o" °dONLNd ‹Ë%)l    f eight pÕ°dONLNd‹%Ë()$rí°dONLNd‹)Ë>)edefiM¿°dONLNd‹?Ëπ)ned colors, against a backgrõ °dONLNd7‹πËÒ)z ound of any °dONLNdCËxÙï(Òxof thes„¿°dONLNdJËïÙª)    e eight p`°dONLNdS˺Ùø)'r…`°dONLNdTËøÙ‘)edefiÖ °dONLNdYË’Ù)
  5846. ned colors°dONLNdd˝lq(ln
  5847. °dONLNdf˙x/) (perform calculations on and manipulate r9¿°dONLNdé˙0r)∏ectangles and r∑†°dONLNdù˙ré)Begions°dONLNd§lq(ln
  5848. °dONLNd¶ x©) copy bits frˇ@°dONLNd≤ ©+)1om the bit image in the bitma  °dONLNdœ ,E)Ép of oL °dONLNd’ Eâ)ne graphics por<@°dONLNd‰ äò)Et in∏`°dONLNdË ò‡)to the bitmap of °dONLNd˘x$◊(!xanother graphics port°dONLNd-l4q(3ln
  5849. °dONLNd*x64) &customize QuickDraw’s drawing behavior°dONLNd8;lGØ(DlSystem softwarP†°dONLNdF;∞G6)De uses QuickDraw’s drawing rÆ °dONLNdb;6GÌ)Ü(outines to implement the Macintosh user °dONLNdäHlT(Ql'interface. The next several sections prΔ°dONLNd±HTI)•ovide an intrB°dONLNdæHJTú)9oduction to these rù °dONLNd—HúTˆ)Routines, which your °dONLNdÂUla◊(^lapplication can use to crs`°dONLNd˛U◊a+)keate complex onscrò†°dONLNdU+a^)T een images.°dONLNdglsr(plTµ¿°dONLNdgqsı)o draw lines, your application°dONLNd<}lÑq(Éln
  5850. °dONLNd>zxÜ3) *moves the graphics pen to a location withi釰dONLNdhz3Ü>)ªn i»†°dONLNdkz>ÜÉ) ts graphics port°dONLNd|èlñq(ïln
  5851. °dONLNd~åxòœ) draws a line to a dif`°dONLNdìåœò€)Wfer“‡°dONLNdñå€ò˛) ent coorPÄ°dONLNdûåˇò)$dinate°dONLNd•ùl©r(¶lTµ¿°dONLNd¶ùq©à)o draπ†°dONLNd´ùà©ñ)w rU†°dONLNdÆùó©») ectangles, rÊ`°dONLNd∫ù»©)1ounded rzÄ°dONLNd¬ùÒ©C))ectangles, ovals, arL`°dONLNd÷ùD©◊)S!cs, and wedges, your application °dONLNd˜™l∂ï(≥l    generally°dONLNd¿l«q*n
  5852. °dONLNdΩx…à) defir °dONLNdΩâ…) nes the outline of the shape in  ‡°dONLNd'Ω… )áthe j@°dONLNd+Ω …J)
  5853. local coor¡°dONLNd5ΩJ…√)*dinates of the graphics port°dONLNdR“lŸq(ÿln
  5854. °dONLNdTœx€Ê) frames the shape’s outlin>°dONLNdmœÁ€Ò)oe t °dONLNdpœÒ€)
  5855.     o draw it°dONLNdz‰lÎq(Íln
  5856. °dONLNd|·xÌò) Etransfers patterns to the outline and interior of the shape to paint O°dONLNd¡·ôÌ™(Íôor fiC‡°dONLNdΔ·´Ì≥)ll dONLNd…·≥Ìπ)it°dONLNdÃÚl˛r(˚lTµ¿°dONLNdÕÚq˛à)o draπ†°dONLNd“Úà˛ñ)w rU†°dONLNd’Úó˛@)%egions and polygons, your application°dONLNd˚lq(ln
  5857. °dONLNd˝x∑) uses an open rÛ¿°dONLNd ∑I)?"outine to start building the shape°dONLNd.l!q( ln
  5858. °dONLNd0x#á) call¡°dONLNd4á#ã)s˛°dONLNd5ã#π)
  5859.  drawing rq@°dONLNd?∫#,)/outines to build the shape°dONLNdZ,l3q(2ln
  5860. °dONLNd\)x5á) useç¿°dONLNd_)á5ã)s ¿°dONLNd`)ã5±)
  5861.  a close r‰Ä°dONLNdj)±5I)&#outine to stop collecting drawing rD†°dONLNdç)J5¶)ôoutines for the shape°dONLNd£>lEq(Dln
  5862. °dONLNd•;xGÊ) frames the shape’s outlin>°dONLNdæ;ÁGÒ)oe t °dONLNd¡;ÒG)
  5863.     o draw it°dONLNdÀPlWq(Vln
  5864. °dONLNdÕMxYò) Etransfers patterns to the outline and interior of the shape to paint O°dONLNdMôY™(Vôor fiC‡°dONLNdM´Y≥)ll dONLNdM≥Yπ)it°dONLNd^lj™(glThese tasks arR‡°dONLNd+^™jÙ)>e explained in gr&@°dONLNd<^ÙjG)Jeater detail in the rC °dONLNdQ^Gjï)Sest of this chapter솰dONLNdd^îjñ)M.°dONLNdfpl|É(ylBeforÛ¿°dONLNdkpÉ|)e using QuickDraw’s drawing rìÄ°dONLNdàp|Á)å0outines, you must initialize QuickDraw with the ,
  5865. Courier.°dONLNd∏}lâú(ÜlInitGraf°dONLNd¿}úâ®)0 prR`°dONLNd√}®â≈) ocedur$¿°dONLNd…}≈â£)/e, as explained in the chapter “Basic QuickDraw9¿°dONLNd¯}¢â™)›.”ˇ‰@ˇ ˇˇˇˇ@
  5866. ˇ·ˇ‚7^
  5867. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  5868. , (‡3-17
  5869. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5870. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5871. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5872. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5873. 454+?òÄ
  5874. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5875. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5876. ˛ˇ˛ˇˇ
  5877. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5878. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5879. ˛ˇˇˇˇ
  5880. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5881. ˛ˇˇˇˇ
  5882. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh°(eäThe rÄ¿°dONLNd\°h<)$outines described in this chapter arU°dONLNd)\<hÁ)õ'e available on all models of Macintosh .°dONLNdPiäu∑(rä    computers°dONLNdYi∑uÊ)-    . However¬†°dONLNdbiÂuÙ)., al¬†°dONLNdfiÙu+) l nonwhite c¬†°dONLNdri+u∫)7 olors that you specify with the ,
  5883. Courier¬†°dONLNdíi∫u)è    ForeColor¬†°dONLNdõiu)6 and ˇˇ9°dONLNd†väÇ¿(ä    BackColorˇˇΩ¨°dONLNd©v¿ÇÀ)6 pr °dONLNd¨vÃÇÈ) ocedur‚l°dONLNd≤vËǸ)es arrx°dONLNd∑v˝Çf)e displayed as black on &‘°dONLNdœvgÇn)ja ‰Ä°dONLNd—vnÇ…)black-and-white scrtå°dONLNd‰v Çˆ)\
  5884. een. Beforò°dONLNdÓv˜Ç)-e using °dONLNdˆÉäèé(åät°dONLNd˜Ééèú)he °dONLNd˙Éúè“)    ForeColor°dONLNdÉ“èÁ)6 and °dONLNdÉÁè)    BackColor°dONLNdÉè))6 prR`°dONLNdÉ)èF) ocedur$¿°dONLNdÉFèz) es to displa$¿°dONLNd&ÉzèÜ)4y c$¿°dONLNd)ÉÜè )  olors in a basic graphics port, °dONLNdIêäúï(ôäyo°dONLNdKêïú≤) u can u°dONLNdRê≤ú»)se th°dONLNdWê»úœ)e °dONLNdYêœú )
  5885. DeviceLoop°dONLNdcê ú)< prR`°dONLNdfêú4) ocedur$¿°dONLNdlê4ú“)#e, which is described in the chapte$¿°dONLNdèê“ú    )û r “Graphics .°dONLNdõùä©Ö(¶ä;Device,” to determine the color characteristics of the currÃÄ°dONLNd÷ùÖ©°)˚ent scrú °dONLNd›ù¢©≥)een.
  5886. ŒH’4œH’ –ä–
  5887. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd‚ø䌇( äDrawing Linesˇˇˇˇˇˇ€r( 3
  5888. °dONLNdÒ’ä·ë(fiäA∫†°dONLNdÚ’ë·¡)  line is defiΩ‡°dONLNdˇ’¡·8)0ned by two points: the currW`°dONLNd’9·Ê)x)ent location of the graphics pen and its °dONLNdC‚äÓæ(ÎäEdestination. The graphics pen draws below and to the right of the defiÄ°dONLNdâ‚øÓˆ(Îøning points.  °dONLNdñ‚ˆÓ)7As °dONLNdôÔä˚∫(¯ä described i√°dONLNd§Ô∫˚¬)0n `°dONLNd¶Ô√˚C)    “The Graphics Pen” on page ì`°dONLNd¡ÔC˚P)Ä3-4Á@°dONLNdƒÔP˚R),g@°dONLNd≈ÔS˚Ô)$ the pen draws the line between its °dONLNdȸäö(ädefir °dONLNd̸õÉ)5ning points with the size, pattern, and pattern mode !†°dONLNd"¸Ñî)Èstor€Ä°dONLNd&¸îØ)ed in tΩ°dONLNd-¸∞œ)he curr°dONLNd4¸–) ent graphics °dONLNdA    äü(äport..°dONLNdGä'ë*Yï°dONLNdHê'◊)ou specify wherg`°dONLNdW◊')G'e to begin drawing a line by using the g`°dONLNd~'£)®MoveTog`°dONLNdÑ£'∞)$ or g`°dONLNdà∞'»)Moveg`°dONLNdå»'‘) pr9¿°dONLNdè‘'Ò) ocedur  °dONLNdïÒ')e to .°dONLNdö(ä4¢(1ä?place the graphics pen at some point in the window’s local coor˚ °dONLNdŸ(¢4÷(1¢ dinate systeq¿°dONLNdÂ(◊4)5m. Th7‡°dONLNdÍ(Ò4ı)eÄ°dONLNdÎ(ˆ4)n you .°dONLNdÒ5äA¢(>äcall t°dONLNd˜5¢A∞)he °dONLNd˙5∞A‘)LineTo°dONLNd5‘A·)$ or °dONLNd5·A˘)Line°dONLNd5˘A) prR`°dONLNd 5A") ocedur$¿°dONLNd5"Ar)e to draw a line fr˜ °dONLNd$5qAî)Oom ther…Ä°dONLNd+5îAÔ)#e to another point. TfiÄ°dONLNd@5ÓA)Z    ake, for .°dONLNdIBäNÈ(Käexample, the followinx °dONLNd^BÍNÙ)`g lo†°dONLNdaBıN+) ines of code:.°dONLNdoYäeê(bäM°dONLNdpYêe¿)oveTo(20°dONLNdxY¿eÃ)0,2°dONLNdzYÃefi) 0);°dONLNd~gäsê(päL°dONLNdgês¿)ineTo(70°dONLNdág¿sÃ)0,2°dONLNdâgÃsfi) 0);°dONLNdçuäÅê(~äL°dONLNdéuêÅ¿)ineTo(70°dONLNdñu¿ÅÃ)0,7°dONLNdòuÃÅfi) 0);°dONLNdúçäôû(ñäThe °dONLNd†çûô¬)MoveTo°dONLNd¶ç¬ôŒ)$ prR`°dONLNd©çŒôÎ) ocedur$¿°dONLNdØçÎôb)e moves the graphics pen t$¿°dONLNd…çbôw)wo a p$¿°dONLNdŒçwôÖ)oin$¿°dONLNd—çÖôÒ)t with a horizontal coor˜ °dONLNdÈçô)kdinate .°dONLNdöä¶Û(£äof 20 and a vertical coorº†°dONLNd    öÛ¶/)idinate of 20 (i#¿°dONLNdö0¶s)=n the local coor)@°dONLNd(ös¶    )C"dinate system of the graphics port≤ °dONLNdJö    ¶ )ñ)°dONLNdKö¶). ˇˇáö.°dONLNdMßä≥§(∞äThe fiö°dONLNdSß•≥‚)rst call to the ˇ˛ñŒ&°dONLNdcß‚≥)=LineToˇˇáö&°dONLNdiß≥)$ pr¸°dONLNdlß≥.) ocedurR\°dONLNdrß.≥u)e draws a line frC$°dONLNdÉßu≥)G#om that position to the point with ¯Z°dONLNd¶ß≥)ôa ˇˇÖ¥°dONLNd®¥ä¿º(Ωä horizontal ¥°dONLNd≥¥Ω¿œ)3coorÿ°dONLNd∑¥Œ¿Á)dinatÿ°dONLNdº¥Á¿V)e of 70 and a vertical coorè°dONLNd◊¥V¿ç)odinate of 20.ÿ°dONLNd‰¥ç¿)7 The second call to the ˇ˛ë˙L°dONLNd¸¥¿)cLineToˇˇÖ¥˙L°dONLNd¥¿)$ .°dONLNd¡äÕì( äprG °dONLNd¡îÕ≤)
  5889. ocedurfi`°dONLNd ¡≤Õ◊)e draws J`°dONLNd¡ÿÕ‚)&a l≤¿°dONLNd¡‚Õ˘)
  5890. ine frœ°dONLNd¡˘Õg)om the pen’s new positioΔÄ°dONLNd4¡hÕs)on tZ@°dONLNd7¡tÕΩ) o the point with t°dONLNdH¡ΩÕÙ)Ia horizontal °dONLNdUŒä⁄ù(◊äcoor†@°dONLNdYŒù⁄¥)dinat∏ °dONLNd^Œ¥⁄$)e of 70 and a vertical coor>`°dONLNdyŒ%⁄[)qdinate of 70,i@°dONLNdÜŒ[⁄î)6 as shown in  @°dONLNdìŒï⁄≠):Figurfl°dONLNdòŒ¨⁄¿)e 3-5|Ä°dONLNdùŒ¡⁄Δ). 
  5891. ¸H4˝H"˝H]
  5892. ˇ·ˇ‚7^    °dONLNd†Úä˝¥(˙ä
  5893. Figure 3-5.°dONLNd´ÚÃ˝Ù)B
  5894. Using the °dONLNdµÚÙ˝)(LineTo°dONLNdªÚ˝=)
  5895.  procedure
  5896. àÆ4 áàò@@¯@¯àMÄ¡?Èˇ¿€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€ò@@į@įMàçÄ?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€ò@Äú¯Äú¯çà©Ä?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€?Èˇ‡€òů@¯HHÜ$$IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5897. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯àMÄ'ÅÅÅâ—ÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅÅ”ÏŪÎÏÅÅ‘ÎŪÏÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÎÎÅÅ‘ÎŪÏÎÅÅ‘ÎŪÎÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÏÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÎÎÅÅ‘ÎŪÏÎÅÅ‘AÎ⁄ˇˇˇˇˆˇˇˇˇÙˇˇˇÛ˛ˇˇˇÙ˛ˇˇˇı˝ˇˇˇ≈ÎÎÅÅ‘MÏ€ˇˇˇˇ¯ˇˇˇˇˆˇˇˇˇıˇ˛ˇˇˆˇ˛ˇˇÛˇˇˇΔÎÏÅÅ‘GÎÿˇˇˇıˇˇˇ˜ˇˇˇˇı˛ˇˇˇˆ˛ˇˇˇÙˇˇˇΔÏÎÅÅ‘FÏ⁄ˇˇˇˇˆ˛ˇˇ˜¸ˇˇÚˇˇˇˆˇˇˇˇıˇˇˇΔÎÏÅÅ‘N΀ˇ˛ˇˇ¯ˇˇˇˇıˇˇˇıˇˇˇˇˆˇˇˇˇıˇˇˇΔÎÎÅÅ‘C΀˝ˇˇˇˆˇˇˇˇÙˇˇˇÛˇˇˇˇÙˇˇˇˇÙˇ˛ˇˇ≈ÏÎÅÅ‘ÎŪÎÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÏÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÎÎÅÅ‘ÎŪÏÎÅÅ‘#ΟÎÔÎÔÎÎÔÎØÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔάÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔϬÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔάÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔάÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔϬÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔάÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔάÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔϬÏÎÅÅ‘0ÏÙˇˇˇˇÏÎÔÏÔÎÎÔÏÔάÎÏÅÅ‘2ÎıˇˇˇˇÌÎÔÎÔÎÎÔÎÔάÎÎÅÅ‘/ÎÚˇˇˇÌÏÔÎÔÏÏÔÎÔϬÏÎÅÅ‘9ÎÙˇˇˇˇ˙ÎÎÏ˛ÎÏ˛ÎÏÎ΢ˇÎÎÏ˛ÎÏ˛ÎÏ˛Î–ÎÎÅÅ‘2Ïıˇ˛ˇˇÌÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘/Îı˝ˇˇˇÏÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘0ÎÙˇˇˇˇÏÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘2ÎıˇˇˇˇÌÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘/ÎÚˇˇˇÌÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘îÏÛ˛ˇˇ˙Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎˇÏ˛ÎÏ˛ÎÏ˛ÎÏΖÎÏÅÅ‘2ÎıˇˇˇˇÌÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘0ÏÙˇˇˇˇÏÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘òů@įHHÜ%IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5898. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įMàçÄ''ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘/ÎÛˇˇˇÏÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘1ÎÙˇˇˇˇÌÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘2ÏıˇˇˇˇÌÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘îÎı¸ˇˇ˙yÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡÎÏÎÏÎÏÎÏÎÏÎÏÎÏ–ÏÎÅÅ‘0ÏÛˇˇˇÌÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘/ÎÛˇˇˇÏÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘/ÎÙ˛ˇˇˇÏÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘2Ïıˇ˛ˇˇÌÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘ñÎı˛ˇˇˇ˙yÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡÎÏÎÏÎÏÎÏÎÏÎÏÎÏ–ÏÎÅÅ‘/ÏÚˇˇˇÌÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘2ÎıˇˇˇˇÌÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘0ÎÙˇˇˇˇÏÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔˇ¬ÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔˇ¬ÏÎÅÅ‘/ÎÙ˛ˇˇˇÏÎÔÎÔÎÎÔÎÔˇ¬ÎÎÅÅ‘6Ïıˇ˛ˇˇÌÎÔÏÔÎÎÔÏÔˇÿ˙ˇÚÎÏÅÅ‘=Îı˛ˇˇˇÌÏÔÎÔÏÏÔÎÔˇ⁄˛ˇÓÔÓˆˇˇÛÏÎÅÅ‘•Ïıˇˇˇˇ˙Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎˇÏ˛ÎÏ˛ÎÏ˛ÎÏÎͲˇÊ„‰ÁÍÎˆˇÛÎÏÅÅ‘BÎıˇˇˇˇÌÎÔÎÔÎÎÔÎÔˇfl˝ˇ‰‹˛‹‰ÍˆˇÛÎÎÅÅ‘AÎÙˇˇˇˇÏÏÔÎÔÏÏÔÎÔˇ·˛ˇÈ·€¸fiÂÏˆˇÛÏÎÅÅ‘:ΟÎÔÎÔÎÎÔÎÔˇ„˛ˇ‡⁄¸Ÿ›„ËÓˆˇÛÎÎÅÅ‘;ÏŸÎÔÏÔÎÎÔÏÔˇÊ˝ˇ„fi˚    Ÿfi·‰ÁÌˆˇˇÛÎÏÅÅ‘=ΟÏÔÎÔÏÏÔÎԡ˲ˇË„€˚
  5899. €fi·‰ÈÎÔÒˆˇˇÚÏÎÅÅ‘=ÏŸÎÔÏÔÎÎÔÏԡͲˇÁfl⁄¸Ÿ‹‡„ÂËÏÛ˝ˇÒÎÏÅÅ‘<ΟÎÔÎÔÎÎÔÎÔˇÎ˜ˇ‰fi˚Ÿ‹·‰ÁÍÌÛ˛ˇÓÎÎÅÅ‘>ΟÏÔÎÔÏÏÔÎÔˇÓˇˇ˝˜˝€fi·‰ËÏÓÚÙ˛ˇÏÏÎÅÅ‘;ΟÎÔÎÔÎÎÔÎÔˇ˛ˇ‚€˚‹fl„ÊËÎÛ˝ˇÍÎÎÅÅ‘<ÏŸÎÔÏÔÎÎÔÏÔˇÚ˛ˇ‰€¸⁄˜˜‰ÁÍÏÛ˛ˇÁÎÏÅÅ‘<ΟÏÔÎÔÏÏÔÎÔˇÙ˛ˇ‰›¸€fi·˜ÁÎÔÒı˛ˇÂÏÎÅÅ‘;ÏŸÎÔÏÔÎÎÔÏÔˇˆ˛ˇ‰‹¸€fi‚ʘ˜Û˝ˇ„ÎÏÅÅ‘=ΟÎÔÎÔÎÎÔÎÔˇ˘Ò˛ˇ‹¸€fl‚ÁÍÌ˜Û˛ˇ‡ÎÎÅÅ‘<ΟÏÔÎÔÏÏÔÎÔˇ˘ˇÂ›¸
  5900. €fl‰ÁÍÓÚ˜˜ˇˇfiÏÎÅÅ‘;ΟÎÔÎÔÎÎÔÎÔˇ˘ˇˇ⁄˝
  5901. €fl‰ÈÎÛˇˇ˜ˇ‹ÎÎÅÅ‘òůÄú¯HHÜ$&IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5902. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯çà©Ä'@Ïı˝ˇˇˇÏÎÔÏÔÎÎÔÏÔˇ˝¸ˇ    ÿ‹·ÂÈÌÒ˝ˇŸÎÏÅÅ‘BÎÚˇˇˇÌÏÔÎÔÏÏÔÎÔˇ˛ˇˇ˛Ÿ›‡ˆ·ÊÍÔÛ˛ˇ÷ÏÎÅÅ‘@ÏÛˇˇˇÌÎÔÏÔÎÎÔÏÔˇˇˇ⁄›·ˇˇÈÏ˝ˇ‘ÎÏÅÅ‘ìÎÙˇˇˇ˙ÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˚ˇfi‚²ˇË˛ˇ—ÎÎÅÅ‘<ÎÙˇˇˇÌÏÔÎÔÏÏÔÎÔˇ˝ˇÊÈˇˇÙŒÏÎÅÅ‘0ÎÙˇ˛ˇˇÏÎÔÎÔÎÎÔÎÔ¯ˇ ÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔ˝ˇ≈ÎÏÅÅ‘(ΟÏÔÎÔÏÏÔÎÔÏˇ√ÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔάÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔάÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔϬÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔάÎÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔάÎÏÅÅ‘'ΟÏÔÎÔÏÏÔÎÔϬÏÎÅÅ‘'ÏŸÎÔÏÔÎÎÔÏÔάÎÏÅÅ‘'ΟÎÔÎÔÎÎÔÎÔάÎÎÅÅ‘'ΟÏÔÎÔÏÏÔÎÔϬÏÎÅÅ‘'ΟÎÔÎÔÎÎÔÎÔάÎÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÏÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÎÎÅÅ‘ÎŪÏÎÅÅ‘ÎŪÎÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÏÎÅÅ‘ÏŪÎÏÅÅ‘ÎŪÎÎÅÅ‘ò@@¯@¯©àÈÄ?Èˇ‡€?Èˇ‡€?Èˇ‡€Èˇ‡€¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛|?ÓÉÄÃ˛D!àÇ``Ã˛B!(àÇ †Ã˛ÑBP™B@Ã˛Ñ|à™‰D@Ã
  5903. ëàèÄÃäà˛Äà   √û9?ÅÀ¡¡¡
  5904. Ò÷˛~@˛p>‡@˛I¸‹˛D˛@Ä"n I ˝‹˛Içml@ù¨hså1ñ„åsk0fi˛Ò$I$¿!I% D§!!!í)%"Hêfi˛ë$I<.!1% DºÑ!?!í(="Hfi0í@@BIÄâ@Ñ!     $PBDë› @íHABíJâHüsü     $RJDë fipfi`¿yœ€Ä∑`˚ÁcΔÒÄfi˝à˙@˘ÿ˝‡˙¯pÿ¡¡+˛ pFq¿Ä ˛¡¯bp#Ä |Í'˛@c˛Ä&˛Å@Ä@˝HÄDÁ,˛&Kú`UsY‹sÄ"«9cÅ!ÕÒÀKckPM≥ãB[a    f>ıçÎ,˛&âII ™I"IE$Ä2Râ)ƒâ$I â)$IH†â)ÑIB(§§Î,˛&â1I‡í9IDƒÄ –â)Dâ$I@â'$II â(ÑG
  5905. Ç$§Î-)í$ííàIå!R    HíÅR0íbAP)í"$*I0Î-)ííAíDíäIÕRIHíÅR@íÇ"R%í
  5906. B$I@Î-)wŒÛ”≤Á7!f1ŒfièsŒwm⁄sˆ‰8ÿfl√ö4)˚pÎÙ ıàˆàÎÙÄı‡¿ˆ‡Î¡¡˛v¿˛@Ä8‡w@É>p‹˛Dĸ"ä D@@@@‹ò@@į@įÈà)IJDõ?[ú∞;yàä!ÁpDF¡@<Á@‹˛âîIDêíîÄÅ% U<$íÄ‹˛âdGDêb'ÄÙA$¿U"$åÄ‹$(í"â $à(ÇH@DDI!€%(í"â!%)àHÇJ@D
  5907. EI$!€~7ãö.ÁcüÃ@„à6q¿·pÁ€
  5908. Ú˙ÄŸ Ú˚ÄŸ¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ :¸Ä–˛å˛œ˛ )Áà¡Â≥Õª,X‡—˛ Q$íB$íI) J@—˛ â$ì¬$íI/ J–ÚI$I$íP@î–
  5909. I$Ç$I$íR@îÄ—?Êá6ÓY¬;∂ —˛˝Œ˛p˝8Œ¡¡˛~00˛∞œ˛B  ˛ Ä“˛C∑8
  5910. X„,Á,&œ÷«9`‘˛Ö$HJI"Q$D•D┲˘$H"JO!ë$Dôƒâ”"Hê|îê@¢H$â
  5911. $â”HêÇîíD¢H$âJ$â”3Kqè∑ôŒ9ÿˇç‚Ê⌔¡¡¡¡˛|˛p>œ˛D˛@ "—˛Emú¿AÜR‹!5òÓr¿”˛Ò    J@Ñí¢B$JI“˛â    C¿áûB$z    “Ñ ‰ ÑHÑ$“îÅ$ àHîí$“ŒΔÏ0å|#·¯Δú“¯ÄÀ˘ ¡¡˛v¿˝Å¿Õ˛DÄÑ@Õ˛Dõ?[ÂÄÄ@Õ˛âîI$Ã˛âdG$Ã
  5912. $(í$HÃò@Äú¯Äú¯)àEÄ
  5913. %(í$H"Ã
  5914. ~7ãö'88ºÃ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHÜ'IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5915. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯©àÈÄ'ÎŪÏÎÅÅ‘ÎŪÎÎÅÅ‘“Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅÅ‘“˛ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎGÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÅÅ‘ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ4˲˛ˇ˛˝˛ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ˛ˇˇ¸˛ˇ˜ˇ˙ˇÅÅÅ›6ˡ˛ˇ˝ˇ˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ¸ˇ˜ˇˇ˚ˇˇÅÅÅ‹7ˡ˝ˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇ˛ˇ¸ˇˆˇ¸ˇˇÅÅÅ‹6Èˇ˝ˇ˛ˇ˝ˇˇ˛˝ˇˇˇˇ˚ˇˆˇ˝ˇˇÅÅÅ€=Èˇ˝ˇ˛¸ˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ¸˛ˇ˛ˇ˛ˇ˛ˇÅÅÅ€/͡˝ˇ˛ˇˇ˛¸ˇ˝ˇ˛ˇ˙ˇˆˇ˛¸ˇÅÅÅ⁄6͡˛ˇ˝ˇ˛ˇˇ¸ˇ˛ˇ˛ˇ˙ˇ˛ˇ˙ˇ˙ˇÅÅÅ⁄-ϸˇ˝˛ˇ˝ˇ˛˛ˇˇ˛ˇ˚˚ˇ˚˛ˇ˚ˇÅÅÅŸÅÅÅâÅÅÅâÅÅÅâÅ˛˛ˇ˙ˇÓ˙ˇÅűF˲˛ˇ˛ˇ˛‚˛ˇˇ˚˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˚˛ÌˇˇıˇÂˇˇˇ÷ˇˇÅÅfiRˡ˛ˇ‡ˇ˛ˇ¸ˇ¯ˇ˝ˇËˇ˛ˇÙˇ˚˛ˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇˇˇ˝ˇˇ‹ˇÅÅ›ßˡˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇÙˇ¸ˇ¯ˇ˝ˇ˛ˇˇˇˇˇˇ˛ˇˇˇ˝˛ˇ˛ˇ˛ˇˇ˚ˇ˘ˇ˝ˇˇ˛ˇ˛ˇˇ¸ˇ˚ˇˇ˚˝ˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛˛ˇˇˇˇˇˇˇˇˇˇÅÅÌ±È˛ˇ˛˛˛ˇˇ˛ ˇˇ˛ˇˇ˜ˇˇ˚˛ˇ˛˚ˇ˝˛ˇˇ˛ˇˇ˛ˇ˚ˇ˛ˇˇˇˇ˚ˇ˘ˇ˝ˇ˝ˇˇ˝ˇ˝ˇ¸ˇ˝ˇ¸    ˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ÅÅÌ®Èˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇıˇ˛ˇ¸ˇ¸ˇ˝ˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇ˝ˇ˚ˇ˛ˇ˝ˇ˝ˇ˝ˇ˚ˇ˝ˇ¸ˇ˝ˇ¸    ˇˇˇˇ˛ˇˇ¸˝ˇˇˇ˛ˇˇˇ˛˝ˇÅÅÌú͡˚ˇ˛ˇˇ˝    ˇˇˇˇÚˇ¯ˇ¸ˇ˝ˇ˝ˇˇˇˇˇˇ˙ˇ˛ˇˇˇ˜ˇ˛ˇ˝ˇ˝ˇ˝ˇˇ¯ˇ˚ˇˇ¸    ˇˇˇˇ˛ˇˇ¸ˇ˝ˇˇ˛ˇˇˇ˛ˇÅÅÈ´Íˇ˚ˇ˛˚ ˇˇˇ˛ˇ˘˛˛˛¸ˇ˛ˇ¸˛˝ˇˇˇˇ˛ˇˇ¯ˇ˛ˇˇ˛ˇ˚˚ˇ¸ˇ˛ˇ˛ˇ¸ˇ˛˛ˇ˚ˇˇ˚    ˇˇˇ˛˛˛ˇˇ˛ˇˇ˛˛˛ˇˇ˛ˇˇÅÅÏtÏ˛ˇ˝˛ˇ˛ˇ˝ˇˇ˝ˇˇˇ˜˛ˇ˙˛ˇ˙˝ˇ˛ˇ˚ˇˇˇ˛ˇ˙ˇˇˇ˛ˇˇˇ…˛ˇ˛ˇ˛ˇ˛ˇˇ˝ˇˇ˛˝ˇ˛ˇˇ˝ˇ˛ˇˇÅÅÍ·ˇ˛ˇ¡ˇ˛ˇ∏ˇÅÅΩ·˛ˇøˇˇ˛∏ˇˇ˛ÅÅΩÅÅÅâÅÅÅâz˲ˇˇÙ˛˛˛ˇ˜˛ˇˇ˛ˇˇ˛ÛˇÏˇˇıˇ˛Áˇ˛¸ˇˇ˛˛ˇ˝˛ˇ˛ˇ¸ˇÚˇ˝˛ˇˇÍˇÛˇ˛˛ˇˆˇ˙ˇ˛˛˛˛ˇ˛Ëˇˇ˛ˇˇÈˇÅŒaˡӡˆˇˇ˛ˇˇÈˇÙˇˆˇˇˇËˇ˚ˇ˛ˇ¸ˇ˚ˇÔˇ¸ˇ⁄ˇˇ˛ˇÓˇ˝ˇ˛ˇËˇ˛ˇÅµËˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ
  5916. ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˛˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˝˛ˇˇˇ¸ˇ˛˛ˇˇˇˇ˛ˇ¸    ˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ¸ ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˝    ˇˇˇˇˇˇ˛¸ˇˇˇ˝ˇ˝
  5917. ˇˇˇˇˇˇ˛¸ˇ˝ˇˇˇˇ˛ˇˇˇÅŸ+Èˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ¸ˇˇˇˇˇˇ˛ˇ˛ ˇˇˇ˛ˇ˛ ˇ˛ˇˇˇ¯ˇ˛ˇˇ˛ˇˇ˛ ˇ˛ˇˇ˛˚ˇ˛ˇˇ˛ˇˇ˛    ˇ˛ˇˇ˛    ˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇ˛ˇˇ˛ ˇˇ˛ˇˇ˛ˇˇ¸ˇ˛ ˇ˛ˇˇ˛˛˛ˇˇ˝ˇ˛ˇˇ˛˛˛ˇ˛ˇ˝ˇ˝˛˛˛˛˛ˇ˛ˇˇ˛ˇˇˇˇˇˇÅ◊Èˇ˛ˇˇˇˇ˛ˇˇˇ˝ˇ¸ˇˇˇ˛˛ˇˇ˚ ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˆˇ˝ˇˇ˝ˇ˛ ˇˇˇˇˇ˚ˇˇ˛ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇ˚ˇˇ˛ˇ˝ˇ˛ˇ˛˛ˇ˝ˇˇˇ¸ˇ˝ˇ˛ˇ˝˛ˇ˝ˇˇˇˇˇˇˇˇÅ◊͡˛ˇˇ˝ ˇˇˇˇˇ˘ˇˇˇˇˇˇ˚ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ˝ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ˚ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ˚ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  5918. ˇˇˇˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇ˚ˇˇˇ˝ˇ˛ˇˇˇ˝ˇˇˇ¸ˇ˝ˇ˛ˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇÅ’͡˛ˇˇˇˇˇˇˇˇ˛¸ˇ¸ ˛ˇˇˇ˛˛ ˛ˇˇˇˇ˛ ˇˇ˛ˇˇ˘ˇ˛ˇ˛ˇˇ˛ˇ˛ ˇˇ˛ˇˇ˚˛˛˛ˇˇ˛    ˇˇ˛ˇ˛ˇˇˇˇ˚ˇ˛ˇˇ˛ˇˇ˛˚ˇˇˇˇ¸ˇ˛ˇ˛ˇ˝ ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˝ˇˇˇ¸ˇˇ˚˛˛˛˝ˇ˛ˇ˛¸ˇ˛˛˛ˇˇ˛Å”Ï˛ˇ˛ˇ¸ˇ˛ˇ˝ˇˇˇ¸˛ˇ˛˛ˇ    ˇˇˇˇˇ˛˚ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˝ˇˇˇˇˇ˛ˇˇ˛˛ˇ˛ˇˇˇ˝ˇ˝˚ˇ˛˝ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇ¸˛ˇˇˇˇˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇ˛ˇˇ˝˛ˇ˚ˇˇ˝ˇˇˇ˛ˇˇ˙ˇ˝˛ˇˇˇˇ˝ˇˇ¸¸ˇ˝˛ˇ˛ˇˇˇ˝ˇˇ˚ˇˇˇ˛ˇÅ’$óˇúˇ˛ˇ˜ˇ˛ˇ˙ˇ•ˇ˛ˇÅ÷ôˇö˛ˇı˛ˇˇ¯˛ˇ¶˛ˇÅ‘ÅÅÅâÅÅÅâQ˲ˇˇ˛ˇˇ˛‚˛ÎˇÓˇ˛ˇ˛˛ˇ˛ˇ˛ˇÎ˛ˇˇ˛ˇˇ˛Ûˇ¸ˇˇ˛ˇ˛ˇÏˇ˛ˇ˛ˇˇÅÅ›Vˡ˛ˇˇÙˇÙˇ‘ˇ˛ˇˇ˛ˇˇ˛ˇˆˇ˜ˇ˛ˇ˛ˇıˇˇ˝ˇ˝ˇÚˇ˜ˇ˝ˇÅÅ€òů@įHHÜ$(IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5919. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įÈà)Ä'üˡ˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇˇˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ¯ˇˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇˇ¸ˇ˛ˇ¸ˇ˘˝ˇ˛ˇ˛ˇ˝ˇ˝ˇÅÅ€´Èˇ˛ˇ˛˛
  5920. ˛ˇˇ˛ˇ˛ˇˇ˛˛˛˛˛ˇ˛ˇˇ˛˝ˇ˛ˇˇ˛ˇˇ˜˛ˇ˛˛˛ˇ˛ˇ˚ ˛ˇˇ˛ˇ˚ˇ˛ˇ˛¸ˇ˛˚ˇ˛ˇ˛ˇˇ˛ˇ˛˚ ˇˇˇ˛ˇ˝˛˛ˇ˛ˇÅÅ⁄ûÈˇ˛ˇˇ˛
  5921. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇˇˇ¸ˇˇ˛ˇ˛ˇ˝ˇıˇ˝ˇˇ˛ˇ¸
  5922. ˇˇˇˇˇ˙ˇˇˇˇ˚ˇ˙ˇ˛ˇ˛ˇ¸ˇ¸ˇˇˇ˛ˇˇ¸ˇ˝ˇÅÅ⁄ò͡˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇÚˇ¸ˇˇ˛ˇ¸ˇˇˇ˝ˇ˙ˇ˛ˇ˙ˇ˙ˇ˛ˇ˛ˇ¸ˇ¸ˇˇˇ¸ˇ˝ˇ˝ˇÅÅŸ´Íˇ˛ˇˇ˛
  5923. ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ˇˇ˛ˇˇˇˇ˘ˇ˛ˇ˝˛ˇ˛ˇ¸ ˇ˛ˇˇ˛˙˛˛˛˚ˇˇ˚˛˛˛˛˛ˇ˛ˇ¸ ˛ˇˇˇ˛˝ˇ˝ˇÅÅŸèÏ˛ˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇ˛˛ˇ˙ˇˇˇ˛ˇ˚˛ˇ˛ˇˇ˝˛ˇ˚˛ˇ˝˝ˇ˘ˇ˛ˇ¸ˇˇˇˇ˝˛ˇ˛˛ˇ˛˛ˇ˚˛ˇ˝ˇ˛ˇ˝˛ˇ˛ˇÅÅŸÑˇ«ˇÅŬܲˇˇ…ˇ˛ˇÅŬÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ¡Úˇ˛ı˛ˇˇ“˛ˇÅÅÅ˙!ÊˇÒˇˆˇ˛ˇˇ‰ˇÔˇÅÅů[Áˇˇ˝ˇ˝ˇ˛ˇ˛ˇˇ¸ˇ¸ˇ˛ˇ
  5924. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇˇˇˇ˘ˇˇˇˇ˛˛ˇÅÅÑ^ˡ˛˛˛ˇˇˇ˛ˇˇ˝ˇ˙ˇ˛ ˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇ˜ˇ˛ˇˇˇˇÅÅÉ[Èˇ˛ˇˇˇˇˇˇ˝ˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇˇ˜ˇ˛ˇˇˇÅÅÅX͸ˇˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ¸ˇ˜ˇ˛ˇˇˇÅÅÅˇaΡ¸ˇˇ˛ˇˇˇ˛ˇ¸ˇ˛ˇ˛˛ ˛ˇˇˇ˛ˇˇˇ˛ˇˇ˛˜ˇ˛ˇˇ˛ˇÅÅÇ\Ïˇˇ˛˚ˇ˛˛ˇ˛ˇˇˇ˙˛ˇ˝˛ˇˇˇˇˇ˛ˇ˛ˇ˝ ˇˇˇˇˇˇ˛ˇ˝ˇ˛˛ˇ˛ˇˇˇˇˇ˛ˇÅÅщˇ¸ˇŸˇËˇÅÅÅÊ˛ˇˇ˛ˇˇ˛€ˇ˛ˇÍˇÅÅÅÓÅÅÅâÅÅÅâ)˲˛ˇ˛ˇˆˇˇ˜ˇˆˇˇ‡˛ˇˇˇˇÅÅÅı-ˡ˝ˇ˙ˇ˛ˇ˜ˇıˇ›ˇˇÙˇÙˇÅÅêtˡ˝˛ˇˇˇ˛ˇ˛ˇ˙ˇˇˇˇˇ˛˛ˇ˛    ˇˇˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅú{Èˇ˝ˇ˛ˇˇ˛ˇˇ˚˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇˇ˛˛˛ˇˇ¸˛ˇˇ˛
  5925. ˇˇˇˇ˛˛˛ˇˇ˛ˇˇ˛ˇ˛ÅÅôvȸˇˇˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇˇ˝ˇˇ˝ˇˇˇ˛ˇˇˇ¸ˇˇˇ˛
  5926. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇÅÅôt͡ˇ˛ˇˇˇ˛ˇˇ¸¸ˇˇˇˇˇˇ¸ˇ˚ˇˇ˛ˇˇˇ¸ˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇÅÅò|͡˛    ˇˇ˛ˇ˛ˇˇ˝ˇ¸ˇˇˇ˛ˇˇˇ˛˛˛ˇˇ˛ˇ˛ˇ¸ˇ˛ˇ˛
  5927. ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇˇÅÅòpÏ˛ˇˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇ˛¸ˇˇˇ˝ˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇ˛¯ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇÅÅòÅÅÅâÅÅÅâÅÅÅâÅÅÅâ%˲˛ˇ˛Ê˛ˇˇÍˇÛ˛ˇ˛ˇ¸ˇÅÅň&ˡ˛ˇÊˇÈˇ¯ˇ¸ˇ˛ˇÎˇÅÅáhˡ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇˇ˜    ˇˇˇˇˇ˛ˇ˝ˇ˝ˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇÅÅìhÈ˛ˇ˛˛˛˝ˇ˛ˇˇˇˇ˚ˇ˝    ˇˇ˛ˇ¯ˇˇ˛ˇ˝˛¸ˇ˝ˇ˛ˇˇ˛ˇˇˇˇˇ˛˛˛ˇÅÅê^Èˇ˛ˇˇ˝ˇˇˇ˝˝ˇ˚ˇ˝˝ˇ˝ˇ˘ˇ˛ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛˝ˇˇ¸ˇˇ˛ˇˇÅÅê[͡˛ˇˇ˝ˇˇˇ˝ˇ¯ˇ˝ˇ¸ˇˆ¸ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛ˇ˝ˇ¸ˇˇ˛ˇˇÅÅèj͡˛ˇˇ˝ˇˇˇˇ˛ˇ˚ˇ˛
  5928. ˇˇˇˇ˛˙˛¸ˇ˛˝ˇ¸ˇ˛ˇ˝˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ÅÅè[ϸˇ˛ˇ˝ˇˇˇˇˇ˛ˇˇ˚˚ˇˇˇ˝ˇˇ˝ˇ˛ˇˇ˛¸ˇ˝ˇ˛¸ˇ˝˚ˇ˛ˇˇ˛ˇˇ˝ˇ˛ˇ˛ˇÅÅè πˇÅÅÅ“ ªˇÅÅÅ–ÅÅÅâÅÅÅâ˲ˇˇ˛ˇˇ˛’˛ˇ˚ˇˇ˛ÅÅÅ„+ˡ˛ˇˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅ„?ˡ˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˙ˇ˘ˇÅÅÅ„BÈˇ˛ˇ˛˛
  5929. ˛ˇˇ˛ˇ˛ˇˇ˛˛˛ˇ˛ˇˇ˙ˇˇ˘˛ÅÅÅ·?Èˇ˛ˇˇ˛
  5930. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ¯ˇ˚ˇÅÅŇ@͡˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¯ˇ¸ˇÅÅÅfiòůÄú¯HHÜ)IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5931. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯)àEÄ'I͡˛ˇˇ˛
  5932. ˇ˛ˇˇˇ˛ˇˇˇ˛ˇ˛˛˛ˇ¸ˇ˛ˇ˝ˇ˛ˇÅÅÅ·>Ï˛ˇ˚ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˛ˇ˝ˇÅÅÅflÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯EàÖÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įÖà≈Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯≈à·Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHÜ$*IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5933. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯EàÖÄ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHÜ+IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5934. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įÖà≈Ä'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHÜ$,IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5935. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯≈à·Ä'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯·à!Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į!àaÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯aà}Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHÜ-IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5936. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯·à!Ä'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHÜ$.IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5937. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į!àaÄ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHÜ/IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5938. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯aà}Ä'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯}àΩÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įΩà˝Ä¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯˝àÄ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHÜ$0IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5939. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯}àΩÄ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHÜ1IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5940. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įΩà˝Ä'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHÜ$2IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  5941. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯˝àÄ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâˇ@¨@ˇ ˇˇˇˇ@
  5942. ˇ·ˇ‚7^
  5943. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  5944. (‡*3-18    )B    Drawing W}–),ith QuickDraw4^*¿¯
  5945. .°dONLNd\lhú(el Listing 3-1°dONLNd \úh)0 illustrates how to use the ,
  5946. Courier°dONLNd'\h7)wLineTo°dONLNd-\7hC)$ prR`°dONLNd0\Ch`) ocedur$¿°dONLNd6\`hk)e t$¿°dONLNd9\khfi) o draw the four sides of a .°dONLNdTiluÑ(rlsquar"@°dONLNdYiÖu%)&e, which is shown on the left side of PÄ°dONLNdi%u=)†Figur#@°dONLNdÑi=uQ)e 3-6¿¿°dONLNdâiQua). In p†°dONLNdéibuz)FigurC`°dONLNdìizué)e 3-6‡‡°dONLNdòiéuµ)
  5947. , the currm@°dONLNd¢i∂uÓ)(ent graphics °dONLNdØvlÇ{(lporÍ@°dONLNd≤v{Ç£)
  5948. t is the w`°dONLNdºv§Ç∏))indoQ`°dONLNd¿v∏Ç«)w “(`°dONLNd√v»ÇÚ)
  5949. untitled.”
  5950. •*≠¯4¶*≠¯"¶*_
  5951. ˇ·ˇ‚7^    °dONLNdŒõl¶ò(£l Listing 3-1.°dONLNd⁄õ∞¶)DDrawing lines with the °dONLNdÒõ¶&)XLineTo°dONLNd˜õ&¶9) and °dONLNd¸õ9¶M)Line°dONLNdõM¶})  procedures
  5952. °dONLNdµl¡(ælPROCEDURE MyDrawLines;°dONLNd$√lœä*BEGIN°dONLNd+—~›¥+    MoveTo(20°dONLNd4—¥›¿)6,2°dONLNd6—¿›“) 0);°dONLNd;fl~Î¥(Ë~    LineTo(70°dONLNdDfl¥Î¿)6,2°dONLNdFfl¿Î“) 0);°dONLNdKÌ~˘¥(ˆ~    LineTo(70°dONLNdTÌ¥˘¿)6,7°dONLNdVÌ¿˘“) 0);°dONLNd[˚~Æ(~LineTo(2°dONLNdc˚Æ¿)00,7°dONLNdf˚¿“)0);°dONLNdk    ~¥(~    LineTo(20°dONLNdt    ¥¿)6,2°dONLNdv    ¿“) 0);°dONLNd|%~1®(.~Move(70°dONLNdÉ%®1¥)*,0°dONLNdÖ%¥1¿) );°dONLNdâ3~?®(<~Line(50°dONLNdê3®?¥)*,0°dONLNdí3¥?¿) );°dONLNdñA~M¢(J~Line(0°dONLNdúA¢MÆ)$,5°dONLNdûAÆM¿) 0);°dONLNd£O~[Æ(X~Line(-50°dONLNd´OÆ[∫)0,0°dONLNd≠O∫[Δ) );°dONLNd±]~i¢(f~Line(0°dONLNd∑]¢iÆ)$,-°dONLNdπ]ÆiΔ) 50);°dONLNdæklwÑ(tlEND;
  5953. ö*´¯4õ*´¯"õ*]
  5954. ˇ·ˇ‚7^    .°dONLNd√êlõñ*$
  5955. Figure 3-6°dONLNdŒêÆõ„)BDrawing lines
  5956. .°dONLNd›"l.Ä(+lThe °dONLNd·"Ä.§)MoveTo°dONLNdÁ"§.π)$ and °dONLNdÏ"π.›)LineTo°dONLNdÚ"›.È)$ prR`°dONLNdı"È.) ocedur$¿°dONLNd˚".)es r˜ °dONLNdˇ".+)equir…Ä°dONLNd"+.r)e you to specify …Ä°dONLNd"r.Ä)Ga p…Ä°dONLNd"Ä. )oint in the local .°dONLNd*/l;(8lcoor†@°dONLNd./;Ï)dinate system of the curr@†°dONLNdG/Ì;c)nent graphics port. These prø°dONLNdb/c;Å)vocedurV@°dONLNdh/Ç;ÿ)es then transfer the .°dONLNd}<lHË(Elgraphics pen to that specifi°dONLNdô<ËH)| c location. !†°dONLNd•<Hó)0As alternatives to using the !†°dONLNd¬<óHª)MoveTo!†°dONLNd»<ªH–)$ and !†°dONLNdÕ<–HÙ)LineTo!†°dONLNd”<ÙHˆ)$ °dONLNd‘IlUv(RlprR`°dONLNd÷IvUì)
  5957. ocedur$¿°dONLNd‹IìUÊ)es, you can use the $¿°dONLNdIÊU˛)SMove$¿°dONLNdÙI˛U) and $¿°dONLNd˘IU+)Line$¿°dONLNd˝I+U7) pr˜ °dONLNdI6US) ocedur…Ä°dONLNdISUÖ) es, which rõ‡°dONLNdIÖUú)2equirn@°dONLNdIúU÷)e you to pass .°dONLNd$Vlbo(_lrE°dONLNd%Vpbs)<elative horizontal and vertical distances to move the pen frHÄ°dONLNdaVsb£(_s om its curr(¿°dONLNdlV£b≠)0en√¿°dONLNdnV≠bµ)
  5958. t lnÄ°dONLNdqV∂bÓ)    ocation. The .°dONLNd~cloÑ(llsquarR`°dONLNdÉcÑo„)e on the right side of R`°dONLNdöc„o˚)_Figur$¿°dONLNdüc˚o)e 3-6$¿°dONLNd§cof) is drawn using the $¿°dONLNd∏cfo~)VMove$¿°dONLNdºc~oì) and $¿°dONLNd¡cìo´)Line$¿°dONLNd≈c´o∑) pr˜ °dONLNd»c∂o”) ocedur…Ä°dONLNdŒc”ofl)es.°dONLNd“ulÅá(~lThe fi°dONLNdÿuáÅ∑) nal call to °dONLNd‰u∑Å€)0LineTo°dONLNdÍu€ÅË)$ in °dONLNdÓuËÅ) Listing 3-1°dONLNd˘uÅ∑)0# moves the graphics pen to the poin°dONLNdu∑Åfi)ü    t with a ˇˇï¥°dONLNd%Çlé∞(ãlhorizontal coorË°dONLNd4Ç∞é8)D dinate of 20 and a vertical coor<¨°dONLNdTÇ9ép)âdinate of 20.h°dONLNdaÇpéq)7 ˝»°dONLNdbÇqé†) Listing 3-1ì|°dONLNdmÇ°é¶)0 t)0°dONLNdoÇßéfi)hen uses the ˇ˛¡ÍL°dONLNd|Çfiéˆ)7Moveˇˇï¥ÍL°dONLNdÄLjé˜) .°dONLNdÅèlõu(òlprG °dONLNdÉèvõî)
  5959. ocedurfi`°dONLNdâèîõÂ)Ne to move the graphics pen a horizontal distance of 70 points—that is, to the .°dONLNd◊úl®Ä(•lpoin°dONLNd€úÄ®Ï)t with a horizontal coorR`°dONLNdÛúÏ®3)ldinate of 90. ThR`°dONLNdú3®A)Ge fiR`°dONLNdúA®Ä)rst call to the R`°dONLNdúÄ®ò)?LineR`°dONLNdúò®§) pr$¿°dONLNdú§®¡) ocedur˜ °dONLNd$ú¿®Ì)
  5960. e draws a †Ç°d
  5961. SPNTË°dSPNT –@°dSPNT–†é
  5962. ™j ƒòÄæ".ÏHHÜ$ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""".Â≠l>„ÅˇÀˇ˘ ˇÅˆŒˆ¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ˙0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ˙>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ˙Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ˙\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ˙Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ˙!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ ˇÅ¯Õ¯ˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÌŒˇÓŒˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌˇ–ˇÓˇ–ˇÈˇÛˇˇ˙ˇÌŒˇÓŒˇÈˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇıı˚¨˚ıˇˇ˙ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙Åˇ ˇ˙ÅˇÀˇ˙Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√3˚˛ˇ˝˝ˇ˝ˇ˛ˇ˙ˇ¯ˇÛˇ˝¸ˇ˘˛ˇÍˇÒˇˇ˛ˇ¿9˚ˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ¯ˇÙˇˇ˙ˇ¯ˇˇŸˇºf˚ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˜ˇÛˇ˚ˇ˜ˇ˛ˇˇˇˇˇˇˇ¸ˇˇˇ˛˛ˇ˛˛ˇ¸ˇˇˇ˛˛ˇ˛ˇˇ˛ˇˇ–q˚ˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇˇ˜ˇÛˇ¸˛ˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇˇˇˇ—q˚ˇ˛ˇ˝ˇˇ˛    ˇˇˇˇˇ˛˝ˇ˛ˇ¸˝ˇ¸ˇ˘ˇ˘ˇ˛ˇˇ¸˛ˇˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˛ˇ˛ˇˇ˝ˇˇˇ–e˚ˇ˛ˇˇˇ˛¸ˇ˛ˇ˛ˇˆˇÛˇ˘ˇ˘ˇ˛ˇˇ˝
  5963. ˇˇˇˇˇ˛ˇ˛ˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇ˙ˇ—p˚ˇˇ˛ˇˇˇ˛ˇ˛ˇ˛ˇˆˇÛˇ˝ˇ˛ˇ˘ˇˇ˛ˇ˝ˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇ¸ˇ˛ˇ˛ˇˇˇˇˇˇ—e˚˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˆ˝ˇˆˇ¸˛ˇ˛ˇ¸˛ˇ˝ˇ¸˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇˇˇ˛ˇˇ–èˇ∂롡µÅ√Å√Å√Å√Å√9¯ˇ˛ˇˇ˛ˇ˛ˇ¸ˇ˘ˇÎˇÌ˛ˇ¯ˇ˘ˇ¸˛ˇÁ˛ˇÍˇÈ9¯ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˘ˇ◊ˇ˛ˇˇ¸ˇˇËˇˇ“ï¯ˇˇˇˇ˛ˇ˛ˇˇˇˇ˘ˇ˛˛ˇˇˇ˛ˇˇ˛˛ˇˇˇ˛˛ˇ˛˛ˇ˙ˇ˛    ˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇˇˇˇˇ¸ˇ¸ˇ˛ˇˇˇˇˇˇˇ¸ˇˇˇ˛˛ˇ˛˛ˇı•¯ˇˇˇˇ˛ˇ˛    ˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˝ˇ˛ˇˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇˇˇ˛ˇˇˇ¸ˇˇ˛ˇˇˇˇıó¯ˇˇˇˇ˛ˇ˛ˇ¸ˇ˘ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇˇ˙ˇ˛ ˇˇˇˇˇ¸ˇˇ˝ˇ˛ˇˇ¸˛ˇˇˇˇ˚ˇ˛ˇˇ¸˛ˇˇˇˇ˛ˇ˛ˇˇˇˇıõ¯ˇˇˇˇ˛ˇ˛ˇ¸ˇ˘ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˙ˇ˛ ˇˇˇˇˇ¸ˇˇ˝ˇ˛ˇˇ˝
  5964. ˇˇˇˇˇ˚ˇ˛ˇˇ˝
  5965. ˇˇˇˇˇ˛ˇ˛ˇˇˇˇıú¯ˇˇˇˇ˛ˇ˛ˇ¸ˇ˘ˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇˇ˙ˇˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇˇ˙ˇˇ˛ˇ˝ˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇıë¯ˇ˛ˇˇ˛ˇ˛ˇ¸ˇˇ¸ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ¸˛ˇ˝˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˝ˇ¸˛ˇ˛ˇˇ˙˛ˇ˝ˇ¸˛ˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇıΔˇÛˇˆˇßˇı»ˇˇÙˇˇúˇˇÙòÄæ.ÏHHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD"""""".Â>lF„Å√Å√Å√˘¸ˇÎ˝ˇÈˇÉ ˜ˇÈˇÅÁ7˜ˇ˝ˇˇ˛˛ˇ˛ˇˇ¸ˇ¸ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˛ˇˇà=˜ˇ˛ˇˇˇˇˇˇ¸˛ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇâ7˜ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇ¸˛ˇˇˇˇ¸ˇ˛ˇˇà8˜ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇ˝ ˇˇˇˇˇ¸ˇ¸ˇâ<˜ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇ˝ˇˇˇˇˇˇˇˇˇâ6˜ˇ˝ˇˇ˛ˇˇ˛˛ˇ¸ˇ¸ˇ¸˛ˇ    ˇˇˇˇ˛ˇ˛ˇˇà‰ˇÅ·    ÊˇˇÅ‡†è°dSPNTÈ†Éˇ@ @ˇ ˇˇˇˇ@
  5966. ˇ·ˇ‚7^
  5967. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  5968. , (‡3-19
  5969. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  5970. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  5971. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  5972. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  5973. 454+?òÄ
  5974. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  5975. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  5976. ˛ˇ˛ˇˇ
  5977. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  5978. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5979. ˛ˇˇˇˇ
  5980. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  5981. ˛ˇˇˇˇ
  5982. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\äh—(eähorizontal line 5@°dONLNd\“h¯)H
  5983. 0 pixels li¿°dONLNd\˘hc)'ong—that is, to the poin‡°dONLNd3\dhÀ)kt with a horizontal coorK °dONLNdK\Àh)gdinate of 140 .°dONLNdYiäufi(räand a vertical coorR`°dONLNdlifiu)Tdinate of 20.R`°dONLNdyiuH)8  Starting fr$¿°dONLNdÖiHuk)2om ther˜ °dONLNdåijuƒ)"e, the second call to ,
  5984. Courier˜ °dONLNd¢iƒu‹)ZLine˜ °dONLNd¶i‹u)     draws a .°dONLNdØväÇ≈(ävertical line 5—†°dONLNdæv≈ÇÎ);
  5985. 0 pixels lº °dONLNd»vÏÇ\)'ong—that is, to the point †°dONLNd‚v]Çæ)qwith a horizontal coorùÄ°dONLNd¯væÇ )adinate of 140 and °dONLNd
  5986. Éäèè(åäa°dONLNd Éèèë) °dONLNd Éíè»)vertical coorÜ °dONLNdÉ»è˛)6dinate of 70,±°dONLNd&ɲè7)6 as shown in T°dONLNd3É8èP):Figur&¿°dONLNd8ÉPèd)e 3-7ƒ@°dONLNd=Édèf).
  5987. ±H¬4≤H¬"≤H]
  5988. ˇ·ˇ‚7^    °dONLNd?ßä≤¥(Øä
  5989. Figure 3-7.°dONLNdJßÃ≤Ù)B
  5990. Using the °dONLNdTßÙ≤)(LineTo°dONLNdZß≤%) and °dONLNd_ß%≤9)Line°dONLNdcß9≤d)
  5991.  procedure°dONLNdmßd≤i)+s
  5992. .°dONLNdpyäÖç(ÇäIfiÄ°dONLNdqyçÖï)n /‡°dONLNdsyñÖÆ)    Figur†°dONLNdxyÆÖ¬)e 3-6† °dONLNd}y¬Öƒ),  °dONLNd~y≈Ö˜) the lines arÎ@°dONLNdãy˜Öä)2!e drawn using the default pen sizɆ°dONLNd¨yãÖï)îe (! °dONLNdØyñÖ•) 1,1)ı°dONLNd≥y•ÖÃ)
  5993. , giving t°dONLNdΩyÕÖÂ)(he lin€ °dONLNd√yÂÖÒ)e a$¿°dONLNdΔyÚÖÙ) ˇˇß.°dONLNd«Üäí”(èävertical depth oŒ0°dONLNd◊Ü”íÔ)If one p`°dONLNdfiÜít)ixel and a horizontal width o_ÿ°dONLNd˚Ütíê)Ñf one pÆ°dONLNdÜêí¶)ixel. 'Ä°dONLNdÜßíÆ)Y<Ä°dONLNd    Ü≠íÍ)ou can use the ˇ˛ıHÿ‡°dONLNdÜÍí)=PenSizeˇˇßÿ‡°dONLNdÜí)* .°dONLNd ìäüì(úäprG °dONLNd"ìîü≤)
  5994. ocedurfi`°dONLNd(ì≤ü)Ne to change the width and height of the graphics pen so that it draws thicker °dONLNdv†ä¨⁄(©älines, as shown in K¿°dONLNdↀ¨Û)QFigurÄ°dONLNdé†Û¨)e 3-8º°dONLNd솨    ).
  5995. œH‡4œHfl"–H]
  5996. ˇ·ˇ‚7^    °dONLNdïƒäœ¥(Ãä
  5997. Figure 3-8°dONLNd†ƒÃœ)BResizing the pen
  5998. °dONLNd≤Väb∂(_ä    The squar^°dONLNdªV∂b ),e on the left side of h@°dONLNd—V b$)VFigur;°dONLNd÷V$b8)e 3-8ÿÄ°dONLNd€V8bz) is drawn with á¿°dONLNdÍV{b˛)Ca pen that has a width of two °dONLNdcäo
  5999. (läpixels and a height of eight pµ‡°dONLNd&c
  6000. o)Äixelx‡°dONLNd*co )s.5‡°dONLNd,c!oO)
  6001.  The squar쇰dONLNd6cOo≈).e on the right side of this fiô†°dONLNdTc≈o‘)vgurÙ‡°dONLNdWc‘o) e is drawn °dONLNdbpä|ª(yä with a pen @°dONLNdmpª|∫)1<that has a width of eight pixels and a height of two pixels.Q¿°dONLNd©pª|Ω(yª —¿°dONLNd™pΩ|Î) Listing 3-2r°dONLNdµpÏ|)/ shows °dONLNdº}äâÊ(Üäthe code that draws tc`°dONLNd—}Áâ)]hese s¬°dONLNd◊}â)quar'@°dONLNd€}â)es-‡°dONLNd›}â!)    .
  6002. ¬àb4¡Ü¬áò@@¯@¯¬á¡ŸˇΟˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯Îò@@į@įáBŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯Îò@Äú¯Äú¯Bá^Ÿˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯ÎŸˇ¯Îòů@¯HHÜ3IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6003. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯¬á'ÅÅÅâO˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÅ’˛ÎÅÅ∫ÎÎÅ÷˛ÏÅÅ∫ÏÎÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÎÅÅ∫ÎÏÅ÷˛ÏÅÅ∫ÏÎÅ÷˛ÎÅÅ∫ÎÏÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÏÅÅ∫ÏÎÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÎÅÅ∫ÎÏÅ÷˛ÏÅÅ∫ÏÎÅ÷é˛Î‹ˇˇˇˇÙˇˇˇˇÛˇˇˇı˛ˇˇˇÛ˛ˇˇˇı˝ˇˇˇˆˇˇˇˇıˇˇˇˇıˇˇˇˇˇ˜ˇ˛ˇˇˇ˜ˇˇˇˇˇ˘ˇˇˇ˛ˇˇ˜ˇ˛ˇˇˇ«ÎÏÅ÷®˛Î›ˇˇˇˇˆˇˇˇˇıˇˇˇˇ˜ˇ˛ˇˇıˇ˛ˇˇÛˇˇˇ¯ˇˇˇˇ˜ˇˇˇˇ˜
  6004. ˇˇˇˇˇˇ˘
  6005. ˇˇˇˇˇˇ˘
  6006. ˇˇˇˇˇˇ˚ ˇˇˇˇˇˇ˘
  6007. ˇˇˇˇˇˇ»ÎÎÅ÷õ˛Ï⁄ˇˇˇÛˇˇˇˆˇˇˇˇ˜˛ˇˇˇı˛ˇˇˇÙˇˇˇ¯ˇˇˇˇ˜ˇˇˇˇˆ    ˇˇˇˇˇ¯ˇ˛ˇˇˇ¯ˇ˝ˇˇˇ˙ˇ˝ˇˇˇ¯    ˇˇˇˇˇ»ÏÎÅ÷ñ˛Î‹ˇˇˇˇÙ˛ˇˇˆ¸ˇˇÙˇˇˇıˇˇˇˇıˇˇˇ˜ˇˇˇˇˆ˝ˇˇˆ    ˇˇˇˇˇ¯ˇ˛ˇˇˇ¯    ˇˇˇˇˇ˙ˇ˛ˇˇˇˇ¯ˇ¸ˇˇ»ÎÎÅ÷°˛Î›ˇ˛ˇˇˆˇˇˇˇÙˇˇˇ˜ˇˇˇˇıˇˇˇˇıˇˇˇ¯ˇˇˇˇÙˇˇˇˆ    ˇˇˇˇˇ¯ˇ˛ˇˇˇ¯ˇˇ˛ˇˇ˙
  6008. ˇˇˇˇˇ¯ˇ˛ˇˇˇ»ÎÏÅ÷è˛Ï›˝ˇˇˇÙˇˇˇˇÛˇˇˇıˇˇˇˇÛˇˇˇˇÙˇ˛ˇˇˆˇˇˇˇˆ˛ˇˇˇıˇˇˇˇˇ˜ˇ˛ˇˇˇ˜ˇ˝ˇˇˇ˘ˇˇˇ˛ˇˇ˜ˇ˛ˇˇˇ«ÏÎÅ÷˛ÎÅÅ∫ÎÏÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÏÅÅ∫ÏÎÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÎÅÅ∫ÎÏÅ÷˛ÏÅÅ∫ÏÎÅ÷A˛Î⁄ÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ÎÔÏÔÎÔÎÏÔÎÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ÏÔÎÔÏÔÎÎÔÏÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ÎÔÏÔÎÔÎÏÔÎÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ÏÔÎÔÏÔÎÎÔÏÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ÎÔÏÔÎÔÎÏÔÎÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ÏÔÎÔÏÔÎÎÔÏÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷K˛ÎÙˇˇ˛ˇˇÓÎÔÏÔÎÔÎÏÔÎÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷M˛ÎıˇˇˇˇÔÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷J˛ÏÚˇˇˇÔÏÔÎÔÏÔÎÎÔÏÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷r˛ÎÙˇˇˇˇ¸ÎÎÏ˛ÎÏ˛ÎÏÎ΢ˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎˇÏÔˇÎÔˇÎÔˇÎˇÎÏ˛ÎÏ˛ÎÏ˛ÎÏΖÎÏÅ÷L˛Îıˇ˝ˇˇÔˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷J˛Ïı˝ˇˇˇÓˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷K˛ÎÙˇˇ˛ˇˇÓˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷M˛ÎıˇˇˇˇÔˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷J˛ÏÚˇˇˇÔˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷K˛ÎÛˇˇˇˇÔˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷˛Îıˇˇˇˇ¸Ï˛ÎÏ˛ÎÏ˛ÎÏˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î–ÎÎÅ÷K˛ÏÙˇˇ˛ˇˇÓˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷òů@įHHÜ4IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6009. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įáB'A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷J˛ÎÛˇ˛ˇˇÓˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷L˛ÏÙˇˇˇˇÔˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷M˛ÎıˇˇˇˇÔˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷˛Îı˝ˇˇˇ¸Ï˛ÎÏ˛ÎÏ˛ÎÏˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛Î–ÎÎÅ÷K˛ÏÛˇˇˇÔˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷J˛ÎÛˇ˛ˇˇÓˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷J˛ÏÙ˛ˇˇˇÓˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷L˛Îıˇ˝ˇˇÔˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷L˛Îı˛ˇˇˇÔˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷˛ÏÚˇˇˇ¸ÎÏÎÏÎÏÎÏÎÏÎÏΡÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏΡÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ{ÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏ–ÏÎÅ÷M˛ÎıˇˇˇˇÔˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷K˛ÎÙˇˇ˛ˇˇÓˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷N˛ÎÙ˛ˇˇˇÓˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎÎ◊˙ˇÛÎÏÅ÷W˛Îıˇ˝ˇˇÔˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎΟ˛ˇ˛ÓˆˇˇÙÎÎÅ÷Z˛Ïı˛ˇˇˇÔˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏÏ€˛ˇÊ‚‰ÁÍÎˆˇÙÏÎÅ÷'˛Îıˇˇˇˇ¸Ï˛ÎÏ˛ÎÏ˛ÎÏˇÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˝ˇ‰‹˛‹‰ÍˆˇÙÎÎÅ÷^˛ÎıˇˇˇˇÔˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎ·˛ˇÈ·€¸fiÂÎÔˆˇÙÎÏÅ÷^˛ÏÙˇˇ˛ˇˇÓˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏÏ‚˛ˇ‡Ÿ¸Ÿ›‚ÈÓˆˇÙÏÎÅ÷U˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎνˇ‰fi˚    ⁄fi·‰ÁÌˆˇˇÙÎÏÅ÷W˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎÎÁ˛ˇË„€˚
  6010. €fi·„ÈÎÓÒˆˇˇÛÎÎÅ÷W˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏÏÈ˛ˇÁfl⁄¸⁄‹‡‚ÊËÏÛ˝ˇÚÏÎÅ÷V˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎÎ͘ˇ‰fi˚Ÿ›·‰ÁÍÌÛ˛ˇÔÎÎÅ÷X˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎÎÌˇˇ˝˜˝€fi·‰ËÏÓÒÙ˛ˇÌÎÏÅ÷U˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏÏÔ˛ˇ„€˚›fl„ÂÈÎÛ˝ˇÎÏÎÅ÷V˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎÎÒ˛ˇ‰€¸Ÿ˜¯‰ÁÍÌÛ˛ˇËÎÏÅ÷V˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎÎÛ˛ˇ„›¸€fi·˜ÁÎÔÒÙ˛ˇÊÎÎÅ÷U˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏÏı˛ˇ‰‹¸€fi‚ʘ˜Û˝ˇ‰ÏÎÅ÷W˛Î⁄ˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎί˛ˇ›¸€fl„ÁÍÌ¯Û˛ˇ·ÎÎÅ÷V˛Î⁄ˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎίˇÂ›¸
  6011. €fl‰ÁÍÓÚ˜˜ˇˇflÎÏÅ÷U˛Ï⁄ˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏϯˇˇ⁄˝
  6012. €‡‰ÈÎÛˇˇ˜ˇ›ÏÎÅ÷[˛Îı˝ˇˇˇÓˇÔÎÔÎÔÏÎÔˇÎÔÎÏÔÎÔÎÔÎθ¸ˇ    ÿ‹·ÊÈÌÒ˝ˇ⁄ÎÏÅ÷òůÄú¯HHÜ5IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6013. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯Bá^']˛ÎÚˇˇˇÔˇÔÏÔÎÔÎÏÔˇÎÔÏÎÔÎÔÏÔÎνˇˇ˛Ÿ›‡ı·ÊÍÓÛ˛ˇ◊ÎÎÅ÷\˛ÏÛˇˇˇÔˇÔÎÔÏÔÎÎÔˇÏÔÎÎÔÏÔÎÔÏÏ˛ ˇˇ⁄›·ˇˇÈÏ˝ˇ’ÏÎÅ÷π˛ÎÙˇ˛ˇˇ¸Ï˛ÎÏ˛ÎÏ˛ÎÏ¢ˇÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎ˚ˇfl‚²ˇÁ˛ˇ“ÎÎÅ÷X˛ÎÙˇ˛ˇˇÔÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎΡ˝ˇÊÈˇˇÙœÎÏÅ÷L˛ÏÙˇ˝ˇˇÓÏÔÎÔÏÔÎÎÔÏÏÔÎÎÔÏÔÎÔÏϯˇÀÏÎÅ÷C˛Î⁄ÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎνˇΔÎÏÅ÷C˛Î⁄ÎÔÏÔÎÔÎÏÔÎÎÔÏÎÔÎÔÏÔÎΡƒÎÎÅ÷A˛Ï⁄ÏÔÎÔÏÔÎÎÔÏÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ÎÔÏÔÎÔÎÏÔÎÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Ï⁄ÏÔÎÔÏÔÎÎÔÏÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷A˛Î⁄ÎÔÏÔÎÔÎÏÔÎÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Ï⁄ÏÔÎÔÏÔÎÎÔÏÏÔÎÎÔÏÔÎÔÏϬÏÎÅ÷A˛Î⁄ÎÔÏÔÎÔÎÏÔÎÎÔÏÎÔÎÔÏÔÎάÎÎÅ÷A˛Î⁄ÎÔÎÔÎÔÏÎÔÎÎÔÎÏÔÎÔÎÔÎάÎÏÅ÷˛ÏÅÅ∫ÏÎÅ÷˛ÎÅÅ∫ÎÏÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÏÅÅ∫ÏÎÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÎÅÅ∫ÎÏÅ÷˛ÏÅÅ∫ÏÎÅ÷˛ÎÅÅ∫ÎÏÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÏÅÅ∫ÏÎÅ÷˛ÎÅÅ∫ÎÎÅ÷˛ÎÅÅ∫ÎÏÅ÷ò@@¯@¯^áûŸˇ¯ÎŸˇ¯Î¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛¬;†‡|Ã˛D" ÄÄÃ˛àJ" ÄÄÃ˛!î*Å‡Ã˛!"*πÃ˛B$|"  Ã˛D"Ç" " Ã
  6014. ÁéD¿„Äá¡¡Ò8˛˝‹!˛ê˛‡|9¿Ä˛í˛˙ĉ#˛˛ à!˛D8‹í7˝„&˛ c[[ !;X–Áb$$≈éâyg«6≥Â&˛ <IIÄ BíJ@âHBBBD§êÄIJR$âÂ&˛ $IO\ BbJ@âxB~Bƒ§DüÄIC“$èÂ&˛ @å$êÄÄÑ$ìÄB@$âHDêí"Ñ$IÂ&˛ @ê$íÄÄÖ$îê?>Á>8âHfl9œÄí"î§IÂ#√ú7òÛü∑n¿˚ªx˝Œ8Δ<o½"˙ÄÚfl˝8˙Òfl¡¡+˛ Äp ¿˛0~LJ˛|Í'˛¿ Ä    Ä D ˝ ˛DÁ-˛'«gF÷w‡±ŒX‡Hs|rƒÿ√ZΔîl‚–ñ«ÿBYèΩc@Ï,˛&"RRH*íHíQI  î¢J@Ò"IH"JIR("JE!EÑDä))Î,˛&"LRx$é@íQ1 Ù"J@ë"IP"I…RH"J!¬†ÑCÖI)Î,˛&DѧÄI$Å$¢@#DîÅDí$†Dîå$òêDî
  6015. B$ÖAâ
  6016. íLÎ,˛&D§§êA$ë$¢í@3)DîÅDí$†Dîê$†àÑîâD$ÇÅâPÎ-)›Ûº¡«4«ÏπÕ»Yås∑á„‹Ûù¡€vú˝πˆ7ÊÖ√ç
  6017. ~‹ÎÙı"Dˆ"ÎÙ ı8pˆ8Ρ¡˛∞˛ é8– ¿Äú‹˛ Ä¸¢àĬ‹˛&œ÷«g,fib¢ày‹∞D9¬‹˛"D•DQ$$• D‡IHA@è    $ᇋ˛"DôƒQ$â‡=I0@Äࢠ   # ‹˛Dâ
  6018. $à¢H    "
  6019.  í|A@‹˛DâJ$à¢HIJ@" íêÅI@‹flç‚ÊãπÿÁÛ8√Å√¿"á8\9¿‹
  6020. Ú˙ Ÿò@@į@įûáfi
  6021. Ú˙‡Ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¡˛ĸ‡–˛#˛Ä–˛
  6022. y‚0A9lÛnÀñ8—˛ I$êÄâ$íJHê—˛ "I$Äâ$íK»Ä—˛ |íII$î%–˛ ÇíI âI$îê% —è«9Ä·ÕªÜñpéÌà—˛˝˛Äœ˛˝Œ¡¡˛Ä Ä ˝-Ä–˛Äà˝    ”˛ÌŒñ8À9À…6~∂9À‘˛!IíHîIí%(í$H‘˛>Iíì»dIí$»é$H‘˛Hí$%$(í$HQ$Hê‘˛Dí$ •$ë(í$JQ$Hê‘Ó‹cÌÊsévG¸o4Np‘ı@ŒˆÕ¡¡˛˛Çœ˛˛Ä—˛[g0aÄ∑Mf;ú∞”˛<BRê!$Ä(ÑâíDÄ”˛"BP!ÁÄDÑâÇDÄ”˛DÑ°B˘!!⓲DÑ• FI"%$â“ÛܱÅ˚ #¯~1ÑÁ“¯ À¯ÄÀ¡¡ ˛∞¸‡pÕ˛ Ä!Õ˛&œ÷«9` Õ˛"D•DâÄ@Õ˛"Dôƒâ@ÄÕ˛Dâ
  6023. $âÇÃ˛DâJ$âÑ@Õ
  6024. flç‚ÊâŒ/á¡¡¡¡ò@Äú¯Äú¯fiá˙¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHÜ6IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6025. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯^áû'S˛ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎIÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÅ÷P˝Ï˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÅ÷ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ+ʸˇ˝˚ˇ˝ˇ˛˛ˇ˛ˇˇ¸˛ˇ˜ˇ˛¸ˇÅÅÅfl5Êˇ˛ˇ˝ˇ˝˛˛˛˝ˇ˛ˇ˛ˇ¸ˇ˜ˇˇ˛ˇÅÅÅ⁄5Êˇ˝ˇ˛ˇ˝ˇˇˇ˛ˇ˛ˇ˛ˇ¸ˇˆˇ˛ˇÅÅÅ⁄3Áˇ˝ˇ˛ˇ˝ˇˇˇ˝ˇˇˇˇ˚ˇˆˇ˛˝ˇÅÅÅ‹>Áˇ˝˛˛˛˛ˇ˛ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˛¸ˇˇ˛˛˛˙˛ÅÅÅ›/ˡ˝ˇ˛ˇˇ˛¸ˇ˝ˇ˛ˇ˙ˇˆˇ˙ˇÅÅÅ‹:ˡ˛ˇ˝ˇ˛ˇˇ¸ˇ˛ˇ˛ˇ˙ˇ˛ˇ˙ˇ˛ˇ˛ˇÅÅÅ‹;͡ˇ˛ˇˇ˝ˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˛˛˛˚ˇ˛˛ˇ˛˚ˇ˛ˇ˛˛ˇÅÅÅ⁄ÅÅÅâÅÅÅâÅÅÅâÅ˛ˇ˙ˇÓ˙ˇ‹˛ˇ˚ˇÅÅflBÊ˚ˇˇÂ˛ˇ˚¸ˇ˝˛ˇ˛ˇ˚ˇÌˇˇıˇÂˇˇˇ‚ˇˇ¸ˇ¿ˇˇÅömÊˇ˛ˇ„ˇ˛ˇ¸ˇ˛ˇ¸ˇ˝ˇË˛˛˛Ùˇ˚˛ˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇˇˇ˝ˇˇËˇ˚ˇ¸˛ˇ˝ˇˇ˛ˇ¸ˇˇŸˇÅôŒÊˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ¯ˇ¸ˇ˝ˇ˛ˇˇˇˇˇˇ˛ˇˇˇ˝˛ˇ˛ˇ˛ˇˇ˚ˇ˘ˇ˝ˇˇ˛ˇ˛ˇˇ¸ˇ˚ˇˇ˜ˇˇ˛ˇˇˇ˛˛ˇ˚ˇ˙ˇ¸ˇˇ˛ˇ˛ˇˇ¯˝ˇˇˇˇ˛ˇ˛˛ˇˇˇ˛˛ˇˇˇˇˇˇˇˇˇˇÅ©’Á˝ˇ˛ˇˇˇ˛ ˇˇˇˇˇ˙ˇˇ¯ˇ˚ˇ˝ˇˇˇˇˇˇˇˇ˚ˇ˛ˇˇˇˇ˚ˇ˘ˇ˝ˇ˝ˇˇ˝ˇ˝ˇ¸ˇ˝ˇ˙ˇˇ˛ˇˇˇˇ˙ˇ˙ˇ¸ˇ˝ˇˇ˝ˇ˘ˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇÅ©⁄Áˇˇ˛ˇˇ˛˛˛ˇˇ˛ˇ˛¯ˇ˛ˇˇ˝ˇ˚ˇ˝ˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇ˛ˇˇ˛ˇ˚ˇ˛ˇ˝ˇ˝ˇ˝ˇ˚ˇ˝ˇ¸ˇ˝ˇ˘˛ˇˇ˛ˇˇˇˇ˙ˇ˛ˇ˛ˇ¸ˇ˝ˇ˚ˇ˘ˇˇ˛˛˛˛˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛˛ˇ˛Å©≈ˡ˚ˇ˛ˇˇ˝    ˇˇˇˇıˇ˙ˇ˙ˇ˝ˇ˝ˇˇˇˇˇˇ˙ˇ˛ˇˇˇ˜ˇ˛ˇ˝ˇ˝ˇ˝ˇˇ¯ˇ˚ˇˇ˙ˇˇ˛ˇˇˇˇ˘ˇ˛ˇ˛ˇ¸ˇ˝ˇˇıˇˇˇ˛ˇ˛ˇˇ˝ˇ˝ˇˇ˛ˇˇˇ˛ˇÅ•œËˇ˚ˇˇ˚ ˇˇˇˇˇ¸ˇ˛ˇ˙ˇ˙ˇ˝ˇˇˇˇˇˇˇ¯ˇ˛ˇˇˇˇ˚˚ˇ¸ˇ˛ˇ˛ˇ¸ˇ˛˛ˇ˚ˇˇ˘ˇˇ˛ˇˇˇˇ˙˚ˇ¸ˇ˛ˇ˛ˇ¸ˇ˙ˇˇˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇÅ®ï͡ˇ˛˝˛ˇˇˇ˛˝ˇˇ˛˛ˇˇˇ˙ˇ˛ˇ˘ˇ˘ˇ˛ˇˇ˛ˇˇˇ˛˛ˇˇˇ˛ˇˇ˙
  6026. ˇ˛ˇˇ˛ˇˇ˛Δ˛ˇˇ˛ˇˇˇ˛˛ˇ◊ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛˛˛ˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇ˛ˇˇÅ¶flˇ˛ˇƒˇ˛ˇÅ˚ˇÅÅ˘fl˛ˇ¬˛ˇÅ˚˛ˇÅÅ˘ÅÅÅâÅÅÅâfÊ˛ˇÙˇ˛ˇˇ˜˛ˇ˛˛ˇÛˇÏˇˇıˇˇÁˇˇ¸˚ˇ˝ˇˇ˛ˇ¸ˇÚˇ˝˛ˇÍˇÛˇ˛˛ˇˆˇ˙ˇˇ˛¸ˇË¸ˇÈˇÅ–aÊˇÓˇˆˇˇ˛ˇ˛ÈˇÙˇˆˇˇˇËˇ˚˛˛˛¸ˇ˚ˇÔ˛¸ˇ⁄ˇˇ˛ˇÓˇ˝ˇ˛ˇË˛˛˛Å∑Êˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˚ˇˇˇˇ˛ˇˇ˝˛ˇ
  6027. ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˛˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˝˛ˇˇˇ¸ˇ˛˛ˇˇˇˇ˛ˇ¸    ˇˇˇˇˇˇ˛ˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ¸ ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˝    ˇˇˇˇˇˇ˛¸ˇˇˇ˝ˇ˝
  6028. ˇˇˇˇˇˇ˛¸ˇ˝ˇˇˇˇ˛ˇˇˇÅ€(Áˇ˛ˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˛ ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚˝ˇ˛ˇˇ˛    ˇˇˇˇ˛    ˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˛ˇˇ¸ˇ˛ ˇˇˇˇˇ˛ˇˇˇ˝ˇ˛ˇˇˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇˇˇÅŸÁˇ˛ˇˇˇˇ˛ ˇ˛ˇˇˇ˛ˇ¸ˇˇˇ˛˛ˇˇ˚ ˇ˛ˇˇ˛˛˛ˇ˛˛˛ˇˆˇ˛ˇ˛ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ˛˛˛ˇ˛    ˇˇˇ˛˛˛ˇˇ˛˚ˇ˛ˇˇˇ˛ˇˇˇ˛˛˛ˇˇ˛ˇˇˇ¸ˇ˛ˇˇˇˇ˚ˇˇ˛ˇ˝˛˛˛˛˛ˇˇ˝ˇˇˇ¸ˇ˝ˇ˛ˇ˝ˇ˛ˇ˝ˇ˛ˇˇ˛ˇˇ˛ÅŸˡ˛ˇˇ˝ ˇˇˇˇˇ˘ˇˇˇˇˇˇ˚ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ˝ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ˚ˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ˚ˇ˛ ˇˇˇˇˇ˛ˇˇ˝
  6029. ˇˇˇˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇ˚ˇˇˇ˝ˇ˛ˇˇˇ˝ˇˇˇ¸ˇ˝ˇ˛ˇ˛ˇˇ˝ˇˇˇˇˇˇˇˇÅ◊ˡ˛ˇˇˇˇˇˇˇˇˇ¸ˇ¸ ˇˇˇˇˇ˛ ˇˇˇˇˇ˛ ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛    ˇˇˇˇ˛ˇˇˇˇ˚ˇ˛ˇˇˇˇˇˇ˚ˇˇˇˇ¸ˇ˛ˇ˛ˇ˝ ˇˇˇˇˇ˛ˇˇˇ˛ˇ˝ˇˇˇ¸ˇˇ˚ˇ˛ˇ˝ˇ˛ˇˇ¸ˇˇ˛ˇˇˇˇÅ’*͡ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛¸ˇˇ˛˛ ˛ˇˇˇˇ˛ˇ˛˛˛˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇ˝˛ˇˇˇˇ˛ˇ˛˛˛ˇˇ˛ˇˇˇ˛˛ˇ˝˛˛ˇ˛ˇ˛˛ˇ ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˛ˇˇ˛¸ˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˝ˇ˛ˇ˚    ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛˛ˇ˛ˇˇ˝ˇ˛ˇ˛ˇˇ˝˛ˇ¸˛˛ˇ˛˝˛ˇ˛ˇ˛ˇ˝ˇˇ˛˛ˇ˛ˇˇ˛ˇˇ˛Å◊$ïˇúˇ˛ˇ˜ˇ˛ˇ˙ˇ•ˇ˛ˇÅÿóˇö˛ˇı˛ˇ¯ˇˇ¶˛ˇÅ÷ÅÅÅâÅÅÅâFÊ˛ˇˇˇˇˇ‚ˇÎˇÓ˛ˇ˛˛ˇ˛˛ˇÎ˛ˇ˛ˇˇÛˇ¸ˇˇ˚ˇÏ˛ˇ˛ˇÅÅflWÊˇ˛ˇˇÙˇÙˇ‘ˇ˛ˇˇ˛ˇˇ˛ˇˆˇ˜ˇ˛ˇ˛ˇıˇ˛˝ˇ˙ˇˇˆˇ˜ˇ˝ˇÅÅ›°Êˇ˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇˇˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ¯ˇˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ¸ˇ˛ˇ˛ˇ˛ˇˇˇˇ¸ˇ˛ˇ˙ˇˇ˝˝ˇ˛ˇ˛ˇ˝ˇ˝ˇÅÅ›£Áˇ˛ˇˇ˛
  6030. ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˜ˇˇˇ˛ˇ˛ˇ˚ ˇˇˇˇˇ˚ˇˇˇˇ¸ˇˇ˚ˇ˛˝ˇ˛ˇˇ¸ ˇˇˇˇˇ˝˚ˇÅÅ‹§Áˇ˛ˇˇ˛
  6031. ˇˇ˛ˇ˛˛˛˛˛ˇˇ˛ˇ˛ˇ˛˛˛ˇˇ¸˛ˇ˛ˇ˛ˇ˛˛ˇı˛ˇ˛ˇˇ˛˛˛¸
  6032. ˇˇ˛ˇ˛˙˛ˇ˛ˇ˚ˇ˙ˇ˛ˇ˛ˇˇ˛ˇ¸ˇ˛ˇ˛ˇ˛¸ˇ˝ˇÅÅ‹óˡ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇÚˇ¸ˇˇ˛ˇ¸ˇˇˇ˝ˇ˙ˇ˛ˇ˙ˇ˙ˇ˛ˇ˛ˇ¸ˇ¸ˇˇˇ¸ˇ˝ˇ˝ˇÅÅ€©Ëˇ˛ˇˇ˛
  6033. ˇˇˇˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˘ˇ˛ˇ˝ˇˇ˛ˇ¸ ˇˇˇˇˇ˙ˇ˛ˇ˚ˇˇ˚ˇ˛ˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ˝ˇ˝ˇÅÅ€§Íˇˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛
  6034. ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˛ˇ˚˛ˇ˛ˇ˛˝˛ˇ˚ˇˇ˛˝˛ˇ˛˘ˇ˛ˇ¸ˇ˛ˇˇ˝˛ˇˇ˛ˇˇ˛˚ˇ¸˛ˇ˝˛ˇˇ˛˝˛ˇˇˇ˛ÅÅ€ǡ«ˇÅŃòů@įHHÜ7IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6035. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įûáfi'Ñ˛ˇ…˛ˇÅŃÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅ℡ڡˇı˛ˇˇ“˛ˇÅÅŸ!‰˛Òˇˆˇ˛ˇˇ‰˛ÔˇÅÅÅ˙[¡ˇ˝ˇ˝ˇ˛ˇ˛ˇˇ¸ˇ¸ˇ˛ˇ
  6036. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇˇˇˇ˘ˇˇˇˇ˛˛ˇÅÅÜ^Êˇˇ˛ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅÖ\Áˇ˛ˇˇˇ˛ˇˇ˛ˇ˛˝ˇ˙ˇ˛ ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˜˛˛˛ˇˇÅÅÇV˸ˇˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ¸ˇ˜ˇ˛ˇˇˇÅÅÅaÈˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ ˇˇˇˇˇˇˇˇˇˇˇˇ˜ˇ˛ˇˇˇˇÅÅÑg͡ˇ˛ˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇˇ˙ˇ˛ˇ˝
  6037. ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝˛ˇˇˇ˛ˇ˛ˇˇ˝ˇ˛ ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇÅÅÜ‚ˇ¸ˇŸˇËˇÅÅÅÚ‰˛ˇ˛˛ˇ€˛ˇÍˇÅÅÅÅÅÅâÅÅÅâ$Ê˚ˇˆˇˇ˜ˇˆˇˇ›ˇˇˇˇˇÅÅÅ˙-Êˇ˝ˇ˙ˇ˛ˇ˜ˇıˇ⁄ˇˇÙ˛ÙˇÅÅïtÊˇ˝˛ˇˇˇ˛ˇ˛ˇ˙ˇˇˇˇˇ˛˛ˇ˛    ˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅ°{Áˇ˝ˇˇˇˇ˛ˇˇ˚ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˘ˇˇˇ˛
  6038. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇÅÅûzÁˇ˛˛ˇˇˇ˛˛˛ˇ¸ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛˘ˇ˛ˇ˛
  6039. ˇˇˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇÅÅûtˡˇ˛ˇˇˇ˛ˇˇ¸¸ˇˇˇˇˇˇ¸ˇ˚ˇˇ˛ˇˇˇ˘ˇˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇÅÅù|ˡ˛    ˇˇˇˇ˛ˇˇ˝ˇ¸ˇˇˇˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˘ˇˇˇ˛
  6040. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇÅÅùÑ͡ˇ˛ˇ˛ˇ˛ˇˇˇ˛ˇˇ˛˛˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛˛˛˛ˇ˛˛ˇ˛˛˛ˇˇ˛ˇˇ˛
  6041. ˇ˛ˇˇˇˇ˛˛
  6042. ˛ˇ˛ˇ˛ˇˇÅÅù †ˇÅÅÅÎ ¢ˇÅÅÅÈÅÅÅâÅÅÅâʸˇÊ˛ˇÍˇÛ¸ˇ¸ˇÅÅů&Êˇ˛ˇÊˇÈˇ¯ˇ¸ˇ˛ˇÎˇÅÅâhÊˇ˛ˇˇˇˇˇˇˇˇ˛ˇˇˇ˙ˇ¸ˇˇ˝ˇˇ˜    ˇˇˇˇˇ˛ˇ˝ˇ˝ˇˇˇˇˇˇˇˇ˛˛ˇ˛ˇ˛ˇˇˇˇÅÅïfÁ˝ˇ˛ˇ˝ˇˇˇˇˇˇ˚ˇ˝    ˇˇˇˇ¯ˇˇ˛ˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛ˇˇˇˇˇˇ˛ˇˇÅÅífÁˇ˛ˇˇ˝ˇˇ˛˝˛ˇ˛˚ˇ˝˛˛ˇˇˇ˛ˇ˘ˇ˛ˇˇ˝ˇ¸˛˝ˇ˛ˇ˛˛˛˛ˇˇ¸ˇˇ˛ˇˇÅÅí[ˡ˛ˇˇ˝ˇˇˇ˝ˇ¯ˇ˝ˇ¸ˇˆ¸ˇˇ˝ˇ¸ˇ˝ˇ˛ˇˇ˛ˇ˝ˇ¸ˇˇ˛ˇˇÅÅëjˡ˛ˇˇ˝ˇˇˇˇˇˇ˚ˇ˛
  6043. ˇˇˇˇˇ˙ˇ¸ˇˇ˝ˇ¸ˇ˛ˇ˝ˇˇ˛ˇˇˇˇˇˇ˛ˇˇÅÅëo͡ˇ˛ˇˇ˛ˇ˝˛ˇˇˇˇ˛ˇˇ˚ˇˇ˛˛ˇˇˇ˝ˇ˛˝ˇ˛ˇˇ˛ˇˇ˛ˇˇ˝ˇ˛ˇ˛˛ˇ˝˛˛ˇ˛ˇ˛ˇˇ˛ˇˇ˝
  6044. ˛ˇ˛ˇ˛ˇˇÅÅë ∑ˇÅÅÅ‘ πˇÅÅÅ“ÅÅÅâÅÅÅâÊ˛ˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅÂ+Êˇ˛ˇˇÙˇÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅÂ?Êˇ˛ ˇˇˇˇˇˇ˚ˇˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˙ˇ˘ˇÅÅÅÂBÁˇ˛ˇˇ˛
  6045. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˙ˇˇ˘ˇÅÅÅ„AÁˇ˛ˇˇ˛
  6046. ˇˇ˛ˇ˛˛˛˛˛ˇˇ˛ˇˇ˛ˇ˛¯ˇ˚ˇÅÅÅ‚@ˡ˛ˇˇ˛ˇˇ˝ˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¯ˇ¸ˇÅÅŇIˡ˛ˇˇ˛
  6047. ˇˇˇˇˇ˛ˇˇˇ˛ˇˇ˛ˇˇ¸ˇ˛ˇ˝ˇ˛ˇÅÅÅ„I͡ˇ˛ˇˇ˛˛ˇ˛ˇ˛ˇˇ˛ˇ˛
  6048. ˇˇ˛ˇ˛ˇˇ˛
  6049. ˇˇˇ˛ˇ˛ˇ¸ˇ˛ˇ˛ˇˇ˛ˇˇÅÅÅ·ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHÜ8IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6050. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯fiá˙'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯˙á:¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į:áz¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯záñ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHÜ9IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6051. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯˙á:'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHÜ:IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6052. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į:áz'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHÜ;IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6053. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯záñ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯ñá÷¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@į÷á¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯á2¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHÜ<IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6054. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯ñá÷'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHÜ=IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6055. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@į÷á'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHÜ>IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6056. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯á2'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@¯@¯2ár¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@į@įrá≤¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú¯Äú¯≤ጡ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@¯HHÜ?IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6057. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@¯2ár'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@įHHÜ@IJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6058. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@įrá≤'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú¯HHÜAIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6059. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú¯≤áŒ'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ†Ç°d
  6060. SPNTË°dSPNT –@°dSPNT–†é
  6061. flà?fiòÄæ"5ÎÛHHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD"""""""5ÎÏ·ädÅˇÀˇ˘ ˇÅˆŒˆ¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ˙0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ˙>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ˙Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ˙\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ˙Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ˙!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ ˇÅ¯Õ¯ˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÌÕˇÔ«ˇˇÛˇˇ˙ˇÌÕˇÔ«ˇˇÛˇˇ˙ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇ˙ˇÌÕˇÔ«ˇˇÛˇˇ˙ˇÌÕˇÔ«ˇˇÛˇˇ˙ˇÌÕˇ§ˇÛˇˇ˙ˇÌÕˇ§ˇÛˇˇ˙ˇÌÕˇ§ˇÛˇˇ˙ˇÌÕˇ§ˇÛˇˇ˙ˇÌÕˇ§ˇÛˇˇ˙ˇÌÕˇ§ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇıı˚¨˚ıˇˇ˙ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙Åˇ ˇ˙ÅˇÀˇ˙Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√7˛ˇ˛˝ˇ¸ˇ˛ˇ¸ˇ˚ˇˆˇ¸ˇˇ¯˝ˇÙˇ˙ˇÚˇˇØ8ˇˇˇ˛ˇ˝ˇ˛ˇ¸ˇ˚ˇ˜ˇˇ˝ˇˆˇ˛ˇ›ˇˇØjˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇˆˇ˛ˇ˙ˇ˝ˇ˛ˇˇˇ˛˛ˇˇˇ˝ˇˇˇ˛ˇ˛˛ˇ˝˛ˇ˛ˇ˛ˇˇ¸˛ˇ˛ˇˇ˛ˇ»qˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇˇ˝ˇˇ˝˝ˇ˛ˇ˛˝ˇ¯˝ˇˇˇˇ¸ˇ˛ˇ˛
  6062. ˇˇˇˇˇ¸ ˇˇˇˇˇ˝ˇˇˇˇˇˇ…iˇ˛ˇˇˇ˝¸ˇ˛ˇˇ˘ˇˆˇ˛ˇ˛ˇ˘ˇˇ˛˝ˇˇˇ˛ˇˇ˝
  6063. ˇˇˇˇˇ¸ˇˇˇ˝ˇ˝ˇˇ˝ˇˇˇ…j ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˘ˇˆˇ˛ˇ˛ˇ˘ˇˇˇ˙ˇˇˇ¸
  6064. ˇˇˇˇˇ¸ˇˇˇˇ˙ˇˇˇ˝ˇˇ…l˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˘˝ˇ˘ˇ˝˛ˇ˝ˇ˝ˇ˛ˇˇˇ˛ˇ˛ˇ˝ˇ    ˇˇˇ˛ˇ˚    ˇˇˇˇˇ¸˛ˇ˛ˇˇˇˇ…
  6065. üˇÏˇº °ˇˇÎˇºÅ√Å√Å√<ˇˇˇˇˇˇ¸ˇ¯ˇˇ¸ˇıˇÓ˛ˇ˘ˇ˚ˇ˝˛ˇÈ˛ˇÎˇ÷>ˇˇˇˇˇˇˇ˛ˇˇ¯ˇˇˇ˛ˇˇ‚ˇ˛ˇÛˇ˝ˇˇÍˇˇ¿ëˇˇˇˇˇˇˇˇˇ˛ˇ¸ ˇˇˇˇˇˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇ‡åˇˇˇˇˇˇˇˇ¯ˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇˇ¸ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6066. ˇˇˇˇˇ‡àˇˇˇˇˇˇ¸ˇ¯ˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇ˘ˇ˛
  6067. ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇ¸˛ˇˇˇˇ¸ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6068. ˇˇˇˇˇ‡ãˇˇˇˇˇˇ¸ˇ¯ˇˇ¸ˇˇˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˚ˇˇˇ˝ˇˇ˛ˇˇ˝
  6069. ˇˇˇˇˇ‡Ñˇ˛ˇˇˇˇ¸ˇ˛ˇ¸ˇˇ¸ˇ˛ˇ˛ˇ    ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛˛ˇˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇ˚˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇ‡—ˇıˇˆˇØˇ‡”ˇˇˆˇˇ§ˇˇfl†è°dSPNTÈ†ÉˇR@ˇ ˇˇˇˇ@
  6070. ˇ·ˇ‚7^
  6071. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6072. (‡*3-20    )B    Drawing W}–),ith QuickDraw4^*¿¯
  6073. g*n¯4g*n¯"h*_
  6074. ˇ·ˇ‚7^°dONLNd\lgò(dl Listing 3-2.°dONLNd \∞gÿ)D
  6075. Using the ,
  6076. Courier°dONLNd\ÿg˚)(PenSize°dONLNd\˚g&)#
  6077.  procedure
  6078. °dONLNd)vlLj(lPROCEDURE MyResizePens;°dONLNdAÑlêä*BEGIN°dONLNdHí~û¥+    PenSize(2°dONLNdQí¥û¿)6,8°dONLNdSí¿ûÃ) );°dONLNdW†~¨¥(©~    MoveTo(20°dONLNd`†¥¨¿)6,2°dONLNdb†¿¨“) 0);°dONLNdgÆ~∫¥(∑~    LineTo(70°dONLNdpÆ¥∫¿)6,2°dONLNdrÆ¿∫) 0); LineTo(70°dONLNdÆ∫)N,7°dONLNdÅÆ∫h) 0); LineTo(20°dONLNdéÆh∫t)N,7°dONLNdêÆt∫¬) 0); LineTo(20°dONLNdùƬ∫Œ)N,2°dONLNdüÆŒ∫‡) 0);°dONLNd§º~»¥(≈~    PenSize(8°dONLNd≠º¥»¿)6,2°dONLNdغ¿»Ã) );°dONLNd≥ ~÷®(”~Move(70°dONLNd∫ ®÷¥)*,0°dONLNdº ¥÷¿) );°dONLNd¿ÿ~‰®(·~Line(50°dONLNd«ÿ®‰¥)*,0°dONLNd…ÿ¥‰Í)     ); Line(0°dONLNd“ÿ͉ˆ)6,5°dONLNd‘ÿˆ‰>) 0); Line(-50°dONLNd‡ÿ>‰J)H,0°dONLNd‚ÿJ‰Ä)     ); Line(0°dONLNdÎÿĉå)6,-°dONLNdÌÿ剧) 50);°dONLNdÛÊ~Ú∫(Ô~
  6079. PenNormal;°dONLNd˛ÙlÑ(˝lEND;°dONLNd l©*At the end of °dONLNd ©Ÿ)= Listing 3-2°dONLNd Ÿ)0, the °dONLNd" &)    PenNormal°dONLNd+ &2)6 prR`°dONLNd. 2O) ocedur$¿°dONLNd4 OÖ)e is used to r˜ °dONLNdB Ñö)5estor…Ä°dONLNdG öÔ)e the graphics pen .°dONLNdZl%2("l/to its default size, pattern, and pattern mode.°dONLNdä+l7|*The;¿°dONLNdç+}7ø)K default pattern for the graphics pen consists of all black pixels. However燰dONLNdÿ+æ7Ë(4æ
  6080. , you can .°dONLNd‚8lDé(Aluse the °dONLNdÍ8éD≤)"PenPat°dONLNd8≤Dæ)$ prR`°dONLNdÛ8æD€) ocedur$¿°dONLNd˘8€D≥)0e to change the pen’s pattern. When you use the $¿°dONLNd)8≥D◊)ÿPenPat$¿°dONLNd/8◊DŸ)$ .°dONLNd0ElQu(NlprG °dONLNd2EvQî)
  6081. ocedurfi`°dONLNd8EîQ) e, you can pass it any one of thj`°dONLNdXEQ))àe p∂ °dONLNd[E)Q,)r{ °dONLNd\E-QB)edefi6‡°dONLNdaECQó)ned global variableÄ°dONLNdtEòQƒ)U s listed in ±¿°dONLNdÄEƒQ ),TÁÄ°dONLNdÅE…QÎ)able 3-2ı°dONLNdâEÎQÌ)" °dONLNdäRl^o([lt¬`°dONLNdãRo^©)o specify the Ÿ†°dONLNdôR©^∑):bit  °dONLNdùR∏^3)pattern for the graphics penA‡°dONLNdπR3^5){.
  6082. Å*â¯4Ç*⯠ÖlÖ¯
  6083. ˇ·ˇ‚7^    °dONLNdªwlÇì(l    Table 3-2
  6084. °dONLNd≈v™Ç)>The global variables for fiY`°dONLNd‡vÇ1)qve pr`°dONLNdÂv2ÇG)edefià°dONLNdÍvGÇå)ned bit patterns    °dONLNd˚èlö¨(ólGlobal variable€;°dONLNd è¡ö‹)UResult
  6085. .°dONLNdùl©ä(¶lblack.€;°dONLNdù¡©À)UAl䀰dONLNdùé ) l-black pattern.°dONLNd,Ølªê(∏ldkGray.€;°dONLNd3Ø¡ª )U75% gray pattern.°dONLNdE¡lÕÑ( lgray.€;°dONLNdJ¡¡Õ )U50% gray pattern.°dONLNd\”lflê(‹lltGray.€;°dONLNdc”¡fl )U25% gray pattern.°dONLNduÂlÒä(Ólwhite.€;°dONLNd{¡ÒÀ)UAl䀰dONLNd}ÂÃÒ) l-white patternˇOÄ@ˇ ˇˇˇˇ@
  6086. ˇ·ˇ‚7^
  6087. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  6088. , (‡3-21
  6089. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6090. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6091. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6092. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6093. 454+?òÄ
  6094. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6095. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6096. ˛ˇ˛ˇˇ
  6097. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6098. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6099. ˛ˇˇˇˇ
  6100. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6101. ˛ˇˇˇˇ
  6102. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿.°dONLNd\ähé(eäI°dONLNd\éhï)n °dONLNd\ïh≠)FigurR`°dONLNd\≠h¬)e 3-9R`°dONLNd\¬hH), the pen pattern for the squar$¿°dONLNd,\Hhz)Ü e on the lef$¿°dONLNd8\zhó)2t has c$¿°dONLNd?\óhΔ)
  6103. hanged to ,
  6104. Courier$¿°dONLNdI\ΔhÍ)/ltGray$¿°dONLNdO\Íh)$
  6105. ; the pen °dONLNdYiäuÁ(räpattern for the squarR`°dONLNdniÁu )]e on the righR`°dONLNd{i u=)9t has cR`°dONLNdÇi=ul)
  6106. hanged to R`°dONLNdåiluê)/dkGray6†°dONLNdíièuí)#.
  6107. óH®4òH®"òH]
  6108. ˇ·ˇ‚7^    .°dONLNdîçäò¥(ïä
  6109. Figure 3-9°dONLNdüçÃò1)BChanging the pen pattern
  6110. °dONLNdπ ä,∏()ä Listing 3-3 @°dONLNdƒ π,)/ shows the code that pr}‡°dONLNd€ ,r)foduces these squar`°dONLNdÌ s,~)Tes.
  6111. PHX4QHX"QH_
  6112. ˇ·ˇ‚7^    °dONLNdÒFäQ∂(Nä Listing 3-3.°dONLNd˝FŒQˆ)D
  6113. Using the °dONLNdFˆQ)(PenPat°dONLNdFQÊ)4 procedure to change the pattern of the graphics pen
  6114. °dONLNdC_äk&(häPROCEDURE MyRepatternPens;°dONLNd^mäy®*BEGIN°dONLNde{úá“+    PenSize(2°dONLNdn{“áfi)6,8°dONLNdp{fiáÍ) );°dONLNdtâúïˆ(íúPenPat(ltGray);°dONLNdÖóú£“*    MoveTo(20°dONLNdé󓣉)6,20°dONLNdëó‰£));°dONLNdï•ú±“(Æú    LineTo(70°dONLNdû•“±fi)6,2°dONLNd†•fi±,) 0); LineTo(70°dONLNd≠•,±8)N,7°dONLNdØ•8±Ü) 0); LineTo(20°dONLNdº•Ü±í)N,7°dONLNdæ•í±‡) 0); LineTo(20°dONLNdÀ•‡±Ï)N,2°dONLNdՕϱ˛) 0);°dONLNd”¡úÕ“( ú    PenSize(8°dONLNd‹¡“Õfi)6,2°dONLNdfi¡fiÕÍ) );°dONLNd‚œú€ˆ(ÿúPenPat(dkGray);°dONLNdÛ›úÈΔ*Move(70°dONLNd˙›ΔÈ“)*,0°dONLNd¸›“Èfi) );°dONLNdÎú˜Δ(ÙúLine(50°dONLNdÎΔ˜“)*,0°dONLNd    Γ˜)     ); Line(0°dONLNdΘ)6,5°dONLNdΘ\) 0); Line(-50°dONLNd Î\˜h)H,0°dONLNd"Îh˜û)     ); Line(0°dONLNd+Îû˜™)6,-°dONLNd-Ι˜¬) 50);°dONLNd3˘úfi(ú PenNormal; °dONLNd?ä¢(äEND;.°dONLNdDä+ * QuickDraw prò¿°dONLNdP +‚)@ovideÇ@°dONLNdU„+Ú)s m@°dONLNdXÛ+ )ethodŇ°dONLNd] +()s for dñ†°dONLNdd(+b) rawing squarK`°dONLNdpc+y);es an£`°dONLNduy+Ö)d r °dONLNdxÜ+±)
  6115. ectangles O‡°dONLNdDZ+Õ)+that arΰdONLNdâÕ+)    e easier _‡°dONLNdíÒ+ˇ)$thas†°dONLNdïˇ+)n °dONLNdó,ä8ê(5ädõ¿°dONLNdò,ê8Â)Nrawing each side individually as a line. The next section describes how to draΔÄ°dONLNdÊ,Â8Ô(5Âw °dONLNdË9äEç(BärE°dONLNdÈ9éEπ)
  6116. ectangles.†Ç°d
  6117. SPNTË°dSPNT –@°dSPNT–†é
  6118. ßà    ÎòÄ¿ ÈflHHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD"""""" Èÿ©ä5ÅˇÀˇ˜ ˇÅˆŒˆ¯ˇˇ¯ˇˆÅıœı¯ˇˇ¯ˇˆÅıœı¯ˇˇ¯ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ¯0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ¯>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ¯Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ¯_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ¯Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ¯[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ¯Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ¯\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ¯Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ¯!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ¯ˇˆÅıœı¯ˇˇ¯ˇˆÅıœı¯ˇˇ¯ ˇÅ¯Õ¯ˇˇ¯Åˇ ˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯}ˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÏˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ¯|ˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÌ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇÛˇˇ¯TˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÏˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯TˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯TˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÏˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯TˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯TˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÏˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯TˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯$ˇÌˇºˇˇ˛ˇˇ÷˛ˇ˛ˇˇÛˇˇ¯$ˇªˇÌ˛ˇ˛ˇ◊ˇˇ˛ˇˇˇÛˇˇ¯}ˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÏˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ¯|ˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÌ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇÛˇˇ¯AˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ°ˇÛˇˇ¯AˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ£ˇÛˇˇ¯AˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ°ˇÛˇˇ¯AˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ£ˇÛˇˇ¯AˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ°ˇÛˇˇ¯AˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ£ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯ˇÅ‹ˇÛˇˇ¯Åˇ ˇ¯ˇÅ‹ˇÛıˇˇ¯ˇÅ‹ˇÛıˇˇ¯ˇÅ‹ˇıı˚¨˚ıˇˇ¯ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ¯ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ¯ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ¯ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ¯ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ¯ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ¯ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ¯ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ¯ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ¯ˇÅ‹ˇÛıˇˇ¯ˇÅ‹ˇÛıˇˇ¯Åˇ ˇ¯ÅˇÀˇ¯Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡Å¡=Û˛ˇ˛˝ˇ¸ˇ˛ˇ¸ˇ˚ˇˆˇ˛¸ˇ¯˛ˇˇÌˇÚˇˇÿˇ˛ˇÈBÛˇˇˇ˛ˇ˝ˇ˛ˇ¸ˇ˚ˇ˜ˇˇ˙ˇ˘ˇ˛ˇˇ›ˇˇÿˇ˛ˇÈáÛˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇˆˇ˚ˇ˝ˇ˝ˇ¸˛ˇ˛ˇˇ˛ˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˝˛ˇ˛ˇ˛ˇˇ¸˛ˇ˛ˇˇ˛ˇ¸˛ˇ˛ˇˇ˛ˇ˛ˇ
  6119. ˇˇˇˇˇ˛ˇ¯ñÛˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇˇ˝ˇˇ˝˝ˇ˛ˇ˚ˇ¯ˇ¸ˇˇ˝ˇˇˇˇˇˇˇˇˇˇ¸ ˇˇˇˇˇ˝ˇˇˇˇˇˇ˝ˇˇ˝ˇˇ˛    ˇˇˇˇˇ˛ˇˇ˘âÛˇ˛ˇˇˇ˝¸ˇ˛ˇˇ˘ˇˆˇ¸ˇ˜ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇ˝ˇ˝ˇˇ˝ˇˇˇ˝ˇˇ˛ˇˇ˛ˇ˝ˇˇ˝ˇˇ˘èÛ    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˘ˇˆˇ¸ˇ˜ˇ˛!ˇˇˇˇˇˇˇˇˇˇˇˇˇˇ¸ˇˇˇˇ˙ˇˇˇ˝ˇˇ˝ ˇˇˇˇˇ˛ˇˇ˝ˇ˝ˇˇ˘ãÛ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˘˝ˇ˘ˇ¸ˇ¸ˇ¸˛ˇˇˇ˛ˇˇˇ˛ˇ    ˇˇˇ˛ˇ˚    ˇˇˇˇˇ¸˛ˇ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˛ˇ˛ˇˇˇˇ˝ˇˇ˘ûˇıˇÏˇˇ⁄†ˇˇˆˇˇÎˇˇ⁄Å¡Å¡Å¡6Û ˇˇˇˇˇˇ¸ˇ¯ˇÌˇÓ˛ˇ˘ˇ˚ˇ˝˛ˇÈ˛ˇÎˇ‡6Ûˇˇˇˇˇˇˇ˛ˇˇ¯ˇ⁄ˇ˛ˇÛˇ˝ˇˇÍˇˇ ëÛˇˇˇˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇÍåÛˇˇˇˇˇˇˇˇ¯ˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇˇ¸ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6120. ˇˇˇˇˇÍäÛ ˇˇˇˇˇˇ¸ˇ¯
  6121. ˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇ˛
  6122. ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇ¸˛ˇˇˇˇ¸ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6123. ˇˇˇˇˇÍçÛ ˇˇˇˇˇˇ¸ˇ¯ˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˚ˇˇˇ˝ˇˇ˛ˇˇ˝
  6124. ˇˇˇˇˇÍÜÛˇ˛ˇˇˇˇ¸ˇ˛ˇ¸
  6125. ˇˇˇˇ˛ˇ˛ˇ    ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛˛ˇˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇ˚˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇÍ≈ˇıˇˆˇØˇÍ«ˇˇˆˇˇ§ˇˇÈ†è°dSPNTÈ†Éˇ    (@ˇ ˇˇˇˇ@
  6126. ˇ·ˇ‚7^
  6127. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6128. (‡*3-22    )B    Drawing W}–),ith QuickDraw4^*¿¯
  6129. k*r¯4l*r¯ mlm¯
  6130. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\lkñ(glDrawin4î°dONLNd\ók¨)+g Rêû°dONLNd    \¨kÊ)    ectanglesˇˇˇˇˇˇ€r(g3
  6131. °dONLNdrl~9({l,As explained in the chapter “Basic QuickDrawq†°dONLNd@r9~F)Õ,” r6†°dONLNdDrG~{) ectangles arG`°dONLNdPr{~ã)4e me°dONLNdSrã~Â)athematical entities. °dONLNdilãÄ(àlTher¿°dONLNdmÅãë)e ar`°dONLNdqëã˝)e two ways to specify a rÃ@°dONLNdä˝ãó)l#ectangle: by its four boundary coor0°dONLNd≠òãÒ)õdinates, as shown inÒÄ°dONLNd¡ÒãÛ)Y °dONLNd¬ålòë(ïl
  6132. the left rj†°dONLNdÃåëò√)% ectangle in ≥ °dONLNdÿå√ò€)2FigurÖ‡°dONLNd›å€òÙ)e 3-10#`°dONLNd„åıò;), or by its upper$°dONLNdÙå;ò{)F-left and lower¿°dONLNdå{ò‚)@-right points, as shown °dONLNdôl•t(¢lin9¿°dONLNdôu•w)     π¿°dONLNdôw•£) the right r⁄°dONLNd)ô£• ),    ectangle.
  6133. «*ÿ¯4»*ÿ¯"»*]
  6134. ˇ·ˇ‚7^    °dONLNd3Ωl»ú(≈l Figure 3-10°dONLNd?ΩÆ»≥)BTÄ–°dONLNd@Ω≥»-)wo ways to specify a rectangle
  6135. °dONLNd`àlîï(ëlHowever †°dONLNdgàïî’)), specifying a r^‡°dONLNdwà’îò)@+ectangle does not draw one. Because the boráÄ°dONLNd¢àòî¿)√
  6136. der of a rm‡°dONLNd¨à¿î)( ectangle is °dONLNd∏ïl°z(ûlinfiFÄ°dONLNdºï{°˙)nitely thin, it can have no dir釰dONLNd€ï˙° )ect rP °dONLNd‡ï°)epr‡‡°dONLNd„ï°u)esentation on the scrM°dONLNd¯ïv°‘)[een until you use the ,
  6137. Courier.°dONLNd¢lÆ¢(´l    FrameRect°dONLNd¢¢ÆÆ)6 prR`°dONLNd¢ÆÆÀ) ocedur$¿°dONLNd ¢ÀÆ5)e to draw its outline, or $¿°dONLNd:¢5Æh)j you can use $¿°dONLNdF¢hÆz)3the $¿°dONLNdJ¢zÆ∞)    PaintRect$¿°dONLNdS¢∞ÆΩ)6 or $¿°dONLNdW¢ΩÆÌ)FillRect$¿°dONLNd_¢ÌÆÔ)0 .°dONLNd`Ølªu(∏lprG °dONLNdbØvªî)
  6138. ocedurfi`°dONLNdhØîª)e to draw its outline and i-@°dONLNdÉتv)rts interior with a pattern.  °dONLNdüØwªè)qFigurÔ‡°dONLNd§Ø骢)e 3-1¿°dONLNd©Ø£ª®)1¿°dONLNd™Ø®ªÏ) illustrates two .°dONLNdªºl»p(≈lrR`°dONLNdººp»Ω)ectangles that ar$¿°dONLNdÕºΩ»)Me drawn with the $¿°dONLNdfiº»D)Q    FrameRect$¿°dONLNdÁºD»P)6 pr˜ °dONLNdͺO»l) ocedur…Ä°dONLNdºl»t)e.
  6139. Î*¸¯4Î*˚¯"Ï*]
  6140. ˇ·ˇ‚7^    .°dONLNdÛ‡lÎú(Ël Figure 3-11°dONLNdˇ‡ÆÎ˚)BDrawing rectangles
  6141. °dONLNdslö(|l Listing 3-4 @°dONLNdsõ*)/  shows the code that draws the r˚Ä°dONLNd>s)_)éectangles in Å°dONLNdKs`x)7FigurS¿°dONLNdPsxå)e 3-1d†°dONLNdUsåë)1d†°dONLNdVsëÔ). This listing uses the .°dONLNdnÄlåñ(âlPenSize°dONLNduÄñå¢)* prR`°dONLNdxÄ¢åø) ocedur$¿°dONLNd~ÄøåÏ)Ge to assign a size of (2,2) to the graphics pen. Then the code assigns .°dONLNd≈çlô¬(ñlfour boundary coor÷Ä°dONLNd◊ç¬ô)Vdinates to the rœ@°dONLNdÁçôí)B#ectangle on the left side of this fidÄ°dONLNd çìô¢)ègurø¿°dONLNdç¢ô›)e, and it calls .°dONLNdöl¶¢(£l    FrameRect°dONLNd'ö¢¶H)6& to use the graphics pen to draw the rR`°dONLNdMöH¶ú)¶ectangle’s outline. 
  6142. ◊jq¯4’i÷jò@@˜@˜÷ja¡?ÿˇ¿Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ïò@@Ę@ĘjVa?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ïò@Äú˜Äú˜Vjra?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ï?ÿˇ‡Ïÿˇ‡Ï¡¡¡¡¡òů@˜HHÜBIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6143. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜÷ja'ÅÅÅâWÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÅ€ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÏÎÅ‹ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÎÎÅ‹ÎÅÅ≥ÏÎÅ‹ÎÅÅ≥ÎÎÅ‹ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÏÎÅ‹ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÎÎÅ‹ÎÅÅ≥ÏÎÅ‹ÎÅÅ≥ÎÎÅ‹ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÏÎÅ‹ÏÅÅ≥ÎÏÅ‹!Ϊ¸ˇóˇˇÓˇ˙ˇˇâÎÎÅ‹"ÎπˇïˇˇÓˇ˚ˇˇâÏÎÅ‹;Îπˇ˛ˇˇ˛ˇûˇˇ˛ˇ˛ˇˇˇˇˇ˛ˇˇˇ¸ˇäÎÎÅ‹;Ïπ
  6144. ˇˇˇˇˇü ˇˇˇˇˇ¸ˇˇ˝ˇ˝ˇˇˇâÎÏÅ‹<Îπ
  6145. ˇˇˇˇˇüˇˇˇˇˇˇˇ˝ˇ˝ˇˇ˝ˇˇâÏÎÅ‹<Ïπˇ˛ˇˇ˛ˇùˇˇ˛ˇ˛ˇ˛ˇˇ˝ˇ˛ˇˇˇˇäÎÏÅ‹Î≤ˇóˇ˛ˇÅÚÎÎÅ‹Î≤ˇóˇ˛ˇÅÚÏÎÅ‹Î≤ˇóˇ˛ˇÅÚÎÎÅ‹ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÏÎÅ‹ÏÅÕ˛ˇÅÍÎÏÅ‹΄¢ˇÀ°ˇΔÎÎÅ‹΄ˇ§ˇÀ˝ˇ¶ˇΔÏÎÅ‹΄ˇ§ˇ ˇˇ•ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹òů@ĘHHÜCIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6146. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘjVa'Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹,Ï„ˇ§ˇ¯˛ˇˇ¸ˇ¸ˇ‰ˇ§ˇΔÎÏÅ‹,΄ˇ§ˇ¯ˇˇ˚ˇ¸ˇ‰ˇ§ˇΔÏÎÅ‹8ÏÙˇ˘ˇˇ¸ˇ§ˇ¯ˇˇˇ˚ˇ˛ˇÂˇ§ˇΔÎÏÅ‹;ÎÙˇ˙ˇˇ¸ˇ§ˇ¯˛ˇˇˇˇˇˇˇ‰ˇ§ˇΔÎÎÅ‹=ÎÙˇ˛ˇˇ˚ˇ˝ˇ§ˇ¯ˇˇˇˇˇˇˇˇ‰ˇ§ˇΔÏÎÅ‹?ÎÙˇ˝ˇˇˇ¸ˇ§ˇ¯ˇˇˇ˝ˇˇˇˇÂˇ§ˇΔÎÎÅ‹/ÏÙˇˇ˝ˇˇ¸ˇ§ˇÔˇ›ˇ§ˇΔÎÏÅ‹,ÎÙ˙ˇˇˇˇ˝ˇ§ˇÚ˛ˇ‹ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹Ï„ˇ§ˇ ˇ§ˇΔÎÏÅ‹΄ˇ§ˇ ˇ§ˇΔÎÎÅ‹΄ˇ§ˇ ˇ§ˇΔÏÎÅ‹΄ˇ§ˇ ˇ•ˇˇΔÎÎÅ‹Ï„ˇ§ˇ ˇ¶˝ˇ«ÎÏÅ‹΄¢ˇ °ˇ«ÏÎÅ‹ÏÅÅÒ˝ˇ«ÎÏÅ‹ÎÅÅˇˇΔÎÎÅ‹ÎÅÅ≥ÏÎÅ‹ÎÅÅ≥ÎÎÅ‹òůÄú˜HHÜDIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6147. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Vjra'ÏÅÅ≥ÎÏÅ‹)Îø˛ˇ˙ˇˇÅøˇËˇ¸ˇ¸ˇÎÏÎÅ‹(Ïøˇˇ˚ˇˇÅøˇ‚ˇ¸ˇÎÎÏÅ‹JÎøˇˇˇˇ˙ˇˇˇˇÅ»ˇ˝ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇ˛ˇÏÎÎÅ‹MÎø˛ˇˇˇˇˇˇˇˇˇˇÅ…ˇ˛ˇˇˇˇˇ˚ˇ˝ˇˇˇˇˇˇˇÎÏÎÅ‹RÎøˇˇˇˇˇˇˇˇˇˇˇÅ…ˇ˛
  6148. ˇˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇˇˇÎÎÎÅ‹IÏø˛ˇˇˇ˛˚ˇˇˇˇÅ…˝ˇ
  6149. ˇˇˇˇ˝ˇ˝ˇˇ˝ˇˇˇˇÏÎÏÅ‹ÎÅÅ—ˇ‰ÏÎÅ‹ÏÅÅ‘˛ˇ„ÎÏÅ‹ÎÅÅ≥ÎÎÅ‹ÎÅÅ≥ÏÎÅ‹ÎÅÅ≥ÎÎÅ‹ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÏÎÅ‹ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÎÎÅ‹ÎÅÅ≥ÏÎÅ‹ÎÅÅ≥ÎÎÅ‹ÏÅÅ≥ÎÏÅ‹ÎÅÅ≥ÏÎÅ‹ÏÅÅ≥ÎÏÅ‹XÎÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏ˛ÎÏÎÎÅ‹Y˛ÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎOÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÏÎÅ‹ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜rj≤a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡    |?wA¿‡À    D!DAb À    B!(DA  À    ÑBPU@ÄÀ Ñ|àUrA  ëDÑ     äD@àÄÀ √û8àÉû ¡¡¡¡~ ˛pp~¯˙0fiD˛1í¸˝@˛ fi HÕmfˆ‡˚cÆ¿ÔÏ˝ 1Œ≈ç&fi §I¿" !F £"$BIJHë$îäD§Rfi ê§I."  ™ T·XAâzäÙ    ƒ§^fi 0í @D@AT@™Bà(ÄíÑHâ0†fi @í$@D@@§@RAH(ÑíîëH)â@§fi pfi0«¡G£B‡.8Δwhqåªs∞fi˛à˜˛  ¸à›˛‡˜0˛‡ĸ‡›¡¡+pF8‡Ä ˛`¸b8¿ >˛¯È'@1ÄÄ&˛@à@@ ˝$@"˛àÊ-)Kú`*å;YŒ;Ä"√ú±¿ëÃ˘À%≥eç(&ŸÀ!Yè∞Ñ∂>ÚΔÄÎ,(âII U$íI"îÄ2IDîʼnàîI Dô$D§PDîîBDä!í(¢RÍ,(â1I‡IÇI"dÄ »DîÅ$àîI@Dó$D§êDîBCÖAé"RÍ,(ííIíD)åâ)    (íÄâ20â1 â((Ñâ
  6150. Ç$*DòÍ,(íí@ÇI$íE)Ãíâ))(íÄâ2@âA    )$àâ!$D†Í,(wŒÛéiü≤s∑!fÁoœqÓw∂˙sªrÏfl„ç
  6151. á4)›∏Íı ıààˆDÍıÄı‡‡ ˆpÍ¡¡v`˛@Ä8‡w@CÅ8€D@¸"ä D@àÜ  €D[;Ÿèú∞;yàä!Á8DF¿Ääw €àííDâDêíîÄÅ$êU$R¿€àíbCâDêb'ÄÙA$`UDL@€$$ââ $à(ÇH D¯$ÑÄ€ò@@Ę@Ę≤jÚa%$ââ!%)àHÇI D
  6152. "$§Ä€w7áçÁcüÃ@„ Äà6xpsÄ€
  6153. Û˙@ÿ Û˚¿ÿ¡¡¡¡¡¡¡¡¡¡¡¡¡¡:¸Äœå˛Œ(Ûƒ¡Â≥ÕªX‡–PíJB$íI)J@–àíK¬$íI/JœÒ$îI$íP îœ    $îÇ$I$íR îÄ–;évá6ÓX‚;∂–˝Õ8˝8Õ¡¡~00˝≥ŒB  ˝" “B€∏
  6154. X„Á,"ŸfiÃw,”ÑíHJIQ$Dîí$Q ”¯íH"JOë$DìQ ”!$ê|îê ¢Hâ!$H¢@”$êÇîí$¢Hâ)$H¢@”1ßqè∑òÓ9Ÿπº<hπ¿”˜Ã˜Ã¡¡|˛pŒD˛@ –DΩú`@ΔQ|≤ÿwr¿“âI ÇR°!"I%—àâA‡Éfi!"y—Ç ‚ BDÇ
  6155. $—íA§ DDíJ$—«√Ê0å~!Ò‹√ ú—˘Ä ˙…¡¡v`˝¿‡Ã
  6156. D@B Ã
  6157. D[;ŸéÂÄ@ Ã
  6158. àííDä$Äà   àíbCä$ÅÀ    $$âHÀ
  6159. %$âHÄà   w7áç8^À¡¡ò@Äú˜Äú˜Úja¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHÜEIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6160. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜rj≤a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ+¸ˇ˝˚ˇ˝ˇ˝˛ˇ˛ˇˇ¸˛ˇ¯ˇ˝˛ˇÅÅÅ‘9ˇ˛ˇ˝ˇ˝˛˛˛¸ˇ˛ˇ˛ˇ¸˛¯ˇˇ˛ˇ˛ˇÅÅÅ‘5ˇ˝ˇ˛ˇ˝ˇˇˇ˝ˇ˛ˇ˛ˇ¸ˇ˜ˇ˙ˇÅÅÅ‘3Òˇ˝ˇ˛ˇ˝ˇˇˇ¸ˇˇˇˇ˚ˇ˜ˇ˚ˇÅÅÅ“>Òˇ˝˛˛˛˛ˇ˛ˇ˛ˇ˝˛ˇ˛ˇ˛ˇˇˇ˝ˇˇ˛˛˛¸ˇÅÅÅ—/Úˇ˝ˇ˛ˇˇ˛¸ˇ¸ˇ˛ˇ˙ˇ˜ˇ˝ˇÅÅÅœ:Úˇ˛ˇ˝ˇ˛ˇˇ¸ˇ˝ˇ˛ˇ˙ˇ˛ˇ˚ˇ˛ˇ˛ˇÅÅÅ“=Ùˇˇ˛ˇˇ˝ˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˚˛˛ˇ˛ˇ¸ˇ˛ˇ˛˛ˇÅÅÅ–ÅÅÅâÅÅÅâÅÅÅâÅÅÅâ'˚ˇ˛ˇ„˛ˇ˘ˇ˝˛ˇ¸˚ˇ≤ˇΔˇˇÅÅÌ=ˇ˛ˇ‡˛˛˛˚ˇ˛˛˛˛˛˝ˇ˛ˇ‘ˇ›ˇfiˇÌˇÅÅϱˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇˇˇˇıˇ˙ˇ˛ˇ˛ˇ˙ˇ˛¸ˇˇˇ˛ˇ¸¸ˇˇˇˇˇ˛˛ˇˇ˛ˇ˝˛ˇ˛ˇ˚˛ˇ˝ˇ˛ˇˇ˛˛ˇˇˇ˚ˇˇ˝ˇˇ˚ˇˇˇˇˇ˛˛ˇ˛ˇˇˇ˛ˇˇˇ˛
  6161. ˇˇˇˇˇˇÅÅƒÒ˝ˇ˝ˇˇˇ˛ˇˇˇ˛ˇˇ¯ˇˇ˘ˇ˛ˇ˛ˇ˙ˇ˝ˇˇ˛ˇˇ˛ˇ¸ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ¸ˇˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˚ˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇˇÅÅøÒˇˇ˝ˇˇ˛˛˛ˇˇ˛ˇˇ˛ˇˆˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˙ˇ¸ˇˇˇˇ˛ˇ˚    ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˚ˇ˛˛˛¸ˇˇ˛ˇˇ˛˛ˇˇ¸ˇ˛ˇ˛ˇˇ˝ˇˇ˛˚ˇ˛ˇ˛ˇˇ˛˚ˇˇˇ˛˛˛ˇˇ˛˛˛ˇˇ˛ˇÅÅÆÚˇ˙ˇˇˇ˝ˇˇˇ˛ˇÛˇ˙ˇ˛ˇ˛ˇ˙ˇ¸ˇˇˇˇ˛ˇ˚    ˇˇˇˇˇ˝ˇˇ˛ˇ¸ˇˇ˛ˇ˙ˇˇˇˇ˝ˇ¸ˇ˛ˇ˛ˇˇ˛ˇˇ˚ˇ˛ˇ˝ˇ˚ˇˇˇ˛ˇˇˇˇ˝ˇˇÅÅÏπÚˇ˙ˇˇ˚ˇˇˇ˛ˇˇ˙ˇ˛ˇ˙ˇ˛ˇ˛ˇ˙ˇ˚ˇˇˇ˛ˇ˙ˇˇˇˇ¸ˇˇˇ¸ˇˇ˛ˇ˝ˇˇˇˇˇˇˇˇˇ˛ˇ˝ˇ˝ˇˇ˚ˇ˛ˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˚ˇˇˇÅÅÔ∑Ùˇˇ˛¸ˇˇ˛ˇˇ˛˝ˇˇ˛˛ˇ˛ˇ˛¯ˇˇ˛˙˛ˇˇ˛ˇˇ˛˙˛ˇˇ¸˛ˇ˛ˇˇ˛˘ˇˇ˛ˇ˛ˇ˝ˇ˛ˇ˙ˇ˛ˇ¸˛ˇ˛ˇ˛ˇ˛ˇˇ˛
  6162. ˇˇˇˇ˛ˇˇ˛˛˛¸ˇˇˇ˝ˇˇ˛˛˛ˇ˛ˇˇ¸˛ˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ÅÅÌ"Èˇ˛ˇ©ˇÂˇÍˇ‘ˇ˛ˇÅÅÊÈ˛ˇ™ˇˇÂ˛ˇÌˇˇ“˛ˇÅʼnÅÅÅâÅÅÅâf˛ˇÙˇ˛ˇˇˆ˛ˇ˛˛ˇÙˇÏˇˇıˇˇÊˇˇ¸˚ˇ˛ˇˇ˛ˇ˚ˇÛˇ¸˛ˇÎˇÚˇ˛˛ˇˆˇ˚ˇˇ˝¸ˇË¸ˇÍˇÅΔaˇÓˇıˇ˛˛˛ˇÍˇÙˇˆˇˇˇÁˇ˚ˇ˛ˇ˝ˇ˙ˇ˛˚ˇ⁄ˇˇ˛ˇÔˇ¸ˇ˛ˇËˇ˛ˇÅÆˇˇˇˇ˛˛ˇˇˇ˛ˇ˛ˇˇ˙ˇˇˇˇ˛ˇˇ˝˛ˇ    ˇˇˇˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ¯ˇ˛ˇˇˇ˝˛ˇ˛ˇˇˇˇ˛˛ˇ˚ˇˇ˛˛ˇˇˇ¸ˇ˛ˇˇˇˇ˛ˇ˚ˇˇˇˇˇˇˇˇ˝ ˇˇˇˇˇˇˇˇ˛ˇˇˇˇˇ¸ ˇˇˇˇˇˇˇ˛ˇˇˇˇˇ˝    ˇˇˇˇˇˇ˛¸ˇˇˇ˝ˇ˝    ˇˇˇˇˇˇ˛¸ˇ˝ˇˇˇˇ˛ˇˇˇÅ“(Òˇ˛ˇˇˇˇˇˇˇˇˇ˚!ˇˇˇˇˇˇˇˇˇˇˇˇˇ˛
  6163. ˇˇˇˇˇ¯ˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚˝ˇˇˇ˛ˇ˛ˇˇˇ˛    ˇˇˇˇ˚ˇ˛ˇˇˇˇˇˇˇ˛ˇ˛ˇˇˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇˇˇˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ˇ˝ˇ˝ˇ˛ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇˇˇÅ–Òˇ˛ˇˇˇˇ˛ ˇ˛ˇˇˇ˛ˇ˚˛ˇˇ˛ˇˇ˛ˇ¸ ˇ˛ˇˇˇ˛
  6164. ˇ˛ˇ˛ˇˆˇ˛ˇ˛ˇ˝˛˛ ˛ˇˇ˛ˇ˚    ˇˇ˛ˇ˛ˇ˛ˇˇ˛˛˛ˇˇ˛˙˛˛˛ˇˇ˛ˇˇˇ˛˛˛˛˛ˇˇ˛ˇˇ¸˛˛˛ˇˇ˛¸ˇˇ˝˛˝ˇ˛˝˛ˇ˝˛ˇ˛¸ˇ˝ˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ˇˇ˛ˇ˛ˇˇÅ–Úˇ˛ˇˇ˝ ˇˇˇˇˇ¯ˇˇˇˇˇˇ¸ ˇˇˇˇˇ˛ˇ˝ˇˇˇ˘ˇ˛ˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˙ˇ˛
  6165. ˇˇˇˇˇ˛ˇˇ˝ˇ˛ˇˇˇˇ˛ˇˇ¸ˇ˛ˇˇˇˇ¸ˇˇ˛ˇ˝ˇˇ˛ˇˇ˝ˇˇˇ¸ˇ˝ˇ˛ˇˇˇ˝ˇˇˇˇ˛ˇˇˇˇÅŒÚˇ˛ˇˇˇˇˇˇˇˇˇ˚ˇ¸ˇˇˇˇˇˇˇˇˇˇ˛
  6166. ˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇ˚ˇ˛ˇˇˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˙ˇ˛ˇˇˇˇˇˇ˚ˇ˛ˇˇˇ¸ˇ˛ˇ˛ˇ˝ˇˇˇˇˇˇˇˇ˛ˇ˛ˇ˛ˇˇ¸ˇˇ˚ˇ˛ˇ˝ˇˇˇ¸ˇˇ˛ˇ˛ˇˇˇÅÃ(Ùˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛˚ˇ˛ˇ˛˛ˇ ˇˇˇ˛ˇ˛˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇ˝˛ˇˇˇˇ˝˛ˇ˛˛ˇˇˇ˛ˇˇ˛ˇ˛˝˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛˛˛˛ˇ˛ˇˇˇ˛ˇˇ˛˚    ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇ˝˛ˇˇ˚ˇˇ˛˛ˇˇˇˇˇ˛˛ˇ˛˛ˇ˛ˇ˛ˇ˛ˇˇ˛˝ˇˇ¸˛ˇ˛ˇ˝ˇˇ˛ˇ˛ˇ˝ˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˛ˇÅŒ$üˇúˇ˛ˇˆˇ˛ˇ˙ˇ•ˇ˛ˇÅœ°ˇö˛ˇÙ˛ˇ¯ˇˇ¶˛ˇÅÕÅÅÅâÅÅÅâF˛ˇˇˇˇˇ„ˇÎˇÓ˛ˇ˛˛ˇ˛˛ˇÎ˛ˇ˛ˇˇÚˇ˝˛ˇ˚ˇÏ˛ˇ˛ˇÅÅ÷\ˇ˛ˇ˛ˇÙ˛Ùˇ’ˇ˛ˇˇ˛ˇˇ˛ˇˆˇ˜ˇ˛ˇ˛ˇÙ˛ˇ˛ˇ˛ˇ˝ˇˇˆˇ˜ˇ˝ˇÅÅ‘°ˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛¸ˇ˛ˇˇˇˇ˚˛ˇˇˇ˝ˇˇˇ˛ˇ¯ˇˇ˛ˇˇ˛ˇ˝˝ˇ˛ˇ˛ˇ˝ˇ˛ˇ˛ˇ˛ˇˇˇˇ˚ˇ˙ˇ˛ˇˇ˝˝ˇ˛ˇ˛ˇ¸ˇ˝ˇÅÅ‘£Òˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˜ˇˇˇ˛ˇ˛ˇ˚ ˇˇˇˇˇ¸ˇˇˇˇ¸ˇˇ˙ˇ˚ˇ˛ˇˇ¸ ˇˇˇˇˇ¸˚ˇÅÅ”üÒˇ˛ˇ˛
  6167. ˇˇˇ˛ˇ˛ˇ˛˝˛ˇ˛ˇˇ˛˛˛ˇˇ¸˛ˇ˛ˇ˛ˇ˛˛ˇı˛ˇ˛ˇˇ˛˛˛¸ˇˇ˛˛˛ˇ˚˛ˇ˛ˇ˚ˇ˘ˇ¸˛˛˛˛˛¸
  6168. ˇˇ˛ˇ˛˚ˇ˝˛ÅÅ”îÚˇ˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇ˛ˇÚˇ¸ˇˇ˛ˇ¸ˇˇˇ¸ˇ˚ˇ˛ˇ˙ˇ˘ˇ˝ˇ˝¸ˇ¸ˇˇˇ˝ˇ¸ˇ˝ˇÅÅ“òů@ĘHHÜFIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6169. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@Ę≤jÚa'©Úˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇˇˇ˝ˇˇˇˇˇˇˇ˘ˇ˛ˇ˝ˇˇ˛ˇ¸ ˇˇˇˇˇ˚ˇ˛ˇ˚ˇˇ˙ˇ˛ˇ˛ˇ¸ˇ¸ ˇˇˇˇˇ¸ˇ˝ˇÅÅ“¶Ùˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇ˛˛˛˛ˇ˛ˇˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇˇˇˇ˛ˇ˚˛ˇ˛ˇ˛˝˛ˇ˚ˇˇ˛˝ˇˇ˛ˇ˙ˇ˛ˇ¸ˇ˛ˇˇ¸˛ˇˇˇ˛ˇ˚˛¸ˇˇ˛˝˛ˇ˛¸ˇˇ˛ˇ˛ˇÅÅ“åˇΔˇÅŪ鲡»˛ˇÅŪÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÌˇÒˇˇˆ˛ˇˇ“˛ˇÅÅÅÚ!Ó˛ˇ˜ˇ˛ˇˇ‰˛ÔˇÅÅÅ]Ôˇˇ˛˝ˇ˝ˇ˛ˇˇˇ¸ˇ¸ˇ˛ˇ
  6170. ˇˇˇˇˇ˝ˇˇˇˇˇ˛ˇˇˇ˛ˇˇˇ˙ˇˇˇˇ˛˛ˇÅÅŸ`ˇˇ˝ˇˇˇˇˇˇˇ˝ˇ˙ˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅÅ˚_Òˇ˛ˇ˛ˇˇˇ˛ˇ˛ˇ˛˝ˇ˙ˇ˛ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇˇ˛ˇ¯˛˛˛ˇˇÅÅůWÚ¸ˇ˛ˇˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇˇˇˇˇˇˇˇˇˇ˚ˇ¯ˇ˛ˇˇˇÅÅŘdÛˇ¸ˇˇˇˇˇˇˇˇ¸ˇ˛ˇˇ˛ˇˇˇˇˇˇˇˇˇˇˇ˛ˇ¯ˇ˛ˇˇˇˇÅÅÅ˙gÙˇˇ˛ˇ˛ˇˇ˛ˇ˛˛ˇˇˇ˛ˇˇ˙ˇ˛ˇ˝
  6171. ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇ˝    ˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˛ ˇ˛ˇˇ˛ˇˇ˛ˇˇ˝˛ÅÅÅ˝Ρ¸ˇ⁄ˇËˇÅÅÅËÌ˛ˇ˛˛ˇ‹˛ˇÍˇÅÅÅÊÅÅÅâÅÅÅâ%˚ˇˆˇˇ˜ˇˆˇˇ›ˇˇˇˇˇÅÅÅÒ-ˇ˝ˇ˘˛ˇ˜ˇıˇ⁄ˇ˛ˇÙˇÙˇÅÅåwˇ˝ˇˇˇˇˇ˛ˇ˛ˇ˙ˇˇˇˇˇ˛˛ˇ˛ˇˇ˛ˇˇˇ˛ˇ˛ˇˇˇˇ˘ˇˇˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇÅÅó{Òˇ˝ˇˇˇˇˇˇ˚ˇˇ˛ˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅî{Òˇ˛˛ˇ˛ ˇˇˇ˛ˇ¸ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇˇ˛ˇˇ˛˘ˇ˛˛
  6172. ˛ˇˇˇˇ˛ˇˇ˝ˇˇ˛˛˛ˇ˛ˇˇÅÅîsÚˇˇ˝ ˇˇˇˇˇ¸¸ˇˇˇˇˇˇ˚ˇ¸ˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅì|Úˇ˛ˇ˛ ˇˇˇˇˇ˝ˇ¸ˇˇˇˇˇˇˇ˛ˇˇˇˇ˛ˇˇˇ˘ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇÅÅìÇÙˇˇ˛ˇ˛˛ ˛ˇˇˇˇ˛ˇˇ˛˛˛ˇ˛˛ˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇ˛˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇ˛˛˛˛ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇ˝ˇ˛ˇˇ˛ˇˇˇ˛    ˇˇ˛ˇ˛ˇˇÅÅì ™ˇÅÅÅ· ¨ˇÅÅÅflÅÅÅâÅÅÅâ¸ˇÊ˛ˇÍˇÚ¸ˇ˝ˇÅÅÅÓ(ˇ˛ˇÊˇÈˇ¯ˇ˚˛˛˛ÎˇÅÅÅcˇ˛ˇˇ˝ˇˇˇ˛ˇ˛ˇˇ˚ˇ˚ˇˇ˛ˇˇ˜ˇˇ˛ˇ¸ˇ¸ˇ˝ ˇˇˇˇˇˇˇˇ˝˛ˇ˛ˇ˛ˇˇˇˇÅÅãeÒ˝ˇ˝ˇ˛ˇˇˇˇˇˇ¸ˇ¸ˇˇˇˇ¯ˇˇ˝ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅàfÒˇ˛ˇ˛ˇ˛ˇˇ˛¸ˇˇ˛ˇ¸ˇ¸˛ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇ˛˛ˇˇ¸˛ˇ˛ˇˇÅÅàZÚˇ˛ˇ˛ˇ˛ˇˇˇ¸ˇ˘ˇ¸ˇ˝ˇˆ¸ˇ˛ˇ˛ˇ˚ˇ˝ˇˇ˛ˇˇ¸ˇ¸ˇˇ˛ˇˇÅÅámÚˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇ¸ˇ˛
  6173. ˇˇˇˇˇ˙ˇ¸ˇˇ˛ˇ˚ˇ˛ˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇÅÅárÙˇˇ˛ˇˇ˛ˇˇ˛˛˛ˇˇˇˇ˝ˇ˛¸ˇˇ˛˛ˇˇˇ˛ˇ˛˝ˇ˛ˇˇ˛ˇˇ˛˛ˇ˛ˇ˝˛˛ˇ˛˛
  6174. ˛ˇˇ˛ˇˇˇˇ˝ˇ˛˝    ˇˇ˛ˇ˛ˇˇÅÅá ¡ˇÅÅÅ  √ˇÅÅÅ»ÅÅÅâÅÅÅâ˛ˇˇˇˇˇ’˛ˇ˚˛ˇÅÅÅ‹,ˇ˛ˇ˛ˇÙ˛ÙˇÚˇ˛ˇ˝ˇ˛ˇÅÅÅ‹Aˇ˛ˇ˛ˇˇˇˇˇ˛ˇ˝ˇˇˇˇˇ˛˛ˇ˛ˇˇˇˇ˘ˇ˘ˇÅÅÅ‹BÒˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˘ˇˇ˘ˇÅÅÅ⁄>Òˇ˛ˇ˛
  6175. ˇˇˇ˛ˇ˛ˇ˛˝˛ˇ˛ˇˇ˛ˇ˛˜ˇ˚ˇÅÅÅŸ@Úˇ˛ˇ˛ˇˇˇ˝ˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˜ˇ¸ˇÅÅÅ◊IÚˇ˛ˇ˛ˇˇˇˇˇˇˇ˛ˇˇ˛ˇˇ˛ˇˇ˚ˇ˛ˇ˝ˇ˛ˇÅÅÅ⁄HÙˇˇ˛ˇˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇ˝ˇˇ˛ˇ˛ˇˇ˛˛    ˛ˇˇ˛ˇ˛ˇ˚˛ˇˇ˛ˇ˛˛ˇÅÅÅÿÅÅÅâÅÅÅâòůÄú˜HHÜGIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6176. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Úja'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜jNa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘNjéa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜éj™a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHÜHIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6177. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜jNa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHÜIIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6178. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘNjéa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHÜJIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6179. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜éj™a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜™jÍa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘÍj*a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜*jFa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHÜKIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6180. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜™jÍa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHÜLIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6181. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘÍj*a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHÜMIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6182. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜*jFa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâò@@˜@˜FjÜa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@@Ę@ĘÜjΔa¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ò@Äú˜Äú˜Δj‚a¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡òů@˜HHÜNIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6183. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@˜FjÜa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòů@ĘHHÜOIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6184. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêê@ĘÜjΔa'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâòůÄú˜HHÜPIJˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôô    ˇˇÃÃff
  6185. ˇˇÃÃ33 ˇˇÃà ˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃàˇˇôô!ˇˇff"ˇˇ33#ˇˇ$ÃÃˇˇˇˇ%ÃÃˇˇÃÃ&ÃÃˇˇôô'ÃÃˇˇff(ÃÃˇˇ33)ÃÃˇˇ*ÃÃÃÃˇˇ+ÃÃÃÃÃÃ,ÃÃÃÃôô-ÃÃÃÃff.ÃÃÃÃ33/ÃÃÃÃ0ÃÃôôˇˇ1ÃÃôôÃÃ2ÃÃôôôô3ÃÃôôff4ÃÃôô335ÃÃôô6ÃÃffˇˇ7ÃÃffÃÃ8ÃÃffôô9ÃÃffff:ÃÃff33;ÃÃff<ÃÃ33ˇˇ=ÃÃ33ÃÃ>ÃÃ33ôô?ÃÃ33ff@ÃÃ3333AÃÃ33BÃÃˇˇCÃÃÃÃDÃÃôôEÃÃffFÃÃ33GÃÃHôôˇˇˇˇIôôˇˇÃÃJôôˇˇôôKôôˇˇffLôôˇˇ33MôôˇˇNôôÃÃˇˇOôôÃÃÃÃPôôÃÃôôQôôÃÃffRôôÃÃ33SôôÃÃTôôôôˇˇUôôôôÃÃVôôôôôôWôôôôffXôôôô33YôôôôZôôffˇˇ[ôôffÃÃ\ôôffôô]ôôffff^ôôff33_ôôff`ôô33ˇˇaôô33ÃÃbôô33ôôcôô33ffdôô3333eôô33fôôˇˇgôôÃÃhôôôôiôôffjôô33kôôlffˇˇˇˇmffˇˇÃÃnffˇˇôôoffˇˇffpffˇˇ33qffˇˇrffÃÃˇˇsffÃÃÃÃtffÃÃôôuffÃÃffvffÃÃ33wffÃÃxffôôˇˇyffôôÃÃzffôôôô{ffôôff|ffôô33}ffôô~ffffˇˇffffÃÃÄffffôôÅffffffÇffff33ÉffffÑff33ˇˇÖff33ÃÃÜff33ôôáff33ffàff3333âff33äffˇˇãffÃÃåffôôçfffféff33èffê33ˇˇˇˇë33ˇˇÃÃí33ˇˇôôì33ˇˇffî33ˇˇ33ï33ˇˇñ33ÃÃˇˇó33ÃÃÃÃò33ÃÃôôô33ÃÃffö33ÃÃ33õ33ÃÃú33ôôˇˇù33ôôÃÃû33ôôôôü33ôôff†33ôô33°33ôô¢33ffˇˇ£33ffÃç33ffôô•33ffff¶33ff33ß33ff®3333ˇˇ©3333ÃÙ3333ôô´3333ff¨333333≠3333Æ33ˇˇØ33ÃÃ∞33ôô±33ff≤3333≥33¥ˇˇˇˇµˇˇÃÃ∂ˇˇôô∑ˇˇff∏ˇˇ33πˇˇ∫ÃÃˇˇªÃÃÃúÃÃôôΩÃÃffæÃÃ33øÃÿôôˇˇ¡ôôÃìôôôô√ôôffƒôô33≈ôôΔffˇˇ«ffÃûffôô…ffff ff33ÀffÃ33ˇˇÕ33ÃÃŒ33ôôœ33ff–3333—33“ˇˇ”ÃÑôô’ff÷33◊ÿˇˇˇŸ˘`˘`˘`⁄Ú–Ú–Ú–€Ï@Ï@Ï@‹Â∞Â∞Â∞›fl fl fl fiÿêÿêÿêfl“““‡ÀpÀpÀp·ƒ‡ƒ‡ƒ‡‚æPæPæP„∑¿∑¿∑¿‰±0±0±0™†™†™†Ê§§§ÁùÄùÄùÄËñññÈê`ê`ê`Íâ–â–â–ÎÉ@É@É@Ï|∞|∞|∞Ìv v v ÓoêoêoêÔiiibpbpbpÒ[‡[‡[‡ÚUPUPUPÛN¿N¿N¿ÙH0H0H0ıA†A†A†ˆ;;;˜4Ä4Ä4į---˘'`'`'`˙ – – –˚@@@¸∞∞∞˝   ˛êêêÄú˜Δj‚a'ÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâÅÅÅâ†Ç°d
  6186. SPNTË°dSPNT –@°dSPNT–†é
  6187. ˚j\◊òÄ攜HHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""”»˝l~„ÅˇÀˇ˘ ˇÅˆŒˆ¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ˙0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ˙>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ˙Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ˙\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ˙Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ˙!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ ˇÅ¯Õ¯ˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÌœˇÌœˇËˇÛˇˇ˙ˇÌœˇÌœˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙ˇÌœˇÌœˇËˇÛˇˇ˙ˇÌœˇÌœˇËˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇıı˚¨˚ıˇˇ˙ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙Åˇ ˇ˙ÅˇÀˇ˙Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√3È˛ˇ˛˝ˇ¸ˇ˛ˇ¸ˇ˚ˇˆˇ˝˛ˇ¯˛ˇÎˇ„ˇˇˇ‰<Èˇˇˇ˛ˇ˝ˇ˛ˇ¸ˇ˚ˇ˜ˇˇ˛ˇ˛ˇ˘ˇˇÕˇÔˇ‰ÅÈˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇˆˇ˛ˇ˛ˇ˛ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇ˝ˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˛˛ˇˇˇˇ˛˛ˇÓ~Èˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇˇ˝ˇˇ˝˝ˇ˛ˇ˝˛ˇ¯ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6188. ˇˇˇˇˇ˝ˇˇ˛ ˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇÎuÈˇ˛ˇˇˇ˝¸ˇ˛ˇˇ˘ˇˆˇ˛ˇ˛ˇ˘ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6189. ˇˇˇˇˇ˝ˇ˝˝ˇˇ¸ˇ˛˛ˇˇˇˇˇˇ˝ˇˇˇÌ}È    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˘ˇˆˇ˛ˇ˛ˇ˘ˇˇˇ˝ˇˇ˛ˇˇ˝
  6190. ˇˇˇˇˇ˝ˇ˝ˇ˝ˇˇˇˇˇˇˇˇˇˇˇ˙ˇÓvÈ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˘˝ˇ˘ˇ˝˛ˇ˝ˇ˝˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇ˝ˇ¸ˇˇ˛ˇˇ˝ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇÌ
  6191. ⡛ˇ· ãˇˇfiˇˇ‡Å√Å√Å√6È ˇˇˇˇˇˇ¸ˇ¯ˇÌˇÓ˛ˇ˘ˇ˚ˇ˝˛ˇÈ˛ˇÎˇÏ6Èˇˇˇˇˇˇˇ˛ˇˇ¯ˇ⁄ˇ˛ˇÛˇ˝ˇˇÍˇˇ÷ëÈˇˇˇˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇˆåÈˇˇˇˇˇˇˇˇ¯ˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇˇ¸ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6192. ˇˇˇˇˇˆäÈ ˇˇˇˇˇˇ¸ˇ¯
  6193. ˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇ˛
  6194. ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇ¸˛ˇˇˇˇ¸ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6195. ˇˇˇˇˇˆçÈ ˇˇˇˇˇˇ¸ˇ¯ˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˚ˇˇˇ˝ˇˇ˛ˇˇ˝
  6196. ˇˇˇˇˇˆÜÈˇ˛ˇˇˇˇ¸ˇ˛ˇ¸
  6197. ˇˇˇˇ˛ˇ˛ˇ    ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛˛ˇˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇ˚˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇˆªˇıˇˆˇØˇˆΩˇˇˆˇˇ§ˇˇı†è°dSPNTÈ†Éˇax@ˇ ˇˇˇˇ@
  6198. ˇ·ˇ‚7^
  6199. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  6200. , (‡3-23
  6201. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6202. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6203. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6204. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6205. 454+?òÄ
  6206. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6207. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6208. ˛ˇ˛ˇˇ
  6209. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6210. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6211. ˛ˇˇˇˇ
  6212. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6213. ˛ˇˇˇˇ
  6214. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6215. gHn4gHn"hH_
  6216. ˇ·ˇ‚7^    °dONLNd\äg∂(dä Listing 3-4.°dONLNd \Œgˆ)D
  6217. Using the ,
  6218. Courier°dONLNd\ˆg#)(    FrameRect°dONLNd\#gö)- procedure to draw rectangles
  6219. °dONLNd>väÇ(äPROCEDURE MyDrawRects;°dONLNdVÑúêÆ+VAR°dONLNd\íÆûV+firstRect, secondRect: Rect;°dONLNdy†ä¨®(©äBEGIN°dONLNdÄÆú∫“+    PenSize(2°dONLNdâÆ“∫fi)6,2°dONLNdãÆfi∫Í) );°dONLNdê ú÷(”úfirstRect.top := 20;°dONLNd¶ÿú‰*firstRect.left := 20;°dONLNdΩÊúÚ&*firstRect.bottom := 70;°dONLNd÷Ùú *firstRect.right := 70;°dONLNdÓú*FrameRect(firstRect);°dONLNdú**SetRect(secondRect°dONLNd*)l,9°dONLNd*) 0°dONLNd*&),2°dONLNd&*,) 0°dONLNd,*8),1°dONLNd 8*D) 40°dONLNd"D*P) ,7°dONLNd$P*b) 0);°dONLNd),ú8 (5úFrameRect(secondRect);°dONLNdBHúTÿ*
  6220. PenNormal;°dONLNdMVäb¢(_äEND;°dONLNdRnäzê*Tï°dONLNdSnèzÁ)o shorten code text, ï°dONLNdhnÁz)X Listing 3-4ï°dONLNdsnz?)0
  6221.  uses the ï°dONLNd}n?zi)(SetRectï°dONLNdÑnizu)* prg`°dONLNdánuzí) ocedur9¿°dONLNdçníz∂)e to defi9¿°dONLNdñn∂zÿ)$ne the r  °dONLNdûnÿz )" ectangle on °dONLNd™{äá÷(Ñäthe right side of °dONLNdº{÷áÓ)LFigurR`°dONLNd¡{Óá)e 3-1≈¿°dONLNdΔ{á)1≈¿°dONLNd«{á ). g`°dONLNd…{ á-)Again, g`°dONLNd–{-ác)!    FrameRectg`°dONLNdŸ{cá„)6 is used to draw an outline ar9¿°dONLNd˜{„á )Ä    ound the °dONLNdàäîé(ëärR`°dONLNdàéî)ectangle. Notice that while a R`°dONLNdàî/)âRectR`°dONLNd#à/î5) r$¿°dONLNd%à5îG)ecor˜ °dONLNd)àFî})d lists the fi˜ °dONLNd7à}î≠)7 elds for a r…Ä°dONLNdCà≠î)0ectangle’s boundaries °dONLNdYïä°ì(ûäin°dONLNd[ïì°ï)     °dONLNd\ïï°∞)the orR`°dONLNdbï∞°¡)der R`°dONLNdfï¡°”)topR`°dONLNdiï”°ÿ), R`°dONLNdkïÿ°)leftR`°dONLNdoï°ı), R`°dONLNdqïı°)bottomR`°dONLNdwï°1)$, and R`°dONLNd}ï1°O)rightR`°dONLNdÇïO°»), you pass these boundariesR`°dONLNdùï»° )y as parameters °dONLNd¨¢äÆß(´äto the °dONLNd≥¢ßÆ—)SetRect°dONLNd∫¢—Æ›)* prR`°dONLNdΩ¢›Æ˙) ocedur$¿°dONLNd√¢˙Æˇ)e$¿°dONLNdƒ¢ˇÆ')
  6222.  in the or˜ °dONLNdŒ¢&Æ7)'der ˜ °dONLNd“¢7ÆO)left˜ °dONLNd÷¢OÆT), ˜ °dONLNdÿ¢TÆf)top˜ °dONLNd€¢fÆk), ˜ °dONLNd›¢kÆâ)right˜ °dONLNd‚¢âÆ°), and ˜ °dONLNdË¢°Æø)botto˜ °dONLNdÌ¢øÆ≈)m˜ °dONLNdÓ¢≈Æ»).˜ °dONLNdÔ¢»Æ ) .°dONLNdҥ俯(ΩäSRemember that the graphics pen hangs to the right of and below its location point; °dONLNdD¡äÕõ*ther"`°dONLNdH¡úÕ≠)eforz`°dONLNdL¡≠Õ∂)e, D°dONLNdO¡∑Õ«)
  6223. the °`°dONLNdS¡«Õ‡)lower‰‡°dONLNdX¡‡Õ.)-right corner of thy¿°dONLNdk¡/ÕJ)Oe two-& °dONLNdq¡KÕç)pixel outline ar€°dONLNdÅ¡çÕª)B
  6224. ound the rÁ °dONLNd㡪Õ).ectangle on the °dONLNdõŒä⁄¡(◊äright side of R°dONLNd©Œ¬⁄⁄)8Figur$¿°dONLNdÆŒ⁄⁄Ó)e 3-15†°dONLNd≥ŒÓ⁄Û)15†°dONLNd¥ŒÛ⁄ ) lies a°dONLNdªŒ ⁄ù)"t the point with a horizontal coorß`°dONLNd›Œù⁄Û)ëdinate of 142 and a °dONLNdÒ€äÁ¿(‰ävertical coor °dONLNd˛€¡Á˜)7dinate of 72.°dONLNd Ìä˘¢(ˆäFigurR¿°dONLNdÌ¢˘ª)e 3-12@°dONLNd̪˘‰)  illustrateÆÄ°dONLNd"Ì¢Ò)*s pm†°dONLNd%ÌÚ˘)ainti¿°dONLNd)Ì˘)edO °dONLNd+Ì˘))  and fiI°dONLNd2Ì*˘/)ll¿°dONLNd4Ì0˘A)ed rD °dONLNd8ÌA˘`)ectangl    @°dONLNd?Ìa˘l) es.臰dONLNdBÌl˘n)  ‡°dONLNdCÌo˘ù) Listing 3-5∞ °dONLNdNÌù˘˘). shows the code that °dONLNdc˙äí(äcrµ@°dONLNde˙íÂ)eates these images.
  6225. (H94)H9")H]
  6226. ˇ·ˇ‚7^    °dONLNdyä)∫(&ä Figure 3-12°dONLNdÖÃ))BPainting and fiÖp°dONLNdî)A)9lling rectangles†Ç°d
  6227. SPNTË°dSPNT –@°dSPNT–†é
  6228. 8àòÓòÄfiÃ˘HHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""ÃÚ;ä∑ÅˇÀˇŸ ˇÅˆŒˆ¯ˇˇ⁄ˇˆÅıœı¯ˇˇ⁄ˇˆÅıœı¯ˇˇ⁄ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ⁄0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ⁄>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ⁄Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ⁄_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ⁄Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ⁄[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ⁄Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ⁄\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ⁄Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ⁄!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ⁄ˇˆÅıœı¯ˇˇ⁄ˇˆÅıœı¯ˇˇ⁄ ˇÅ¯Õ¯ˇˇ⁄Åˇ ˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄AˇÌœˇÎˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÂˇÛˇˇ⁄EˇÌœˇÌˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇÁˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄ˇÅ‹ˇÛˇˇ⁄Åˇ ˇ⁄ˇÅ‹ˇÛıˇˇ⁄ˇÅ‹ˇÛıˇˇ⁄ˇÅ‹ˇıı˚¨˚ıˇˇ⁄ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ⁄ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ⁄ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ⁄ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ⁄ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ⁄ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ⁄ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ⁄ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ⁄ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ⁄ˇÅ‹ˇÛıˇˇ⁄ˇÅ‹ˇÛıˇˇ⁄Åˇ ˇ⁄ÅˇÀˇ⁄ţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţţOÏ˛ˇ˛˝ˇ¸ˇ˛ˇ¸ˇ˚ˇˆˇ˝˛ˇ¯˝ˇ˘ˇ˙ˇ˛ˇÊˇ˚ ˇˇˇˇˇˇˇˇ„ˇˇˇÔPÏˇˇˇ˛ˇ˝ˇ˛ˇ¸ˇ˚ˇ˜ˇˇ˛ˇ˛ˇ˘ˇ˛ˇÚˇ‚ˇ¸ˇ˚ˇˇ‡ˇÔˇÔßÏˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇˆˇ˛ˇ˛ˇ˛ˇ˝ˇ˛    ˇˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛˛ˇ¸ˇˇ˛ˇ˛˛ˇ˝˛ˇ ˇˇˇˇˇˇ˛ˇ˛˛ˇ˝ˇˇˇˇˇ˛ˇˇ˛ˇˇˇ˛ˇ˛˛ˇˇˇˇ˛˛ˇ˘§Ïˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇˇ˝ˇˇ˝˝ˇ˛ˇ˝˝ˇ˘˝ˇ¸ ˇˇˇˇˇ˛
  6229. ˇˇˇˇˇ˙
  6230. ˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇ˝ˇˇ˛ ˇˇˇˇˇ¸ˇˇˇˇˇˇˇˇˇˆôÏˇ˛ˇˇˇ˝¸ˇ˛ˇˇ˘ˇˆˇ˙ˇ˘ˇ˚˛ˇ
  6231. ˇˇˇˇ˛
  6232. ˇˇˇˇˇ¸˛ˇ    ˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇ˝ˇ˝˝ˇˇ¸ˇ˛˛ˇˇˇˇˇˇ˝ˇˇˇ¯§Ï    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˘ˇˆˇ˚ˇ¯ˇ¸ˇˇˇˇˇˇ˛
  6233. ˇˇˇˇˇ˝ˇˇˇˇˇˇ¸ˇ˛ˇˇˇˇˇˇˇˇ˝ˇ˝ˇ˝ˇˇˇˇˇˇˇˇˇˇˇ˙ˇ˘°Ï˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˘˝ˇ˘ˇ˝ˇˇ¸ˇ˝ˇ˚˛ˇˇˇˇ˛
  6234. ˇˇˇˇ˛ˇ¸˛ˇˇˇ˛ˇ¸ˇ˛ˇˇˇˇˇˇ˛ˇ˝ˇ¸ˇˇ˛ˇˇ˝ˇ˛ˇˇˇ˛ˇˇˇˇ˛ˇ¯òÄfiÃ⁄˘HHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""Ã⁄Ú∑ä¡硔ˇ›ˇÏèˇˇ‘ˇˇfiˇˇÎţţţ6Ï ˇˇˇˇˇˇ¸ˇ¯ˇÌˇÓ˛ˇ˘ˇ˚ˇ˝˛ˇÈ˛ˇÎˇ…6Ïˇˇˇˇˇˇˇ˛ˇˇ¯ˇ⁄ˇ˛ˇÛˇ˝ˇˇÍˇˇ≥ëÏˇˇˇˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇ”åÏˇˇˇˇˇˇˇˇ¯ˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇˇ¸ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6235. ˇˇˇˇˇ”äÏ ˇˇˇˇˇˇ¸ˇ¯
  6236. ˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇ˛
  6237. ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇ¸˛ˇˇˇˇ¸ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6238. ˇˇˇˇˇ”çÏ ˇˇˇˇˇˇ¸ˇ¯ˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˚ˇˇˇ˝ˇˇ˛ˇˇ˝
  6239. ˇˇˇˇˇ”ÜÏˇ˛ˇˇˇˇ¸ˇ˛ˇ¸
  6240. ˇˇˇˇ˛ˇ˛ˇ    ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛˛ˇˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇ˚˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇ”æˇıˇˆˇØˇ”¿ˇˇˆˇˇ§ˇˇ“†è°dSPNTÈ†Éˇ@ˇ ˇˇˇˇ@
  6241. ˇ·ˇ‚7^
  6242. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6243. (‡*3-24    )B    Drawing W}–),ith QuickDraw4^*¿¯
  6244. .°dONLNd\lhú(el Listing 3-5°dONLNd \úhƒ)0
  6245.  uses the ,
  6246. Courier°dONLNd\ƒh˙)(    PaintRect°dONLNd\˙h)6 prR`°dONLNd!\h#) ocedur$¿°dONLNd'\#h.)e t$¿°dONLNd*\.h‹) (o draw the outline and the interior of t$¿°dONLNdR\‹hÍ)Æhe .°dONLNdUiluo(rlrE°dONLNdVipuÂ)ectangle on the left side of `°dONLNdsiÊu˛)vFigurÁ °dONLNdxi˝u)e 3-12ц°dONLNd~iu‘), with the pattern of the graphics pen, accorì`°dONLNd™i‘uˆ)Ωding to .°dONLNd≤vlÇ>(l.the pattern mode of the graphics pen. Because °dONLNd‡v>Çn)“ Listing 3-5°dONLNdÎvnÇö)0  calls the °dONLNdˆvöÇ–),    PenNormal°dONLNdˇv–Ç“)6 °dONLNdÉlèv(ålprR`°dONLNdÉvèì)
  6247. ocedur$¿°dONLNdÉìèÔ)e immediately befor˜ °dONLNdÉÓè)[
  6248. e calling ˜ °dONLNd%ÉèM))    PaintRect˜ °dONLNd.ÉMèÂ)6#, the graphics pen has its default °dONLNdQêlúˆ(ôl characteristics: a pattern of al°dONLNdqêˆú)äl-b°dONLNdtêú)lack °dONLNdyêú1)pixel°dONLNd~ê1úN)s and t°dONLNdÖêNú\)he °dONLNdàê\úÜ)patCopy°dONLNdèêÜúÈ)* pattern mode, which .°dONLNd§ùl©(¶l+changes all of the pixels in the destinatiox@°dONLNdœù©5)≥n to tC‡°dONLNd’ù6©)he pen’s pattern.
  6249. Ã*‘¯4Õ*‘¯"Õ*_
  6250. ˇ·ˇ‚7^    °dONLNdÁ¬lÕò( l Listing 3-5.°dONLNdÛ¬∞Õÿ)D
  6251. Using the °dONLNd˝¬ÿÕ)(    PaintRect°dONLNd¬Õ)- and °dONLNd ¬Õ@)FillRect°dONLNd¬@Õp)(  procedures
  6252. °dONLNd ‹lË (ÂlPROCEDURE MyPaintAndFillRects;°dONLNd@Í~ˆê+VAR°dONLNdE¯~&*firstRect, secondRect: Rect;°dONLNdblä(lBEGIN°dONLNdi~ ∫+
  6253. PenNormal;°dONLNdu"~.‰*SetRect(firstRect°dONLNdÜ"‰.)f,2°dONLNdà".ˆ) 0°dONLNdâ"ˆ.),2°dONLNdã".) 0°dONLNdå".),7°dONLNdé".) 0°dONLNdè".&),7°dONLNdë"&.8) 0);°dONLNdñ0~<¸(9~PaintRect(firstRect);°dONLNd≠>~J*SetRect(secondRect,20,90°dONLNd≈>J)ê,°dONLNdΔ>JD)70,140);°dONLNd–L~XÆ(U~FillRect°dONLNdÿLÆX¸)0(secondRect,l°dONLNdÂL¸X&)NtGray);°dONLNdÌZlfÑ(clEND;°dONLNdÚrl~Ä*The °dONLNdˆrÄ~∂)    PaintRect°dONLNdˇr∂~¬)6 prR`°dONLNdr¬~fl) ocedur$¿°dONLNdrfl~Ï);e always uses the pattern and pattern mode of the graphics .°dONLNdClãí(àlpen wheè °dONLNdJíã«)& n drawing a¿°dONLNdU»ãŒ)6 rS¿°dONLNdWŒã”)>ectangle. If you want to use a pattern other than that of the .°dONLNdïålò(ïlgraphics pen, you can use the °dONLNd≥åò )ÑFillRect°dONLNdªå ò,)0 prR`°dONLNdæå,òI) ocedur$¿°dONLNdƒåIòg)e. The $¿°dONLNdÀågòó)FillRect$¿°dONLNd”åóò£)0 pr˜ °dONLNd÷å¢òø) ocedur…Ä°dONLNd‹åøò…)e, °dONLNdflôl•î(¢lhowever¬†°dONLNdÊôì•ò)', .¬†°dONLNdËôò•≥)always.Ü °dONLNdÓô¥•‹)
  6254.  uses the Ü °dONLNd¯ô‹•)(patCopyÜ °dONLNdˇô•I)* pattern mode. Ü °dONLNdôI•y)C Listing 3-5Ü °dONLNdôy•°)0
  6255.  uses the Ü °dONLNd#ô°•—)(FillRectÜ °dONLNd+ô—•”)0 .°dONLNd,¶l≤u(ØlprG °dONLNd.¶v≤î)
  6256. ocedurfi`°dONLNd4¶î≤û)e tj`°dONLNd7¶ü≤H) (o draw the outline and the interior of t,Ä°dONLNd_¶I≤Z)™he r Ä°dONLNdc¶Z≤◊)ectangle on the right side of °dONLNdÇ≥løÑ(ºlFigurR¿°dONLNdá≥Ñøù)e 3-12@°dONLNdç≥ùø) with a light gray pattern.
  6257. Õ*€¯4Œ*€¯    °dONLNd©Ãl◊(‘lNote
  6258. ˇ·ˇ‚7^
  6259. .°dONLNdÆŸl¶* Neither the °dONLNd∫Ÿ¶Â÷):PaintRec°dONLNd¬Ÿ÷‹)0t°dONLNd√Ÿ‹ÂÓ) nor °dONLNd»ŸÓÂ)FillRect°dONLNd–ŸÂ*)0 prR`°dONLNd”Ÿ*ÂG) ocedur$¿°dONLNdŸŸGÂ≠)e changes the location .°dONLNdÂlÒ√(Ólof the graphics pen.,Zapf DingbatsÆ¿°dONLNdË»Œ)\u
  6260. .°dONLNdˆl—(ˇlIf the application tha°dONLNdˆ—˘)e    t draws t°dONLNd&ˆ˘ )(he rR`°dONLNd*ˆ B)ectangles in R`°dONLNd7ˆBZ)7Figur$¿°dONLNd<ˆZt)e 3-12$¿°dONLNdBˆtú)
  6261.  uses the $¿°dONLNdLˆú“)(    EraseRect$¿°dONLNdUˆ“‘)6 .°dONLNdVlu( lprG °dONLNdXvî)
  6262. ocedurfi`°dONLNd^îC)'e to erase them both, then they would bfl†°dONLNdÖCM)Øe fM†°dONLNdàN©) illed with the backgrw¿°dONLNdù©Â)[ound pattern .°dONLNd™lä(lspecifi°dONLNd±ä∂)
  6263. ed by the °dONLNdª∂‘),bkPat°dONLNd¿‘›) fi°dONLNd√›)    eld of the currR`°dONLNd“Ë)?/ent graphics port. If the application uses the °dONLNdl)®(&l
  6264. InvertRect°dONLNd ®)¥)< prR`°dONLNd¥)—) ocedur$¿°dONLNd—))e to invert the r˜ °dONLNd%)Ë)E/ectangles, then the black pixels in each would .°dONLNdT*l6g(3l6become white and the white pixels would become black. °dONLNdã<lH¨* QuickDraw prò¿°dONLNdó<¨H)@ovides a similar set of r”`°dONLNd∞<Hd)foutines for drawin-‡°dONLNd¬<eHq)Sg r°dONLNd≈<qHô) ounded rñ °dONLNdÕ<ôHÌ)(ectangles, which ar˘@°dONLNd‡<ÌHÙ)Te °dONLNd‚IlU|(Rldefir °dONLNdÊI}U∏)ned by their r=°dONLNdÙIπU¯)<Iectangles and the widths and heights of the ovals forming their corners. °dONLNd=Vlb}(_lSee ”°dONLNdAV}bc)/“Drawing Rounded Rectangles” beginning on page Ô¿°dONLNdpVcbu)Ê3-63C†°dONLNdtVvbÂ) for detailed information °dONLNdéclo•(llabout these ro†°dONLNdõc•o«)9outines.ˇMÿ@ˇ ˇˇˇˇ@
  6265. ˇ·ˇ‚7^
  6266. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  6267. , (‡3-25
  6268. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6269. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6270. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6271. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6272. 454+?òÄ
  6273. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6274. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6275. ˛ˇ˛ˇˇ
  6276. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6277. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6278. ˛ˇˇˇˇ
  6279. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6280. ˛ˇˇˇˇ
  6281. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6282. kHr4lHr mäm
  6283. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\äk¥(gäDrawin4î°dONLNd\µkÀ)+g OX˛°dONLNd    \ÀkÍ)vals, hr°dONLNd\Ík4) Arcs, and WÿðdONLNd\4kY)Jedgesˇˇˇˇˇˇ€r)⁄3
  6284. °dONLNd!rä~Ã({äAn oval is a cir_¿°dONLNd1rÃ~F)Bcular or elliptical shape defiÓ¿°dONLNdOrF~®)zned by the bounding rò‡°dONLNddr©~ )cectangle that encloses .°dONLNd{äãó(àäit. !†°dONLNdóã#)After specifying the bounding rÙ°dONLNdû"ã¥)ã"ectangle for an oval, you use the ,
  6285. CourierÙ°dONLNd¿¥ãÍ)í    FrameOvalÙ°dONLNd…ÍãÏ)6 °dONLNd åäòî(ïäprR`°dONLNdÃåîò±)
  6286. ocedur$¿°dONLNd“å±ò-)e to draw its outline, or the $¿°dONLNdå-òc)|    PaintOval$¿°dONLNd˘åcòp)6 or $¿°dONLNd˝åpò†)FillOval$¿°dONLNdå†ò¨)0 pr˜ °dONLNdå´ò») ocedur…Ä°dONLNdå»ò”)e t…Ä°dONLNdå”ò) o draw its .°dONLNdô䕬(¢äoutline and iÄ@°dONLNd)ô¬•2)8ts interior with a pattern. p °dONLNdEô3•K)qFigurB‡°dONLNdJôK•d)e 3-13‡`°dONLNdPôd•†) illustrates twı°dONLNd_ô†•«)<    o ovals d«`°dONLNdhô»•)(rawn with the .°dONLNdv¶ä≤¿(Øä    FrameOval°dONLNd¶¿≤Ã)6 prR`°dONLNdǶÃ≤È) ocedur$¿°dONLNdà¶È≤Ò)e.
  6287. ‘HÂ4’HÂ"’H]
  6288. ˇ·ˇ‚7^    .°dONLNdã ä’∫(“ä Figure 3-13°dONLNdó Ã’)BDrawing ovals
  6289. °dONLNd¶\äh∏(eä Listing 3-6 @°dONLNd±\πh)/ shows the code that pr}‡°dONLNd»\hI)f    oduces th ‡°dONLNd—\JhV)+e o‡°dONLNd‘\Vhu) vals in e`°dONLNd‹\vhé) Figur8 °dONLNd·\éhß)e 3-13’†°dONLNdÁ\ßhø). The .°dONLNdÌiäu≤(räbounding°dONLNdıi≤u¥)( °dONLNdˆi¥u∏)rR`°dONLNd˜i∏uŸ)ectanglR`°dONLNd˛iŸuË)!es fR`°dONLNdiËu)
  6290. or the ovaR`°dONLNd iu*).ls ar$¿°dONLNdi*u5)e c$¿°dONLNdi5u9) r˜ °dONLNdi8u)eated with the ˜ °dONLNd$iu©)GSetRect˜ °dONLNd+i©uµ)* pr…Ä°dONLNd.iµu“) ocedurõ‡°dONLNd4i“u‚)e. Tõ‡°dONLNd8i‚u)he °dONLNd;väÇé(ärR`°dONLNd<véÇ≤)esultingR`°dONLNdDv≤Ç¥)$ R`°dONLNdEv¥Ç∏)r$¿°dONLNdFv∏Çfi)ectangle$¿°dONLNdNvfiÇÓ)&s ar˜ °dONLNdRvÌÇ)e then p˜ °dONLNdZvÇI)$assed to the ˜ °dONLNdgvIÇ)8    FrameOval˜ °dONLNdpvÇã)6 pr…Ä°dONLNdsvãÇ®) ocedurõ‡°dONLNdyv®Ç∞)e.
  6291. •H≠4¶H≠"¶H_
  6292. ˇ·ˇ‚7^    .°dONLNd|õä¶∂(£ä Listing 3-6.°dONLNdàõŒ¶ˆ)D
  6293. Using the °dONLNdíõˆ¶#)(    FrameOval°dONLNdõõ#¶Ö)- procedure to draw ovals
  6294. °dONLNdµµä¡(æäPROCEDURE MyDrawOvals;°dONLNdÕ√úœÆ+VAR°dONLNd”—Æ›V+firstRect, secondRect: Rect;°dONLNdfläή(ËäBEGIN°dONLNd˜Ìú˘“+    PenSize(2°dONLNdÌ“˘fi)6,2°dONLNdÌfi˘Í) );°dONLNd˚úV(úSetRect(firstRect,20,20,70,70);°dONLNd0˚b)Δ {create a bounding rectangle}°dONLNdP    ú“(ú    FrameOval°dONLNdY    “)6 (firstRect)°dONLNdd    )B;°dONLNdp    b¬)N {draw the oval}°dONLNdÇú#( úSetRect(secondRect°dONLNdî#)l,9°dONLNdñ#) 0°dONLNdó#&),2°dONLNdô&#,) 0°dONLNdö,#8),1°dONLNdú8#D) 40°dONLNdûD#P) ,7°dONLNd†P#\) 0)°dONLNd¢\#b) ;°dONLNdÆb#) {create a bounding rectangle}°dONLNdŒ%ú1(.úFrameOval(secondRect)°dONLNd„%1 )~;°dONLNdÔ%b1¬)H {draw the oval}°dONLNd3ú?ÿ(<ú
  6295. PenNormal;°dONLNd AäM¢(JäEND;†Ç°d
  6296. SPNTË°dSPNT –@°dSPNT–†é
  6297. ‰àD˙òÄæ    …«HHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""    …¿ÊädÅˇÀˇ˘ ˇÅˆŒˆ¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ˙0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ˙>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ˙Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ˙\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ˙Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ˙!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ ˇÅ¯Õ¯ˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇŸ˜ˇ≈˜ˇ‘ˇÛˇˇ˙ˇ›ÔˇÕÔˇÿˇÛˇˇ˙ˇfl˚ˇ˜˚ˇ—˚ˇ˜˚ˇ⁄ˇÛˇˇ˙ˇ·¸ˇÒ¸ˇ’¸ˇÒ¸ˇ‹ˇÛˇˇ˙ˇ‚˝ˇÌ˝ˇ◊˝ˇÌ˝ˇ›ˇÛˇˇ˙ˇ‰˝ˇÈ˝ˇ€˝ˇÈ˝ˇflˇÛˇˇ˙ˇÂ˛ˇÂ˛ˇ›˛ˇÂ˛ˇ‡ˇÛˇˇ˙ˇÊ˛ˇ„˛ˇfl˛ˇ„˛ˇ·ˇÛˇˇ˙ˇÁ˛ˇ·˛ˇ·˛ˇ·˛ˇ‚ˇÛˇˇ˙ˇË˛ˇfl˛ˇ„˛ˇfl˛ˇ„ˇÛˇˇ˙!ˇËˇˇ›ˇˇ„ˇˇ›ˇˇ„ˇÛˇˇ˙!ˇÈˇˇ€ˇˇÂˇˇ€ˇˇ‰ˇÛˇˇ˙ˇÍ˛ˇ€˛ˇÁ˛ˇ€˛ˇÂˇÛˇˇ˙!ˇÍˇˇŸˇˇÁˇˇŸˇˇÂˇÛˇˇ˙ˇÎ˛ˇŸ˛ˇÈ˛ˇŸ˛ˇÊˇÛˇˇ˙!ˇÎˇˇ◊ˇˇÈˇˇ◊ˇˇÊˇÛˇˇ˙ˇÏ˛ˇ◊˛ˇÎ˛ˇ◊˛ˇÁˇÛˇˇ˙!ˇÏˇˇ’ˇˇÎˇˇ’ˇˇÁˇÛˇˇ˙!ˇÏˇˇ’ˇˇÎˇˇ’ˇˇÁˇÛˇˇ˙!ˇÏˇˇ’ˇˇÎˇˇ’ˇˇÁˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÌˇˇ”ˇˇÌˇˇ”ˇˇËˇÛˇˇ˙!ˇÏˇˇ’ˇˇÎˇˇ’ˇˇÁˇÛˇˇ˙!ˇÏˇˇ’ˇˇÎˇˇ’ˇˇÁˇÛˇˇ˙!ˇÏˇˇ’ˇˇÎˇˇ’ˇˇÁˇÛˇˇ˙ˇÏ˛ˇ◊˛ˇÎ˛ˇ◊˛ˇÁˇÛˇˇ˙!ˇÎˇˇ◊ˇˇÈˇˇ◊ˇˇÊˇÛˇˇ˙ˇÎ˛ˇŸ˛ˇÈ˛ˇŸ˛ˇÊˇÛˇˇ˙!ˇÍˇˇŸˇˇÁˇˇŸˇˇÂˇÛˇˇ˙ˇÍ˛ˇ€˛ˇÁ˛ˇ€˛ˇÂˇÛˇˇ˙!ˇÈˇˇ€ˇˇÂˇˇ€ˇˇ‰ˇÛˇˇ˙!ˇËˇˇ›ˇˇ„ˇˇ›ˇˇ„ˇÛˇˇ˙ˇË˛ˇfl˛ˇ„˛ˇfl˛ˇ„ˇÛˇˇ˙ˇÁ˛ˇ·˛ˇ·˛ˇ·˛ˇ‚ˇÛˇˇ˙ˇÊ˛ˇ„˛ˇfl˛ˇ„˛ˇ·ˇÛˇˇ˙ˇÂ˛ˇÂ˛ˇ›˛ˇÂ˛ˇ‡ˇÛˇˇ˙ˇ‰˝ˇÈ˝ˇ€˝ˇÈ˝ˇflˇÛˇˇ˙ˇ‚˝ˇÌ˝ˇ◊˝ˇÌ˝ˇ›ˇÛˇˇ˙ˇ·¸ˇÒ¸ˇ’¸ˇÒ¸ˇ‹ˇÛˇˇ˙ˇfl˚ˇ˜˚ˇ—˚ˇ˜˚ˇ⁄ˇÛˇˇ˙ˇ›ÔˇÕÔˇÿˇÛˇˇ˙ˇŸ˜ˇ≈˜ˇ‘ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇıı˚¨˚ıˇˇ˙ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙Åˇ ˇ˙ÅˇÀˇ˙Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√/˙˛ˇ˛˝ˇ¸ˇ˛ˇ¸ˇ˚ˇ˜˛ˇ˛˛ˇ¯˛ˇÎˇ„ˇˇ¡9˙ˇˇˇ˛ˇ˝ˇ˛ˇ¸ˇ˚ˇ¯ˇ˛ˇˇ˛ˇ˘ˇˇÃˇ¡j˙ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇÙˇˇ˛ˇ˛ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇ¸ˇˇˇ˛ˇˇˇ˛ˇ˛ˇΔj˙ˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇˇ˝ˇˇ˝˝ˇ˝ˇˇ˛ˇ˘ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6298. ˇˇˇˇˇ˝ˇˇˇˇ¸ˇˇˇ√d˙ˇ˛ˇˇˇ˝¸ˇ˛ˇˇ˘ˇˆˇ˛ˇ˛ˇ˘ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6299. ˇˇˇˇˇ˝ˇˇˇˇ˛˛ˇˇˇˇ≈k˙    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˘ˇ˜ˇ˝ˇ˛ˇ˘ˇˇˇ˝ˇˇ˛ˇˇ˝
  6300. ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇˇ˝ˇΔ_˙˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˘˝ˇ˚¸ˇ˛ˇ˝ˇ˝˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇ¸ˇˇ˝ˇ˝˛ˇˇ˛ˇ≈öˇ´úˇˇ™Å√Å√Å√6˙ ˇˇˇˇˇˇ¸ˇ¯ˇÌˇÓ˛ˇ˘ˇ˚ˇ˝˛ˇÈ˛ˇÎˇ€6˙ˇˇˇˇˇˇˇ˛ˇˇ¯ˇ⁄ˇ˛ˇÛˇ˝ˇˇÍˇˇ≈ë˙ˇˇˇˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇÂå˙ˇˇˇˇˇˇˇˇ¯ˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇˇ¸ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6301. ˇˇˇˇˇÂä˙ ˇˇˇˇˇˇ¸ˇ¯
  6302. ˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇ˛
  6303. ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇ¸˛ˇˇˇˇ¸ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6304. ˇˇˇˇˇÂç˙ ˇˇˇˇˇˇ¸ˇ¯ˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˚ˇˇˇ˝ˇˇ˛ˇˇ˝
  6305. ˇˇˇˇˇÂÜ˙ˇ˛ˇˇˇˇ¸ˇ˛ˇ¸
  6306. ˇˇˇˇ˛ˇ˛ˇ    ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛˛ˇˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇ˚˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇÂÃˇıˇˆˇØˇÂŒˇˇˆˇˇ§ˇˇ‰†è°dSPNTÈ†Éˇ>n@ˇ ˇˇˇˇ@
  6307. ˇ·ˇ‚7^
  6308. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6309. (‡*3-26    )B    Drawing W}–),ith QuickDraw4^*¿¯
  6310. °dONLNd\lhÖ(elAn ar]†°dONLNd\Öh¶)c is defiÂ`°dONLNd\¶h0)!!ned as a portion of an oval’s cirı¿°dONLNd/\0hO)äcumfer#†°dONLNd5\Phfl) !ence bounded by a pair of radii. @°dONLNdV\flhÊ)èAG‡°dONLNdW\ÊhË) °dONLNdXiluÚ(rlwedge is a pie-shaped segmen= °dONLNdtiÛu˛)át bá °dONLNdwi˛uÑ) ounded by a pair of radii, and _¿°dONLNdñiÖuç)áit 
  6311. Ä°dONLNdôiéu≤)    extends ≤‡°dONLNd°i≤uπ)$frÀ¿°dONLNd£iπu˜)om the center .°dONLNd±vldž(l of the oval °dONLNdΩv†Ç§)4t°dONLNdæv§Ç∑)o its°dONLNd√v∑Ç≈) cirR`°dONLNd«v≈Ç„)cumfer$¿°dONLNdÕv„Ç˚)ence. ˜ °dONLNd”v˙Ç)Y  °dONLNd‘vÇ/) ou use the ,
  6312. Courier  °dONLNdflv/Ç_).FrameArc  °dONLNdÁv_Çk)0 prfiÄ°dONLNdÍvjÇá) ocedur∞‡°dONLNdváÇ )e to draw an arÉ@°dONLNdˇv Ç‡)Cc (as °dONLNdÉlè‹(ålshown on the left side of °dONLNdÉ‹èÙ)pFigurR`°dONLNd$ÉÙè)e 3-14R`°dONLNd*Éè^)), and you use the R`°dONLNd=É^èé)PPaintArcR`°dONLNdEÉéèõ)0 or R`°dONLNdIÉõè≈)FillArcR`°dONLNdPÉ≈è«)* .°dONLNdQêlúu(ôlprG °dONLNdSêvúî)
  6313. ocedurfi`°dONLNdYêîúû)e tj`°dONLNd\êüú≈) o draw aE@°dONLNddêΔú·)' wedgê¿°dONLNdiê·úÎ)e (.@°dONLNdlêÏúm) as shown on the right side of ¿°dONLNdäênúÜ)ÇFigur‡Ä°dONLNdèêÖúû)e 3-14~°dONLNdïêüú§)).
  6314. æ*œ¯4ø*œ¯"ø*]
  6315. ˇ·ˇ‚7^    °dONLNdò¥løú(ºl Figure 3-14°dONLNd§¥Æø÷)B    Drawing a°dONLNd≠¥◊ø„))n aÅ¿°dONLNd∞¥„ø˜) rc anÇ0°dONLNdµ¥˜ø)d a°dONLNd∏¥ø!) wedge
  6316. .°dONLNd¿FlRú(Ol Listing 3-7°dONLNdÀFúR)0 shows the code that prR`°dONLNd‚FRc)ioduces the images in R`°dONLNd˜FcR{)^Figur$¿°dONLNd¸F{Rï)e 3-14$¿°dONLNdFïRÆ). The $¿°dONLNdFÆRfi)FrameArc$¿°dONLNdFfiR„)0, °dONLNdSl_ú(\lPaintArc°dONLNdSú_¥)0, and °dONLNd S¥_fi)FillArc°dONLNd'Sfi_Í)* prR`°dONLNd*SÍ_) ocedur$¿°dONLNd0S_8) es take thr˜ °dONLNd;S7_à)0ee parameters: a r…Ä°dONLNdMSà_÷)Qectangle that defö°dONLNd^S÷_˜)Nines an .°dONLNdf`lla(il:oval’s boundaries, an angle indicating the start of the arˆ °dONLNd†`alÂ)ıc, and an angle indicating the °dONLNdømlyt(vlarE°dONLNd¡muy)    $c’s extent. For the angle parametersĆ°dONLNdÂmy$)ú, 0° iË¿°dONLNdÎm$y√)'ndicates a vertical line straight up frËÄ°dONLNdm√y‰)üom the °dONLNdzlÜú(ÉlHcenter of the oval. Positive values indicate angles in the clockwise dir†°dONLNdazùÜ¡(Éù    ection frR°dONLNdjz¡Ü‰)$om this °dONLNdrálìÅ(êlAvertical line, and negative values indicate angles in the counterœ‡°dONLNd≥áÅìª(êÅclockwise dir,Ä°dONLNd¿áºìÓ); ection. The °dONLNdÃîl†t(ùlarE°dONLNdŒîu†À)    c and the wedge in N†°dONLNd·îÀ†„)VFigur!`°dONLNdÊ¸)e 3-14懰dONLNdÏD) both begin at 45¨@°dONLNd˝îE†P)I° a,°dONLNdîQ†ö) nd extend to 135<`°dONLNdîö††)I°.
  6317. √*À¯4ƒ*À¯"ƒ*_
  6318. ˇ·ˇ‚7^    °dONLNdπlƒò(¡l Listing 3-7.°dONLNdπ∞ƒÿ)D
  6319. Using the °dONLNd)πÿƒ)(FrameArc°dONLNd1πƒ)( and °dONLNd6πƒ;)PaintArc°dONLNd>π;ƒk)(  procedures
  6320. °dONLNdK”lfl2(‹l!PROCEDURE MyDrawArcAndPaintWedge;°dONLNdn·~Ìê+VAR°dONLNdtÔê˚8+firstRect, secondRect: Rect;°dONLNdë˝l    ä(lBEGIN°dONLNdò ~‰+SetRect(firstRect°dONLNd© ‰)f,2°dONLNd´ ˆ) 0°dONLNd¨ ˆ),2°dONLNdÆ ) 0°dONLNdØ ),7°dONLNd± ) 0°dONLNd≤ &),7°dONLNd¥ &8) 0);°dONLNd¬ D¯) {create a bounding rectangle}°dONLNd‚~%Í("~FrameArc(firstRect°dONLNdÙÍ%ˆ)l,4°dONLNdˆˆ%¸) 5°dONLNd˜¸%),1°dONLNd˘%) 35)°dONLNd¸% );°dONLNdD%ò)* {draw an arc}°dONLNd'~3Í(0~SetRect(secondRect°dONLNd*'Í3ˆ)l,9°dONLNd,'ˆ3¸) 0°dONLNd-'¸3),2°dONLNd/'3) 0°dONLNd0'3),1°dONLNd2'3&) 40°dONLNd4'&32) ,7°dONLNd6'23>) 0)°dONLNd8'>3D) ;°dONLNdD'D3¯) {create a bounding rectangle}°dONLNdd5~A(>~PaintArc(secondRect°dONLNdw5A¸)r,4°dONLNdy5¸A) 5°dONLNdz5A),1°dONLNd|5A&) 35);°dONLNdã5DAû)6 {draw a wedge}°dONLNdõClOÑ(LlEND;°dONLNd†[lgs*Yï°dONLNd°[rg´)ou can also fiï°dONLNdØ[´g))9ll, erase, and invert wedges ï°dONLNdÃ[)g6)~by ï°dONLNdœ[6gV)using, rg`°dONLNd◊[Vgã)  espectivelyK†°dONLNd‚[äg°)4, the K†°dONLNdË[°gÀ)FillArcK†°dONLNdÔ[Àg–)*, °dONLNdÒhltú(qlEraseArc°dONLNd˘hút¥)0, and °dONLNdˇh¥tÍ)    InvertArc°dONLNdhÍtˆ)6 prR`°dONLNd hˆt) ocedur$¿°dONLNdht)es.†Ç°d
  6321. SPNTË°dSPNT –@°dSPNT–†é
  6322. Œj.›òĈ ∂˛HHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD"""""" ∂˜—l@ÅˇÀˇ¡ ˇÅˆŒˆ¯ˇˇ¬ˇˆÅıœı¯ˇˇ¬ˇˆÅıœı¯ˇˇ¬ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ¬0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ¬>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ¬Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ¬_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ¬Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ¬[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ¬Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ¬\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ¬Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ¬!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ¬ˇˆÅıœı¯ˇˇ¬ˇˆÅıœı¯ˇˇ¬ ˇÅ¯Õ¯ˇˇ¬Åˇ ˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇ√ˇˇΩˇˇ‚ˇÛˇˇ¬ˇ¬ˇˇø˝ˇ„ˇÛˇˇ¬ˇ¡ˇ¿¸ˇ„ˇÛˇˇ¬ˇ¿ˇ¬˙ˇ‰ˇÛˇˇ¬ˇ¿ˇˇƒ¯ˇÂˇÛˇˇ¬ˇøˇ≈˜ˇÂˇÛˇˇ¬ˇæˇ«ıˇÊˇÛˇˇ¬ˇæˇ»ÙˇÊˇÛˇˇ¬ˇæˇˇ ÚˇÁˇÛˇˇ¬ˇΩˇÀÒˇÁˇÛˇˇ¬ˇΩˇÃˇÁˇÛˇˇ¬ˇΩˇÕÔˇÁˇÛˇˇ¬ˇºˇœÌˇËˇÛˇˇ¬ˇºˇ–ÏˇËˇÛˇˇ¬ˇºˇ—ΡˡÛˇˇ¬ˇºˇ“͡ˡÛˇˇ¬ˇºˇ”ÈˇËˇÛˇˇ¬ˇºˇ‘ˡˡÛˇˇ¬ˇºˇ‘ˡˡÛˇˇ¬ˇºˇ‘ˡˡÛˇˇ¬ˇºˇ‘ˡˡÛˇˇ¬ˇºˇ‘ˡˡÛˇˇ¬ˇΩˇ”ÈˇÁˇÛˇˇ¬ˇΩˇ”ÈˇÁˇÛˇˇ¬ˇΩˇ”ÈˇÁˇÛˇˇ¬ˇæˇˇ”ÈˇÁˇÛˇˇ¬ˇæˇ“ÍˇÊˇÛˇˇ¬ˇæˇ“ÍˇÊˇÛˇˇ¬ˇøˇ—Ρ¡Ûˇˇ¬ˇ¿ˇˇ—Ρ¡Ûˇˇ¬ˇ¿ˇ–Ïˇ‰ˇÛˇˇ¬ˇ¡ˇœÌˇ„ˇÛˇˇ¬ˇ¬ˇˇœÌˇ„ˇÛˇˇ¬ˇ√ˇˇŒÓˇ‚ˇÛˇˇ¬ˇƒˇˇÕÔˇ·ˇÛˇˇ¬ˇ≈ˇˇÃˇ‡ˇÛˇˇ¬ˇΔˇˇÀÒˇflˇÛˇˇ¬ˇ»ˇˇ…Ûˇ›ˇÛˇˇ¬ˇ…ˇˇ»Ùˇ‹ˇÛˇˇ¬ˇÃ˛ˇΔˆˇ⁄ˇÛˇˇ¬ˇœ˝ˇƒ¯ˇÿˇÛˇˇ¬ˇ‘¸ˇ¿¸ˇ‘ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬ˇÅ‹ˇÛˇˇ¬Åˇ ˇ¬ˇÅ‹ˇÛıˇˇ¬ˇÅ‹ˇÛıˇˇ¬ˇÅ‹ˇıı˚¨˚ıˇˇ¬ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ¬ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ¬ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ¬ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ¬ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ¬ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ¬ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ¬ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ¬ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ¬ˇÅ‹ˇÛıˇˇ¬ˇÅ‹ˇÛıˇˇ¬Åˇ ˇ¬ÅˇÀˇ¬ÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãÅãBˆ˛ˇ˛˝ˇ¸ˇ˛ˇ¸ˇ˚ˇ˜˛ˇ˝ˇ˜˛ˇÎˇÊˇfiˇÚˇ˙ˇ˛ˇ€ˇCˆˇˇˇ˛ˇ˝ˇ˛ˇ¸ˇ˚ˇ¯ˇ˛ˇˇˇ˜ˇˇ–ˇfiˇÍˇ◊ˇ∏ˆˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇÙˇ˛ˇ¸ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇ¸ˇˇ˛ˇ˛˛ˇ¸ ˇˇˇˇˇˇˇ˚ˇˇ˛ˇ˛˛ˇ˝˛ˇ˛ˇˇˇˇ˛ˇ˛ˇˇˇ˛ˇ˛˛ˇ¸ˇˇ¸ˇ¸ˇˇˇ˛˛ˇ˛ˇˇˇ˘¡ˆˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇˇ˝ˇˇ˝˝ˇ˝ˇ˝ˇ˜ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6323. ˇˇˇˇˇ˙
  6324. ˇˇˇˇˇ˙ˇˇˇ˛ˇˇ˙
  6325. ˇˇˇˇˇ˝ˇˇ˝ ˇˇˇˇˇ˛
  6326. ˇˇˇˇˇ˙ˇ¸ˇˇˇˇˇˇˇˇˇˇˇ˙¥ˆˇ˛ˇˇˇ˝¸ˇ˛ˇˇ˘ˇˆˇ¸ˇ˜ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6327. ˇˇˇˇˇ¸˛ˇ    ˇˇˇˇ¸˛ˇˇ˝ˇ˘˛ˇ    ˇˇˇˇ˝ˇˇ˛ˇ
  6328. ˇˇˇˇ˛
  6329. ˇˇˇˇˇ¸˛ˇ¸ˇˇˇ˝ˇ
  6330. ˇˇˇˇ˝ˇ˙ƒˆ    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˘ˇ˜ˇ˚ˇ˜ˇˇˇ˝ˇˇ˛ˇˇ˝
  6331. ˇˇˇˇˇ˝ˇˇˇˇˇˇ˝ˇˇˇ˝ˇˇ˝ˇˇˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˛
  6332. ˇˇˇˇˇ˝ˇˇ˚ˇˇ˛ˇ˝
  6333. ˇˇˇˇˇ˜òĈ∂≈˛HHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""∂≈˜@lJ∞ˆ˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˘˝ˇ˚¸ˇ˛ˇ¸ˇ˝˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇ¸˛ˇˇˇ˛ˇ¸˛ˇˇ¸ˇˇ˚˛ˇˇˇ˛ˇ˝˛ˇ˛˛ˇˇˇˇ˛
  6334. ˇˇˇˇ˛ˇ¸˛ˇ˚ˇˇ˝ˇˇ˛˛ˇ˛ˇˇˇ˘ñˇ«ˇ·ˇ‡ˇıòˇˇΔˇ„ˇˇ·ˇˇÙÅãÅãÅã6ˆ ˇˇˇˇˇˇ¸ˇ¯ˇÌˇÓ˛ˇ˘ˇ˚ˇ˝˛ˇÈ˛ˇÎˇß6ˆˇˇˇˇˇˇˇ˛ˇˇ¯ˇ⁄ˇ˛ˇÛˇ˝ˇˇÍˇˇëëˆˇˇˇˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇ±åˆˇˇˇˇˇˇˇˇ¯ˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇˇ¸ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6335. ˇˇˇˇˇ±äˆ ˇˇˇˇˇˇ¸ˇ¯
  6336. ˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇ˛
  6337. ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇ¸˛ˇˇˇˇ¸ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6338. ˇˇˇˇˇ±çˆ ˇˇˇˇˇˇ¸ˇ¯ˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˚ˇˇˇ˝ˇˇ˛ˇˇ˝
  6339. ˇˇˇˇˇ±Üˆˇ˛ˇˇˇˇ¸ˇ˛ˇ¸
  6340. ˇˇˇˇ˛ˇ˛ˇ    ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛˛ˇˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇ˚˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇ±»ˇıˇˆˇØˇ± ˇˇˆˇˇ§ˇˇ∞†è°dSPNTÈ†Éˇ<∏@ˇ ˇˇˇˇ@
  6341. ˇ·ˇ‚7^
  6342. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  6343. , (‡3-27
  6344. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6345. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6346. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6347. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6348. 454+?òÄ
  6349. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6350. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6351. ˛ˇ˛ˇˇ
  6352. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6353. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6354. ˛ˇˇˇˇ
  6355. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6356. ˛ˇˇˇˇ
  6357. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6358. kHr4lHr mäm
  6359. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\äk¥(gäDrawin4î°dONLNd\µk )+g Rêû°dONLNd    \ kI)egions and Polygonsˇˇˇˇˇˇ€r(g3
  6360. °dONLNdrä~°({äBeforÛ¿°dONLNd#r°~‘) e drawing r0†°dONLNd.r’~,)4egions and polygon߇°dONLNd@r,~2)Ws,d‡°dONLNdBr3~ô) you must call several r¢†°dONLNdZrô~œ)foutines to cr °dONLNdgr–~)7 eate them. TK‡°dONLNdsr~ )5o °dONLNduäãí(àäcrµ@°dONLNdwíã±)eate a rO‡°dONLNd≤ã) egion or polygon, you fiù†°dONLNdóãe)jrst call an open r˘†°dONLNd©eã˙)I!outine, which tells QuickDraw to °dONLNd åäò·(ïäcollect subsequent r«¿°dONLNdfiå·ò)W    outines t    Ä°dONLNdÁåò)'o co@°dONLNdÍåò*) onstr °dONLNdÔå+òj)uct the shape. W¿°dONLNd˛åjòp)?Y@°dONLNdˇåpòπ)ou use a close pr>Ä°dONLNdåπò◊)Iocedur’¿°dONLNdå◊ò) e when you °dONLNd!ôä•í(¢äarE°dONLNd#ô앆)    e fiõ`°dONLNd'ô†•€)nished constrfi°dONLNd4ô€•); ucting the rÉ°dONLNd@ô•^)3egion or polygon. 
  6361. †°dONLNdRô_•e)QYÀ °dONLNdSôd•Î)ou can then frame the shape, fi`Ä°dONLNdrôÏ•ˇ)àll it, °dONLNdy¶ä≤ (Øä"paint it, erase it, and invert it..°dONLNdú∏äƒê*Tï°dONLNdù∏胬) o begin defiï°dONLNd©∏¬ƒ„)3ning a rg`°dONLNd±∏„ƒK)!egion, you must use the ,
  6362. Courierg`°dONLNd…∏Kƒo)hNewRgng`°dONLNdœ∏oƒ)$$ function to allocate space for it, °dONLNdÛ≈ä—⁄(Œäand then call the °dONLNd≈⁄—)POpenRgn°dONLNd ≈—)* prR`°dONLNd≈—-) ocedur$¿°dONLNd≈-—7)e. ˜ °dONLNd≈6—=)    Y  °dONLNd≈=—œ)ou can then use any QuickDraw rfiÄ°dONLNd8≈Œ—Â)ëoutinfiÄ°dONLNd=≈—)e tfiÄ°dONLNd@≈—˜) o .°dONLNdB“äfi•(€äconstrï °dONLNdH“•fi)uct the outline of the rB¿°dONLNd`“fi)b6egion. The outline can be any set of lines and shapes °dONLNdñfläÎÿ(Ëä(including other r\Ä°dONLNd®flÿÎQ)Negions) forming one or mor’`°dONLNd¬flQÎÕ)ye closed loops. When you arfl °dONLNd›flÕÎ⁄)|e fi5Ä°dONLNd·fl€Î˚)nished .°dONLNdËÏ䯧(ıäconstrl°dONLNdÓϧ¯¡)ucting l°dONLNdıÏ¡¯”)the l°dONLNd˘Ï”¯◊)r>`°dONLNd˙Ï◊¯)egion, use the >`°dONLNd    Ï¯F)?CloseRgn>`°dONLNdÏF¯R)0 pr¿°dONLNdÏR¯o) ocedur„ °dONLNdÏn¯x)e. 
  6363. H4H,Zapf Dingbats.°dONLNdv~(vs°dONLNdäì(äWúÄ°dONLNd ìæ)    ARNING
  6364. ˇ·ˇ‚7^
  6365. °dONLNd'ä§(äEnsurv@°dONLNd,§)e that the memory for a r]@°dONLNdEf)negion is valid befor˝°dONLNdYfÖ)Te callinA`°dONLNdaÜí) g rÄ°dONLNddí¿) outines to °dONLNdoä*÷('ämanipulate that r&Ä°dONLNdÄ◊*)Megion; if ther °dONLNdé*9)8 e isn’t sufAÄ°dONLNdô9*?)*fiN@°dONLNdõ?*|) cient memoryQ`°dONLNdß{*«)<, the system may °dONLNd∏*ä6°(3äcrashÒ@°dONLNdΩ*°6‘) . Regions ar©@°dONLNd…*’6æ)45e limited to 32 KB in size in basic QuickDraw and 64 °dONLNd˛6äBÙ(?äKB in Color QuickDraw€@°dONLNd6ÛB)i. BeforO°dONLNd6B()e defiä¿°dONLNd 6(BJ)ning a rj°dONLNd(6JBÆ)"egion, you can use the .°dONLNd?BäN(KäMemory Manager function °dONLNdWBN%)wMaxMem°dONLNd]B%Nƒ)$! to determine whether the memory .°dONLNd~NäZ≠(Wä    for the rfi`°dONLNdáN≠ZÌ)#egion is valid. ‡°dONLNdóNÌZÛ)@Y±`°dONLNdòNÛZe)ou can determine the curr∑`°dONLNd±NeZΔ)rent size of an existing .°dONLNd…Zäfé(cärR`°dONLNd Zéf`)-egion by calling the Memory Manager function R`°dONLNd˜Z`fÆ)“GetHandleSizeR`°dONLNdZÆf≥)N. °dONLNdfärß(oä(Both °dONLNd fßrÀ)MaxMem°dONLNdfÀr”)$ a°dONLNdf”rfi)nd°dONLNdffir‡)  °dONLNdf‡r.)GetHandleSize°dONLNd$f.r0)N °dONLNd%f0r:)arR`°dONLNd'f:rA)
  6366. e R`°dONLNd)fAry)described in .R`°dONLNd6fyr√)8Inside Macintosh: °dONLNdHrä~¨({äMemory”@°dONLNdNr´~Á)!.) When you rd@°dONLNd[rË~˙)=ecorÿ†°dONLNd_r˙~ë)!d drawing operations in an open rÁ‡°dONLNdÄrë~æ)ó egion, the °dONLNdã~ääç(áärE°dONLNdå~éä∑)
  6367. esulting r `°dONLNdñ~∏ä7)*egion description may overfl<†°dONLNd≤~7ä∂)ow the 32 KB or 64 KB limit. .°dONLNdœääñB(ìä%Should this happen in Color QuickDrawï°dONLNdÙäAñX)∑, the ï°dONLNd˙äXñÇ)QDErrorï°dONLNdäÇñ™)*
  6368.  function .°dONLNd ñä¢ì(üä;(described in the chapter “Color QuickDraw” in this book) rƒ °dONLNdFñ좡(üì eturns the .°dONLNdQ¢äÆé(´ärR`°dONLNdR¢éƺ) esult code R`°dONLNd]¢ºÆ").regionTooBigErrorï°dONLNdn¢!Æ$)e..ï°dONLNdp•)≠0)s
  6369. .°dONLNdr≥äøê(ºäTï°dONLNds≥èø¥)o draw tï°dONLNd{≥¥øΔ)%he rg`°dONLNd≥Δø)egion, use the g`°dONLNdé≥ø5)?FrameRgng`°dONLNdñ≥5ø:)0, g`°dONLNdò≥:øj)PaintRgng`°dONLNd†≥jøz)0, or g`°dONLNd•≥zø§)FillRgng`°dONLNd¨≥§ø∞)* pr9¿°dONLNdØ≥∞øÕ) ocedur  °dONLNdµ≥Õø›)e. T! °dONLNdπ≥‹ø)o draw t! °dONLNd¡≥ø)%he °dONLNdƒ¿äÃé(…ärR`°dONLNd≈¿éÃÒ)egion with the backgr$¿°dONLNd⁄¿ÒÃ≠)c+ound pattern of the graphics port, use the $¿°dONLNd¿≠Û)ºEraseRgn$¿°dONLNd¿›ÃÈ)0 pr˜ °dONLNd¿ËÃ) ocedur…Ä°dONLNd¿Ã)e; °dONLNdÕäŸ(÷äto invert the pixels in the rR`°dONLNd6ÕŸC)zegion, use the R`°dONLNdEÕCŸy)?    InvertRgnR`°dONLNdNÕyŸÖ)6 pr$¿°dONLNdQÕÖŸ¢) ocedur˜ °dONLNdWÕ°Ÿ)e. When you no longer °dONLNdm⁄äÊ∑(„ä
  6370. need the rR`°dONLNdw⁄∑ʈ)-egion, use the R`°dONLNdÜ⁄ˆÊ2)?
  6371. DisposeRgnR`°dONLNdê⁄2Ê>)< pr$¿°dONLNdì⁄>Ê[) ocedur˜ °dONLNdô⁄ZÊp)e to r…Ä°dONLNdü⁄pʸ)elease the memory used by the .°dONLNdΩÁäÛç(ärE°dONLNdæÁéÛ©)egion.ˇ%‚@ˇ ˇˇˇˇ@
  6372. ˇ·ˇ‚7^
  6373. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6374. (‡*3-28    )B    Drawing W}–),ith QuickDraw4^*¿¯
  6375. °dONLNd\lhö(el Listing 3-8 @°dONLNd \õhı)/ illustrates how to cr&Ä°dONLNd!\ıh@)Zeate and open a r¿‡°dONLNd2\@hn)K
  6376. egion, defi;°dONLNd=\ohœ)/ne a shape, close the r'@°dONLNdT\œhÏ)`egion, °dONLNd[ilur(rlfiå¿°dONLNd]iruN)6ll it with the all-black pattern, and dispose of the r˘Ä°dONLNdìiNuf)‹egionÅÄ°dONLNdòigui).
  6377. ò*†¯4ô*†¯"ô*_
  6378. ˇ·ˇ‚7^    °dONLNdöélôò(ñl Listing 3-8°dONLNd¶é∞ô()DCreating and drawing a region,
  6379. Courier
  6380. .°dONLNd≈®l¥(±lPROCEDURE MyDrawDumbbell;°dONLNdfl∂l¬x*VA°dONLNd·∂x¬~) R°dONLNd‰ƒ~–ú+grow:°dONLNdÌƒΔ–ˆ)HLongInt;°dONLNd˜“~fiê(€~dum°dONLNd˙“êfiñ)b°dONLNd˚“ñfi¥)bell:°dONLNd“Δfi)0
  6381. RgnHandle;°dONLNd‡~Ï¥(È~    tempRect:°dONLNd‡Δω)HRect;°dONLNd#Ól˙Ñ(˜lBEGI°dONLNd'ÓÑ˙ä)N°dONLNd*¸~J(~"IF MaxMem(grow) > kMinReserve THEN°dONLNdN
  6382. ~ú*BEGIN°dONLNdVê$¸+dumbbell := NewRgn°dONLNdh¸$)l;°dONLNdsD$J)H{°dONLNdtJ$¬)create a new region}°dONLNdã&ê2∫(/êOpenRgn°dONLNdí&∫2¿)*;°dONLNdù&D2J)ä{°dONLNdû&J2Ï)begin drawing instructions}°dONLNdº4ê@D(=êSetRect(tempRect,20,20,30,50);°dONLNd›BêN*FrameOval(tempRect)°dONLNdBN)r;°dONLNd˚BDNJ)B{°dONLNd¸BJN‘)form the left "weight"}°dONLNdPê\D(YêSetRect(tempRect,25,30,85,40);°dONLNd8^êj*FrameRect(tempRect)°dONLNdK^j)r;°dONLNdV^DjJ)B{°dONLNdW^Jjò)form the bar}°dONLNdglêxD(uêSetRect(tempRect,80,20,90,50);°dONLNdâzêÜ*FrameOval(tempRect)°dONLNdúzÜ)r;°dONLNdßzDÜJ)B{°dONLNd®zJÜ⁄)form the right "weight"}°dONLNd√àêî¸(ëêCloseRgn(dumbbell)°dONLNd’à¸î)l;°dONLNd‡àDîP)H{s°dONLNd‚àPî™) top collecting}°dONLNdÙñê¢(üêFillRgn(dumbbell,black)°dONLNd ñ¢ )ä;°dONLNdñD¢J)*{°dONLNdñJ¢⁄)draw the shape onscreen}°dONLNd2§ê∞ (≠êIF QDError <> noErr THEN°dONLNdN≤¢æ‡+5; {likely error is that there is insufficient memory}°dONLNdÜ¿êÃ(…êDisposeRgn(dumbbell)°dONLNd•¿VÇ)Δ{dispose of the region}°dONLNdæŒ~⁄ñ(◊~END;°dONLNd√‹lËr(ÂlE°dONLNdƒ‹rËÑ)ND;.°dONLNd»ÙlÑ(˝lFigurR¿°dONLNdÕÙÑù)e 3-15@°dONLNd”ÙùÛ) shows the shape crÙ‡°dONLNdÊÙÛ)V    eated by ˝°dONLNdÔÙI)( Listing 3-8ù@°dONLNd˙ÙJL)/.
  6383. "*3¯4#*3¯"#*]
  6384. ˇ·ˇ‚7^    °dONLNd¸l#ú( l Figure 3-15°dONLNdÆ#¥)BA0°dONLNd    ¥#) shape created by a region†Ç°d
  6385. SPNTË°dSPNT –@°dSPNT–†é
  6386. 2jî‹òÄæ    ¡«HHÜ ÄˇˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""    ¡¿5lØ„ÅˇÀˇ˘ ˇÅˆŒˆ¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ˙0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ˙>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ˙Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ˙\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ˙Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ˙!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ ˇÅ¯Õ¯ˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÈˇˇ«ˇˇ≤ˇÛˇˇ˙ˇÍ˝ˇ…˝ˇ≥ˇÛˇˇ˙ˇÎ˚ˇÀ˚ˇ¥ˇÛˇˇ˙ˇÎ˚ˇÀ˚ˇ¥ˇÛˇˇ˙ˇÏ˘ˇÕ˘ˇµˇÛˇˇ˙ˇÏ˘ˇÕ˘ˇµˇÛˇˇ˙ˇÏ˘ˇÕ˘ˇµˇÛˇˇ˙ˇÏ˘ˇÕ˘ˇµˇÛˇˇ˙ˇÌ˜ˇœ˜ˇ∂ˇÛˇˇ˙ˇÌ˜ˇœ˜ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ¸ˇ¸œˇ¸¸ˇ∂ˇÛˇˇ˙ˇÌ˜ˇœ˜ˇ∂ˇÛˇˇ˙ˇÌ˜ˇœ˜ˇ∂ˇÛˇˇ˙ˇÏ˘ˇÕ˘ˇµˇÛˇˇ˙ˇÏ˘ˇÕ˘ˇµˇÛˇˇ˙ˇÏ˘ˇÕ˘ˇµˇÛˇˇ˙ˇÏ˘ˇÕ˘ˇµˇÛˇˇ˙ˇÎ˚ˇÀ˚ˇ¥ˇÛˇˇ˙ˇÎ˚ˇÀ˚ˇ¥ˇÛˇˇ˙ˇÍ˝ˇ…˝ˇ≥ˇÛˇˇ˙ˇÈˇˇ«ˇˇ≤ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙ˇÅ‹ˇÛˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇıı˚¨˚ıˇˇ˙ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙Åˇ ˇ˙ÅˇÀˇ˙Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√Å√&ˆ˝ˇ˝¸ˇ˚ˇ¸ˇ˙ˇ¯ˇÙ˚ˇ˝˛ˇ◊ˇø*ˆˇ˛ˇ˛ˇ˝ˇ¸ˇ¸ˇ˙ˇ¯ˇˇ˝ˇëSˆˇ˝ˇˇ˝ˇ˝ˇˇ˝ˇ˛ˇ˛ˇ¯ˇÒˇ˝ˇÚ˛ˇ˙ˇ˛ˇ˛ˇ˝˝ˇˇˇ˝˛ˇ˛ˇˇˇÕaˆˇ˝ˇˇ˝ˇ˝ˇˇ¸ˇˇˇ˜ˇÚˇˇ˝¸ˇ˛ˇ˚ˇ˛ˇ˚ˇˇ˝ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇˇˇŒbˆˇ˝ˇ¸ˇ˝ˇ˛ˇ˝ˇˇˇˇ˛¸ˇˇ˚¸ˇ˚ˇ˛ˇ˝ˇ˜˝ˇ˚ˇ¸ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇŒ[ˆˇ˝ˇˇˇ˚ˇ˛ˇ˝ˇˇˇˇ˜ˇÔˇˇ˝ˇ¯ˇ˛ˇ˚ˇ¸¸ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇŒVˆˇ˝ˇˇˇ˝˙ˇ˝ˇ˛ˇˆˇÔˇˇ˝ˇ¯ˇ˛ˇ˚ˇ¸ˇ˚ˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇŒdˆˇ˛ˇ˛ˇ˛ˇ˛ˇ¸ˇ˝ˇ˛ˇˆˇÙˇ˛ˇ˛ˇ˝ˇ¯ˇ˛ˇ˚ˇ¸ˇ˛ˇˇ˛ˇ˛ˇ˛ˇ˛ˇˇ˛ˇŒMˆ˝ˇ˝ˇ˝ˇˇ¸ˇ˝ˇ˛ˇˆ¸ˇ˜˛ˇ¸˝ˇ˛ˇ˙˝ˇ˚ˇ˚˛ˇ˝˝ˇ˛ˇ˝˛ˇ˛ˇ˛ˇŒäˇª
  6387. 顲ˇª粡∫†è°dSPNTÈ†Éˇ/∫@ˇ ˇˇˇˇ@
  6388. ˇ·ˇ‚7^
  6389. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  6390. , (‡3-29
  6391. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6392. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6393. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6394. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6395. 454+?òÄ
  6396. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6397. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6398. ˛ˇ˛ˇˇ
  6399. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6400. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6401. ˛ˇˇˇˇ
  6402. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6403. ˛ˇˇˇˇ
  6404. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿°dONLNd\ähê(eäTµ¿°dONLNd\èhË)o assist you with scrfi °dONLNd\Ëhw)Yolling, you can use QuickDraw r_°dONLNd5\xh∑)êoutines to defià`°dONLNdD\∑hˆ)?ne a clipping rˆÄ°dONLNdS\ˆh)?egion °dONLNdYiäu„(räthat excludes the scr °dONLNdni‰uI)Zoll bars of the content r⁄@°dONLNdáiIuõ)eegion of a windowπ†°dONLNdòiõu†)R. å°dONLNdöi†u¶)YLÄ°dONLNdõi¶uË)ou can then scr´¿°dONLNd™iËu    )B    oll that °dONLNd≥väÇí(äarE°dONLNdµvìÇ”)    ea so that the rπ†°dONLNd≈v”Ç£)@.egion being updated does not draw into the scrp@°dONLNdÛv§Ç…)—
  6405. oll bars. Ì¿°dONLNd˝v…ǘ)% Listing 3-9é°dONLNdv¯Ç˙)/ °dONLNd    Éäè·(åäillustrates how to cr@°dONLNdÉ‚è?)Xeate such a clipping r¥¿°dONLNd4É?è)].egion and, for illustrative purposes, how to fiL`°dONLNdcÉè)»ll °dONLNdfêäúå(ôä;it with a pattern. (The chapter “Basic QuickDraw” illustrat‹°dONLNd°êåúù(ôåes h4°dONLNd•êûúΔ)    ow to scr*†°dONLNdÆêΔú)(oll the pixels in a .°dONLNd¬ùä©é(¶ärR`°dONLNd√ùé©)ectangle such as the one cr$¿°dONLNdfiù©J)ueated with the ,
  6406. Courier$¿°dONLNdÌùJ©z)GClipRect$¿°dONLNdıùz©Ü)0 pr˜ °dONLNd¯ùÖ©¢) ocedur…Ä°dONLNd˛ù¢©¥)e in …Ä°dONLNdù¥©‰) Listing 3-9…Ä°dONLNdù‰©Î)0.)
  6407. ÃH‘4ÕH‘"ÕH_
  6408. ˇ·ˇ‚7^    .°dONLNd¬äÕ∂( ä Listing 3-9°dONLNd¬ŒÕL)D Creating a clipping region and fi°dONLNd>¬MÕú)lling it with a pattern
  6409. .°dONLNdW‹HË&(ÂH%FUNCTION MyFillClipRegion: RgnHandle;°dONLNd}ÍHˆZ*VAR°dONLNdǯZx+grow:°dONLNd寥‰)ZLongInt;°dONLNdñZê(Z    newClip: °dONLNd§¥“)ZRect;°dONLNd´Z Æ(ZoldClipRegion:°dONLNd楠)Z
  6410. RgnHandle;°dONLNd "Z.Æ(+ZnewClipRegion:°dONLNd›"¥.)Z
  6411. RgnHandle;°dONLNdÈ0Z<ñ(9Z
  6412. myWindow: °dONLNd¯0¥<)Z
  6413. WindowPtr;°dONLNd>HJf(GHBEGIN°dONLNd
  6414. LZX&+"IF MaxMem(grow) > kMinReserve THEN°dONLNd.ZZfx*BEGIN°dONLNd6hlt¸+oldClipRegion := NewRgn;°dONLNdWht¬)¢{allocate old clipping region}°dONLNdxvlǸ(lmyWindow := FrontWindow;°dONLNdôvÇí)¢{get the front window}°dONLNd≤Ñlêÿ(çlSetPort(myWindow);°dONLNdÕÑêÊ)¢${make the front window the current }°dONLNd˝íûn*{ graphics port}°dONLNd†l¨ˆ(©lGetClip(oldClipRegion);°dONLNd0†¨¬)¢{save the old clipping region}°dONLNdQÆl∫ (∑lnewClip := myWindow^.portRect;°dONLNdzÆ2∫¬)Δ{create a new rectangle}°dONLNdïºl»D(≈l$newClip.right := newClip.right - 15;°dONLNdΔºV»Œ)Í{exclude scroll bar}°dONLNd› l÷P(”l&newClip.bottom := newClip.bottom - 15;°dONLNd V÷Œ)Í{exclude scroll bar}°dONLNd'ÿl‰ÿ(·lClipRect(newClip);°dONLNd?ÿÿ‰Ê)l- {make the new rectangle the clipping region}°dONLNdoÊlÚ¸(ÔlnewClipRegion := NewRgn;°dONLNdêÊÚ¬)¢{allocate new clipping region}°dONLNd±Ùl,(˝l RectRgn(newClipRegion, newClip);°dONLNd‘l&*FillRgn(newClipRegion, ltGray);°dONLNd˛2⁄)Δ{paint clipping region gray}°dONLNdlˆ(lSetClip(oldClipRegion);°dONLNd=⁄)¢"{restore previous clipping region}°dONLNdbl*¸('lIF QDError <> noErr THEN°dONLNd~,~8º+5; {likely error is that there is insufficient memory}°dONLNd∂:lF(ClDisposeRgn(oldClipRegion);°dONLNdŸ:F⁄)¢"{dispose previous clipping region}°dONLNd˛HlT8(Ql"MyFillClipRect := (newClipRegion);°dONLNd"VZbr(_ZEND;°dONLNd'dHpN(mHE°dONLNd(dNp`)ND;ˇl∫@ˇ ˇˇˇˇ@
  6415. ˇ·ˇ‚7^
  6416. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6417. (‡*3-30    )B    Drawing W}–),ith QuickDraw4^*¿¯
  6418. °dONLNd\lhÑ(elFigurR¿°dONLNd\Ñhù)e 3-16@°dONLNd \ùh“)  shows the r*Ä°dONLNd\”hH)6esults of using the code in X†°dONLNd3\Hhv)u Listing 3-9¯‡°dONLNd>\vhx)..
  6419. ä*õ¯4ã*õ¯"ã*]
  6420. ˇ·ˇ‚7^    °dONLNd@Älãú(àl Figure 3-16°dONLNdLÄÆã    )BFilling a clipping region
  6421. .°dONLNdglr(lTï°dONLNdhqÄ)o crg`°dONLNdlć)eate a polygon, you fig`°dONLNdLJ)`rst call the ,
  6422. Courierg`°dONLNdè>)4OpenPolg`°dONLNdñ>D)*yg`°dONLNdóDr)  function ag`°dONLNd¢r€).nd then some number of °dONLNdπl+ê((lLineTo°dONLNdøê+ú)$ prR`°dONLNd¬ú+π) ocedur$¿°dONLNd»π+    )es to draw lines fr˜ °dONLNd€+-)Oom the f«†°dONLNd„-+Ë)%,irst vertex of the polygon to the second, frö°dONLNdË+˜)ªom .°dONLNd,l8…(5lthe second to the thirç@°dONLNd(,…8ƒ)]<d, and so on, until you’ve drawn a line to the last vertex. «°dONLNdd,ƒ8 )˚YáÄ°dONLNde, 8Ó)ou then .°dONLNdm9lEé(Bluse the °dONLNdu9éEƒ)"    ClosePoly°dONLNd~9ƒE–)6 prR`°dONLNdÅ9–EÌ) ocedur$¿°dONLNdá9ÌE_)e, which completes the fi$¿°dONLNd†9_Em)rgur˜ °dONLNd£9lEÄ)e by ˜ °dONLNd®9ÄE∞)
  6423. drawing a ˜ °dONLNd≤9∞EÙ)0connecting line .°dONLNd¬FlRs(Olfrò‡°dONLNdƒFsR¸) om the last vertex back to the fig†°dONLNdÂF˝R)ärst. {@°dONLNdÍFR7)    After defi °dONLNdÙF8RÆ)+ning a polygon in this way#¿°dONLNdF≠R◊)u
  6424. , you can ˇˇ◊Ê.°dONLNdSl_ï(\l    display iWÊ°dONLNd!Sñ_£)*t w/ðdONLNd$S§_Δ)ith the ˇˇá≤flò°dONLNd,SΔ_¸)"    FramePolyˇˇ◊Ê√ÿ°dONLNd5S˚_ˇ)5, ˇˇá≤õæ°dONLNd7S_6)    PaintPolyˇˇ◊Ê˛°dONLNd@S5_9)5, ˇˇá≤W‰°dONLNdBS:_j)FillPolyˇˇ◊Ê<$°dONLNdJSi_m)/, ˇˇá≤
  6425. °dONLNdLSn_§)    ErasePolyˇˇ◊ʯJ°dONLNdUS¢_π)4, and ˇˇá≤®°dONLNd[S∫_ˆ)
  6426. InvertPolyˇˇ◊Ê®°dONLNdeSˆ_˜)< °dONLNdf`llv(ilprR`°dONLNdh`vlì)
  6427. ocedur$¿°dONLNdn`ìl€)es. When you ar˜ °dONLNd}`⁄lË)Ge fi˜ °dONLNdÅ`Ël)"nished using the polygon, use the ˜ °dONLNd£`lØ)óKillPoly˜ °dONLNd´`Ølª)0 pr…Ä°dONLNdÆ`ªlÿ) ocedurõ‡°dONLNd¥`ÿlÍ)e to .°dONLNdπmlyo(vlrE°dONLNd∫mpyø)elease its memory| °dONLNdÀmæy¿)N.
  6428. à*ñ¯4â*ñ¯,Zapf Dingbats°dONLNdÕàXí`(êXs°dONLNdŒâlëu(èlWúÄ°dONLNdœâuë†)    ARNING
  6429. ˇ·ˇ‚7^
  6430. °dONLNd÷ìlüï(úl    Do not crq@°dONLNdflìïüH)))eate a height or width for the polygon grˆ¿°dONLNdìHüî)≥eater than 32,767 .°dONLNdül´ò(®l pixels, or °dONLNd%üò´Œ),    PaintPoly°dONLNd.üŒ´)6  will crash..°dONLNd;¢™)9s
  6431. °dONLNd=∞lºü(πl Listing 3-10 @°dONLNdI∞†º˙)4 illustrates how to cr&Ä°dONLNd_∞˙ºÖ)Zeate a triangular polygon and fiõ °dONLNd∞ÖºÌ)ãll it with a gray pattern.
  6432. ‡*˯4·*˯"·*_
  6433. ˇ·ˇ‚7^    °dONLNdö÷l·ù(fil Listing 3-10°dONLNdß÷∞·#)DCreating a triangular polygon
  6434. .°dONLNdΔÔl˚(¯lPROCEDURE MyDrawTriangle;°dONLNd‡˝l    ~*VAR°dONLNd ~ˆ+triPoly: PolyHandle;°dONLNd˙l%ä("lBEGIN°dONLNd'~3+triPoly := OpenPoly°dONLNd'3ˆ)r;°dONLNd'¸3) {°dONLNd'3Ï)'save handle and begin collecting lines}°dONLNdF5~Aÿ(>~MoveTo(300,100)°dONLNdU5ÿAfi)Z;°dONLNd]5¸A)${°dONLNd^5An)move to first poin°dONLNdp5nAz)lt}°dONLNdtC~Oÿ(L~LineTo(400,200)°dONLNdÉCÿOfi)Z;°dONLNdãC¸O)${f°dONLNdçCO ) orm °dONLNdëC Oò)the triangle's sides°dONLNd•CòOû)x}°dONLNd®Q~]ÿ(Z~LineTo(200,200)°dONLNd∑Qÿ]fi)Z;°dONLNd¡_~k¥(h~    ClosePoly°dONLNd _¥k∫)6;°dONLNd“_¸k)H{°dONLNd”_kÜ)stop collecting lines}°dONLNdÎm~y(v~FillPoly(triPoly,gray);°dONLNd
  6435. my8)ê{fill t°dONLNdm8yz)* he polygon °dONLNdmzyò)Bwith °dONLNd!mòy∂)gray}°dONLNd({~á(Ñ~IF QDError <> noErr THEN°dONLNdCâêïŒ+5; {likely error is that there is insufficient memory}°dONLNdzó~£fi(†~KillPoly(triPoly°dONLNdäófi£‰)`)°dONLNdêó‰£Í);°dONLNdìó¸£){°dONLNdîó£Ü)dispose of its memory}°dONLNd´•l±Ñ(ÆlEND;†Ç°d
  6436. SPNTË°dSPNT –@°dSPNT–†é
  6437. öj˚€òÄæ ö…HHÜ ÄˇˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD"""""" ö¬ùl˘„ÅˇÀˇ˘ ˇÅˆŒˆ¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇ˙0ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇ˙>ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Iˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙_ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇ˙Wˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇ˙[ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇ˙Qˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇ˙\ˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇ˙Dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇ˙!ˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ˇˆÅıœı¯ˇˇ˙ ˇÅ¯Õ¯ˇˇ˙Åˇ ˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Øˇˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇ˛ˇˇÛˇˇ˙Åˇ ˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇıı˚¨˚ıˇˇ˙ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇ˙ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇ˙ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇ˙ˇÅ‹ˇÛıˇˇ˙ˇÅ‹ˇÛıˇˇ˙Åˇ ˇ˙ÅˇÀˇ˙†è°d
  6438. SPNT ∏°dSPNT &—˘xˇˇˇˇˇˇˇˇ°d
  6439. SPNT î°ñ ,    Geneva ¯v@Ëq°dONLNdˇˇ('t'DRAW-L-23: Filling the clipping regionËq°dONLNdˇˇ*
  6440.  NIIM: Imaging: QuickDraw Drawing†ó°dSPNTÈ†Éˇ6@ˇ ˇˇˇˇ@
  6441. ˇ·ˇ‚7^
  6442. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  6443. , (‡3-31
  6444. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6445. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6446. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6447. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6448. 454+?òÄ
  6449. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6450. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6451. ˛ˇ˛ˇˇ
  6452. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6453. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6454. ˛ˇˇˇˇ
  6455. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6456. ˛ˇˇˇˇ
  6457. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6458. kHr4lHr mäm
  6459. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNd\äk∏(gä0Performing Calculations and Other Manipulations ö†°dONLNd0\∏k–(g∏of SÒ∏°dONLNd4\–kı)hapesˇˇˇˇˇˇ€r)>3
  6460. °dONLNd;rä~ ({ä QuickDraw prò¿°dONLNdGr ~.)@ovides a multitude of rj¿°dONLNd^r/~£)eoutines for manipulating rı¿°dONLNdxr£~Â)tectangles and rs†°dONLNdárÊ~)Cegions. °dONLNdèäãê(àäY@Ä°dONLNdêêãß)ou ca≠`°dONLNdïßãµ)n u‡°dONLNdò∂ã’)se the rƇ°dONLNd†’ãD)outines that manipulate rT¿°dONLNdπEã)p-ectangles to manipulate any shape based on a °dONLNdÊåäòç(ïärE°dONLNdÁåéò›)ectangle—namelyûÄ°dONLNdˆå‹ò‰)N, rcÄ°dONLNd˘åÂò)    ounded r˜†°dONLNdåò_)(ectangles, ovals, ar…Ä°dONLNdå`ò)S'cs, and wedges. For example, you could °dONLNd<ôä•ö(¢ädefir °dONLNd@ôõ•≥)ne a r“ °dONLNdFô≥•ï)3ectangle to bound an oval and then frame the oval. ìÄ°dONLNdyôñ•ú)„YT°dONLNdzôú•˝)ou could then use the ,
  6461. Courier.°dONLNdê¶ä≤Δ(Øä
  6462. OffsetRect°dONLNdö¶Δ≤“)< prR`°dONLNdù¶“≤Ô) ocedur$¿°dONLNd£¶Ô≤y)e to move the oval’s bounding r˜ °dONLNd¬¶x≤ )âectangle downwar…Ä°dONLNd“¶ ≤)Rd. Using the .°dONLNdfl≥äøí(ºäof¿°dONLNd·≥ìø÷)    fset bounding r∑‡°dONLNd≥÷øÏ)C>ectangle, you could frame a second, connected oval to form a fi√‡°dONLNd/≥Ïø˚(ºÏgur °dONLNd2≥¸ø)e °dONLNd4¿äô(…äeight w´‡°dONLNd;¿´Ãœ)!    ith the fií °dONLNdE¿–Ãı)%
  6463. rst oval. Z†°dONLNdO¿ˆÃ¸)&Y °dONLNdP¿¸Ãô)#ou could use that shape to help defiv@°dONLNdt¿ôñ)ùne a r÷@°dONLNdz¿±ÃŒ)egion. 0†°dONLNdÅ¿œÃ’)YÒ °dONLNdÇ¿‘Ã˝)    ou could .°dONLNdãÕäŸí(÷äcrR`°dONLNdçÕퟔ)eate a second r$¿°dONLNdúÕ”Ÿ<)Aegion, and then use the $¿°dONLNd¥Õ<Ÿl)iUnionRgn$¿°dONLNdºÕlŸx)0 pr˜ °dONLNdøÕwŸî) ocedur…Ä°dONLNd≈ÕîŸÆ)e to crõ‡°dONLNdÃÕÆŸ–)eate a rn@°dONLNd‘Õ–ŸÚ)"egion fr@†°dONLNd‹ÕÚŸ)"om the .°dONLNd„⁄äÊ’(„äunion of the two.°dONLNdıÏ䯰*The rÄ¿°dONLNd˙Ï°¯Ø)<outines for performing calculations and other manipulations õ°dONLNd6Ïدæ(ıØof r©`°dONLNd:Ïæ¯Ú) ectangles ar∫ °dONLNdFÏÚ¯˘)4e °dONLNdH˘äœ(äsummarized in Ê@°dONLNdV˘œ’)ET°dONLNdW˘’˜)able 3-3)Ä°dONLNd_˘˜)" and ar€†°dONLNdf˘{)e described in detail in k‡°dONLNd˘|å)g“CrG‡°dONLNdǢåÏ)eating and Managing °dONLNdñä(äRectangles” beginning on page O‡°dONLNd¥()å3-52£¿°dONLNd∏(-). 
  6464. 5H=46H= 9ä9
  6465. ˇ·ˇ‚7^    °dONLNdª+ä6±(3ä    Table 3-3°dONLNd≈+»6√)>>QuickDraw routines for calculating and manipulating rectangles    P°dONLNdˇˇ)¸ °dONLNdCäN´(KäRoutineHÊ°dONLNdC€N )Q Description
  6466. .°dONLNd$Qä]¿(Zä    EmptyRect.HÊ°dONLNd.Q€]    )Q    Determine%Δ°dONLNd7Q
  6467. ])/sbΔ°dONLNd8Q]C)  whether a riΔ°dONLNdDQC]£)5ectangle is an empty r%Ü°dONLNdZQ§]»)aectangle.°dONLNddcäo¿(lä    EqualRect.HÊ°dONLNdnc€o    )Q    Determine%Δ°dONLNdwc
  6468. o)/sbΔ°dONLNdxcoO) whether two rx¶°dONLNdÜcOoÉ)A ectangles arâf°dONLNdícÉo¢)4e equal.°dONLNdõuäÅ¿(~ä    InsetRect.HÊ°dONLNd•u€ů)QShrinkïÜ°dONLNd´u¯Ÿ)s“Ü°dONLNd¨u¸Å+)
  6469.  or expand&°dONLNd∂u,Å0)0sY&°dONLNd∑u0Å=) a r&°dONLNdªu>Åb)ectangle.°dONLNd≈áäìΔ(êä
  6470. OffsetRect.HÊ°dONLNd–á€ìÙ)QMove£Ü°dONLNd‘áÙì¯)s‡Ü°dONLNd’á¯ì) a r•Ü°dONLNdŸáì*)ectangle.°dONLNd„ôä•∫(¢äPtInRect.HÊ°dONLNdÏô€•    )Q    Determine%Δ°dONLNdıô
  6471. •)/sbΔ°dONLNdˆô•†)# whether a pixel is enclosed in a rÜ°dONLNdô°•≈)ìectangle.°dONLNd#´ä∑¿(¥ä    PtToAngle.HÊ°dONLNd-´€∑)Q    Calculate¥°dONLNd6´∑))sÒ°dONLNd7´∑<) the angle fryΔ°dONLNdD´=∑ó)5om the middle of a rTÊ°dONLNdX´ó∑Í)Zectangle to a point .°dONLNdnΩä…¥(ΔäPt2Rect.HÊ°dONLNdvΩ€…    )Q    Determine%Δ°dONLNdΩ
  6472. …)/sbΔ°dONLNdÄΩ…K) the smallest rØÊ°dONLNdèΩK…‹)=!ectangle that encloses two points.°dONLNd≤œä€∫(ÿäSectRect.HÊ°dONLNdªœ€€    )Q    Determine%Δ°dONLNdƒœ
  6473. €)/sbΔ°dONLNd≈œ€O) whether two rx¶°dONLNd”œO€ü)Aectangles intersect.°dONLNdË·äÌ¿(Íä    UnionRect.HÊ°dONLNdÚ·€Ì)Q    Calculate¥°dONLNd˚·Ì))sÒ°dONLNd¸·ÌE) the smallest r>&°dONLNd ·FÌø)>ectangle that encloses two r£¶°dONLNd'·øÌÁ)y    ectanglesˇ$@ˇ ˇˇˇˇ@
  6474. ˇ·ˇ‚7^
  6475. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6476. (‡*3-32    )B    Drawing W}–),ith QuickDraw4^*¿¯
  6477. °dONLNd\lhr(elT†¿°dONLNd\rhw)hr °dONLNd\xhÉ)e rÄ¿°dONLNd\Éh©)     outines f‘°dONLNd\©hê)&3or performing calculations and other manipulations õ°dONLNdA\ëh†)Ëof r©`°dONLNdE\†h»)    egions ar≥`°dONLNdN\»hœ)(e °dONLNdPilu±(rlsummarized in Ê@°dONLNd^i±u∑)ET°dONLNd_i∑uŸ)able 3-4)Ä°dONLNdgiŸu˜)" and ar€†°dONLNdni˜u])e described in detail in k‡°dONLNdái^un)g“CrG‡°dONLNdäinuŒ)eating and Managing °dONLNdûvlÇÎ(lRegions” beginning on page I °dONLNdπvÏDz)Ä3-85ù°dONLNdΩv˛Ç). .°dONLNd‚ÊlÚu(ÔlN°dONLNd„ÊuÚˇ)    ote that while you can use the ,
  6478. Courier°dONLNdÊˇÚ;)ä
  6479. OffSetPoly°dONLNd Ê;ÚG)< prR`°dONLNdÊGÚd) ocedur$¿°dONLNdÊdÚ¯)e to move a polygon, QuickDraw .°dONLNd4Ûlˇu(¸lprG °dONLNd6Ûvˇ¡)
  6480. ovides no other r?°dONLNdGÛ¡ˇû)K2outines for calculating or manipulating polygons. 
  6481. $*+¯4%*+¯ &l&¯
  6482. ˇ·ˇ‚7^ˇˇ‹.ˇ◊°dONLNdzl$P( l#Copying Bits Between Graphics Portsˇˇˇˇˇˇ€r( 3
  6483. .°dONLNdü+l7s(4lYï°dONLNd†+r7±)ou can use the ï°dONLNdØ+±7·)?CopyBitsï°dONLNd∑+·7Ì)0 prg`°dONLNd∫+Ì7
  6484. ) ocedur9¿°dONLNd¿+
  6485. 7p)e to copy a bit image fr  °dONLNdÿ+p7⁄)fom one graphics port to °dONLNd8lDê(Alanother¬†°dONLNd˜8èDî)#. d@°dONLNd˘8îD‹)Along with the d@°dONLNd8‹D )HCopyMaskd@°dONLNd8 D)0 pr6†°dONLNd8D5) ocedur    °dONLNd85DΩ)e and the Color QuickDraw pr€`°dONLNd58ºDŸ)áocedur≠¿°dONLNd;8ŸD‡)e °dONLNd=ElQ¥(Nl CopyDeepMask°dONLNdIE¥Qπ)H, °dONLNdKEπQÈ)CopyBits°dONLNdSEÈQè)0$ is integral to QuickDraw’s image-prR`°dONLNdwEèQÚ)¶ocessing capabilities. °dONLNdéRl^s([lYï°dONLNdèRr^ü) ou can use ï°dONLNdöRü^œ)-CopyBitsï°dONLNd¢Rœ^ˇ)0  to move ofg`°dONLNd≠Rˇ^)0fscr9¿°dONLNd±R^£)!een graphics images into an onscr  °dONLNd“R£^ÿ)î
  6486. een window! °dONLNd‹R◊^Á)4, to .°dONLNd·_lkœ(hlPblend colors for the image in a pixel map, and to shrink and expand images. For .°dONLNd1llxò*    example, °dONLNd:lòx∞),FigurR`°dONLNd?l∞x )e 3-17R`°dONLNdEl x) illustrates how R`°dONLNdVlxD)JCopyBitsR`°dONLNd^lDxÈ)0' can be used to scale the image in one .°dONLNdÖylÖ;(Çl+window to a smaller image in another windowB†°dONLNd∞y;Ö=)œ.
  6487. •*≠¯4¶*≠¯ ©l©¯
  6488. ˇ·ˇ‚7^    °dONLNd¿õl¶ì(£l    Table 3-4°dONLNd õ™¶ô)>;QuickDraw routines for calculating and manipulating regions`°dONLNdˇˇ) °dONLNd≥læç(ªlRoutineWfl°dONLNd≥√æÙ)W Description
  6489. .°dONLNd&¡lÕñ( lCopyRgn.Wfl°dONLNd.¡√Õ€)WMake%fl°dONLNd2¡‹Õ‡)sbfl°dONLNd3¡‡Õ) a copy of a rË?°dONLNdA¡Õ0)8egion.°dONLNdH”lflñ(‹lDiffRgn.Wfl°dONLNdP”√flÁ)WSubtractˇ°dONLNdX”ËflÏ)%sJˇ°dONLNdY”Ïfl) one r °dONLNd_”fl')egion frA_°dONLNdg”'flY)"
  6490. om another.°dONLNdsÂlÒú(ÓlEmptyRgn.Wfl°dONLNd|Â√ÒÒ)W    Determine4ø°dONLNdÖÂÚÒˆ)/sqø°dONLNd܈Ò+)  whether a rxø°dONLNdíÂ+Òl)5egion is empty.°dONLNd¢˜lú(lEqualRgn.Wfl°dONLNd´˜√Ò)W    Determine4ø°dONLNd¥˜Úˆ)/sqø°dONLNdµ˜ˆ7) whether two ráü°dONLNd√˜7”)A%egions have identical sizes, shapes, Wfl°dONLNdÈ√˝( √and locations.°dONLNd¯l ú(lInsetRgn.Wfl°dONLNd√ ‡)WShrink§°dONLNd‡ ‰)s·°dONLNd‰ )
  6491.  or expand+°dONLNd )0sh°dONLNd %) a r-°dONLNd& >)egion.°dONLNd&l2¢(/l    OffsetRgn.Wfl°dONLNd(&√2‹)WMove≤°dONLNd,&‹2‡)sÔ°dONLNd-&‡2Ì) a r¥°dONLNd1&Ó2)egion.°dONLNd88lDñ(AlPtInRgn.Wfl°dONLNd@8√DÒ)W    Determine4ø°dONLNdI8ÚDˆ)/sqø°dONLNdJ8ˆDt) whether a pixel is within a rp°dONLNdh8tDå)~egion.°dONLNdoJlV¢(Sl    RectInRgn.Wfl°dONLNdyJ√VÒ)W    Determine4ø°dONLNdÇJÚVˆ)/sqø°dONLNdÉJˆV+)  whether a rxø°dONLNdèJ+Vâ)5ectangle intersects a r˚°dONLNd¶JâV°)^egion.°dONLNd≠\lhñ(elRectRgn.Wfl°dONLNdµ\√hÂ)WChangej_°dONLNdª\ÂhÈ)"sß_°dONLNdº\Èhˆ) a rl_°dONLNd¿\˜h() egion to a rÒ?°dONLNdÃ\(hL)1ectangle.°dONLNd÷nlzñ(wlSectRgn.Wfl°dONLNdfin√zÏ)W    Calculate¬ˇ°dONLNdÁnÏz))sˇˇ°dONLNdËnz[) the intersection of two rõ°dONLNdn\zx)legions.°dONLNd
  6492. ÄlåÆ(âl SetEmptyRgn.Wfl°dONLNdÄ√å–)WSet£ü°dONLNdÄ–å‘)s‡ü°dONLNdÄ‘å·) a r•ü°dONLNdÄ‚åÙ)egio\?°dONLNd"Äıå)n to eØ°dONLNd(Äå$)mpty.°dONLNd.ílû®(õl
  6493. SetRectRgn.Wfl°dONLNd9í√ûÂ)WChangej_°dONLNd?íÂûÈ)"sß_°dONLNd@íÈûˆ) a rl_°dONLNdDí˜û() egion to a rÒ?°dONLNdPí(ûL)1ectangle.°dONLNdZ§l∞ú(≠lUnionRgn.Wfl°dONLNdc§√∞Ï)W    Calculate¬ˇ°dONLNdl§Ï∞))sˇˇ°dONLNdm§∞B) the union of two r_°dONLNdħC∞_)Segions.°dONLNdà∂l¬ê(ølXorRgn.Wfl°dONLNdè∂√¬Ï)W    Calculate¬ˇ°dONLNdò∂Ϭ))sˇˇ°dONLNdô∂¬) the difø°dONLNd°∂¬) ferÍ?°dONLNd§∂¬fl) ,ence between the union and the intersection Wfl°dONLNd—¡√ÕÂ( √of two rı°dONLNdŸ¡ÂÕ)"egionsˇZ^@ˇ ˇˇˇˇ@
  6494. ˇ·ˇ‚7^
  6495. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  6496. , (‡3-33
  6497. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6498. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6499. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6500. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6501. 454+?òÄ
  6502. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6503. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6504. ˛ˇ˛ˇˇ
  6505. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6506. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6507. ˛ˇˇˇˇ
  6508. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6509. ˛ˇˇˇˇ
  6510. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6511. gHw4gHw"hH]
  6512. ˇ·ˇ‚7^    °dONLNd\äg∫(dä Figure 3-17°dONLNd \Ãgp)B'Shrinking images between graphics ports
  6513. °dONLNd5Óä˙∏(˜ä Listing 3-1솰dONLNd@Ó∏˙Ω).1솰dONLNdAÓΩ˙#) shows the code that prÒ@°dONLNdXÓ#˙õ)foduces the scaled image in ß¿°dONLNdsÓú˙¥)yFigurzÄ°dONLNdxÓ¥˙Õ)e 3-17°dONLNd~ÓŒ˙–).
  6514. H&4H&"H_
  6515. ˇ·ˇ‚7^    °dONLNdÄäª(ä Listing 3-11.°dONLNd猈)D
  6516. Using the ,
  6517. Courier°dONLNdóˆ)(CopyBits°dONLNdü¡)(& procedure to copy between two windows
  6518. °dONLNd«-H9Ñ(6H
  6519. PROCEDURE °dONLNd—-Ñ9ê)<My°dONLNd”-ê9fi) ShrinkImages;°dONLNd‚;ZGl(DZVAR°dONLNdËIlU¢+    myWindow:°dONLNd˘I¸U8)ê
  6520. WindowPtr;°dONLNdWlcÍ(`lsourceRect, destRect:°dONLNd#W¸c)êrect;°dONLNd+elq(nlhalfHeight, halfWidth:°dONLNdIe¸q,)êInteger;°dONLNdRsHf(|HBEGIN°dONLNdYÅZçÍ+myWindow := FrontWindow;°dONLNdsèZõP*)sourceRect.top := myWindow^.portRect.top;°dONLNd™èVõÏ)¸{create source rectangle}°dONLNd≈ùZ©\(¶Z+sourceRect.left := myWindow^.portRect.left;°dONLNdÚ´Z∑*IsourceRect.bottom := myWindow^.portRect.bottom - 15; {exclude scroll bar}°dONLNd=πZ≈Ü*2sourceRect.right := myWindow^.portRect.right - 15;°dONLNdÄπå≈
  6521. (¬å {exclude scroll bar}°dONLNdò’Z·b(fiZ,destRect.top := gShrinkWindow^.portRect.top;°dONLNd”’h·˛(fih{create destination rect}°dONLNdÓ„ZÔn(ÏZ.destRect.left := gShrinkWindow^.portRect.left;°dONLNdÒZ˝Æ*halfHeight := °dONLNd5Ò¸˝
  6522. )¢-{make destination half as tall as the source}°dONLNdgˇê »(ê4Integer((sourceRect.bottom - sourceRect.top)) DIV 2;°dONLNdùZh(Z-destRect.bottom := destRect.top + halfHeight;°dONLNdÃZ'Æ*halfWidth :=  °dONLNd„¸'
  6523. )¢-{make destination half as wide as the source}°dONLNd)ê5»(2ê4Integer((sourceRect.right - sourceRect.left)) DIV 2;°dONLNdK7ZCb(@Z,destRect.right := destRect.left + halfWidth;°dONLNd{SZ_Δ*GetPort(myWindow);°dONLNdïSÍ_˛)ê.{save the graphics port for the active window}°dONLNd≈aZm‰(jZSetPort(gShrinkWindow);°dONLNd‰aÍm»)ê%{make the target window the current }°dONLNdoÍ{»*%{ graphics port for drawing purposes}†Ç°d
  6524. SPNTË°dSPNT –@°dSPNT–†é
  6525. wà◊ıòÅ>ïOHHÜ ÄˇˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""ïHxäÕT
  6526. ÅˇÀˇÅ˙ˇÅˆŒˆ¯ˇÅ˙ˇˆÅıœı¯ˇˇÅ˚ˇˆÅıœı¯ˇˇÅ˚"ˇˆ˚˙ıˆ¨ı€˙¡ı€˙ıˆ¨ı˚˙¯ˇˇÅ˚3ˇˆ˙ı¨˜ˆ¬ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇÛıˇˇ”ı¨˜ˆ˙ı¯ˇˇÅ˚Aˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙Èıˇˇ˘ıˇˇ˛ıˇˇÛıˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇÅ˚Nˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇıı¸ˇ˛ı˝ˇııˇˇıı˝ˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇÓñ˚˘iˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ˙ı€˙ı¨ˆ˝¯¨¯¯¨ˆı˚˙¯ˇˇÓ˚ò˚ˇ˙aˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇııˇˇııˇˇııˇˇ”ı¨ˆ˝¯¨¯¯¨ˆ˙ı¯ˇˇÓ˚ò˚ˇ˙eˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇıı˚ˇııˇˇııˇˇ˙ı€˙ı¨ˆ¸¨¯¯¨ˆı˚˙¯ˇˇÓ˚ò˚ˇ˙cˇˆ˙ı¨ˆ˙¯¨ˆ”ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˚ıˇˇııˇˇ”ı¨ˆ˙¯¨ˆ˙ı¯ˇˇÓ˚Δ˘˘˛˘Ÿ˚ˇ˙xˇˆ˚˙ı¨ˆ˙¯¨ˆı€˙˙ıˇˇııˇˇııˇˇııˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇ˛ıˇˇııˇˇ˛ıˇııˇˇııˇˇ˙ı€˙ı¨ˆ˙¯¨ˆı˚˙¯ˇˇÓ˚◊˚˘˛˝˘˛˘˘˘Ÿ˚ˇ˙dˇˆ˙ı¨ˆ˘¨ˆ“ı¸ˇııˇˇııˇˇ˝ıˇˇııˇˇ˝ıˇˇııˇˇ˛ı˝ˇ˝ı¸ˇ”ı¨ˆ˘¨ˆ˙ı¯ˇˇÓ˚◊˘˘˚˘˘˘˘˘˘˘ÿ˚ˇ˙Aˇˆ˚˙ı¨˜ˆı€˙¡ı€˙ı¨˜ˆı˚˙¯ˇˇÓ˚◊˘˘˚˘˘˘˘˛˘˘˘ÿ˚ˇ˙(ˇˆÅıœı¯ˇˇÓ˚◊¸˘˛˘˘˘˘˚˘◊˚ˇ˙(ˇˆÅıœı¯ˇˇÓ˚”    ˘˘˘˘˘˘˚˘◊˚ˇ˙*ˇÅ¯Õ¯ˇˇÓ˚”    ˘˘˘˘˘˘¸˘˘˘⁄˚ˇ˙'Åˇ ˇÓ˚”    ˘˘˘˘˘˘¸˘˘˘€˚ˇ˙4ˇÅ‹ˇÛˇˇÓ˚◊˘˛    ˘˘˘˘˘˘˝˘˘˘€˚ˇ˙*ˇÅ‹ˇÛˇˇÓ˚÷˝˘˝˝˘¸˘˛˘˘⁄˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ò˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ò˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ò˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ò˚ˇ˙ˇÅ‹ˇÛˇˇÓñ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙%ˇÅ‹ˇÛˇˇÓ˚˜Áˇ˘„ˇÒˇÛ˚ˇ˙)ˇÅ‹ˇÛˇˇÓ˚˜Áˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙)ˇÅ‹ˇÛˇˇÓ˚˜Áˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙/ˇÌÕˇÔ«ˇˇÛˇˇÓ˚˜Áˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙3ˇÌÕˇÔ«ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙7ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙7ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙7ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙7ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙7ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙7ˇÌÕˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙=ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ˇÈˇ˘¸ˇÌ¸ˇÒˇÛ˚ˇ˙5ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜Áˇ˘„ˇÒˇÛ˚ˇ˙1ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ÁˇÀˇÛ˚ˇ˙1ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ÁˇÀˇÛ˚ˇ˙1ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚˜ÁˇÀˇÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙-ˇÌˇˇ—ˇˇÔ˘ˇ◊˘ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙#ˇÌÕˇÔ«ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙#ˇÌÕˇÔ«ˇˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÌÕˇ§ˇÛˇˇÓ˚òˇ˚ˇ˙ˇÌÕˇ§ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÌÕˇ§ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÌÕˇ§ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÌÕˇ§ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÌÕˇ§ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓ˚ߡÛ˚ˇ˙ˇÅ‹ˇÛˇˇÓñ˚ˇ˙ˇÅ‹ˇÛˇˇÌñˇ˙ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚ˇÅ‹ˇÛˇˇÅ˚
  6527. Åˇ ˇÅ˚ˇÅ‹ˇÛıˇˇÅ˚ˇÅ‹ˇÛıˇˇÅ˚ˇÅ‹ˇıı˚¨˚ıˇˇÅ˚ˇÅ‹ˇıı¨¸ˆ˝¨ııˇˇÅ˚ˇÅ‹ˇıı¨ˆ˛˜¨˝ˆııˇˇÅ˚ˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇÅ˚òÅ>ï‹OHHÜġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""ï‹HÕä˚TˇÅ‹ˇıı¨ˆ˛˜¨˛¯¨ııˇˇÅ˚ˇÅ‹ˇıı¨ˆ˝¨˛¯¨ııˇˇÅ˚ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇÅ˚ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇÅ˚ˇÅ‹ˇ˛ı¨ˆ˚¯¨ııˇˇÅ˚ˇÅ‹ˇ˛ı¨ˆ˙¨ııˇˇÅ˚ˇÅ‹ˇÛıˇˇÅ˚ˇÅ‹ˇÛıˇˇÅ˚
  6528. Åˇ ˇÅ˚ ÅˇÀˇÅ˚ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√ÅÅ√G˛ˇ˛˝ˇ¸ˇ˛ˇ¸ˇ˚ˇ˜˛ˇ˛˛ˇ˜˛ˇÓˇÛˇ¸ˇˇ˜ˇ˜ˇ—ˇ¸ˇ„ˇúLˇˇˇ˛ˇ˝ˇ˛ˇ¸ˇ˚ˇ¯ˇ˛ˇˇ˛ˇ˘ˇ˛ˇ‡ˇ˘ˇ˜ˇ˜ˇ—ˇ›ˇú∏ˇ˛ˇˇ˛ˇ˛ˇˇ˛ˇˇˇ˙ˇÙˇ¸ˇ˛ˇ˝ˇ˚ˇˇ˛ˇ
  6529. ˇˇˇˇ˛ˇ˛˛ˇ˝˛ˇˇˇ˛ˇ˛ˇ˝˛ˇ˛ˇˇ˛ˇˇ¸ˇˇˇ˛ˇˇ˛ˇ˚˛ˇ
  6530. ˇˇˇˇˇ˛ˇ˛ˇˇˇˇˇ˛˛ˇ˝˛ˇ˛ˇˇˇˇˇ˛ˇ˛ˇ¢æˇ˛ˇ˝ˇ˝ˇˇ˛ˇˇˇ˝ˇˇ˝˝ˇ˝ˇ¸ˇ¯ˇ¸ˇˇˇˇˇˇ˛
  6531. ˇˇˇˇˇ˝ ˇˇˇˇˇ˙ ˇˇˇˇˇ˛ˇˇˇˇˇˇˇˇˇ˝ˇˇˇˇ˚ˇˇˇˇˇˇˇˇˇ˙ ˇˇˇˇˇˇ˝ˇˇü¥ˇ˛ˇˇˇ˝¸ˇ˛ˇˇ˘ˇˆˇ¸ˇ˜ˇ¸ˇˇˇˇˇˇ˛
  6532. ˇˇˇˇˇ˝    ˇˇˇˇ˛ˇˇ¸ˇˇ˝ˇˇ˛ˇˇˇ˝ˇ˝ˇˇˇ˝ˇˇˇ¸˛ˇˇˇˇˇˇˇ¸ˇˇ¸
  6533. ˇˇˇˇˇ¸ˇ˛ˇˇ°ª    ˇˇˇˇ˛ˇ˛ˇ˛ˇˇ˘ˇ˜ˇ¸ˇˆˇ˛ˇˇˇˇˇˇˇ˛
  6534. ˇˇˇˇˇ˝    ˇˇˇˇ¸ˇ˝ˇˇˇ¸ˇ˝ˇˇ˛ˇ˝ˇ˝ˇˇ˝ˇˇˇ˝ˇˇˇˇˇˇˇˇˇ˝ˇ˝
  6535. ˇˇˇˇˇ¸ˇ¸ˇ¢≠˛ˇ˛ˇ˛ˇˇ˛ˇ˛ˇˇ˘˝ˇ˚¸ˇ¸ˇ˛ˇ¸˛ˇ˛ˇˇ˛ˇ˛˛ˇ˛ˇˇˇ˛ˇ˝˛ˇ˛ˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇ˛ˇˇ˝ˇˇ˛ˇˇˇˇ¸˛ˇˇ¸˛ˇ˛ˇˇˇˇˇˇ˛ˇ¸˛ˇ˛ˇˇˇ˚ˇ˛ˇ°πˇ˙ˇÙˇæˇˆˇËˇåπˇ¸ˇˇıˇˇøˇˇıˇËˇåÅÅ√ÅÅ√ÅÅ√6 ˇˇˇˇˇˇ¸ˇ¯ˇÌˇÓ˛ˇ˘ˇ˚ˇ˝˛ˇÈ˛ˇÎˇÅ‘6ˇˇˇˇˇˇˇ˛ˇˇ¯ˇ⁄ˇ˛ˇÛˇ˝ˇˇÍˇˇÅæ롡ˇˇˇˇˇˇˇ˛ˇ¸ˇ˛ˇˇˇ˛ˇˇ˛˛ˇˇˇ˛ˇ˛˛ˇ˛ˇ˝ˇ˛ˇˇˇˇˇˇˇˇˇˇ˛ ˇˇˇˇˇˇˇ¸ˇ˝ˇ˛ ˇˇˇˇˇˇˇ¸ˇˇˇ˛ˇ˛˛ˇÅfiåˇˇˇˇˇˇˇˇ¯ˇˇˇˇ˝ˇˇˇˇˇˇˇˇ˘ˇ˛ˇˇˇˇˇˇˇˇˇ˛ˇˇˇ˚ˇˇˇˇ¸ˇ˛ˇˇˇ˚ˇˇˇˇ˛
  6536. ˇˇˇˇˇÅfiä ˇˇˇˇˇˇ¸ˇ¯
  6537. ˇˇˇˇ˛ˇˇˇˇˇˇˇˇ˘ˇ˛
  6538. ˇˇˇˇˇ˝ˇˇ˛ˇ˛ˇˇ¸˛ˇˇˇˇ¸ˇ˛ˇˇ¸˛ˇˇˇˇ˛
  6539. ˇˇˇˇˇÅfiç ˇˇˇˇˇˇ¸ˇ¯ˇˇˇˇˇˇˇˇˇˇˇˇˇ˘ˇˇˇˇˇˇˇˇˇˇˇˇˇ˝ˇˇ˛ˇˇ˚ˇˇˇ˝ˇˇ˛ˇˇ˝
  6540. ˇˇˇˇˇÅfiܡ˛ˇˇˇˇ¸ˇ˛ˇ¸
  6541. ˇˇˇˇ˛ˇ˛ˇ    ˇˇˇ˛ˇ˛ˇ¸˛ˇ˛˛ˇˇˇˇˇˇ˛ˇ˛ˇ¸˛ˇ˛ˇˇ˚˛ˇ˛ˇ¸˛ˇ˛ˇˇ˝ˇˇˇ˛ˇÅfi”ˇıˇˆˇØˇÅfi’ˇˇˆˇˇ§ˇˇÅ›†è°dSPNTÈ†Éˇ"ê@ˇ ˇˇˇˇ@
  6542. ˇ·ˇ‚7^
  6543. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6544. (‡*3-34    )B    Drawing W}–),ith QuickDraw4^*¿¯,
  6545. Courier
  6546. .°dONLNd\<hÍ(e<CopyBits(myWindow^.portBits, °dONLNd"jrv+6gShrinkWindow^.portBits, °dONLNd@xrÑ∫* sourceRect, °dONLNdQÜríÆ*
  6547. destRect, °dONLNd`îr†ú*srcCopy°dONLNdgîú†fi)* +ditherCopy°dONLNdrîfi†)B, NIL);°dONLNd{¢<ÆÃ(´<IF QDError <> noErr THEN°dONLNdñ∞Nºå+5; {likely error is that there is insufficient memory}°dONLNdÕæ< ®(«<SetPort(myWindow);°dONLNdÁæàÏ)ê0{restore active window as current graphics port}°dONLNdÃ*ÿB(’*END;.°dONLNd‰lÑ+B=When copying between basic graphics ports, you specify a sourº°dONLNdZ‰ÑÃ(ÌÑce bitmap and a ˇˇÔ–.°dONLNdjÒl˝œ(˙ldestination bitmap to ˇˇœpOp°dONLNdÄÒ–˝)dCopyBitsˇˇÔ–Op°dONLNdàÒ˝ )0. R?@°dONLNdãÒ ˝ú) emember that the bitmap is stor¿∞°dONLNd™Òú˝≈)ê
  6548. ed in the ˇˇœpê °dONLNd¥ÒΔ˝ˆ)*portBitsˇˇÔ–ê °dONLNdºÒˆ˝˜)0 °dONLNdΩ˛l
  6549. s(lfi°dONLNdø˛s
  6550. ó)    eld of a °dONLNd»˛ó
  6551. «)$GrafPort°dONLNd–˛«
  6552. Õ)0 rR`°dONLNd“˛Õ
  6553. fl)ecor$¿°dONLNd÷˛fl
  6554. )    d. By der˜ °dONLNdfl˛
  6555. )(efer…Ä°dONLNd„˛
  6556. `)encing the desirõ‡°dONLNdÛ˛`
  6557. ó)G ed window rn@°dONLNd˛˛ó
  6558. ©)7ecor@†°dONLNd˛©
  6559. Ó)d when it calls °dONLNd lú(lCopyBits°dONLNd ú°)0, °dONLNd °—) Listing 3-1Û`°dONLNd' –’)/1Û`°dONLNd( ’I) uses the bitmap for the fr≈¿°dONLNdC I})t
  6560. ont window⁄¿°dONLNdM |Ω)3, “untitled” in ⁄¿°dONLNd] Ω’)AFigur≠ °dONLNdb ’Ô)e 3-17≠ °dONLNdh ÔÙ), .°dONLNdjl$õ(!l as the sour°dONLNduú$Ã)0 ce bitmap. [`°dONLNdÄÃ$˙)0 Listing 3-1o°dONLNdã˙$ˇ).1o°dONLNdåˇ$Â)4 uses the bitmap for the window titled “50%” as the °dONLNd¿%l1ø(.ldestination bitmap†°dONLNd“%¿1¬)T.°dONLNd‘7lCv(@lW°dONLNd’7vCÔ)
  6561. Then copying images between color graphics ports, as explained in the chapter “Color .°dONLNd)DlP°(Ml    QuickDrawï°dONLNd2D†PÂ)4,” you must coerg`°dONLNdBDÂP)Ece each g`°dONLNdJDP>)#    CGrafPortg`°dONLNdSD>PD)6 r9¿°dONLNdUDDPV)ecor  °dONLNdYDVPq)d to a   °dONLNd`DqP°)GrafPort  °dONLNdhD°Pß)0 rfiÄ°dONLNdjD¶P∏)ecor∞‡°dONLNdnD∏P√)d, °dONLNdqQl]{(ZlderR`°dONLNdtQ{]ç)efer$¿°dONLNdxQç]¥)    ence the $¿°dONLNdÅQ¥]‰)'portBits$¿°dONLNdâQ‰]Ì)0 fi$¿°dONLNdåQÌ]ø)    /elds of each, and then pass these “bitmaps” to $¿°dONLNdªQø]Ô)“CopyBits$¿°dONLNd√QÔ]Ú)0.
  6562. k*y¯4l*y¯    .°dONLNd≈jlu(rlNote
  6563. ˇ·ˇ‚7^
  6564. .°dONLNd wlÉä*If therR`°dONLNd—wäɱ)
  6565. e is insuf$¿°dONLNd€w±É∏)'fi$¿°dONLNd›w∏É4)cient memory to complete a $¿°dONLNd¯w4Éd)|CopyBits$¿°dONLNdwdÉî)0  operation °dONLNd Élèw(ålin °dONLNdÉwè«) Color QuickDrawï°dONLNdÉΔè›)O, the ï°dONLNd#É›è)QDErrorï°dONLNd*Éè£)*$ function (described in the chapter .°dONLNdNèlõ(òl!“Color QuickDraw” in this book) rº °dONLNdoèõ7)ô eturns the rr†°dONLNd{è8õ})3esult code –143.,Zapf Dingbatsˆ@°dONLNdåíÇöà)Ju
  6566. ˇˇ∏ .°dONLNdé†l¨s(©lYï°dONLNdè†r¨ø)ou can specify difè¿°dONLNd°†ø¨Ã)Mferb °dONLNd§†Ã¨)ently sized sour§¿°dONLNd¥†¨h)Ece and destination rüÄ°dONLNd»†h¨©)Wectangles, and ˇˇ(`¿°dONLNd◊†™¨⁄)BCopyBitsˇˇ∏ ¿°dONLNdfl†⁄¨¯)0 scales .°dONLNdÁ≠lπê(∂lthe sour\°dONLNdÔ≠êπ )$ce image to fiÔ†°dONLNd˝≠ π):t the destination. üÄ°dONLNd≠πE)M Listing 3-1≥ °dONLNd≠EπJ).1≥ °dONLNd≠Jπ{)  uses the ar @°dONLNd(≠|πΩ)2ea of the port r@°dONLNd8≠Ωπ‰)A    ectangle °dONLNdA∫lΔ∑(√lexcluding the scrÜ@°dONLNdR∫∑Δ    )Koll bars as the sour¿°dONLNdf∫
  6567. Δ)Sce rõ†°dONLNdj∫ΔH) ectangle. T` °dONLNdu∫HΔ∏)/o scale the image in the fr◊`°dONLNdê∫∏ΔÓ)p
  6568. ont windowÓ†°dONLNdö∫ÌΔÔ)5,n†°dONLNdõ∫ΔÚ) °dONLNdú«l”ö(–l Listing 3-1솰dONLNdß«ö”ü).1솰dONLNd®«ü”©) crH‡°dONLNd´«™”) eates a destination r0†°dONLNd¿«”„)X6ectangle that is half as high and half as wide as the °dONLNdˆ‘l‡(›lsour˛†°dONLNd˙‘‡é)ce r}Ä°dONLNd˛‘è‡∂)    ectangle..°dONLNdÊlÚ–(ÔlThe manner by which °dONLNdÊ–Ú)dCopyBits°dONLNd$ÊÚ‰)03 transfers the bits between bitmaps depends on the °dONLNdWÛlˇ~(¸lsourR`°dONLNd[Û~ˇÌ)ce mode that you specify6†°dONLNdsÛÏˇ¸)n. In 6†°dONLNdxÛ¸ˇ,) Listing 3-1™°dONLNdÉÛ+ˇ0)/1™°dONLNdÑÛ0ˇG), the ™°dONLNdäÛGˇq)srcCopy™°dONLNdëÛqˇ‚)* mode is used to copy bits .°dONLNd¨l s(    lfrò‡°dONLNdÆs ß) om the sour>`°dONLNdπ® ¿)5ce dir¡`°dONLNdø¿ G) ectly into the destination. SourdONLNdflG {)á ce modes ar`°dONLNdÍ| ª)5e described in fi`°dONLNd˘ª Ê)?    “Boolean °dONLNdlr(lT∫¿°dONLNdqΩ)ransfer Modes WL`°dONLNdΩX)L$ith 1-Bit Pixels” beginning on page B†°dONLNd6Yf)ú3-8ñÄ°dONLNd9fh).
  6569. '*5¯4(*5¯    °dONLNd;&l1(.lNote
  6570. ˇ·ˇ‚7^
  6571. °dONLNd@3l?r*Tµ¿°dONLNdA3q?»)o scale shapes and rS¿°dONLNdU3…?®)X2egions within the same graphics port, you can use °dONLNdá?lKÄ(Hlthe r¢`°dONLNdå?ÄK€)outines described in 6 °dONLNd°?‹Kó)\)“Scaling and Mapping Points, Rectangles, °dONLNd KlW-(Tl)Polygons, and Regions” beginning on page ø‡°dONLNdÛK-WD)¡3-104¿°dONLNd¯KEWG).ì¿°dONLNd˙NLVR)u
  6572. °dONLNd¸\lhr(elTµ¿°dONLNd˝\qh|)<o gracefully display complex images that your application crÖ¿°dONLNd9\}h„(e}eates, your application °dONLNdQilu€(rlshould use the drawing rmÄ°dONLNdii€uì)o+outines described in this chapter to constr…¿°dONLNdîiìuÁ)∏uct such images in .°dONLNdßvlÇu(lofR`°dONLNd©vuÇÖ)    fscr$¿°dONLNd≠vÖÇ∫) een graphic$¿°dONLNd∏v∫Ç‚)5    s worlds.$¿°dONLNd¡v‚lj)( ˜ °dONLNd¬v„ÇÍ)Y  °dONLNd√vÍÇ|)!our application can then use the   °dONLNd‰v|Ǩ)íCopyBits  °dONLNdÏv¨Ç∏)0 prfiÄ°dONLNdÔv∑Ç‘) ocedur∞‡°dONLNdıv‘ÇÊ)e to .°dONLNd˙ÉlèÔ(åltransfer these images to onscrz†°dONLNd    ÉÔèí)É%een graphics ports. This technique pr†°dONLNd    =Éìèˆ)§events the choppiness °dONLNd    SêlúW(ôl2that can occur when you build complex images onscrS†°dONLNd    ÖêWúÓ)Î#een, and is described in the chapte @°dONLNd    ®êÔúı)òr °dONLNd    ™ùl©|(¶l“OfÇ °dONLNd    ≠ù|©ã)fscrH@°dONLNd    ±ùå©“)een Graphics Wæ¿°dONLNd    øù—©,)Eorlds,” which also ofÒ°dONLNd    ‘ù,©fl)[(fers an example of using a mask to copy °dONLNd    ¸™l∂®(≥lcolor pixels fr—@°dONLNd
  6573. ™®∂Œ)<om an ofᇰdONLNd
  6574. ™œ∂fi)'fscrN°dONLNd
  6575. ™fl∂6)een graphics world.ˇEl@ˇ ˇˇˇˇ@
  6576. ˇ·ˇ‚7^
  6577. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡ä    Drawing W}–),ith QuickDraw
  6578. , (‡3-35
  6579. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6580. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6581. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6582. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6583. 454+?òÄ
  6584. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6585. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6586. ˛ˇ˛ˇˇ
  6587. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6588. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6589. ˛ˇˇˇˇ
  6590. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6591. ˛ˇˇˇˇ
  6592. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿.°dONLNd\ähê(eäTï°dONLNd\èh)o copy only certain bits frg`°dONLNd\hÇ)qom a bitmap, you can use the ,
  6593. Courierg`°dONLNd9\Çh≤)ÇCopyMaskg`°dONLNdA\≤hæ)0 pr9¿°dONLNdD\æh€) ocedur  °dONLNdJ\€h) e, which is °dONLNdViäu˘(räa specialized variant of °dONLNdoi˘u))oCopyBits°dONLNdwi)uB)0. The °dONLNd}iBur)CopyMask°dONLNdÖiru~)0 prR`°dONLNdài~uõ) ocedur$¿°dONLNdéiõu)e, which is described on .°dONLNdßväÇ°(äpage Z‡°dONLNd¨v¢ÇØ)3-1" °dONLNdØvØÇπ)19" °dONLNd±vπÇ&)
  6594. , transfers bits only wheró`°dONLNdÀv&ÇO)m
  6595. e the corr€¿°dONLNd’vOÇ))+esponding bits of another bit image, which .°dONLNdÉäè„(åäserves as a mask, arR`°dONLNdÉ„è    )Y
  6596. e set to 1R`°dONLNdÉ    èP)& (that is, black)R`°dONLNd/ÉPèi)G. The R`°dONLNd5Éièô)CopyMaskR`°dONLNd=Éôè•)0 pr$¿°dONLNd@É•è¬) ocedur˜ °dONLNdFÉ¡è )e does not allow °dONLNdWêäúª(ôä scaling or rR`°dONLNdcêªú
  6597. )1esizing. Howeverï°dONLNdsê    ú )N, the ï°dONLNdyê úh) CopyDeepMaskï°dONLNdÖêhút)H prg`°dONLNdàêtúë) ocedur9¿°dONLNdéêëúõ)e, 9¿°dONLNdëêõú≈)
  6598.     which is 9¿°dONLNdöê≈úÍ)*describe9¿°dONLNd¢êÍú˛)%d on .°dONLNdßùä©°(¶äpage Z‡°dONLNd¨ù¢©π)3-120Æ¿°dONLNd±ùπ©ƒ), d Ä°dONLNd¥ùƒ©() oes allow scaling and rtÄ°dONLNdÀù)©`)eesizing; in ef÷°dONLNdŸù`©ß)7fect it combines R†°dONLNdÍù®©)Hthe capabilities of the .°dONLNd™ä∂∫(≥äCopyBits°dONLNd
  6599. ™∫∂œ)0 and °dONLNd™œ∂ˇ)CopyMask°dONLNd™ˇ∂ )0 prR`°dONLNd™ ∂() ocedur$¿°dONLNd ™(∂1)es$¿°dONLNd"™1∂4)    .
  6600. €H‚4‹H‚ ›ä›
  6601. ˇ·ˇ‚7^ˇˇ‹..ˇ◊°dONLNd$Ãä€(◊äCustomizing QuickDraw’öt°dONLNd:À8)ïs Lo¨°dONLNd>Ã9€O)w-L†ñ°dONLNdAÃO€°)evel Routinesˇˇˇˇˇˇ€r)ø3
  6602. °dONLNdP‚äÓq(Îä/For each shape that QuickDraw knows how to drawæÄ°dONLNd‚pÓÜ)Ê, ther`‡°dONLNdÖ‚áÓó)e aroÄ°dONLNdâ‚óÓ®)e prÄ@°dONLNdç‚®ÓΔ)ocedurÄ°dONLNdì‚«Ó)es that perform °dONLNd£Ôä˚›(¯äthese basic graphic/ °dONLNd∂Ôfi˚‚)Tsl °dONLNd∑Ô‚˚‚)< operations on the shape: frame, paint, erase, invert, and fi ¿°dONLNdÙÔ‚˚    (¯‚
  6603. ll. Those °dONLNd˛¸äì(äprG °dONLNd¸î≤)
  6604. ocedurfi`°dONLNd¸≤O)%es in turn call a low-level drawing rÛÄ°dONLNd+¸O¯)ù'outine for the shape. For example, the ˇˇ….°dONLNdR    ä¿(ä    FrameOvalˇˇÌ∞°dONLNd[    ¿ƒ)6, ˇˇ…m∞°dONLNd]    ≈˚)    PaintOvalˇˇÌ∞m∞°dONLNdf    ˚ˇ)6, ˇˇ…[`°dONLNdh    6)    EraseOvalˇˇÌ∞[`°dONLNdq    6:)6, ˇˇ…I°dONLNds    ;w)
  6605. InvertOvalˇˇÌ∞I°dONLNd}    wé)<, and ˇˇ…$p°dONLNdÉ    èø)FillOvalˇˇÌ∞$p°dONLNdã    ø )0 pr‰Ä°dONLNdé     Á) ocedur∂‡°dONLNdî    Á) es all call °dONLNd†ä"’(äthe low-level prR`°dONLNd∞’"Ú)Kocedur$¿°dONLNd∂Ú"˘)e $¿°dONLNd∏˘"#)StdOval$¿°dONLNdø#"¯)*0, which draws the oval. For each type of object .°dONLNdÔ#ä/È(,äQuickDraw can draw†°dONLNd#È/l)_ , including text and lines, therª°dONLNd!#l/˘)É"e’s a pointer to such a low-level °dONLNdC0ä<ç(9ärE°dONLNdD0é<†)>outine. By changing these pointers, you can install your own r&¿°dONLNdÇ0†<Ù(9†outines, and either °dONLNdñ=äI(Fäcompletely override the standarò†°dONLNdµ=Iü)ç d ones or call them after your rÚ@°dONLNd’=üI˜)àoutines have modifi@°dONLNdË=¯I)Yed °dONLNdÎJäV (Sätheir parameters as necessaryx@°dONLNdJ V)Å.°dONLNd
  6606. \äh’(eäOther low-level r‡°dONLNd\÷hz)L'outines that you can install in this wa˙Ä°dONLNdB\zh£)§    y include,Zapf Dingbats°dONLNdLräyè(xän
  6607. .°dONLNdNoñ{¥) The prR`°dONLNdTo¥{—)ocedur$¿°dONLNdZo—{ÿ)e $¿°dONLNd\oÿ{‹)($¿°dONLNd]o‹{)
  6608. called by $¿°dONLNdgo{8),CopyBits$¿°dONLNdoo8{<)0)$¿°dONLNdpo<{fl)% that performs bit and pixel transferg`°dONLNdïofi{·)¢..°dONLNdóÑäãè(ään
  6609. °dONLNdôÅñç) The function that measurΔ‡°dONLNd±Åç˝)o9es the width of text and is called by the QuickDraw text .°dONLNdÍçñôö(ññrR`°dONLNdÎçöôº)outines R`°dONLNdÛçºôÚ)"    CharWidthR`°dONLNd¸çÚô˜)6, R`°dONLNd˛ç˜ô9) StringWidthR`°dONLNd    ç9ôQ)B, and R`°dONLNdçQôá)    TextWidthR`°dONLNdçáô¯)6. (These QuickDraw text .°dONLNd0ôñ•ô(¢ñrE°dONLNd1ôö•≈)
  6610. outines ar    `°dONLNd;ôΔ•Ú),
  6611. e describe‡°dONLNdEôÚ•{),d in the chapter “QuickDraw TéÄ°dONLNdbôz•ô)àext” in |‡°dONLNdjôö•ù) I–¿°dONLNdkôù•Í)nside Macintosh: T^‡°dONLNd}ôÍ•ˆ)Mextñ`°dONLNdÄôˆ•˚) .)°dONLNdÉÆäµè(¥än
  6612. °dONLNdÖ´ñ∑≥) The prLJ°dONLNdã´≥∑—)ocedur °dONLNdë´“∑˜)    e that pr°dONLNdö´˜∑4)%ocesses pictur@°dONLNd®´4∑¢)=e comments. The standary@°dONLNdø´¢∑∞)nd p °dONLNd¬´±∑¥)r‹ °dONLNd√´¥∑“)ocedurs`°dONLNd…´”∑Ò)e ignor@`°dONLNd–´Ú∑˝)es °dONLNd”∑ñ√∞(¿ñpicturÈ@°dONLNdŸ∑∞√)e comments. (Picturü†°dONLNdÏ∑√H)Xe comments ar÷`°dONLNd˘∑H√Ö)@e described in4`°dONLNd∑Ü√à)> V°dONLNd∑à√ )Appendix B of N`°dONLNd∑À√ˆ)C
  6613. this book.â@°dONLNd ∑ˆ√˘)+)°dONLNd"Ãä”è(“än
  6614. °dONLNd$…ñ’≥) The prLJ°dONLNd*…≥’—)ocedur °dONLNd0…“’è)(e that saves drawing commands as the defi`°dONLNdY…ê’⁄)ænition of a picturÙ`°dONLNdk…Ÿ’ˇ)I    e, and th>‡°dONLNdt…’)'e °dONLNdv’ñ·ü(fiñprG °dONLNdx’†·æ)
  6615. ocedurfi`°dONLNd~’æ·»)e tj`°dONLNdÅ’…·›) hat r√ °dONLNdÜ’›·€)9etrieves them. These enable your application to draw on rG`°dONLNdø’‹·˘)ˇemote °dONLNd≈·ñÌ2(Íñ&devices, print to the disk, get pictur≈†°dONLNdη2Ì[)ú
  6616. e input fr≠Ä°dONLNdı·[Ìÿ))om the disk, and support lar2°dONLNd·ŸÌ)~    ge picturt°dONLNd·Ì )'es.°dONLNdÚä˛(˚ä All of the low-level QuickDraw rË`°dONLNd>Ú˛≥)ë#outines that your application can r˘¿°dONLNdaÚ≥˛)òeplace or call after °dONLNdvˇä (ä performing its own operations arƒ`°dONLNdñˇ [)íe described in ¢`°dONLNd•ˇ\  )@#“Customizing QuickDraw Operations” °dONLNd» äfi(äbeginning on page V °dONLNd⁄ flˆ)U3-129™°dONLNdfl ˆ¯).ˇˇê‹.°dONLNd·ä*ù('äThe ˇ˛≤î‹°dONLNdÂû*‘)    grafProcsˇˇê‹‹°dONLNdÓ‘*‹)6 fi°∏°dONLNdÒ‹*¬)3eld of a graphics port determines which low-level r˙¯°dONLNd    $¬*Ì)Ê
  6617. outines ar^4°dONLNd    .Ó*),
  6618. e called. °dONLNd    8+ä7≤(4ä    If that fi°dONLNd    B+≤7#)(eld contains the value of °dONLNd    \+#75)qNIL°dONLNd    _+57o), the standarR`°dONLNd    l+o7{):d r$¿°dONLNd    o+{7ß)
  6619. outines ar˜ °dONLNd    y+¶7)+e called, so that all .°dONLNd    è8äD (Aä#operations in that graphics port arN‡°dONLNd    ≤8!D})óe done in the standar`°dONLNd    «8~D )] d ways described in this chapter¿°dONLNd    Á8 D)é. .°dONLNd    ÈEäQë(NäYï°dONLNd    ÍEêQŒ)ou can set the ï°dONLNd    ˘EŒQ)>    grafProcsï°dONLNd
  6620. EQ)6 fiï°dONLNd
  6621. EQZ)    eld to point to a rg`°dONLNd
  6622. EZQl)Mecor9¿°dONLNd
  6623. ElQfl)d of pointers to your own r  °dONLNd
  6624. 7EflQ)s    outines. °dONLNd
  6625. @Rä^•([äThis rR`°dONLNd
  6626. FR•^∑)ecor$¿°dONLNd
  6627. JR∑^)d of pointers is defi$¿°dONLNd
  6628. _R^X)Vned by a data str¿°dONLNd
  6629. pRX^n)Kuctur„ °dONLNd
  6630. uRm^ñ)
  6631. e of type „ °dONLNd
  6632. Rñ^¿))QDProcs„ °dONLNd
  6633. ÜR¿^Ô)* , which is .°dONLNd
  6634. ë_äk≈(hädescribed on °Ä°dONLNd
  6635. û_≈k‹);page |`°dONLNd
  6636. £_›kÔ)3-39–@°dONLNd
  6637. ß_ÔkÒ).ˇ%0@ˇ ˇˇˇˇ@
  6638. ˇ·ˇ‚7^
  6639. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6640. (‡*3-36    )BQuickDraw Drawing Reference4^*¿¯
  6641. .°dONLNd\lhr(elTï°dONLNd\qhÎ)o assist you in setting up a rg`°dONLNd\Îh˝)zecor9¿°dONLNd#\˝hI)d, QuickDraw pr  °dONLNd2\Ih{)L ovides the ,
  6642. Courier  °dONLNd=\{hΩ)2 SetStdProcs  °dONLNdH\Ωh…)B prfiÄ°dONLNdK\»hÂ) ocedur∞‡°dONLNdQ\ÂhÔ)e, °dONLNdTiluœ(rlwhich is described on °dONLNdjiœuÁ)cpage °dONLNdoiÁuˇ)3-130°dONLNdtiˇu). R`°dONLNdviu )Yg`°dONLNdwi
  6643. uI)ou can use the g`°dONLNdÜiIuã)? SetStdProcsg`°dONLNdëiãuó)B pr9¿°dONLNdîióu¥) ocedur  °dONLNdöi¥ufi) e to get a °dONLNd•vlÇñ(lQDProcs°dONLNd¨vñÇú)* rR`°dONLNdÆvúÇÆ)ecor$¿°dONLNd≤vÆÇ”)d with fı@°dONLNd∫v“Ç\)$ields that point to the standar«†°dONLNdŸv\Çh)äd rö°dONLNd‹vhÇç)     outines. l`°dONLNdÂvçÇî)%YÅ`°dONLNdÊvìÇ¥)ou can rS¿°dONLNdÓv¥ÇÔ)!eset the ones .°dONLNd¸ÉlèΩ(ålwith which you arv@°dONLNdÉΩèˆ)Qe concerned. ,†°dONLNdɘè˝):YÌ °dONLNdɸè)ou can rp`°dONLNd#É èá)$eplace these low-level rö`°dONLNd;Éáè)goutines with your own, .°dONLNdRêlúÔ(ôland then point to your modifi°dONLNdoêÔú¸)Éed °dONLNdrê¸ú&)QDProcs°dONLNdyê&ú,)* rR`°dONLNd{ê,ú>)ecor$¿°dONLNdê>úc)    d in the $¿°dONLNdàêcúô)%    grafProcs$¿°dONLNdëêôú¢)6 fi$¿°dONLNdîê¢úΔ)        eld of a °dONLNdùùl©ú(¶lGrafPort°dONLNd•ùú©¢)0 rR`°dONLNdßù¢©¥)ecor$¿°dONLNd´ù¥©c)%d to change basic QuickDraw’s standar˜ °dONLNd–ùb©√)Æd low-level behavior9¿°dONLNd‰ù√©Δ)a.
  6644. ∑*≈¯4∏*≈¯.°dONLNdÊ∏l¿ã(ælIMPORTÄ°dONLNdÏ∏ã¿õ)ANT
  6645. ˇ·ˇ‚7^
  6646. °dONLNd√lœ˘(ÃlWhen modifying the low-level r@°dONLNd√˙œ†)é'outines for a color graphics port, you .°dONLNd5œl€…(ÿlmust always use the °dONLNdIœ…€)] SetStdCProcs°dONLNdUœ€)H prR`°dONLNdXœ€:) ocedur$¿°dONLNd^œ:€p)e instead of °dONLNdk€lÁÆ(‰l SetStdProcs°dONLNdv€ÆÁ±)B.,Zapf Dingbats.°dONLNdxfi∂ÊΩ)s
  6647. °dONLNdzÏl¯¬(ılThe chapter “PicturÓ‡°dONLNdçϬ¯)Ves” in this book pr±@°dONLNd†Ï¯ı)Q1ovides sample code and explanations for changing °dONLNd—˘lù(l the standar‡°dONLNd‹˘û÷)2d low-level r†°dONLNdÈ˘÷ )8outines for r°dONLNdˆ˘ })6eading and writing picturƒ‡°dONLNd˘}à)qes.
  6648.  *'¯4*'¯
  6649. 7*?¯48*?¯ 9*9˛
  6650. ˇ·ˇ‚7^ˇˇ©ˇÆ°dONLNd$*7Ì(2*QuickDraw Drawing Refer€æ°dONLNd+$Ì7)√enceˇˇˇˇˇˇV˛(23
  6651. °dONLNd1HlT(Ql#This section describes the data strï`°dONLNdTHT)îuctur@°dONLNdYHT))es, rʇ°dONLNd^H)Te)outines, and rò`°dONLNdlHfT~)=esour‡†°dONLNdqH~Tÿ)ces that QuickDraw °dONLNdÑUlau(^lprG °dONLNdÜUvae)
  6652. 6ovides to assist you in drawing lines and shapes onscra °dONLNdºUeav)Ôeen..°dONLNd¡glsô(pl    “Data Strl°dONLNd gôsØ)-uctur>`°dONLNdœgØsΩ)es”>`°dONLNd“gΩs√) s>`°dONLNd‘g√s3)hows the Pascal data str*`°dONLNdÏg3sI)puctur¸¿°dONLNdÒgHst) es for the ¸¿°dONLNd¸gtsû),Polygon¸¿°dONLNdgûs£)*, ¸¿°dONLNdg£s”)PenState¸¿°dONLNdg”sÿ)0, °dONLNdtlÄñ(}lQDProcs°dONLNdtñÄÆ)*, and °dONLNdtÆÄ“)Patter°dONLNd"t“Äÿ)$n°dONLNd#tÿÄ)  data types.°dONLNd/tÄ)6 .°dONLNd1Ülíù(èl
  6653. “Routines”≠`°dONLNd;Üùí•)1 dI °dONLNd=ܶí)    escribes QuickDraw rø‡°dONLNdQÜío)_outines for drawing lineï@°dONLNdiÜpí})ks, ró@°dONLNdmÜ}íÆ) ectangles, r(°dONLNdyÜØí”)2ounded °dONLNdÄìlüo(úlrE°dONLNdÅìpü∞)ectangles, oval‡°dONLNdêì±ü√)As, ar‡°dONLNdïì√ü#)cs, wedges, polygons,`°dONLNd™ì#ü<)` and r Ä°dONLNd∞ì<üX)egionsèÄ°dONLNd∂ìYü^). èÄ°dONLNd∏ì^üè)
  6654. “Routines”º‡°dONLNd¬ìèüñ)1 a<‡°dONLNdƒìóü—)lso describes °dONLNd“†l¨o(©lrE°dONLNd”†p¨Ã)Ooutines for calculating, scaling, mapping, copying bits between, and otherwise °dONLNd"≠lπ·(∂lmanipulating these graphi¨@°dONLNd;≠·πÏ)uc ef °dONLNd>≠Ìπ
  6655. ) ntities.°dONLNdGølÀê(»l“Resourv@°dONLNdNøêÀ¢)$ces”Ì °dONLNdRø¢À™) dà‡°dONLNdTø´ÀM)    'escribes the pattern and pattern list rq†°dONLNd{øMÀe)¢esourπ‡°dONLNdÄøeÀÚ) ces, which your application can °dONLNd†Ãlÿt(’lcrµ@°dONLNd¢Ãtÿ§) eate to defi4‡°dONLNdÆÕÿQ)1(ne its own bit patterns for drawing line/`°dONLNd÷ÃRÿp)≠s and sñÄ°dONLNd›Ãpÿâ)hapesp†°dONLNd‚Ãäÿå).
  6656. * ¯4* ¯ *˛
  6657. ˇ·ˇ‚7^°dONLNd‰Ù*\(*Data Str∫ °dONLNdÏÙ\})2uctur®¿°dONLNdÒÙ}â)!esˇˇˇˇˇˇ(Ò3
  6658. .°dONLNdı l⁄(lThis section describes th°dONLNd ⁄·)ne °dONLNd ·Ì)Po°dONLNd Ì ) lygon°dONLNd  ) rR`°dONLNd #)ecor$¿°dONLNd #9)d, th$¿°dONLNd" 9@)e $¿°dONLNd$ @^)PenSt$¿°dONLNd) ^p)ate$¿°dONLNd, pv) r˜ °dONLNd. uá)ecor…Ä°dONLNd2 á§)d, the …Ä°dONLNd9 §™)Q…Ä°dONLNd: ™º)DPr…Ä°dONLNd= ºŒ)ocs…Ä°dONLNd@ Œ‘) rõ‡°dONLNdB ‘Ê)ecorn@°dONLNdF ÊÒ)d, °dONLNdIl%ä("land th°dONLNdOä%ë)e °dONLNdQë%ù)Pa°dONLNdSù%ª) ttern°dONLNdXª%¡) rR`°dONLNdZ¡%”)ecor$¿°dONLNd^”%fi)d. Δ`°dONLNda›%v)
  6659. !Although this chapter describes rò¿°dONLNdÇv%Ø)ôoutines for crk °dONLNdêØ%·)9 eating and .°dONLNdõ&l2Æ(/lmanipulating rœ†°dONLNd©&Æ2)Bectangles and rMÄ°dONLNd∏&Ò2D)Cegions, the data str¨°dONLNdÃ&D2[)Suctur1‡°dONLNd—&\2∫)es you can use to defiΩ†°dONLNdÁ&∫2‡)^    ne these °dONLNd3l?ó(<l entities arº °dONLNd˚3ó?])++e described in the chapter “Basic QuickDraw—‡°dONLNd&3\?c)≈.”.°dONLNd)ElQs(NlYï°dONLNd*ErQ)%our application typically does not crg`°dONLNdOEQ%)§eatg`°dONLNdRE%Q,)e g`°dONLNdTE,Q8)Pog`°dONLNdVE8QV) lygong`°dONLNd[EVQ]) og`°dONLNd]E]Qc)r g`°dONLNd_EcQo)Pag`°dONLNdaEoQç) tterng`°dONLNdfEçQì) r9¿°dONLNdhEìQ•)ecor  °dONLNdlE•QÌ)ds. Instead, you °dONLNd}Rl^é([luse the °dONLNdÖRé^æ)"OpenPoly°dONLNdçRæ^#)0 function (described on °dONLNd•R#^;)epage °dONLNd™R;^N)3-78°dONLNdÆRN^g)) to crR`°dONLNdµRg^¡)eate a polygon, and °dONLNd…_lk´(hl QuickDraw crR`°dONLNd’_´k)?eates the necessary r$¿°dONLNdÍ_k)]ecor˜ °dONLNdÓ_k$)d. ò¿°dONLNdÒ_$k~) Although you can crk °dONLNd_~kî)Zeate k °dONLNd    _îkú)a k °dONLNd _úkΔ)Patternk °dONLNd_ΔkÃ)* r=Ä°dONLNd_Ãkfi)ecor‡°dONLNd_fikÒ)d in .°dONLNdllxç(ulyour pr≈Ä°dONLNd$lçx+)!&ogram code, it is usually easier to crÔÄ°dONLNdJl+xÚ)û0eate patterns using the pattern or pattern list °dONLNdzylÖo(ÇlrE°dONLNd{ypÖà)esourç@°dONLNdÄyàÖ¡)ces, which arõÄ°dONLNdçy¡Öı)9 e described ?¿°dONLNdôyˆÖ%)5
  6660. beginning t °dONLNd£y%Ö2)/on ;°dONLNd¶y3ÖJ)page ‡°dONLNd´yKÖb)3-140i¿°dONLNd∞ybÖd).ˇ?^@ˇ ˇˇˇˇ@
  6661. ˇ·ˇ‚7^
  6662. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äQuickDraw Drawing Reference
  6663. , (‡3-37
  6664. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6665. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6666. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6667. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6668. 454+?òÄ
  6669. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6670. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6671. ˛ˇ˛ˇˇ
  6672. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6673. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6674. ˛ˇˇˇˇ
  6675. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6676. ˛ˇˇˇˇ
  6677. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿.°dONLNd\ähë(eäYï°dONLNd\êhï)oï°dONLNd\ïh°)u nï°dONLNd\°h‡) eed to use the ,
  6678. Courierï°dONLNd\‡hÊ)?Qï°dONLNd\Êh¯)DPrï°dONLNd\¯h
  6679. )ocsï°dONLNd\
  6680. h) rg`°dONLNd\h")ecor9¿°dONLNd!\"h∑)"d only if you customize one or mor  °dONLNdC\∑h)ïe of QuickDraw’s °dONLNdTiäuÂ(rälow-level drawing rR`°dONLNdgiÂu
  6681. )[    outines. $¿°dONLNdpi
  6682. u)%Y9¿°dONLNdqiuO)ou can use the 9¿°dONLNdÄiOuë)? SetStdProcs9¿°dONLNdãiëuù)B pr  °dONLNdéiùu∫) ocedurfiÄ°dONLNdîiπu¸)e, described on °dONLNd§väÇ¢(äpage °dONLNd©v¢Ç∫)3-130°dONLNdÆv∫Ç“), to crR`°dONLNdµv“ÇË)eate R`°dONLNd∫vËÇ)a R`°dONLNdºvÇ)QDProcsR`°dONLNd√vÇ )* r$¿°dONLNd≈v Ç2)ecor˜ °dONLNd…v1Ç:)d.°dONLNdÃàäîë(ëäYï°dONLNdÕàêîΩ) ou can use ï°dONLNdÿàΩî≈)-a ï°dONLNd⁄à≈î„)PenStï°dONLNdflà„îı)ateï°dONLNd‚àıî˚) rg`°dONLNd‰à˚î)ecor9¿°dONLNdËàî)=d to save the location, size, pattern, and pattern mode of a °dONLNd%ïä°›(ûägraphics pen. The °dONLNd7ï›°)S GetPenState°dONLNdBï°+)B prR`°dONLNdEï+°H) ocedur$¿°dONLNdKïH°ã)e, described on $¿°dONLNd[ïã°£)Cpage $¿°dONLNd`∂)3-43$¿°dONLNddï∂°ˇ), automatically °dONLNdt¢äÆí(´äcrR`°dONLNdv¢íÆ„)eates a pen state r$¿°dONLNd⢄Æı)Qecor˜ °dONLNdç¢ÙÆˇ)d. …Ä°dONLNdê¢ˇÆ) YfiÄ°dONLNdë¢ÆD)ou can use the fiÄ°dONLNd†¢DÆÜ)? SetPenStatefiÄ°dONLNd´¢ÜÆí)B pr∞‡°dONLNdÆ¢íÆØ) ocedurÉ@°dONLNd¥¢ØÆÚ)e, described on °dONLNdƒØ䪢(∏äpage °dONLNd…Ø¢ªµ)3-43°dONLNdÕصª…), to rR`°dONLNd”Ø…ªfl)estor$¿°dONLNdÿØflª))e the values stor˜ °dONLNdÈØ(ª@)Ied in ˜ °dONLNdÔØ@ªH)a ˜ °dONLNdÒØHªx)PenState˜ °dONLNd˘Øxª~)0 r…Ä°dONLNd˚Ø~ªê)ecorõ‡°dONLNdˇØꪰ)d toõ‡°dONLNdØ°ª£) õ‡°dONLNdØ£ªΔ)the currn@°dONLNd ØΔª)#ent graphics pen.
  6683. ÎHÙ4ÏHÛ ÌHÌ
  6684. ˇ·ˇ‚7^ .°dONLNdfiHÏu(ËHPolygonˇˇˇˇˇˇ(Ë3
  6685. .°dONLNd'˝ä    í(äA°dONLNd(˝í    Ÿ)fter you use the °dONLNd9˝Ÿ        )GOpenPoly°dONLNdA˝        D)0 function to crR`°dONLNdP˝D    );,eate a polygon, QuickDraw begins collecting °dONLNd|
  6686. ä©(äthe lin°dONLNdÉ
  6687. ©∏)e-d°dONLNdÜ
  6688. ∏.)rawing information you prR`°dONLNdü
  6689. .^)v ovide into R`°dONLNd™
  6690. ^f)0a R`°dONLNd¨
  6691. fê)PolygonR`°dONLNd≥
  6692. êñ)* r$¿°dONLNdµ
  6693. ñ®)ecor˜ °dONLNdπ
  6694. ߸)d, which is a data °dONLNdÃä#ñ( ästrl°dONLNdœñ#¨) uctur>`°dONLNd‘¨#’)
  6695. e of type >`°dONLNdfi’#ˇ))Polygon>`°dONLNd¡#)*. The >`°dONLNdÎ#H)OpenPoly>`°dONLNdÛH#t)0  function r¿°dONLNd˛t#˜),eturns a handle to the newly °dONLNd$ä0∞(-äallocate°dONLNd#$∞0∏)&d °dONLNd%$∏0‚)Polygon°dONLNd,$‚0Ë)* rR`°dONLNd.$Ë0˙)ecor$¿°dONLNd2$˙0)d. Ther˜ °dONLNd9$06) eafter9¿°dONLNd?$60π), your application normally r  °dONLNd\$π0)Éefers to your new °dONLNdn1ä=W(:ä+polygon by this handle, because QuickDraw rR`°dONLNdô1W=õ)Õoutines such as R`°dONLNd©1õ=—)D    FramePolyR`°dONLNd≤1—=Ê)6 and °dONLNd∑>äJ¿(Gä    PaintPoly°dONLNd¿>¿J)6 expect a handle to °dONLNd‘>J)Wa °dONLNd÷>JI)Polygon°dONLNd›>IJO)* rR`°dONLNdfl>OJa)ecor$¿°dONLNd„>aJì) d as their fı@°dONLNdÔ>íJ‘)1irst parameter7‡°dONLNd˝>‘J◊)B.°dONLNdˇPä\í(YäAÛ`°dONLNdPë\’) polygon is defiÛ`°dONLNdP’\w)D&ned by a sequence of connected lines. ï°dONLNd6Pw\)¢A`°dONLNd7P\Å) `°dONLNd8PÅ\´)Polygon`°dONLNd?P´\±)* r⁄¿°dONLNdAP∞\¬)ecor≠ °dONLNdEP¬\˘)d consists of .°dONLNdS]äi£(fätwo fi†°dONLNdY]§i‹) xed-length fi0Ä°dONLNdf]‹iN)8elds followed by a variablè@°dONLNdÄ]NiY)re-lï °dONLNdÉ]Yi    ) *ength array of points: the starting point °dONLNd≠jävé(sä;followed by each successive point to which a line is drawn..°dONLNdÈÅäç¿*    Polygon =°dONLNdıèúõ¿+RECORD°dONLNd˛ùÆ©‰+    polySize:°dONLNd ùˆ©&)HInteger;°dONLNdù,©Ü)6{size in bytes}°dONLNd(´Æ∑‰(¥Æ    polyBBox:°dONLNd5´ˆ∑)HRect;°dONLNd=´,∑§)6{bounding rectangle}°dONLNdTπÆ≈(¬Æ polyPoints:°dONLNdcπˆ≈h)HARRAY[0..0] OF Poin°dONLNdvπh≈t)rt;°dONLNdÅπò≈)0{vertices of polygon}°dONLNdò«ú”¥(–úEND;
  6696. ·H4·HÔ    .°dONLNdù‡äÎ÷(ËäField descriptions
  6697. ˇ·ˇ‚7^
  6698. .°dONLNd∞Ìä˘∫*polySize.°dONLNdπÌÊ˘S)\The size in bytes of this r ¿°dONLNd‘ÌT˘f)necorÄ °dONLNdÿÌf˘l)dõ‡°dONLNdŸÌl˘n)..°dONLNd€¸ä∫(äpolyBBox.°dONLNd‰¸Ê˝)\The rÄ¿°dONLNdȸ˝ê) ectangle that bounds the polygon6Ä°dONLNd    ¸ëì)î..°dONLNd  äΔ(ä
  6699. polyPoints.°dONLNd Ê    )\CAn array of points: the starting point followed by each successive °dONLNdYÊ#j* point to which a line is drawn≈‡°dONLNdwj#l)Ñ.
  6700. SH[4SH[ UHU
  6701. ˇ·ˇ‚7^ °dONLNdyEHSO(OHP‘Ä°dONLNdzEOSU)e‘Ä°dONLNd{EUSc)nS}Ä°dONLNd}EdSm)ta{¿°dONLNdEnSw)
  6702. teˇˇˇˇˇˇ(O3
  6703. .°dONLNdÉeäqû(näThe °dONLNdáeûq‡) GetPenState°dONLNdíe‡qÏ)B prR`°dONLNdïeÏq    ) ocedur$¿°dONLNdõe    qM)e (described on $¿°dONLNd´eMqe)Dpage $¿°dONLNd∞eeqx)3-43$¿°dONLNd¥exq)%) saves the location, size, pattern, °dONLNdŸrä~f({ä1and pattern mode of the graphics pen for the currR`°dONLNd
  6704. rf~¿)‹ent graphics port in R`°dONLNdr¿~»)Za R`°dONLNd!r»~¯)PenStateR`°dONLNd)r¯~˙)0 °dONLNd*äãé(àärR`°dONLNd+éã†)ecor$¿°dONLNd/†ã)d, which is a data str¿°dONLNdEã)auctur„ °dONLNdJã?)
  6705. e of type „ °dONLNdT?ão))PenState„ °dONLNd\oãt)0. Ñ¿°dONLNd^tã)#After changing the graphics pen as °dONLNdÅåäòµ(ïä    necessaryd@°dONLNdäå¥ò˘)*, you can later r6†°dONLNdõå˘ò)Eestor    °dONLNd†åòã)e these pen states with the     °dONLNdºåãòÕ)| SetPenState    °dONLNd«åÕòŸ)B pr€`°dONLNd åÿòı) ocedur≠¿°dONLNd–åıò¸)e .°dONLNd“ôä•»(¢ä(described on ı`°dONLNd‡ô»•fl)>page –@°dONLNdÂô‡•Ú)3-43$ °dONLNdÈôÛ•˚)). ˇ‰@ˇ ˇˇˇˇ@
  6706. ˇ·ˇ‚7^
  6707. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6708. (‡*3-38    )BQuickDraw Drawing Reference4^*¿¯
  6709. .°dONLNd\lh~(elHerR`°dONLNd\~h•)    e is how R`°dONLNd \•h≠)'a ,
  6710. CourierR`°dONLNd\≠h›)PenStateR`°dONLNd\›h„)0 r$¿°dONLNd\„hı)ecor˜ °dONLNd\Ùh)d is defi˜ °dONLNd%\h+)$ned:°dONLNd*slΔ(|lTYPE PenState =°dONLNd<Å~ç¢+RECORD°dONLNdEèêõ¥+pnLoc:°dONLNdNèΔõÍ)6Point;°dONLNdXèõb)H{pen location}°dONLNdiùê©∫(¶êpnSize:°dONLNdsùΔ©Í)6Point;°dONLNd}ù©J)H
  6711. {pen size}°dONLNdä´ê∑∫(¥êpnMode:°dONLNdî´Δ∑ˆ)6Integer;°dONLNd†´∑Ü)H{pen's pattern mode}°dONLNd∑πê≈¥(¬êpnPat:°dONLNd¿πΔ≈)6Pattern°dONLNd«π≈ˆ)*;°dONLNdÃπ≈\){pen pattern}°dONLNd€«~”ñ(–~END;
  6712. ‡*Ô¯4·*Ô¯    .°dONLNd‡‡lÎ∏(ËlField descriptions
  6713. ˇ·ˇ‚7^
  6714. .°dONLNdÛÌl˘ä*pnLoc°dONLNd˘Ì»˘¸)\ For the currR`°dONLNd̸˘í)4"ent graphics port at the time the R`°dONLNd'Ìí˘‘)ñ GetPenStateR`°dONLNd2Ì‘˘÷)B ˇˇìÓ°dONLNd3˘»“(»prR`°dONLNd5˘“Ô)
  6715. ocedur$¿°dONLNd;˘Ôæ)0e was called, the value of that graphics port’s ˇ˛ª X°dONLNdk˘æ‹)œpnLocˇˇìÓX°dONLNdp˘‹‰) fiÏ °dONLNds˘‰˜)eld. .°dONLNdx»C(»This value is the point wher§`°dONLNdîCu){
  6716. e QuickDrah†°dONLNdûvÜ)3w b«@°dONLNd°Üô)eginŸ¿°dONLNd•ôù)s¿°dONLNd¶ûfi) drawing next.K°dONLNd¥fi‡)@ À°dONLNdµ‡Û)The °dONLNdπ»–(»?location of the graphics pen is a point in the graphics port’s °dONLNd¯»)€* coor†@°dONLNd¸€)Ω)4dinate system, not a pixel in a bit image. The upperê@°dONLNd0Ω))‚-left corner °dONLNd=)»5(2»Dof the pen is at the pen location; the graphics pen hangs below and °dONLNdÅ5»A3* to the right of this point..°dONLNdùDlPê(MlpnSize°dONLNd§D»P¸)\ For the currR`°dONLNd∞D¸Pí)4"ent graphics port at the time the R`°dONLNd“DíP‘)ñ GetPenStateR`°dONLNd›D‘P÷)B °dONLNdfiP»\“(Y»prR`°dONLNd‡P“\Ô)
  6717. ocedur$¿°dONLNdÊPÔ\¬)0e was called, the value of that graphics port’s $¿°dONLNdP¬\Ê)”pnSize$¿°dONLNdPÊ\Ë)$ .°dONLNd\»hŒ(e»fiå¿°dONLNd\Œh=)eld. The graphics pen is rà†°dONLNd9\=hÈ)o'ectangular in shape, and its width and ˇˇ√Ã.°dONLNd`h»tÛ(q»    height ar,°dONLNdihÙt),e specifiŸ¯°dONLNdrht)$ed by the values in the ˇˇKdp¿°dONLNdähÄt§)hpnSizeˇˇ√Ãp¿°dONLNdêh§t¨)$ fi4å°dONLNdìh≠t¯)    eld. The default .°dONLNd§t»Ä(}»size is a 1-by-“‡°dONLNd≥tÄ);1 b⁄Ä°dONLNd∂tÄ1)it squar'Ä°dONLNdæt2Äœ)"$e; the width and height can range fr»°dONLNd‚tœÄ‘)ùo=Ä°dONLNd„t’Äı)m 0 by °dONLNdÍÄ»å‰(â»0 to 327‡°dONLNdÒÄÂåÁ),∑‡°dONLNdÚÄÁå)    767 by 32Œ†°dONLNd˚Äå)),N†°dONLNd¸ÄåÓ)5767. If either the pen width or the pen height is 0, °dONLNd1å»ò+(ï»the pen does not drawñ°dONLNdFå*òΔ)b%. Heights or widths of less than 0 ar¨¿°dONLNdkåΔòÕ)úe °dONLNdmò»§‰(°»undefiJ†°dONLNdsò§¯)ned..°dONLNdxßl≥ä(∞lpnMod°dONLNd}ßä≥ê)e.°dONLNdß»≥I)>The pattern mode—that is, foD°dONLNdõßJ≥s)Ç
  6718. r the currC°dONLNd•ßs≥Ú))ent graphics port at the time ˇˇ¢∏.°dONLNd√≥»øŸ(º»the ˇ˛Ë("∏°dONLNd«≥⁄ø) GetPenStateˇˇ¢∏"∏°dONLNd“≥ø')B pró–°dONLNd’≥'øD) ocedurj0°dONLNd€≥Dø¯))e was called, the value of that graphics °dONLNdø»À‰(»»port’s °dONLNd ø‰À)pnMode°dONLNdøÀ)$ fi°dONLNdøÀÙ)    2eld. This value determines how the pen pattern is .°dONLNdFÀ»◊€(‘»to affi °dONLNdKÀ€◊)fect what’s alr †°dONLNdZÀ◊‡)>-eady in the bit image when lines or shapes arŒ °dONLNdáÀ‡◊Á)«e °dONLNdâ◊»„∞(‡»/drawn. When the graphics pen draws, QuickDraw fiâ@°dONLNdπ◊∞„Ò)Ërst determines °dONLNd»„»Ô3(Ï»what bits in the bit imagÔ °dONLNd·„3ÔC)ke ar˝¿°dONLNd„CÔO)e aG`°dONLNdË„PÔS)fm†°dONLNdÈ„SÔg)fecte`°dONLNdÓ„hÔv)d, fGÄ°dONLNdÚ„vÔ¥)inds their corrØ¿°dONLNd„¥Ô˜)>esponding bits °dONLNdÔ»˚˝(¯»in the patterZ@°dONLNdÔ˛˚Ö)6!n, and then transfers the bits frΩ†°dONLNd>ÔÖ˚Ì)áom the pattern into the °dONLNdV˚»¸(» image accor0 °dONLNda˚˝:)5ding to this mŸ¿°dONLNdo˚:â)=ode, which specifiu °dONLNdÅ˚äÚ)Pes one of eight Boolean °dONLNdô»(»transfer operation˘°dONLNd´)Os.∂°dONLNd≠7) The r6¿°dONLNd≥8Ü)esulting bit is stor…¿°dONLNd«Üæ)Ned into its prœ†°dONLNd’æÓ)8 oper place °dONLNd‡»î(».in the bit image. The various pattern modes arö†°dONLNdî”)Ãe described in °dONLNd»+˘((»
  6719. “Boolean Tƒ‡°dONLNd'¯+D)0ransfer Modes WVÄ°dONLNd6D+fl)L$ith 1-Bit Pixels” beginning on page L¿°dONLNdZ‡+Ì)ú3-8††°dONLNd]Ì+Ô)..°dONLNd_.l:ä(7lpnPat°dONLNde.»:¸)\ For the currR`°dONLNdq.¸:í)4"ent graphics port at the time the R`°dONLNdì.í:‘)ñ GetPenStateR`°dONLNdû.‘:÷)B .°dONLNdü:»F—(C»prG °dONLNd°:“F)
  6720. ocedurfi`°dONLNdß:F:)e was called, the ø¿°dONLNdπ:;F})Kpen pattern for-`°dONLNd»:~FÍ)C that graphics port. This °dONLNd‚F»RË(O»patternîÄ°dONLNdÈFËR…) 2 determines how the bits under the graphics pen ar“`°dONLNdF…Rÿ)·e afB@°dONLNdFŸRˆ)fected °dONLNd&R»^/([»when lines or shapes ar0`°dONLNd=R0^W)he drawn.ˇ>Ó@ˇ ˇˇˇˇ@
  6721. ˇ·ˇ‚7^
  6722. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äQuickDraw Drawing Reference
  6723. , (‡3-39
  6724. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6725. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6726. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6727. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6728. 454+?òÄ
  6729. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6730. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6731. ˛ˇ˛ˇˇ
  6732. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6733. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6734. ˛ˇˇˇˇ
  6735. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6736. ˛ˇˇˇˇ
  6737. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6738. jHr4jHr lHl
  6739. ˇ·ˇ‚7^ °dONLNd\Hjy(fHQDProcsˇˇˇˇˇˇ(f3
  6740. .°dONLNd    {äáë(ÑäYï°dONLNd
  6741. {êáï)oï°dONLNd {ïá°)u nï°dONLNd{°áŸ) eed to use thï°dONLNd{Ÿá‡)8e ,
  6742. Courierï°dONLNd{‡á
  6743. )QDProcsï°dONLNd${
  6744. á)* rg`°dONLNd&{á")ecor9¿°dONLNd*{"áÉ)d, which is a data str%¿°dONLNd@{Éáô)auctur¯ °dONLNdE{òá¡)
  6745. e of type ¯ °dONLNdO{¡áÎ))QDProcs¯ °dONLNdV{Îá)*, only .°dONLNd]àäîí(ëäif <@°dONLNd`àìî)    you customize one or mor¡`°dONLNdxàî≠)s$e of QuickDraw’s low-level drawing r0Ä°dONLNdúàÆî”)®    outines. Ç@°dONLNd•à”îŸ)%YB¿°dONLNd¶àŸî
  6746. ) ou can use .°dONLNd±ïä°ú(ûäthe °dONLNdµïú°fi) SetStdProcs°dONLNd¿ïfi°Í)B prR`°dONLNd√ïÍ°) ocedur$¿°dONLNd…ï°J)e, described on $¿°dONLNdŸïJ°b)Cpage $¿°dONLNdfiïb°z)3-130$¿°dONLNd„ïz°í), to cr˜ °dONLNdÍïë°Ø)eate a ˜ °dONLNdÒïØ°µ)Q˜ °dONLNdÚïµ°«)DPr˜ °dONLNdıï«°Ÿ)ocs˜ °dONLNd¯ïŸ°fl) r…Ä°dONLNd˙ïfl°Ò)ecorõ‡°dONLNd˛ïÒ°˙)d.°dONLNdßä≥ó(∞äTh°dONLNdßó≥û)e °dONLNdßû≥»)QDProcs°dONLNd ß»≥Œ)* rR`°dONLNdߌ≥‡)ecor$¿°dONLNd߇≥ú)*d contains pointers to low-level drawing r˜ °dONLNd<ßõ≥˛)ªoutines. QuickDraw’s .°dONLNdQ¥ä¿´(Ωästandar±Ä°dONLNdX¥´¿ )!d low-level drawing r”Ä°dONLNdm¥ ¿6)`
  6747. outines aró‡°dONLNdw¥7¿v),e described in u‡°dONLNdÜ¥w¿Ì)@“Customizing QuickDraw °dONLNdù¡äÕ( äOperations” beginning on page °dONLNdª¡Õ/)é3-129r‡°dONLNd¿¡/Õ4). E@°dONLNd¬¡4Õ:)Y¿°dONLNd√¡:Õí)ou can change the fi‡°dONLNd◊¡íÕ»)Xelds of this rl °dONLNd¡»Õ⁄)6ecor‡Ä°dONLNdÈ¡⁄Õ)d to point to °dONLNd˜Œä⁄ç(◊ärE°dONLNd¯Œé⁄)outines of your own devising..°dONLNdÂäÒ,(ÓäTYPE QDProcsPtr = ^QDProcs;°dONLNd2ÛäˇΔ*
  6748. QDProcs = °dONLNd>ú¿+RECORD°dONLNdGƉ+    textProc:°dONLNdTˆ)HPtr;°dONLNdZn)${text drawing}°dONLNdkÆ)‰(&Æ    lineProc:°dONLNdxˆ))HPtr;°dONLNd~)n)${line drawing}°dONLNdè+Æ7‰(4Æ    rectProc:°dONLNdú+ˆ7)HPtr;°dONLNd¢+7å)${rectangle drawing}°dONLNd∏9ÆEÍ(BÆ
  6749. rRectProc:°dONLNdΔ9ˆE)HPtr;°dONLNdÃ9Eå)${roundRect drawing}°dONLNd‚GÆS‰(PÆ    ovalProc:°dONLNdÔGˆS)HPtr;°dONLNdıGSn)${oval drawing}°dONLNdUÆafi(^ÆarcProc:°dONLNdUˆa)HPtr;°dONLNdUaå)${arc/wedge drawing}°dONLNd.cÆo‰(lÆ    polyProc:°dONLNd;cˆo)HPtr;°dONLNdAcoÄ)${polygon drawing}°dONLNdUqÆ}fi(zÆrgnProc:°dONLNdaqˆ})HPtr;°dONLNdgq}z)${region drawing}°dONLNdzÆã‰(àÆ    bitsProc:°dONLNdáˆã)HPtr;°dONLNdçãn)${bit transfer}°dONLNdûçÆôˆ(ñÆ commentProc:°dONLNd´çˆô)HPtr;°dONLNd¥çô¬)${picture comment processing}°dONLNd”õÆß(§Æ txMeasProc:°dONLNd‚õˆß)HPtr;°dONLNdËõß™)${text width measurement}°dONLNd©Æµ(≤Æ getPicProc:°dONLNd©ˆµ)HPtr;°dONLNd©µå)${picture retrieval}°dONLNd.∑Æ√(¿Æ putPicProc:°dONLNd=∑ˆ√)HPtr°dONLNdA∑√);°dONLNdC∑√z){picture saving}°dONLNdU≈ú—∫(Œú END;
  6750. flHÓ4flHÌ    .°dONLNd[fiäÈ÷(ÊäField descriptions
  6751. ˇ·ˇ‚7^
  6752. .°dONLNdnÎä˜∫*textProc.°dONLNdwÎʘÌ)\A∫†°dONLNdxÎ̘]) pointer to the low-level r◊‡°dONLNdìÎ]˜â)p
  6753. outine thaÆ°dONLNdùÎ䘱)-    t draws t’ °dONLNd¶Î±˜∫)'ex«`°dONLNd®Îª˜¿)
  6754. t.â¿°dONLNd™Î¡˜¯)  The standarw°dONLNd∂ί˜)7d .°dONLNd∏˜Ê!(Ê QuickDraw rR`°dONLNd√˜![);outine is the R`°dONLNd—˜[Ö):StdTextR`°dONLNdÿ˜Öë)* pr$¿°dONLNd€˜ëÆ) ocedur˜ °dONLNd·˜≠∑)e. °dONLNdÂä∫(älineProc.°dONLNdÓÊÌ)\A∫†°dONLNdÔÌ]) pointer to the low-level r◊‡°dONLNd
  6755. ]â)p
  6756. outine thaÆ°dONLNdä∞)-    t draws l{ °dONLNd±π)'in4‡°dONLNd∫≈)    es.ªÄ°dONLNd"≈¸)  The standar®¿°dONLNd.¸)7d .°dONLNd0Ê!(Ê QuickDraw rR`°dONLNd;![);outine is the R`°dONLNdI[Ö):StdLineR`°dONLNdPÖë)* pr$¿°dONLNdSëÆ) ocedur˜ °dONLNdY≠∑)e. °dONLNd]!ä-∫(*ärectProc.°dONLNdf!Ê-Ì)\A∫†°dONLNdg!Ì-]) pointer to the low-level r◊‡°dONLNdÇ!]-â)p
  6757. outine thaÆ°dONLNdå!ä-±)-    t draws rW¿°dONLNdï!≤-—)(ectangl‡°dONLNdú!“-›) es.£Ä°dONLNdü!›-Ú)  The .°dONLNd§-Ê9    (6ÊstandarR`°dONLNd´-    9L)#d QuickDraw r$¿°dONLNd∏-L9Ü)Coutine is the $¿°dONLNdΔ-Ü9∞):StdRect$¿°dONLNdÕ-∞9º)* pr˜ °dONLNd–-ª9ÿ) ocedur…Ä°dONLNd÷-ÿ9‡)e.°dONLNdŸ<äH¿(Eä    rRectProc.°dONLNd„<ÊHÌ)\A∫†°dONLNd‰<ÌH]) pointer to the low-level r◊‡°dONLNdˇ<]Hâ)p
  6758. outine thaÆ°dONLNd    <äH±)-    t draws rW¿°dONLNd<≤H⁄)(ounded r·°dONLNd<⁄H˘)(ectangl±°dONLNd!<˙H) es.7†°dONLNd$<H)  .°dONLNd%HÊT(QÊ The standarR`°dONLNd0HT`)7d QuickDraw r$¿°dONLNd=H`Tö)Coutine is the $¿°dONLNdKHöT ):StdRRect$¿°dONLNdSH T÷)0 pr˜ °dONLNdVH’TÚ) ocedur…Ä°dONLNd\HÚT˙)e.°dONLNd_Wäc∫(`äovalProc.°dONLNdhWÊcÌ)\A∫†°dONLNdiWÌc]) pointer to the low-level r◊‡°dONLNdÑW]c˛)p$outine that draws ovals. The standarA °dONLNd®Wˇc)¢d .°dONLNd™cÊo!(lÊ QuickDraw rR`°dONLNdµc!o[);outine is the R`°dONLNd√c[oÖ):StdOvalR`°dONLNd cÖoë)* pr$¿°dONLNdÕcëoÆ) ocedur˜ °dONLNd”c≠oµ)e.°dONLNd÷rä~¥({äarcProc.°dONLNdfirÊ~Ì)\A∫†°dONLNdflrÌ~]) pointer to the low-level r◊‡°dONLNd˙r]~∂)poutine that draws arW¿°dONLNdr∑~˘)Zcs. The standarr@°dONLNdr˘~)Bd .°dONLNd~Êä!(áÊ QuickDraw rR`°dONLNd*~!ä[);outine is the R`°dONLNd8~[ä):StdArcR`°dONLNd>~äã)$ pr$¿°dONLNdA~ãä®) ocedur˜ °dONLNdG~ßäØ)e.°dONLNdJçäô∫(ñäpolyProc.°dONLNdSçÊôÌ)\A∫†°dONLNdTçÌô]) pointer to the low-level r◊‡°dONLNdoç]ôÓ)p outine that draws polygons. The .°dONLNdèôÊ•    (¢ÊstandarR`°dONLNdñô    •L)#d QuickDraw r$¿°dONLNd£ôL•Ü)Coutine is the $¿°dONLNd±ôÜ•∞):StdPoly$¿°dONLNd∏ô∞•º)* pr˜ °dONLNdªôª•ÿ) ocedur…Ä°dONLNd¡ôÿ•‡)e.ˇ Ñ@ˇ ˇˇˇˇ@
  6759. ˇ·ˇ‚7^
  6760. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6761. (‡*3-40    )BQuickDraw Drawing Reference4^*¿¯,
  6762. Courier
  6763. .°dONLNd\lhñ(elrgnProc.°dONLNd\»hœ)\A∫†°dONLNd    \œh?) pointer to the low-level r◊‡°dONLNd$\?hì)poutine that draws rW¿°dONLNd7\îhÍ)Uegions. The standarä°dONLNdJ\ÍhÚ)Vd .°dONLNdLh»t(q» QuickDraw rR`°dONLNdWht=);outine is the R`°dONLNdeh=ta):StdRgnR`°dONLNdkhatm)$ pr$¿°dONLNdnhmtä) ocedur˜ °dONLNdthâtë)e.°dONLNdwwlÉú(ÄlbitsProc.°dONLNdÄw»Éœ)\A∫†°dONLNdÅwœÉ?) pointer to the low-level r◊‡°dONLNdúw?ÉÌ)p'outine that copies bitmaps. The standar˙°dONLNd√wÌÉı)Æd .°dONLNd≈É»è(å» QuickDraw rR`°dONLNd–Éè=);outine is the R`°dONLNdfiÉ=èg):StdBitsR`°dONLNdÂÉgès)* pr$¿°dONLNdËÉsèê) ocedur˜ °dONLNdÓÉèèó)e.°dONLNdÒílûÆ(õl commentProc.°dONLNd˝í»ûœ)\A∫†°dONLNd˛íœû?) pointer to the low-level r◊‡°dONLNdí?ûv)poutine for prù`°dONLNd&íwû¡)8ocessing a picturx‡°dONLNd7í¡ûÙ)J
  6764. e comment.≠†°dONLNdAíÙûˆ)3 .°dONLNdBû»™ˇ(ß» The standarR`°dONLNdMûˇ™B)7d QuickDraw r$¿°dONLNdZûB™|)Coutine is the $¿°dONLNdhû|™≤):    StdCommen$¿°dONLNdqû≤™∏)6t$¿°dONLNdrû∏™ƒ) pr˜ °dONLNduû√™‡) ocedur…Ä°dONLNd{û‡™Â)e…Ä°dONLNd|û™Ë).°dONLNd~≠lπ®(∂l
  6765. txMeasProc.°dONLNdâ≠»πœ)\A∫†°dONLNdä≠œπ?) pointer to the low-level r◊‡°dONLNd•≠?πŒ)p outine for measuring text width.Y`°dONLNd≈≠œπ—)ê Ÿ`°dONLNdΔ≠—π‰)The .°dONLNd π»≈Î(¬»standarR`°dONLNd—πÎ≈.)#d QuickDraw r$¿°dONLNdfiπ.≈a)C outine is th$¿°dONLNdÍπa≈h)3e $¿°dONLNdÏπh≈§)
  6766. StdTxtMeas$¿°dONLNdˆπ§≈Õ)<
  6767.  function.°dONLNd»l‘®(—l
  6768. getPicProc.°dONLNd »»‘œ)\A∫†°dONLNd»œ‘?) pointer to the low-level r◊‡°dONLNd(»?‘p)p outine for rõ@°dONLNd4»q‘Ÿ)2etrieving information fr@°dONLNdL»⁄‘Í)iom °dONLNdO‘»‡È(›»the defiœÄ°dONLNdW‘ȇ3)!nition of a pictur≠Ä°dONLNdi‘3‡:)Je.˜ °dONLNdk‘:‡<) w °dONLNdl‘=‡q) The standar‰`°dONLNdw‘q‡≥)4d QuickDraw rñ¿°dONLNdÑ‘¥‡Ï)Coutine is the .°dONLNd퇻ϯ(È»StdGetPi°dONLNdö‡¯Ï˛)0c°dONLNdõ‡˛Ï
  6769. ) prR`°dONLNdû‡
  6770. Ï') ocedur$¿°dONLNd§‡'Ï/)e.°dONLNdßÔl˚®(¯l
  6771. putPicProc.°dONLNd≤Ô»˚œ)\A∫†°dONLNd≥Ôœ˚?) pointer to the low-level r◊‡°dONLNdŒÔ?˚‡)p%outine for saving information as the °dONLNdÛ˚»ÿ(»defir °dONLNd˜˚Ÿ#)nition of a picturP °dONLNd    ˚#*)Je.ô¿°dONLNd ˚*,) ¿°dONLNd ˚-a) The standará°dONLNd˚a£)4d QuickDraw r9`°dONLNd$˚§‹)Coutine is the .°dONLNd2»¯(»StdPutPi°dONLNd:¯˛)0c°dONLNd;˛
  6772. ) prR`°dONLNd>
  6773. ') ocedur$¿°dONLNdD'/)e.°dONLNdGl$s(!lYï°dONLNdHr$±)ou can use the ï°dONLNdW±$Û)? SetStdProcsï°dONLNdbÛ$ˇ)B prg`°dONLNdeˇ$) ocedur9¿°dONLNdk$f)e to set all the fi9¿°dONLNd~f$ò)J elds of the 9¿°dONLNdäò$¬)2QDProcs9¿°dONLNdë¬$»)* r  °dONLNdì»$⁄)ecorfiÄ°dONLNdóŸ$Ï)d to .°dONLNdú%l1Ô(.lpoint to QuickDraw’s standar3°dONLNd∏%1¸)Ñd rì¿°dONLNdª%¸1O) outines, and then rt°dONLNdŒ%O1‚)S!eset the ones for which you have °dONLNdÔ2l>ô(;l    your own @°dONLNd¯2ö>ù).r·@°dONLNd˘2ù>Ω)outines`†°dONLNd2æ>¿)!.
  6774. n*w¯4o*v¯ p*p˛
  6775. ˇ·ˇ‚7^ °dONLNda*o1(k*P‘Ä°dONLNda1oI)atter{¿°dONLNdaJoQ)nˇˇˇˇˇˇ(kÚ3
  6776. ˇˇõP.°dONLNd Älås(âlYï°dONLNd Ärå)%our application typically does not cro°dONLNd1Äå#)¢eato°dONLNd4Ä#å))e ˇ˛— @°dONLNd6Ä*åT)PatternˇˇõP @°dONLNd=ÄTåY)* rx°dONLNd?ÄYåk)ecorKP°dONLNdCÄkå£) ds, which arTP°dONLNdOÄ£åÕ)8
  6777. e data strv°dONLNdYÄÕå„)*ucturIP°dONLNd^Ä„å¯)es of °dONLNddçlôÉ(ñltype °dONLNdiçÉô≠)Pattern°dONLNdpç≠ô≤)*. !†°dONLNdrç≤ô )Although you can crÙ°dONLNdÖç ô)YeatÙ°dONLNdàçô!)e Ù°dONLNdäç!ôK)PatternÙ°dONLNdëçKôQ)* rΔ`°dONLNdìçQôc)ecorò¿°dONLNdóçcôö)ds in your prk °dONLNd§çöôÂ)7ogram code, it is .°dONLNd∂öl¶æ(£lusually easier to crCÄ°dONLNd öø¶”)Seate ô °dONLNdœö”¶·)bit ÀÄ°dONLNd”ö·¶ò),patterns using the pattern or pattern list r≠†°dONLNdˇöò¶∞)∑esourı‡°dONLNdö∞¶¥)cf °dONLNdöµ¶ƒ)e, dKÄ°dONLNd    ö≈¶Ï)    escribed °dONLNdßl≥õ(∞l
  6778. beginning ¥`°dONLNdßõ≥®)/on {@°dONLNdß©≥¿)page V °dONLNd$ß¡≥ÿ)3-140™°dONLNd)ßÿ≥⁄).°dONLNd+πl≈s(¬lA∫†°dONLNd,πs≈u) :†°dONLNd-πv≈Ñ)bit m°dONLNd1πÑ≈¸)pattern is a 64-bit image, or¸¿°dONLNdNπ¸≈Q)xganized as an 8-by-w‡°dONLNdaπR≈_)V8 bÄ°dONLNddπ_≈Ä)it squarÃÄ°dONLNdlπÄ≈Æ)! e, that defi^`°dONLNdxπØ≈À)/nes a r˚`°dONLNdπÀ≈Û)    epeating °dONLNdàΔl“¶(œlIdesign or tone. When a pattern is drawn, it’s aligned so that adjacent ar÷†°dONLNd—Δ¶“Î(œ¶eas of the same °dONLNd·”lfl˚(‹l pattern in the same graphics por€`°dONLNd”˚fl)èt fÒ†°dONLNd”fli)    orm a continuous, coor¬°dONLNd”jflÈ)fdinated pattern. QuickDraw .°dONLNd5‡lÏv(ÈlprR`°dONLNd7‡vφ)
  6779.     ovides pr$¿°dONLNd@‡†Ï∑)*edefi$¿°dONLNdE‡∑Ïi)'ned patterns in global variables named $¿°dONLNdl‡iÏá)≤white$¿°dONLNdq‡áÏå), $¿°dONLNds‡åÏ™)black$¿°dONLNdx‡™ÏØ), $¿°dONLNdz‡ØÏ«)gray    °dONLNd~‡ΔÏÀ),     °dONLNdćÀÏÔ)ltGrayÌ@°dONLNd܇ÌÏÚ)", °dONLNdàÌl˘(ˆland °dONLNdåÌ˘£)dkGrayd@°dONLNdíÌ¢˘ß)#. ‡°dONLNdîÌߢØ)Ay@°dONLNdïÌÆ˘∞) y@°dONLNdñÌ∞˘⁄)Patterny@°dONLNdùÌ⁄˘‡)* rK†°dONLNdü̇˘Ú)ecor°dONLNd£ÌÚ˘)d is defi°dONLNd¨Ì˘Y)$ned as follows:°dONLNdºlÑ(lTYPE°dONLNd¬ê¥)$PatPtr°dONLNdÃÿ)H = ^Pattern;°dONLNd⁄êΔ(ê    PatHandle°dONLNdÁÿ)H
  6780. = ^PatPtr;°dONLNdÙ ê,¿()êPattern °dONLNd ÿ,í)H= PACKED ARRAY[0..7] OF 0..255;.°dONLNd 8lDÉ(AlThe rÄ¿°dONLNd%8ÉDÔ)ow width of a pattern is ø`°dONLNd>8ÔDÙ)l1ø`°dONLNd?8ÙD ) byte.ˇ:L@ˇ ˇˇˇˇ@
  6781. ˇ·ˇ‚7^
  6782. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äQuickDraw Drawing Reference
  6783. , (‡3-41
  6784. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6785. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6786. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6787. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6788. 454+?òÄ
  6789. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6790. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6791. ˛ˇ˛ˇˇ
  6792. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6793. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6794. ˛ˇˇˇˇ
  6795. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6796. ˛ˇˇˇˇ
  6797. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6798. kHs4lHs nHn
  6799. ˇ·ˇ‚7^°dONLNd[Hk~(gHRoutinesˇˇˇˇˇˇ(g3
  6800. °dONLNd
  6801. sä-(|ä$This section describes QuickDraw’s r¿°dONLNd.s.ò)§outines for drawing lineÏ °dONLNdFsò•)js, rÓ °dONLNdJs•÷) ectangles, r~‡°dONLNdVs◊˚)2ounded °dONLNd]Ääåç(âärE°dONLNd^ÄéåŒ)ectangles, oval‡°dONLNdmÄœå·)As, ar‡°dONLNdrÄ·åA)cs, wedges, polygons,`°dONLNdáÄAåZ)` and r Ä°dONLNdçÄZåÚ)$egions. This section also describes °dONLNd±çäôç(ñärE°dONLNd≤çéôÍ)Ooutines for calculating, scaling, mapping, copying bits between, and otherwise °dONLNdö䶸(£ämanipulating these graph√‡°dONLNdö¸¶
  6802. )ric ef °dONLNdö ¶()ntities.°dONLNd&¨ä∏™(µäThese rá`°dONLNd-¨™∏) outines use your curr¡‡°dONLNdB¨∏∏)^(ent graphics port as their drawing envir…°dONLNdj¨∏∏fi)∞onment. 솰dONLNdr¨fl∏Â)'YT °dONLNds¨Â∏)ou can °dONLNdzπä≈∏(¬ä use these r6¿°dONLNdÖππ≈˝)/Koutines to draw into basic graphics ports (described in the chapter “Basic °dONLNd–Δä“(œäRQuickDraw”) and color graphics ports (described in the chapter “Color QuickDraw”).°dONLNd#ÿ䉅*See the chapteÄ °dONLNd1ÿ…‰Ô)?    r “PicturcÄ°dONLNd:ÿÔ‰)&es” f>°dONLNd?ÿ‰L)or descriptions o:°dONLNdPÿM‰V)Jf r“‡°dONLNdSÿV‰ë)    outines that c†°dONLNdaÿí‰ï)<r›†°dONLNdbÿï‰û)eaß@°dONLNddÿü‰Æ)
  6803. te a3@°dONLNdhÿ؉Ã)nd draÆ¿°dONLNdnÿÉÒ)w picturÔ°dONLNdvÿÒ‰¸)%es.u†°dONLNdyÿ˝‰)  See °dONLNd~ÂäÒ∑(Óä
  6804. the chapte- °dONLNdàÂ∏Ò).r “Cursor Utilities” fù†°dONLNdûÂÒ)Z6or information about drawing cursors. See the chapter °dONLNd‘Úä˛À(˚ä “QuickDraw T`°dONLNd‡ÚÀ˛Í)Aext” in ı¿°dONLNdËÚͲ:)Inside Macintosh: T◊¿°dONLNd˚Ú:˛F)Pext@°dONLNd˛ÚG˛”) for descriptions of QuickDraw’K‡°dONLNdÚ”˛›)ås rÕ‡°dONLNd Ú›˛˝)
  6805. outinesM@°dONLNd'Ú˛˛)! for °dONLNd,ˇä (ädrawing and manipulating text°dONLNdIˇ )ã.
  6806. /H740H7 2H2
  6807. ˇ·ˇ‚7^ °dONLNdK"H0€(,HManaging the Graphics Penˇˇˇˇˇˇ(,3
  6808. °dONLNdf7äC(@äSEvery graphics port contains one, and only one, graphics pen with which to perform °dONLNdπDäPÊ*drawing operations. c °dONLNdÕDÊPÏ)\Y#†°dONLNdŒDÏPˆ)=ou use this metaphorical pen to draw lines, shapes, and text..°dONLNd Väbë(_äYï°dONLNdVêbœ)ou can use the ,
  6809. Courierï°dONLNdVœb˘)?HidePenï°dONLNd#V˘b)* and ï°dONLNd(Vb8)ShowPenï°dONLNd/V8bD)* prg`°dONLNd2VDba) ocedur9¿°dONLNd8VabÒ)!es to change the pen’s visibility°dONLNdYVb)è, the °dONLNd_cäo¥(läPenSize°dONLNdfc¥o¿)* prR`°dONLNdic¿o›) ocedur$¿°dONLNdoc›oR)e to change its shape, the $¿°dONLNdäcRov)uPenPat$¿°dONLNdêcvoÇ)$ pr˜ °dONLNdìcÅoû) ocedur…Ä°dONLNdôcûo)e to change its pattern, °dONLNd≤pä|Ø(yäand the °dONLNd∫pØ|Ÿ)%PenMode°dONLNd¡pŸ|Â)* prR`°dONLNdƒpÂ|) ocedur$¿°dONLNd p|ã)e to change its pattern mode. T9¿°dONLNdÈpä|)à o determine the size, location, °dONLNd    }äâ£(Üä?pattern, and pattern mode of the graphics pen, you can use the °dONLNdH}£âÂ(Ü£ GetPenState°dONLNdS}ÂâÁ)B .°dONLNdTääñì(ìäprG °dONLNdVäîñ≤)
  6810. ocedurfi`°dONLNd\ä≤ñ˘)Le. If you need to temporarily change these characteristics, you can use the .°dONLNd®óä£Ã(†ä SetPenState°dONLNd≥óãÿ)B prR`°dONLNd∂óÿ£ı) ocedur$¿°dONLNdºóı£ )e to r˜ °dONLNd¬ó
  6811. £ )estor…Ä°dONLNd«ó £´) e the graphics pen to a state prõ‡°dONLNdÁ󴣑)ã    eviously õ‡°dONLNdó‘£Ò))capturn@°dONLNdˆóÒ£¸)edn@°dONLNd¯ó¸£˛)  °dONLNd˘§ä∞ï(≠äby°dONLNd˚§ï∞ó)  °dONLNd¸§ó∞Ÿ) GetPenState°dONLNd§Ÿ∞‹)B..°dONLNd    ∂ä¬æ(øä Upon the cr¢‡°dONLNd∂欘)4Ieation of a graphics port, QuickDraw assigns these initial values to the ˇˇP.°dONLNd]√äœD(Ãä.graphics pen: a size of (1,1), a pattern of alP°dONLNdã√EœR)ªl-bP°dONLNdé√Rœ´)lack pixels, and the ˇ˝ê°dONLNd£√´œ’)YpatCopyˇˇPê°dONLNd™√’œ)* pattern mode. °dONLNdπ–ä‹q(Ÿä4After changing any of these values, you can use the °dONLNdÌ–q‹ß)Á    PenNormal°dONLNdˆ–ß‹≥)6 prR`°dONLNd˘–≥‹–) ocedur$¿°dONLNdˇ––‹Ê)e to r˜ °dONLNd–‹˛)eturn .°dONLNd ›äÈ5(Êä)these initial values to the graphics pen.°dONLNd5Ôä˚±*These peé °dONLNd=Ô±˚¬)'n-má`°dONLNd@Ô√˚¸)anipulation rÈ`°dONLNdMÔ¸˚k)9outines use the local coor*†°dONLNdgÔl˚Ÿ)pdinate system of the currÀ°dONLNdÄÔŸ˚)ment graphics °dONLNdç¸äÒ(äRport. Remember that each graphics port has its own pen, the state of which is storÁÄ°dONLNdfl¸Ò    (Òed in .°dONLNd    äµ(ä    several fi°dONLNdÔ    µ›)+
  6812. elds of it°dONLNd˘    ›„)(s °dONLNd˚    „)GrafPort°dONLNd     )0 or °dONLNd     V)    CGrafPort°dONLNd    V\)6 rR`°dONLNd    \n)ecor$¿°dONLNd    nw)d.$¿°dONLNd    w)    # If you draw in one graphics port, .°dONLNd;ä"Ÿ(ächange to another˝ °dONLNdLÿ"Ù)N, and r/@°dONLNdSı"0)eturn to the fi(`°dONLNdb1"ä)<rst, the pen for the fiª°dONLNdyä")Yrst graphics port has the same °dONLNdò#ä/¯(,äWstate as when you left it. (The basic graphics port is described in the chapter “Basic °dONLNdÔ0ä<Ω*    QuickDrawf†°dONLNd¯0Ω< )3K,” and the color graphics port is described in the chapter “Color QuickDraw°dONLNd    C0 <(9 .”)ˇ^@ˇ ˇˇˇˇ@
  6813. ˇ·ˇ‚7^
  6814. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6815. (‡*3-42    )BQuickDraw Drawing Reference4^*¿¯
  6816. j*r¯4j*r¯ l*l˛
  6817. ˇ·ˇ‚7^ °dONLNd\*jY(f*HidePenˇˇˇˇˇˇ(fÚ3
  6818. °dONLNd    {lár(ÑlTµ¿°dONLNd
  6819. {qáÌ)To give the graphics pen invisible ink (which means that pen drawing doesn’t show on .°dONLNd^àlîä(ëlthe scrR`°dONLNdeàäîƒ)een), use the ,
  6820. CourierR`°dONLNdsàƒîÓ):HidePenR`°dONLNdzàÓî˙)* pr$¿°dONLNd}à˙î) ocedur˜ °dONLNdÉàî )e. °dONLNdá°l≠fi(™lPROCEDURE HidePen; .°dONLNdõ…*“c(–* DESCRIPTION
  6821. .°dONLNdß÷l‚Ä+BThe °dONLNd´÷Ä‚™)HidePen°dONLNd≤÷™‚∂)* prR`°dONLNdµ÷∂‚”) ocedur$¿°dONLNdª÷”‚Ì)e decr˜ °dONLNd¡÷Ï‚) ements the ˜ °dONLNdÃ÷‚=)3pnVis˜ °dONLNd—÷=‚F) fi˜ °dONLNd‘÷F‚Ö)    eld of the curr…Ä°dONLNd„÷Ö‚Î)?ent graphics port. The ˇ˛0°dONLNd˙„lÔä(ÏlpnVisˇˇeV°dONLNdˇ„äÔè) fµ÷°dONLNd„èÔÎ)ield is initialized to K.°dONLNd„ÏÔÒ)]0K.°dONLNd„ÒÔ) by the ˇ˛0{0°dONLNd!„Ô@)OpenPortˇˇeV{0°dONLNd)„@ÔK)0 pr≤Ê°dONLNd,„KÔh) ocedurÖF°dONLNd2„hÔ¢) e. Whenever ˇ˛0OÚ°dONLNd>„£Ô¡);pnVisˇˇeVOÚ°dONLNdC„¡Ô¯) is negative, °dONLNdQl¸ˆ(˘lthe pen doesn’t draw on the scrR`°dONLNdpˆ¸)äeen. ThR`°dONLNdw¸)!e R`°dONLNdy¸*)pnR`°dONLNd{*¸<) VisR`°dONLNd~<¸E) fiR`°dONLNdÅE¸÷)    !eld keeps track of the number of °dONLNd¢˝l    Ö(ltimes°dONLNd߽֠   á) °dONLNd®˝á    ô)=the pen has been hidden to compensate for nested calls to the°dONLNd½ô    õ(ô °dONLNdÊ˝õ    ≈)HidePen°dONLNdÌ˝≈    ⁄)* and °dONLNdÚ
  6822. lñ(lShowPen°dONLNd˘
  6823. ñú)* rR`°dONLNd˚
  6824. ú¡)    outines. °dONLNdl(®(%lEvery call to °dONLNd®(“)<HidePen°dONLNd“(ë)*, should be balanced by a subsequent call to °dONLNdFë(ª)øShowPen°dONLNdMª(Í)* , which is .°dONLNdX)l5±(2ldescribed next. .°dONLNdi;lGÄ*The °dONLNdm;ÄG™)HidePen°dONLNdt;™G∂)* prR`°dONLNdw;∂G”) ocedur$¿°dONLNd};”G")e is called by the $¿°dONLNdê;"GL)OOpenRgn$¿°dONLNdó;LGQ)*, $¿°dONLNdô;QGì) OpenPicture$¿°dONLNd§;ìG´)B, and $¿°dONLNd™;´G€)OpenPoly$¿°dONLNd≤;€G›)0 .°dONLNd≥HlTo(QlrE°dONLNd¥HpT‡)outines so that you can crœ†°dONLNdŒH‡T¯)peate rÍ@°dONLNd‘H¯T4)egions, picturÄ°dONLNd‚H5TÌ)=(es, and polygons without drawing on the °dONLNd
  6825. Ulax(^lscrÚ@°dONLNdUxaâ) een.
  6826. í*ö¯4í*ö¯ î*î˛
  6827. ˇ·ˇ‚7^ °dONLNdÑ*í](é*ShowPenˇˇˇˇˇˇ(éÚ3
  6828. °dONLNd§l∞r(≠lTµ¿°dONLNd§q∞)%o change the ink of a graphics pen fr'Ä°dONLNdA§∞⁄)°+om invisible (which means that pen drawing °dONLNdl±lΩ‘(∫ldoesn’t show on the scrd@°dONLNdɱ‘Ωr)h%een) to visible (so that pen drawing Í °dONLNd®±rΩâ)ûdoes °dONLNd≠±äΩ§)appeaœ‡°dONLNd≤±§ΩØ)r o∏°dONLNdµ±∞Ω’)     n the scrŸ°dONLNdæ±’ΩÏ)%een), .°dONLNdƒæl ±(«lyou can use the °dONLNd‘æ± €)EShowPen°dONLNd€æ€ Á)* prR`°dONLNdfiæÁ ) ocedur$¿°dONLNd‰æ  )e.°dONLNdÁ◊l„fi(‡lPROCEDURE ShowPen; .°dONLNd˚˛*c(* DESCRIPTION
  6829. .°dONLNd lÄ+BThe °dONLNd  Ä™)ShowPen°dONLNd ™∂)* prR`°dONLNd ∂”) ocedur$¿°dONLNd ”Î)e incr˜ °dONLNd! Í) ements the ˜ °dONLNd, ;)3pnVis˜ °dONLNd1 ;D) fi˜ °dONLNd4 DÉ)    eld of the curr…Ä°dONLNdC ÉÌ)?ent graphics port. For 0 .°dONLNd\l%C("l0or positive values, pen drawing shows on the scr5‡°dONLNdåD%U)ÿeen..°dONLNdë+l7(4l"For example, if you have used the °dONLNd≥+71)õHidePen°dONLNd∫+17=)* prR`°dONLNdΩ+=7Z) ocedur$¿°dONLNd√+Z7)    e to decr˜ °dONLNdÃ+~7≠)$
  6830. ement the ˜ °dONLNd÷+≠7À)/pnVis˜ °dONLNd€+À7‘) fi˜ °dONLNdfi+‘7Â)    eld °dONLNd‚8lDt(AlfrR`°dONLNd‰8tDé)om 0 tR`°dONLNdÍ8éDö)o –R`°dONLNdÌ8öDÈ) 1, you can use the R`°dONLNd8ÈD)OShowPenR`°dONLNd8D)* pr$¿°dONLNd
  6831. 8D<) ocedur˜ °dONLNd8;DÚ)(e to make its value 0 so that QuickDraw °dONLNd8ElQp(NlrR`°dONLNd9EpQ„)esumes drawing on the scr$¿°dONLNdRE„QÚ)seen$¿°dONLNdUEÚQ.). Subsequent c$¿°dONLNdcE.QM)<alls to $¿°dONLNdkEMQq)ShowPe$¿°dONLNdqEqQw)$n$¿°dONLNdrEwQ}) i$¿°dONLNdtE}Qä)ncr˜ °dONLNdwEâQ¶) ement ˜ °dONLNd}E¶Qƒ)pnVis˜ °dONLNdÇEƒQË) beyond °dONLNdäRl^º([l0, so every call to °dONLNdûRº^Ê)PShowPen°dONLNd•RÊ^t)*! should be balanced by a call to °dONLNdΔRt^û)éHidePen°dONLNdÕRû^£)*. °dONLNd–dlpñ(mlShowPen°dONLNd◊dñp‡)* is called by the °dONLNdÈd‡pÍ)JprR`°dONLNdÎdÍp)
  6832. ocedur$¿°dONLNdÒdp)es $¿°dONLNdÙdpB) CloseRgn$¿°dONLNd¸dBpÅ)0 (described on $¿°dONLNd dÅpô)?page $¿°dONLNddôp¨)3-89$¿°dONLNdd¨p∞))$¿°dONLNdd∞pµ), $¿°dONLNddµp”)Close$¿°dONLNdd”pÎ)Poly$¿°dONLNd dÎpÌ) °dONLNd!ql}©(zl(described on °dONLNd/q©}¡)=page °dONLNd4q¡}‘)3-79°dONLNd8q‘}€)),°dONLNd:q€}) and °dONLNd?q})Clos°dONLNdCq}8)ePicture°dONLNdKq8}Œ)0" (described in the chapter “PicturR`°dONLNdmqŒ}È)ñes” in .°dONLNdt~läö(ál this book).ˇ4j@ˇ ˇˇˇˇ@
  6833. ˇ·ˇ‚7^
  6834. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äQuickDraw Drawing Reference
  6835. , (‡3-43
  6836. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6837. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6838. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6839. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6840. 454+?òÄ
  6841. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6842. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6843. ˛ˇ˛ˇˇ
  6844. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6845. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6846. ˛ˇˇˇˇ
  6847. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6848. ˛ˇˇˇˇ
  6849. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6850. jHr4jHr lHl
  6851. ˇ·ˇ‚7^ °dONLNd\Hjp(fHGetPenˇˇˇˇˇˇ(f3
  6852. .°dONLNd{äáê(ÑäTï°dONLNd    {èá})6o determine the location of the graphics pen, use the ,
  6853. Courierï°dONLNd?{}á°)ÓGetPenï°dONLNdE{°á≠)$ prg`°dONLNdH{≠á ) ocedur9¿°dONLNdN{ á“)e.°dONLNdQîä†V(ùä"PROCEDURE GetPen (VAR pt: Point); °dONLNdt¨ä∏ñ*pt°dONLNdv¨ñ∏ò)  .°dONLNdx¨Ã∏4)6The graphics pen’s currw°dONLNdè¨4∏ò)hent position in the curr) °dONLNdߨô∏Ê)eent graphics port.°dONLNd∫“H€Å(ŸH DESCRIPTION
  6854. .°dONLNdΔfläÎß+BIn the °dONLNdÕflßÎ≥)pt°dONLNdœfl≥ÎÂ)
  6855.  parameter¬†°dONLNdŸfl‰Î˚)1, the ¬†°dONLNdflfl˚Î)GetPen¬†°dONLNdÂflÎ+)$ prï°dONLNdËfl+ÎH) ocedurg`°dONLNdÓflHÎS)e r9¿°dONLNdÒflSÎì) eturns the curr  °dONLNdflìÎ)@ent pen position. The point .°dONLNdÏä¯ç(ıärE°dONLNdÏé¯)eturned is in the local coor¿°dONLNd9ϯS)udinates of the currâ°dONLNdLÏS¯†)Pent graphics port.
  6856. )H14)H1 +H+
  6857. ˇ·ˇ‚7^ °dONLNd_H)ã(%H GetPenStateˇˇˇˇˇˇ(%3
  6858. °dONLNdl;äGê(DäTµ¿°dONLNdm;èG)Vo determine the graphics pen’s location, size, pattern, and pattern mode, you can use .°dONLNd√HäTú(Qäthe °dONLNd«HúTfi) GetPenState°dONLNd“HfiTÍ)B prR`°dONLNd’HÍT) ocedur$¿°dONLNd€HT)e. °dONLNdflaämV(jä"PROCEDURE GetPenState (VAR pnState°dONLNdaVmn)Ã: Pe°dONLNdanm§)    nState); °dONLNdyäÖ¥(ÇäpnState°dONLNdy¥Ö∂)* °dONLNdyÃÖ‘)AÛ`°dONLNdy”Ö’) Û`°dONLNdy’Ö·)PeÛ`°dONLNdy·Ö) nStateÛ`°dONLNd"yÖ )$ r≈¿°dONLNd$y Ö)ecorò °dONLNd(yÖ¸)1d for holding information about the graphics pen..°dONLNdZûHßÅ(•H DESCRIPTION
  6859. .°dONLNdf¨ä∏û+BThe °dONLNdj¨û∏‡) GetPenState°dONLNdu¨‡∏Ï)B prR`°dONLNdx¨Ï∏    ) ocedur$¿°dONLNd~¨    ∏)=e saves the location, size, pattern, and pattern mode of the °dONLNdªπä≈¯(¬ägraphics pen for the currR`°dONLNd‘π¯≈R)nent graphics port in R`°dONLNdÈπR≈Z)Za R`°dONLNdÎπZ≈ä)PenStateR`°dONLNdÛπä≈ê)0 r$¿°dONLNdıπê≈¢)ecor˜ °dONLNd˘π°≈fi)d, which the °dONLNdΔä“Ã(œä GetPenState°dONLNdΔÓÿ)B prR`°dONLNdΔÿ“ı) ocedur$¿°dONLNdΔı“)e r˜ °dONLNdΔˇ“9)
  6860. eturns in the ˜ °dONLNd+Δ9“c):pnState˜ °dONLNd2Δc“ï)*
  6861.  parameter9¿°dONLNd<Δï“ò)2..°dONLNd>ÿä‰Q(·ä,After changing the graphics pen as necessary‹°dONLNdjÿP‰î)Δ, you can later rU`°dONLNd{ÿ)Eestorÿ‡°dONLNdÄÿ™‰)e these pen states with .°dONLNdòÂäÒú(Óäthe °dONLNdúÂúÒfi) SetPenState°dONLNdßÂfiÒÍ)B prR`°dONLNd™ÂÍÒ) ocedur$¿°dONLNd∞ÂÒ[)e (described next). .°dONLNd≈ Ho(HSEE ALSO
  6862. .°dONLNdŒä%ó+BTh°dONLNd–ó%û)e °dONLNd“û%Œ)PenState°dONLNd⁄Œ%‘)0 rR`°dONLNd‹‘%Ê)ecor$¿°dONLNd‡Ê%1)d is described on $¿°dONLNdÚ1%I)Kpage $¿°dONLNd˜I%\)3-37$¿°dONLNd˚\%_).
  6863. UH^4VH] WHW
  6864. ˇ·ˇ‚7^ .°dONLNd˝HHVâ(RH SetPenStateˇˇˇˇˇˇ(R3
  6865. .°dONLNd
  6866. gäsê(päTï°dONLNd gèsö)o rg`°dONLNdgös∞) estor9¿°dONLNdg∞s…)e the 9¿°dONLNdg…sˇ)state of the 9¿°dONLNd&gˇs4)6 graphics pe9¿°dONLNd1g4s?)5n t9¿°dONLNd4g?sÆ) hat was saved with the 9¿°dONLNdKgÆs)o GetPenState9¿°dONLNdVgsÚ)B °dONLNdWtäÄî(}äprR`°dONLNdYtîı)
  6867. ocedur$¿°dONLNd_t±Ä›) e, use the $¿°dONLNdjt›Ä), SetPenState$¿°dONLNdutÄ+)B pr˜ °dONLNdxt*ÄG) ocedur…Ä°dONLNd~tGÄQ)e. °dONLNdÇçäôå(ñä+PROCEDURE SetPenState (pnState: PenState); °dONLNdÆ•ä±¥*pnState°dONLNdµ•¥±∂)* °dONLNd∑•Ã±‘)AÛ`°dONLNd∏•”±’) Û`°dONLNdπ•’±)PenStateÛ`°dONLNd¡•± )0 r≈¿°dONLNd√• ±)ecorò °dONLNd«•±/)d prjÄ°dONLNdÀ•/±`) eviously cr<‡°dONLNd÷•`±ß)1eated with the <‡°dONLNd•߱È)G GetPenState<‡°dONLNd•È±Î)B .°dONLNdÒ±ÃΩ’(∫ÃprG °dONLNdÛ±÷ΩÙ)
  6868. ocedurfi`°dONLNd˘±ÙΩ˚)e.ˇ∏@ˇ ˇˇˇˇ@
  6869. ˇ·ˇ‚7^
  6870. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6871. (‡*3-44    )BQuickDraw Drawing Reference4^*¿¯°dONLNd\*ec(c* DESCRIPTION
  6872. ˇˇÚD.°dONLNd jlv+BThe ,
  6873. Courierˇˇ÷ÃrD°dONLNdjÄv¬) SetPenStateˇˇÚDrD°dONLNdj¬vÕ)B pr6Ë°dONLNdjŒvÎ) ocedur    H°dONLNd$jÎv:)e sets the graphic‡°dONLNd6j:v>)Os‡°dONLNd7j>v˜), pen’s location, size, pattern, and pattern °dONLNdcwlÉ¥(Älmode in the currR`°dONLNdsw¥ÉQ)H$ent graphics port to the values stor$¿°dONLNdówQÉt)ùed in th$¿°dONLNdüwtÉ{)#e $¿°dONLNd°w{É´)PenState$¿°dONLNd©w´É±)0 r˜ °dONLNd´w∞ɬ)ecor…Ä°dONLNdØw¬ÉÛ) d that you °dONLNd∫Ñlê¨(çlspecify in the °dONLNd…Ѩê÷)@pnState°dONLNd–Ñ÷ê)*
  6874.  parameter¬†°dONLNd⁄Ñê )1. .°dONLNd›™*≥Q(±*SEE ALSO
  6875. .°dONLNdÊ∏lƒy+BTh°dONLNdË∏yƒÄ)e °dONLNdÍ∏ă∞)PenState°dONLNdÚ∏∞ƒ∂)0 rR`°dONLNdÙ∏∂ƒ»)ecor$¿°dONLNd¯∏»ƒ)d is described on $¿°dONLNd
  6876. ∏ƒ+)Kpage $¿°dONLNd∏+ƒ>)3-37$¿°dONLNd∏>ƒA).
  6877. Ù*˝¯4ı*¸¯ ˆ*ˆ˛
  6878. ˇ·ˇ‚7^ .°dONLNdÁ*ıU(Ò*PenSizeˇˇˇˇˇˇ(ÒÚ3
  6879. .°dONLNdlr(lTï°dONLNdqT)4o set the dimensions of the graphics pen in the currg`°dONLNdST»)„ent graphics port, use the g`°dONLNdn»Ú)tPenSizeg`°dONLNduÚÙ)* .°dONLNdvlu(lprG °dONLNdxvî)
  6880. ocedurfi`°dONLNd~îù)e. .°dONLNdÇ,l8¸(5lPROCEDURE PenSize (width°dONLNdö,¸8)ê,h°dONLNdú,8n) eight: Integer); °dONLNdÆDlPä(Mlwidth°dONLNd≥DäPå) .°dONLNdµDÆP5)$The pen width, as an integer fr °dONLNd‘D6P;)àou†°dONLNd’D;PQ)m 0 tå°dONLNd⁄DQPX)o ÅÄ°dONLNd‹DYPc)32ÅÄ°dONLNdfiDcPe)
  6881. ,Ä°dONLNdflDfPˆ)$767. If you set the value to 0, the °dONLNdPÆ\(YÆpen does not draw8†°dONLNdP\ )R. VÖ¿°dONLNdP \]) alues less than 0 arR°dONLNd+P^\Ç)Se undefif@°dONLNd3PÇ\ï)$ned..°dONLNd8`llê(ilheight.°dONLNd?`Æl7)B The pen height, as an integer fr∑Ä°dONLNd_`7l<)âo-°dONLNd``=le)    m 0 to 328‡°dONLNdi`elg)(,∏‡°dONLNdj`gl˜)$767. If you set the value to 0, the °dONLNdélÆx(uÆpen does not draw8†°dONLNdülx )R. VÖ¿°dONLNd¢l x]) alues less than 0 arR°dONLNd∂l^xÇ)Se undefif@°dONLNdælÇxï)$ned.°dONLNd√í*õc(ô* DESCRIPTION
  6882. ˇˇüÆ.°dONLNdœül´+BThe ˇ˛fl
  6883. Æ°dONLNd”üÄ´™)PenSizeˇˇüÆÆ°dONLNd⁄ü™´µ)* pr뺰dONLNd›üµ´“) ocedurd°dONLNd„ü“´Ç))e sets the width that you specify in the ˇ˛fl
  6884. :°dONLNd üÉ´°)±widthˇˇüÆ:°dONLNdü°´Ê) parameter and ‡D°dONLNd üÊ´˜)Ethe °dONLNd$¨l∏˜(µlheight that you specify in the °dONLNdC¨˜∏)ãheight°dONLNdI¨∏⁄)$+ parameter for the graphics pen in the currR`°dONLNdt¨⁄∏Í)øent °dONLNdxπl≈Æ(¬lgraphics port. !†°dONLNdáπÆ≈&)BAll subsequent calls to the !†°dONLNd£π&≈>)xLine!†°dONLNdßπ>≈S) and !†°dONLNd¨πS≈w)LineTo!†°dONLNd≤πw≈É)$ prÙ°dONLNdµπÇ≈ü) ocedurΔ`°dONLNdªπü≈⁄)es and to the .°dONLNd…Δl“u(œlprG °dONLNdÀΔv“î)
  6885. ocedurfi`°dONLNd—Δî“>)&es that draw framed shapes in the curr˝†°dONLNd˜Δ>“Ü)™ent graphics por0 °dONLNdΔá“í)It u˘†°dONLNd
  6886. Δí“÷) se the new pen °dONLNd”lfl°(‹l dimensions..°dONLNd%ÂlÒs*Yï°dONLNd&ÂrÒ¬)ou can get the currg`°dONLNd9¬Ò )Pent pen dimensions fr9¿°dONLNdN ÒA)^om the 9¿°dONLNdUÂAÒe)!pnSize9¿°dONLNd[ÂeÒn)$ fi9¿°dONLNd^ÂnÒ≠)    eld of the curr  °dONLNdmÂ≠ÒÁ)?ent graphics °dONLNdzÚl˛ú(˚l
  6887. port, wherR`°dONLNdÑÚú˛)0e the width and height ar$¿°dONLNdùÚ˛+)we stor˜ °dONLNd£Ú*˛K)ed as a ˜ °dONLNd´ÚK˛i)!Point˜ °dONLNd∞Úi˛o) r…Ä°dONLNd≤Úo˛Å)ecorõ‡°dONLNd∂ÚÅ˛á)dõ‡°dONLNd∑Úá˛ä)..°dONLNdπ*"Q( *SEE ALSO
  6888. °dONLNd¬&l2¬+BListing 3-2 on page B°dONLNd÷&√2À)W3-dONLNdÿ&À2’)20dONLNd⁄&’2U)
  6889.  illustrates how to use this prt‡°dONLNd˘&U2s)Äocedur  °dONLNdˇ&t2{)e.ˇ/‰@ˇ ˇˇˇˇ@
  6890. ˇ·ˇ‚7^
  6891. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äQuickDraw Drawing Reference
  6892. , (‡3-45
  6893. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""A0rA0r$œœœœœœœœœœœœœœœœœœœœœœœœœœœœœœòÄ
  6894. 60@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""60@60@˜˜˜˜˜˜˜˜˜˜˜˜
  6895. ˛ˇ˛ˇˇ ˇˇ˛ˇˇ     ˇˇˇ˙ˇ
  6896. ˛ˇˇˇˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜
  6897. 454+?òÄ
  6898. 56+@HH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇˇˇÃÃˇˇÃÃÃÃˇˇôôÃÃˇˇffÃÃˇˇ33ÃÃˇˇÃÃÃÃˇˇÃÃÃÃÃÃÃÃÃÃôôÃÃÃÃffÃÃÃÃ33ÃÃÃÃÃÃôôˇˇÃÃôôÃÃÃÃôôôôÃÃôôffÃÃôô33ÃÃôôÃÃffˇˇÃÃffÃÃÃÃffôôÃÃffffÃÃff33ÃÃffÃÃ33ˇˇÃÃ33ÃÃÃÃ33ôôÃÃ33ffÃÃ3333ÃÃ33ÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇˇˇôôˇˇÃÃôôˇˇôôôôˇˇffôôˇˇ33ôôˇˇôôÃÃˇˇôôÃÃÃÃôôÃÃôôôôÃÃffôôÃÃ33ôôÃÃôôôôˇˇôôôôÃÃôôôôôôôôôôffôôôô33ôôôôôôffˇˇôôffÃÃôôffôôôôffffôôff33ôôffôô33ˇˇôô33ÃÃôô33ôôôô33ffôô3333ôô33ôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇˇˇffˇˇÃÃffˇˇôôffˇˇffffˇˇ33ffˇˇffÃÃˇˇffÃÃÃÃffÃÃôôffÃÃffffÃÃ33ffÃÃffôôˇˇffôôÃÃffôôôôffôôffffôô33ffôôffffˇˇffffÃÃffffôôffffffffff33ffffff33ˇˇff33ÃÃff33ôôff33ffff3333ff33ffˇˇffÃÃffôôffffff33ff33ˇˇˇˇ33ˇˇÃÃ33ˇˇôô33ˇˇff33ˇˇ3333ˇˇ33ÃÃˇˇ33ÃÃÃÃ33ÃÃôô33ÃÃff33ÃÃ3333ÃÃ33ôôˇˇ33ôôÃÃ33ôôôô33ôôff33ôô3333ôô33ffˇˇ33ffÃÃ33ffôô33ffff33ff3333ff3333ˇˇ3333ÃÃ3333ôô3333ff333333333333ˇˇ33ÃÃ33ôô33ff333333ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇÃÃˇˇÃÃÃÃÃÃôôÃÃffÃÃ33ÃÃôôˇˇôôÃÃôôôôôôffôô33ôôffˇˇffÃÃffôôffffff33ff33ˇˇ33ÃÃ33ôô33ff333333ˇˇÃÃôôff33ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓ››ªª™™ààwwUUDD""ÓÓÓÓÓÓ››››››ªªªªªª™™™™™™ààààààwwwwwwUUUUUUDDDDDD""""""56+@56+@$¸˛ˇˇ    ˝ˇ˛ˇ˛ˇ¸ˇ
  6899. ˛ˇˇ˛ˇ    ˝ˇ˛ˇ    ˛ˇ˛ˇˇ˜˝˝ˇˇ˛ˇ˚˝ˇ¸˛¸ˇˇ˜˛¸ˇˇ˜˝˛ˇ˛
  6900. ˛ˇ˛ˇˇ
  6901. ˛ˇ˛ˇˇ˝ˇˇ˛˜˛˙ˇ¸ˇ˝˝ˇˇ˛
  6902. ˛ˇ˛ˇˇ˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6903. ˛ˇˇˇˇ
  6904. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˜˜˜˛˙ˇ˛ˇ¸ˇ˛ˇ¸ˇ    ˝ˇ˛ˇ¸˛ˇˇ˜˜˛¸ˇˇ˚ˇ˛˙ˇˇ˝ˇˇ˛
  6905. ˛ˇˇˇˇ
  6906. ˛ˇˇˇˇ˝˛ˇ˛˛ˇ˚¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˛ˇˇ¸¸˛ˇˇ˜˛¸ˇˇ˜˛¸ˇˇ˚ˇ˛˙ˇˇ˛˝ˇ˛˜    ˇ˛ˇ˛ ˇˇ˛ˇˇ ˇˇ˛ˇˇ˚ˇˇ˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜4^H¿
  6907. jHr4jHr lHl
  6908. ˇ·ˇ‚7^ °dONLNd\Hj|(fHPenModeˇˇˇˇˇˇ(f3
  6909. °dONLNd    {äáê(ÑäTµ¿°dONLNd
  6910. {èáy)6o set the pattern mode of the graphics pen in the curr    ‡°dONLNd@{záÏ)Îent graphics port, use the ,
  6911. Courier.°dONLNd[àäî¥(ëäPenMode°dONLNdbà¥î¿)* prR`°dONLNdeà¿î›) ocedur$¿°dONLNdkà›îÁ)e. °dONLNdo°ä≠\(™ä#PROCEDURE PenMode (mode: Integer); °dONLNdìπä≈¢*mode°dONLNdóπ¢≈§) .°dONLNdôπÃ≈)*AThe pattern mode. The following list shows the constants you can °dONLNd€≈×A* use—and the values they r& °dONLNdÙ≈B—P)vepr∂‡°dONLNd˜≈P—¸)%esent—for specifying the pattern mode‡°dONLNd≈˝—ˇ)≠..°dONLNd€äÁ®(‰äCONST°dONLNd%Èúı¿+patCop°dONLNd+È¿ıΔ)$y°dONLNd0ȉı¸)$= 8;°dONLNd6Èı)${°dONLNd7ÈıÏ)%where pattern pixel is black, apply }°dONLNdd˜(*{ foreground color to destination pixel; }°dONLNdñÚ*'{ where pattern pixel is white, apply }°dONLNd≈¯*({ background color to destination pixel}°dONLNdÔ!ú-¥(*úpatO°dONLNdÛ!¥-∫)r°dONLNd¯!‰-¸)0= 9;°dONLNd˛!-)${°dONLNdˇ!-Ú)&where pattern pixel is black, invert }°dONLNd-/;‡(8${ destination pixel; where pattern }°dONLNdY=Iû*{ pixel is white, leave }°dONLNdzKWº*{ destination pixel unaltered}°dONLNdöYúe∫(búpatXo°dONLNdüY∫e¿)r°dONLNd§Y‰eÍ)*=°dONLNd•YÍe¸) 10°dONLNd®Y¸e);°dONLNd´Ye) {°dONLNd¨YeÚ)&where pattern pixel is black, invert }°dONLNd⁄gs‡(p${ destination pixel; where pattern }°dONLNduÅÊ*%{ pixel is white, leave destination }°dONLNd3Éèt*{ pixel unaltered}°dONLNdGëúù∫(öúpatBi°dONLNdLë∫ù¿)c°dONLNdQë‰ùÍ)*=°dONLNdRëÍù¸) 11°dONLNdUë¸ù);°dONLNdXëù) {°dONLNdYëùÏ)%where pattern pixel is black, apply }°dONLNdÜü´(®*{ background color to destination pixel; }°dONLNd∏≠πÚ*'{ where pattern pixel is white, leave }°dONLNdÁª«º*{ destination pixel unaltered}°dONLNd…ú’“(“ú    notPatCop°dONLNd…“’ÿ)6y°dONLNd…ÿ’Í)  =°dONLNd…Í’¸) 12°dONLNd…¸’);°dONLNd…’) {°dONLNd…’Ï)%where pattern pixel is black, apply }°dONLNdL◊„(‡*{ background color to destination pixel; }°dONLNd~ÂÒÚ*'{ where pattern pixel is white, apply }°dONLNd≠Ûˇ¯*({ foreground color to destination pixel}°dONLNd◊úΔ(
  6912. únotPatO°dONLNdfiΔÃ)*r°dONLNd‡ÃÍ)    =°dONLNdÂ͸) 13°dONLNd˸);°dONLNdÓ) {°dONLNdÔÏ)%where pattern pixel is black, leave }°dONLNdÏ(&{ destination pixel unaltered; where }°dONLNdJ)Œ*!{ pattern pixel is white, apply }°dONLNds+7¯*({ foreground color to destination pixel}°dONLNdù9úEÃ(BúnotPatXo°dONLNd•9ÃE“)0r°dONLNdß9“EÍ)   =°dONLNd´9ÍE¸) 14°dONLNdÆ9¸E);°dONLNd¥9E) {°dONLNdµ9E»)where pattern pixel is black, }°dONLNd‹GSÏ(P&{ leave destination pixel unaltered; }°dONLNd
  6913. UaŒ*!{ where pattern pixel is white, }°dONLNd3co™*{ invert destination pixel}°dONLNdPqú}Ã(zúnotPatBi°dONLNdXqÃ}“)0c°dONLNdZq“}Í)   =°dONLNd^qÍ}¸) 15°dONLNdaq¸});°dONLNdgq}) {°dONLNdhq}»)where pattern pixel is black, }°dONLNdèãÏ(à&{ leave destination pixel unaltered; }°dONLNdΩçôÚ*'{ where pattern pixel is white, apply }°dONLNdÏõ߯*({ background color to destination pixel}ˇÄ@ˇ ˇˇˇˇ@
  6914. ˇ·ˇ‚7^
  6915. 4*\¯, Palatino&e.3+l"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@lQuickDraw Drawing4⁄*˙¯
  6916. (‡*3-46    )BQuickDraw Drawing Reference4^*¿¯°dONLNd\*e0(c*D*°dONLNd\1ed)
  6917. ESCRIPTION
  6918. .°dONLNd jlv*+;*Using the pattern mode you specify in the ,
  6919. Courier°dONLNd6j*vB)æmode°dONLNd:jBvt)
  6920.  parameter¬†°dONLNdDjsvä)1, the ¬†°dONLNdJjäv¥)PenMode¬†°dONLNdQj¥v¿)* prï°dONLNdTj¿v›) ocedurg`°dONLNdZj›v˜)e sets .°dONLNdawlÉö(Äl    the manne¿°dONLNdjwõɵ)/r in w! °dONLNdpwµÉÑ)1hich the pattern of the graphics pen is transferr{°dONLNd°wÑÉ⁄)œed onto the bitmap ≈°dONLNd¥w⁄ÉÈ)V(or °dONLNd∏Ñlêù(çl pixel map) o °dONLNd√ÑûêX)2)when you draw lines or shapes in the currë¿°dONLNdÏÑXê•)∫ent graphics port.܆°dONLNd˛Ñ¶ê®)N †°dONLNdˇÑ©êÔ)These actions ar¨‡°dONLNdÑÔêˆ)Fe °dONLNdëlùß(ölillustrated in ì¿°dONLNd ëßùø);FigurfÄ°dONLNd%ëøù˚)e 3-4 on page %¿°dONLNd3ë¸ù)=3-y†°dONLNd5ëù)10y†°dONLNd7ëù)
  6921. ..°dONLNd9£lØ≈(¨lIf you specify a sourR`°dONLNdN£≈ØÍ)Yce mode R`°dONLNdV£ÍØb)%(such as one used with the R`°dONLNdq£bØí)xCopyBitsR`°dONLNdy£íØû)0 pr$¿°dONLNd|£ûت) ocedur˜ °dONLNdÇ£∫Ø≈)e) ˜ °dONLNdÖ£≈ØÙ) instead of .°dONLNdê∞lºØ(πla pattern mode√`°dONLNdû∞غπ)C, nî¿°dONLNd°∞∫º%) o drawing is performed..°dONLNdπ¬lŒy(ÀlTh°dONLNdª¬yŒë)e currR`°dONLNd¡¬ëŒÿ)ent pattern modR`°dONLNd–¬ÿŒ˙)G    e is stor$¿°dONLNdŸ¬˙Œ)"ed in t$¿°dONLNd‡¬Œ$)he $¿°dONLNd„¬$ŒH)pnMode$¿°dONLNdȬHŒQ)$ fi$¿°dONLNdϬQŒê)    eld of the curr˜ °dONLNd˚¬èŒÿ)>ent graphics por˜ °dONLNd ¬ÿŒÁ)It. T˜ °dONLNd¬ÁŒı)he ˇˇÑñ°dONLNdœl€Ó(ÿlinitial pattern mode value is ˇ˛ç¬Ó°dONLNd0œÔ€)ÉpatCopyˇˇÑñ˚.°dONLNd7œ€)(,˚.°dONLNd8œ€√)' in which the pen pattern is copied dirÚ>°dONLNd_œ√€˜)©ectly to the .°dONLNdl‹lËã(ÂlbitmapÄ°dONLNdr‹åËé) .°dONLNdtÓl˙r(˜lTµ¿°dONLNduÓq˙â)Bo use highlighting, you can add this constant or its value to the ‹Ä°dONLNd∑Óâ˙ú(˜âsour[ °dONLNdªÓù˙¥)ce or ˝ °dONLNd¡Ó¥˙Ú)pattern mode:.°dONLNdœlä(lCONST°dONLNd’lú*  hilite°dONLNd·¥“)H= 50;°dONLNdËÿ¯)$0{add to source or pattern mode for highlighting}.°dONLNd+l7v(4lWÛ`°dONLNd+u7˘)    ith highlighting, QuickDraw r\‡°dONLNd7+˙7K)Öeplaces the backgr@`°dONLNdI+K7Ë)Q$ound color with the highlight color °dONLNdm8lD“(Alwhen your application x†°dONLNdÉ8”D˝)g    draws or É °dONLNdå8˝D‡)*3copies images between graphics ports. This has the °dONLNdøElQë(Nl    visual ef´°dONLNd»EëQÕ)%Lfect of using a highlighting pen to select the object. (The global variable ˇˇc–.°dONLNdRl^¢([l    HiliteRGBˇˇÀ°dONLNdR¢^±)6 is rÍ@°dONLNd"R±^À)ead fràê°dONLNd(RÃ^˜)?om parameter RAM when the machine starts. Basic graphics ports °dONLNdg_lk∑(hluse the color storR`°dONLNdy_∑k·)K
  6922. ed in the R`°dONLNdÉ_·k)*    HiliteRGBR`°dONLNdå_k«)6' global variable as the highlight colorï°dONLNd≥_ΔkÊ)Ø. Color °dONLNdªllx(ulgraphics ports default to the °dONLNdŸlx&)Ñ    HiliteRGB°dONLNd‚l&xÙ)6/ global variable, but can be overridden by the °dONLNdylÖÆ(Çl HiliteColor°dONLNdyÆÖ∫)B prR`°dONLNdy∫Ö◊) ocedur$¿°dONLNd%y◊Ö¶),e, described in the chapter “Color QuickDraw9¿°dONLNdQy•Ö±)Œ.”).°dONLNdUü*®L(¶*SPECIALÄ°dONLNd\üM®b)# CONÄ°dONLNd`üb®u)SIDE¨Ä°dONLNddüu®Å)RAÄ°dONLNdfüÄ®ö) TIONS
  6923. °dONLNdl≠lπ∑(∂lGWhen your application draws with a pixel pattern, Color QuickDraw ignor"¿°dONLNd≥≠∏πˆ(∂∏es the pattern °dONLNd¬∫lΔ%(√l)mode and simply transfers the pattern dirZÄ°dONLNdÎ∫%Δ∞)π ectly to the pixel map without rU‡°dONLNd ∫∞Δ√)ãegars†°dONLNd∫√ΔÁ)    d to the °dONLNd«l”x(–lfor`°dONLNd«y”á)egr, °dONLNd«á”“)ound and backgr^ °dONLNd-«“”)K ound colorsª °dONLNd8«”)4.°dONLNd:ŸlÂÉ(‚lThe rÄ¿°dONLNd?ŸÉ²)esults of inverting a pixel arq@°dONLNd]Ÿ˛Â){e prÇ°dONLNdaŸÂs)edictable only with dirñ†°dONLNdxŸsˆ)d ect pixels or 1-bit pixel maps. °dONLNdòÊlÚˆ(ÔlWFor indexed pixels, Color QuickDraw performs the inversion on the pixel indexes, which °dONLNdÔÛlˇü* means the rŒ`°dONLNd˙ÛüˇÛ)3esults depend entirl‡°dONLNdÛÙˇÌ)U;ely on the contents of the color table (which is described °dONLNdHl –(    lNin the chapter “Color QuickDraw”). The eight colors used in basic QuickDraw ar˜°dONLNdñ– ◊(    –e .°dONLNdòl}(lstorR`°dONLNdú}à)edR`°dONLNdûàä)  R`°dONLNdüä”)in a color table r$¿°dONLNd±”‚)Iepr˜ °dONLNd¥·m)esented by the global variable ˜ °dONLNd”mù)åQDColors˜ °dONLNd€ù®)0. T  °dONLNdfi®) o display those .°dONLNdÓl&Ê(#lReight basic QuickDraw colors on an indexed device, Color QuickDraw uses the Color °dONLNd@'l3Ë*WManager to obtain indexes to the colors in the CLUT that best map to the colors in the ˇˇx¶.°dONLNdó4l@ú*QDColorsˇˇ“‚°dONLNdü4ú@{)04 color table. Because the index, not the color valueÈÚ°dONLNd”4{@~)fl,ÈÚ°dONLNd‘4~@À) is inverted, the r⁄°dONLNdÁ4Ã@Ò)N    esults ar≠°dONLNd4Ò@˜)%e .°dONLNdÚAlMÅ(Jlunpr†°dONLNdˆAÇM¨)
  6924. edictable.°dONLNd    g*pQ(n*SEE ALSO
  6925. °dONLNd    
  6926. ulÅ∑+BPattern modes arÇ°dONLNd    u∑Å)Ke discussed in detail in ö`°dONLNd    3uÅO)g
  6927. “Boolean Tfl@°dONLNd    =uNÅö)0ransfer Modes Wp‡°dONLNd    LuöÅ·)Lith 1-Bit Pixels” °dONLNd    ^Çlé¿(ãlbeginning on page V °dONLNd    pÇ¡éŒ)U3-8™°dONLNd    sÇŒé0) of this chapter and in ï¿°dONLNd    ãÇ1éb)c
  6928. “Boolean T⁄†°dONLNd    ïÇaé≠)0ransfer Modes Wl@°dONLNd    §Ç≠é÷)L
  6929. ith Color °dONLNd    Æèlõ‚(òlPixels” beginning on page fl¿°dONLNd    »è‚õÙ)v4-323†°dONLNd    Ãèıõã)  in the chapter “Color QuickDrawP¿°dONLNd    Ïèäõå)ï.–¿°dONLNd    Ìèåõë)”ˇ:ƒ@ˇ ˇˇˇˇ@
  6930. ˇ·ˇ‚7^
  6931. 4H\, Palatino&e.3+ä"CHAPTER à)>3,     Helvetica    ˇˇ—ÚˇÆ(@äQuickDraw Drawing4⁄ä˙(‡äQuickDraw Drawing Reference
  6932. , (‡3-47
  6933. ˇˇˇˇˇˇˇˇ440lòÄ2A0rHH –ġˇˇˇˇˇˇˇˇˇˇÃÃˇˇˇˇôôˇˇˇˇffˇˇˇˇ33ˇˇˇˇˇˇÃÃˇˇˇˇÃÃÃÃˇˇÃÃôôˇˇÃÃffˇˇÃÃ33ˇˇÃÃˇˇôôˇˇˇˇôôÃÃˇˇôôôôˇˇôôffˇˇôô33ˇˇôôˇˇffˇˇˇˇffÃÃˇˇffôôˇˇffffˇˇff33ˇˇffˇˇ33ˇˇˇˇ33ÃÃˇˇ33ôôˇˇ33ffˇˇ3333ˇˇ33ˇˇˇˇˇˇÃÃˇˇôôˇˇffˇˇ33ˇˇ